/* --------------------------------------------------------------

   Basic WordPress Blog Styles

-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
.alignnone {
  margin: .5em 20px 20px 0;
  float: none !important;
}
.textcenter {
  text-align: center;
}
.alignright {
  float: right;
  margin: .5em 0 20px 20px;
}
.alignleft {
  float: left;
  margin: .5em 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: .5em auto .8em auto;
}
.alignleft:first-child,
.alignright:first-child,
.aligncenter:first-child {
  margin-top: 0;
}
.alignleft:last-child,
.alignright:last-child,
.aligncenter:last-child {
  margin-bottom: 0;
}
.alignleft.last-child,
.alignright.last-child,
.aligncenter.last-child {
  /* IE8 */
  margin-bottom: 0;
}
a img.alignright {
  float: right;
  margin: 0px 0px 0px 0px;
}
a img.alignnone {
  /* margin: 0px 20px 0px 0; */
  margin: 0px;
}
a img.alignleft {
  float: left;
  margin: 0px 20px 0px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-smiley,
.wp-smiley * {
  border: 0px !important;
}
.sticky,
.gallery-caption,
.bypostauthor {
  outline: none;
}
.ie8 .main-menu .menu > li > a {
  padding: 4px 14px;
}
.visuallyhidden {
    display: none;
}
.media-inner {
    position:relative;
}
.media-inner .single-post-format {
    position: absolute;
    top: 0px;
    left: 0px;
}
@font-face {
  /* long urls because we want to keep the icon fonts in wpv_common */
  font-family: 'icomoon';
  src: url(../CFiFramework/wpv_common/assets/fonts/icons/icons.eot);
  src: url(../CFiFramework/wpv_common/assets/fonts/icons/icons.eot?#iefix) format('embedded-opentype'), url(../CFiFramework/wpv_common/assets/fonts/icons/icons.svg#IcoMoon) format('svg'), url(../CFiFramework/wpv_common/assets/fonts/icons/icons.ttf) format('truetype'), url(../CFiFramework/wpv_common/assets/fonts/icons/icons.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'theme';
  src: url(../CFiFramework/wpv_theme/assets/fonts/icons/theme-icons.eot);
  src: url(../CFiFramework/wpv_theme/assets/fonts/icons/theme-icons.eot?#iefix) format('embedded-opentype'), url(../CFiFramework/wpv_theme/assets/fonts/icons/theme-icons.svg#IcoMoon) format('svg'), url(../CFiFramework/wpv_theme/assets/fonts/icons/theme-icons.ttf) format('truetype'), url(../CFiFramework/wpv_theme/assets/fonts/icons/theme-icons.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
.icon,
.icon-a:after,
.icon-b:before {
  font-family: 'icomoon' !important;
  display: inline-block;
  min-width: 1em;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 0.01em;
}
.button span.icon {
  font-size: 100% !important;
  line-height: inherit;
  padding: 0.3em !important;
  margin: -0.3em;
}
.button span.icon.shortcode.inverted-colors {
  font-size: 100% !important;
  padding: 0.3em !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.post-article span.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  margin-right: 5px;
  padding: 2px;
  width: 8px;
  overflow: hidden;
  color: #cccccc !important;
}
.post-article .single-post-format span.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 5px;
  text-align: center;
  color: #e2dfd6;
  font-size: 13px;
  float: left;
  padding: 0;
}
.post-article a.single-post-format span.icon {
  width: 29px;
  margin-right: 0;
}
.styled-list .theme {
    list-style-type: none;
    text-indent: -14px;
    padding-left: 14px;
}
img.lazy,
.loading {
  background: url(images/ajax-loader.gif) center center no-repeat;
  background-image: url(images/ajax-loader.gif), url(../CFiFramework/wpv_theme/assets/images/loader_bg.png);
  background-position: center center, center center;
}
.load-more {
    width: auto;
    float: none;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #a4dce3;
    color: #5f5252;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    transition: all .1s;
}
div.load-more a:hover {
    text-decoration: none;
}
.one_fourth,
.one_fourth_last,
.one_half,
.one_half_last,
.two_thirds,
.two_thirds_last {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 980px) {
    .one_fourth {
        max-width: 24%;
        width: 24%;
    }
    .one_fourth_last {
        max-width: 25%;
        width: 25%;
    }
    .one_half {
        max-width: 49%;
        width: 49%;
    }
    .one_half_last {
        max-width: 50%;
        width: 50%;
    }
    .two_thirds {
      max-width: 65%;
      width: 65%;
    }
    .two_thirds_last {
        max-width: 66%;
        width: 66%;
    }
}

@media (max-width: 767px) {
    #page {
        overflow: auto;
    }
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500000;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  overflow: hidden;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
} 
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/overlay.png) repeat 0 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) no-repeat -100px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) no-repeat -129px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) no-repeat -100px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) no-repeat -129px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) no-repeat -75px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious.hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) no-repeat -50px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext.hover {
  background-position: -50px -25px;
}
#cboxLoadingOverlay {
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../CFiFramework/wpv_theme/assets/images/colorbox/controls.png) no-repeat -25px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose.hover {
  background-position: -25px -25px;
}
/* Share icons */
#cboxShare {
  margin-right: 40px;
}
#cboxShare > * {
  position: relative;
  top: 10px;
  float: right  !important;
  display: inline-block;
  width: 95px;
}
#cboxTextTitle {
  padding-top: 10px;
}
.cboxPhoto {
  display: block;
}

/*------------------------------------------------------------------------------
	Shortcodes
------------------------------------------------------------------------------*/
.full-width-divider {
  min-height: 2px;
  position: relative;
  z-index: 20;
  margin-top: -1px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cdc8b8;
}
.full-width-divider:after {
  content: "";
  display: block;
  clear: both;
}
.full-width-divider .divider-content {
  padding: 20px 0;
}
.full-width-divider .divider-content > .icon {
  height: 90px;
  width: auto;
  margin: -65px auto 0 auto;
}
.sep,
.sep-2 {
  margin: -1px 0 20px;
  height: 1px;
  min-width: 100%;
  display: block;
  float: none;
  clear: both;
}
.sep.has-icon .icon,
.sep-2.has-icon .icon {
  font-size: 24px;
  margin-top: -2px;
}
.sep {
  border-bottom: 1px solid #e2dfd6;
}
.sep-2 {
  border-bottom: 1px dotted #cdc8b8;
}
.sep-3 {
  width: 100%;
  height: 20px;
  display: block;
  margin: 0 0 20px;
  background: none !important;
  border-bottom: 1px dotted #cdc8b8;
}
.sep-text {
  position: relative;
  text-align: center;
  width: 100.2%;
  margin: 0 0 20px;
}
.sep-text .content {
  padding: 0 .75em;
  display: table-cell;
  white-space: nowrap;
  height: 0;
  line-height: 0;
  vertical-align: middle;
  font-size: 20px;
}
.sep-text .content.fr {
  padding-right: 0;
  float: none;
}
.sep-text .content * {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: auto !important;
  line-height: normal;
}
.sep-text .sep-text-before,
.sep-text .sep-text-after {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.sep-text .sep-text-before:before,
.sep-text .sep-text-after:before {
  content: "";
  display: block;
  border-bottom: 1px dotted #cdc8b8;
}

.fc-event-title {
    color: #ffffff;
}

.entity-bean > p {
    padding: 10px;
}

.circular-image {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
}
.circular-image img {
    display: block;
 /* Stretch
    height: 100%;
    width: 100%; */
    min-width: 100%;
    min-height: 100%;
}
.gform_wrapper .ginput_complex .select-wrapper select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex .select-wrapper select.ginput_card_expiration.ginput_card_expiration_year {
    width: 97% !important;
}
.gform_wrapper .chosen-container-single .chosen-single div b {
  background: none !important;
}

.span_event_date_label,
.span_event_time_label,
.event_price_label,
.section-title {
    font-family: "Quattrocento Sans", sans-serif;
    color: #424242;
    font-weight: bold;
}

a.a_register_link {
    color: #5f5252 !important;
    background: transparent !important;
}
.theme.icon,
.theme.icon-a:after,
.theme.icon-b:before {
  font-family: 'theme' !important;
}

span.delim {
    display: none;
}

@media (max-width:401px) {
    .historical-experiences img {
        width: 90%;
        margin: 0 0 30px 5% !important;
        max-width: 100%;
    }
}
.special-events .sep-2 {
  margin: 20px 0 13px;
  display: inline-block;
}

.special-events h2 {
  margin-top: 0px;
  padding-top: 20px;
}

ul#superfish-1 li ul {
  right: 0 !important;
  width: 300px !important;
}

ul#superfish-1 li ul ul {
  right: 300px !important;
}

ul#superfish-1 li ul li a:before {
  content: none;
  padding: 0;
}

ul#superfish-1 > li > ul > li > ul {
    left: unset !important;
}

.slick-prev, .slick-next {
  top: 42% !important;
}

/* Carillon Christmas Styles */
.cc-title {
  margin: 20px auto 30px;
}

.cc-left {
  width: 40%; 
  padding-right: 2%; 
  box-sizing: border-box; 
  float: left;
}

.cc-right {
  width: 60%; 
  padding-left: 2%; 
  box-sizing: border-box; 
  float: left;
  margin-bottom:20px;
}

.cc-right.tab1 {
  margin-top: 84px; 
}

.cc-flex {
  display: flex;
  flex-wrap: wrap;
}

.cc-sponsor {
  width: 33%;
  padding: 20px;
  box-sizing: border-box; 
  float: center;
  align-self: center;
}

.cc-sponsor img {
  max-width: 100%;
}



.cc-btn {
  background-color: #a4dce3;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}

.cc-btn:hover {
  text-decoration: none;
}

.cc-food-title {
  margin-bottom: 5px;
  margin-top: -18px;
}

.cc-faq {
  margin-top: 60px;
  padding-bottom: 30px;
}

.cc-faq:first-child,
.cc-fd:first-child {
  margin-top: 40px;
}

.cc-faq:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.cc-faq h3.question {
  margin-bottom: 10px;
}

.cc-fd {
  display: inline-block;
  margin-top: 40px;
  padding-bottom: 20px;
  width: 50%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}

.cc-fd img {
  width: 100%;
  float: left;
}

.cc-fd .info {
  width: 100%;
  float: left;
  /*padding-left: 20px;*/
  margin-top: 50px;
  box-sizing: border-box;
}

.responsive-tabs__list__item {
	font-weight: bold;
}

.cc-countdown {
  margin-bottom: 30px;
}

.cc-countdown .jedi-seconds_dash {
  display: block;
}

.cc-countdown .jedi-dash:nth-of-type(1) {
  width: 46px !important;
}

.cc-countdown .jedi-dash:nth-of-type(2) {
  width: 45px !important;
}

.cc-countdown .jedi-dash:nth-of-type(3) {
  width: 50px !important;
}

.cc-countdown .jedi-dash:nth-of-type(4) {
  width: 50px !important;
}

.cc-countdown .jedi-dashboard {
  background-color: #35761f;
  border-radius: 5px;
  width: 256px !important;
}

.jedi-countdown {
    background-color: transparent;
}

@media (max-width: 885px) {
  .cc-countdown .jedi-digit {
    font-size: 20px !important;
    width: 14px;
  }

  .cc-countdown .jedi-dashboard {
    width: 226px !important;
  }

  .cc-countdown .jedi-dash_title {
    left: 5px !important;
  }

  .cc-countdown .jedi-dash:nth-of-type(1) {
    width: 39px !important;
  }

  .cc-countdown .jedi-dash:nth-of-type(2) {
    width: 40px !important;
  }

  .cc-countdown .jedi-dash:nth-of-type(3) {
    width: 45px !important;
  }

  .cc-countdown .jedi-dash:nth-of-type(4) {
    width: 45px !important;
  }
}

.cc-countdown-bar .jedi-countdown {
  height: 40px;
  border-radius: 0;
}

.cc-countdown-bar .jedi-dashboard {
  height: 40px !important;
  width: 385px !important;
  margin: 0;
}

.cc-countdown-bar .jedi-dash {
  width: 75px !important;
  padding-top: 0 !important;
}

.cc-countdown-bar .jedi-dash.jedi-seconds_dash {
  display: block;
}

.cc-countdown-bar .jedi-dash:nth-of-type(1) {
  width: 72px !important;
  padding-top: 0 !important;
}

.cc-countdown-bar .jedi-dash:nth-of-type(2) {
  width: 77px !important;
  padding-top: 0 !important;
}

.cc-countdown-bar .jedi-dash:nth-of-type(3) {
  width: 90px !important;
  padding-top: 0 !important;
}

.cc-countdown-bar .jedi-digit {
  font-size: 26px !important;
  width: 14px !important;
  top: 6px;
}

.cc-countdown-bar .jedi-dash_title {
  top: 13px !important;
  width: auto !important;
  left: 43px !important;
  font-size: 18px !important;
}

.cc-countdown-bar p {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
/*   margin-top: 20px; */
  /*font-weight: bold;*/
  font-size: 20px;
  color: white;
}

.cc-countdown-bar .tminus_countdown {
  float: left;
  width: auto !important;
  height: 60px !important;
  margin: 0;
}

.cc-countdown-bar .countdown-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-countdown-bar a {
  align-items: center;
  display: flex;
  width: 100%;
  height: 60px;
  font-weight: normal;
  text-decoration: none;
}

.cc-countdown .jedi-tripdash {
	background: transparent !important;
	color: #fff;
}

@media (max-width: 768px) {
  .cc-left {
    width: 100%;
  }

  .cc-right {
    width: 100%;
  }

  .cc-sponsor {
    width: 50%;
  }

  .responsive-tabs .responsive-tabs__heading--active,
  .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #771113 !important;
  }

  .cc-fd {
    width: 100%;
  }

  .cc-fd img {
    width: 100%;
  }

  .cc-fd .info {
    width: 100%;
  }

  .cc-countdown-bar .countdown-wrap {
/*     width: 605px !important; */
  }

  .cc-countdown-bar .tminus_countdown {
/*     width: 355px !important; */
  }

  .cc-countdown-bar p {
    font-size: 16px;
/*     margin-right: 10px; */
  }

  .cc-countdown-bar .jedi-digit {
    font-size: 22px !important;
    top: 9px;
  }

  .cc-countdown-bar .jedi-dash {
    padding-left: 5px
  }

  .cc-countdown-bar .jedi-dash_title {
    font-size: 14px !important;
    top: 13px !important;
    left: 38px !important;
  }
}

@media (max-width: 640px) {
  .cc-countdown-bar p {
/*     width: 35%; */
/*     line-height: 1.25; */
/*     margin-top: 14px; */
    font-size: 14px;
/*     margin-right: 0; */
  }

  .cc-countdown-bar .jedi-digit {
    font-size: 20px !important;
    top: 2px;
  }

  .cc-countdown-bar .jedi-dash_title {
    left: auto !important;
    font-size: 14px !important;
    top: 23px !important;
  }

  .cc-countdown-bar .jedi-dash:nth-of-type(1) {
    width: 30px !important; 
    margin-right: 4px;
  }

  .cc-countdown-bar .jedi-dash:nth-of-type(2) {
    width: 35px !important;
  }

  .cc-countdown-bar .jedi-dash:nth-of-type(3) {
    width: 48px !important;
  }

  .cc-countdown-bar .jedi-dash:nth-of-type(3) {
    width: 50px !important;
  }

  .cc-countdown-bar .jedi-minutes_dash .jedi-digit:nth-of-type(2) {
    padding-left: 7px;
  }

  .cc-countdown-bar .jedi-seconds_dash .jedi-digit:nth-of-type(2) {
    padding-left: 7px;
  }

  .cc-countdown-bar .jedi-dashboard {
    width: auto !important;
    float: right;
  }

  .cc-countdown-bar .tminus_countdown {
/*     width: 65% !important; */
  }

  .cc-countdown-bar .countdown-wrap {
/*     width: 372px !important; */
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 320px) {
	.cc-countdown-bar p {
		margin-right: 10px;
	}
	
	.cc-countdown-bar .jedi-dash.jedi-seconds_dash {
		display: none;
	}
}

/* End Carillon Christmas Styles */

@media (max-width:979px) {
  .mobile-list-fix {
    margin-left: -20px;    
  }

  .mobile-list-fix h3:first-child {
    margin-top: 0;
  }
}
.pop-up-message {
	font-family:  "Quattrocento Sans", sans-serif;
	font-size: 20px;
    color: #ffffff;
}
.pop-up-message h3{
	font-family:  "Quattrocento Sans", sans-serif;
	font-size: 30px;
	font-weight: bold;
    color: #ffffff;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* COUNTDOWN STYLES */
.cc-countdown-bar {
  height: 60px;

  /* This is the color of the header countdown bar background */
  background-color: #b61f32;
}

.jedi-digit {
    /* This is the font for the numbers */
    font-family: 'nerea', "Quattrocento Sans", sans-serif !important;
}

.jedi-dash_title {
    /* This is the font for the labels (hours, minutes, seconds) */
    font-family: "Quattrocento Sans", sans-serif !important;
}

/* Trivia Styles */
.trivia-link {
    position: relative;
    top: -30px;
    width: 180px;
    padding: 10px 10px 10px 20px;
    display: inline-block;
    margin-left: 20px;
    border-left: 1px solid #cccccc;
}

/* Info Bar Styles */
.info-bar {
	background-color: #a4dce3;
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
}

.info-bar-wrapper {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 100px;
	width: 100%;
}

.info-bar p {
	margin-bottom: 0;
}

.info-bar .park-info {
	align-items: center;
	display: flex;
}

.info-bar .park-info .half:first-child p {
	line-height: 1.75;
	padding-left: 20px;
}

.info-bar .half {
	width: 48%;
	margin-right: 2%;
}

.info-bar .half:last-child {
	width: 48%;
	margin-left: 2%;
	margin-right: 0;
}

.info-bar .half.half-border {
	border-left: 1px solid;
}

.info-bar .btn {
	background-color: #5f5252;
	color: #fff;
	display: inline-block;
	font-size: 0.83333em;
	letter-spacing: .1em !important;
	margin-top: 5px;
	padding: 5px 8px 2px;
	text-transform: uppercase;
}

.info-bar .btn:hover {
	text-decoration: none;
}

#header > .wrapper {
	padding-top: 32px;
}

.region-header {
	float: none;
	position: absolute;
	right: 0;
	top: 0;
}

/* Upcoming Events */
.upcoming-event {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.upcoming-event img {
	margin: 0 30px 30px 0;
}

.upcoming-event .event-content {
	flex: 1;
}

.upcoming-event .event-content h3 {
	margin-bottom: 10px;
	margin-top: 0;
}

.upcoming-event .event-content p {
	margin-bottom: 10px;
}

.upcoming-events .upcoming-event:not(:last-child) {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.open-positions .one_half:not(.first) {
	margin: 0 !important;
}

@media (max-width: 1199px) {
	.info-bar {
		font-size: 16px;
	}
	
	.info-bar .park-desc br {
		display: none;
	}
}

@media (max-width: 1065px) {
    .trivia-link {
        width: 100px;
        padding: 10px 0px 10px 8px;
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
	.upcoming-event .event-content {
		flex: auto;
		width: 100%;
	}
	
	.info-bar {
		padding: 10px;	
	}

	
	.info-bar .half {
		margin: 0;
		width: 100%;
	}
	
	.info-bar .info-bar-wrapper {
		flex-wrap: wrap;
		padding-left: 0;
	}
	
	.info-bar .half:last-child {
		border: 0;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	
	.info-bar .park-info .half:first-child p {
		padding-left: 0;
	}
}

@media (max-width: 470px) {
    .trivia-link {
        width: 100%;
        padding: 10px;
        margin: 0;
        border: none;
        text-align: center;
        top: 0;
    }

    .trivia-link img {
        width: 120px;
    }
	
	.info-bar {
		font-size: 14px;
	}
}

.current-question {
    margin-bottom: 30px;
}

.trivia-action-btns {
    margin-bottom: 50px;
}

.xpandable.full {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

@media (max-width: 400px) {
	.cc-countdown-bar p {
		width: 150px;
	}
	
	.cc-countdown-bar .jedi-dash.jedi-seconds_dash {
		display: none;
	}
	
	.park-info {
		flex-wrap: wrap;
	}
}
