@import url(https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@1,6..96,500&display=swap);/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
       transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
     -o-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
     -o-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
Theme Name: USCRT
Theme URI: https://github.com/luckie/
Author: Luckie
Author URI: http://luckie.com
Description: A proprietary theme developed for the US Civil Rights Trail by Luckie.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uscrt
*/
/*--------------------------------------------------------------
	Variables
--------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
----[ BREAKPOINTS & GRIDS ]
\*----------------------------------------------------------------------------*/
.header-component .container, .submenu-component .container, .destinations-list-component .container, .state-destinations-list-component .container, .featured-destinations-list-component .container, .interactive-map-wrapper .container, .location-search-component .container, .state-selector-component .container, .breadcrumbs-component .container, .nearby-destinations .container, .featured-experiences-component .container, .attraction-media .container, .section-info .container, .section-info__light .container, .hero-component .hero-wrapper, .home-intro .container, .content-wrapper, .gallery-component, .page-template-template-press .press-content, .search-page .search-component .container, .search-page article, .search-page .posts-navigation, .video-component, .audio-component, .podcast-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media only screen and (max-width: 782px) {
    .header-component .container, .submenu-component .container, .destinations-list-component .container, .state-destinations-list-component .container, .featured-destinations-list-component .container, .interactive-map-wrapper .container, .location-search-component .container, .state-selector-component .container, .breadcrumbs-component .container, .nearby-destinations .container, .featured-experiences-component .container, .attraction-media .container, .section-info .container, .section-info__light .container, .hero-component .hero-wrapper, .home-intro .container, .content-wrapper, .gallery-component, .page-template-template-press .press-content, .search-page .search-component .container, .search-page article, .search-page .posts-navigation, .video-component, .audio-component, .podcast-container {
      max-width: 1540px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 783px) {
    .header-component .container, .submenu-component .container, .destinations-list-component .container, .state-destinations-list-component .container, .featured-destinations-list-component .container, .interactive-map-wrapper .container, .location-search-component .container, .state-selector-component .container, .breadcrumbs-component .container, .nearby-destinations .container, .featured-experiences-component .container, .attraction-media .container, .section-info .container, .section-info__light .container, .hero-component .hero-wrapper, .home-intro .container, .content-wrapper, .gallery-component, .page-template-template-press .press-content, .search-page .search-component .container, .search-page article, .search-page .posts-navigation, .video-component, .audio-component, .podcast-container {
      max-width: 1580px;
      padding-left: 40px;
      padding-right: 40px; } }

.page-header + .site-footer, .page-header + .destinations-list-component, .page-header + .state-destinations-list-component, .page-header + .featured-destinations-list-component, .page-header + .location-search-component, .page-header + .nearby-destinations, .page-header + .attraction-media, .page-header + .section-info, .page-header + .section-info__light, .page-header + .home-intro, .single-attraction .page-header + .main-content-section, .page-header + .main-content-section, .page-header + .gallery-component, .search-page .page-header + .search-component, .page-header + .video-component, .page-header + .audio-component, .page-header + .podcast-container {
  padding-top: 0; }

@media only screen and (min-width: 783px) {
  .site-footer, .destinations-list-component, .state-destinations-list-component, .featured-destinations-list-component, .location-search-component, .nearby-destinations, .attraction-media, .section-info, .section-info__light, .home-intro, .single-attraction .main-content-section, .main-content-section, .gallery-component, .search-page .search-component, .video-component, .audio-component, .podcast-container {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media only screen and (max-width: 782px) {
  .site-footer, .destinations-list-component, .state-destinations-list-component, .featured-destinations-list-component, .location-search-component, .nearby-destinations, .attraction-media, .section-info, .section-info__light, .home-intro, .single-attraction .main-content-section, .main-content-section, .gallery-component, .search-page .search-component, .video-component, .audio-component, .podcast-container {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.site-footer .section-header, .destinations-list-component .section-header, .state-destinations-list-component .section-header, .featured-destinations-list-component .section-header, .location-search-component .section-header, .nearby-destinations .section-header, .attraction-media .section-header, .section-info .section-header, .section-info__light .section-header, .home-intro .section-header, .main-content-section .section-header, .gallery-component .section-header, .search-page .search-component .section-header, .video-component .section-header, .audio-component .section-header, .podcast-container .section-header {
  padding: 0.75em 0;
  margin-bottom: 1.5em; }
  .site-footer .section-header h2, .destinations-list-component .section-header h2, .state-destinations-list-component .section-header h2, .featured-destinations-list-component .section-header h2, .location-search-component .section-header h2, .nearby-destinations .section-header h2, .attraction-media .section-header h2, .section-info .section-header h2, .section-info__light .section-header h2, .home-intro .section-header h2, .main-content-section .section-header h2, .gallery-component .section-header h2, .search-page .search-component .section-header h2, .video-component .section-header h2, .audio-component .section-header h2, .podcast-container .section-header h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #9f895d;
    font-weight: 700;
    font-size: 1.8em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #9f895d; }

.aside-content .site-footer, .aside-content .destinations-list-component, .aside-content .state-destinations-list-component, .aside-content .featured-destinations-list-component, .aside-content .location-search-component, .aside-content .nearby-destinations, .aside-content .attraction-media, .aside-content .section-info, .aside-content .section-info__light, .aside-content .home-intro, .aside-content .main-content-section, .aside-content .gallery-component, .aside-content .search-page .search-component, .search-page .aside-content .search-component, .aside-content .video-component, .aside-content .audio-component, .aside-content .podcast-container {
  padding-top: 1em;
  padding-bottom: 0; }
  .aside-content .site-footer .container, .aside-content .destinations-list-component .container, .aside-content .state-destinations-list-component .container, .aside-content .featured-destinations-list-component .container, .aside-content .location-search-component .container, .aside-content .nearby-destinations .container, .aside-content .attraction-media .container, .aside-content .section-info .container, .aside-content .section-info__light .container, .aside-content .home-intro .container, .aside-content .main-content-section .container, .aside-content .gallery-component .container, .aside-content .search-page .search-component .container, .search-page .aside-content .search-component .container, .aside-content .video-component .container, .aside-content .audio-component .container, .aside-content .podcast-container .container {
    padding-left: 0;
    padding-right: 0; }
  .aside-content .site-footer .section-header h2, .aside-content .destinations-list-component .section-header h2, .aside-content .state-destinations-list-component .section-header h2, .aside-content .featured-destinations-list-component .section-header h2, .aside-content .location-search-component .section-header h2, .aside-content .nearby-destinations .section-header h2, .aside-content .attraction-media .section-header h2, .aside-content .section-info .section-header h2, .aside-content .section-info__light .section-header h2, .aside-content .home-intro .section-header h2, .aside-content .main-content-section .section-header h2, .aside-content .gallery-component .section-header h2, .aside-content .search-page .search-component .section-header h2, .search-page .aside-content .search-component .section-header h2, .aside-content .video-component .section-header h2, .aside-content .audio-component .section-header h2, .aside-content .podcast-container .section-header h2 {
    font-size: 1.8em; }

@media only screen and (min-width: 783px) {
  .featured-destinations-list-component ul, .nearby-destinations ul, .page-template-template-press .press-content .press-list {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px); } }

.featured-destinations-list-component ul::after, .nearby-destinations ul::after, .page-template-template-press .press-content .press-list::after {
  clear: both;
  content: "";
  display: block; }

@media only screen and (min-width: 783px) {
  .featured-destinations-list-component ul li, .nearby-destinations ul li, .page-template-template-press .press-content .press-list li {
    width: calc(33.33333% - 53.33333px);
    float: left;
    margin-left: 40px;
    display: block;
    margin-bottom: 3em; }
    .featured-destinations-list-component ul li:nth-child(3n +1), .nearby-destinations ul li:nth-child(3n +1), .page-template-template-press .press-content .press-list li:nth-child(3n +1) {
      clear: left; } }

@media only screen and (max-width: 782px) {
  .featured-destinations-list-component ul li, .nearby-destinations ul li, .page-template-template-press .press-content .press-list li {
    display: block;
    margin-bottom: 4em; } }

@media only screen and (min-width: 783px) {
  .aside-content .featured-destinations-list-component ul li, .featured-destinations-list-component .aside-content ul li, .aside-content .nearby-destinations ul li, .nearby-destinations .aside-content ul li, .aside-content .page-template-template-press .press-content .press-list li, .page-template-template-press .press-content .aside-content .press-list li {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px; }
    .aside-content .featured-destinations-list-component ul li:nth-child(3n +1), .featured-destinations-list-component .aside-content ul li:nth-child(3n +1), .aside-content .nearby-destinations ul li:nth-child(3n +1), .nearby-destinations .aside-content ul li:nth-child(3n +1), .aside-content .page-template-template-press .press-content .press-list li:nth-child(3n +1), .page-template-template-press .press-content .aside-content .press-list li:nth-child(3n +1) {
      clear: none; }
    .aside-content .featured-destinations-list-component ul li:nth-child(2n +1), .featured-destinations-list-component .aside-content ul li:nth-child(2n +1), .aside-content .nearby-destinations ul li:nth-child(2n +1), .nearby-destinations .aside-content ul li:nth-child(2n +1), .aside-content .page-template-template-press .press-content .press-list li:nth-child(2n +1), .page-template-template-press .press-content .aside-content .press-list li:nth-child(2n +1) {
      clear: left; } }

.featured-destinations-list-component ul a, .nearby-destinations ul a, .page-template-template-press .press-content .press-list a {
  display: block;
  position: relative; }

.featured-destinations-list-component ul .aspect-ratio-box, .nearby-destinations ul .aspect-ratio-box, .page-template-template-press .press-content .press-list .aspect-ratio-box {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background: #bebebd; }

.featured-destinations-list-component ul.high-thumbnails .aspect-ratio-box, .nearby-destinations ul.high-thumbnails .aspect-ratio-box, .page-template-template-press .press-content .high-thumbnails.press-list .aspect-ratio-box {
  padding-top: 100%; }

.featured-destinations-list-component ul .thumbnail-wrapper, .nearby-destinations ul .thumbnail-wrapper, .page-template-template-press .press-content .press-list .thumbnail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.featured-destinations-list-component ul img, .nearby-destinations ul img, .page-template-template-press .press-content .press-list img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .featured-destinations-list-component ul img:hover, .nearby-destinations ul img:hover, .page-template-template-press .press-content .press-list img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }

.featured-destinations-list-component ul.collapsed a, .nearby-destinations ul.collapsed a, .page-template-template-press .press-content .collapsed.press-list a {
  text-decoration: none; }

.featured-destinations-list-component ul.collapsed h3, .nearby-destinations ul.collapsed h3, .page-template-template-press .press-content .collapsed.press-list h3 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 1.8em;
  color: #fafafa;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.aside-content .featured-destinations-list-component ul.collapsed h3, .featured-destinations-list-component .aside-content ul.collapsed h3, .aside-content .nearby-destinations ul.collapsed h3, .nearby-destinations .aside-content ul.collapsed h3, .aside-content .page-template-template-press .press-content .collapsed.press-list h3, .page-template-template-press .press-content .aside-content .collapsed.press-list h3 {
  position: static;
  color: #252524;
  font-size: 1.4em;
  padding-top: 0.4em;
  text-transform: capitalize;
  text-shadow: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.featured-destinations-list-component ul.extended h3, .nearby-destinations ul.extended h3, .page-template-template-press .press-content .extended.press-list h3 {
  margin-bottom: 0em; }
  .featured-destinations-list-component ul.extended h3 a, .nearby-destinations ul.extended h3 a, .page-template-template-press .press-content .extended.press-list h3 a {
    text-decoration: none;
    color: #252524; }
  @media only screen and (min-width: 783px) {
    .featured-destinations-list-component ul.extended h3, .nearby-destinations ul.extended h3, .page-template-template-press .press-content .extended.press-list h3 {
      font-size: 1.2em; } }
  @media only screen and (max-width: 782px) {
    .featured-destinations-list-component ul.extended h3, .nearby-destinations ul.extended h3, .page-template-template-press .press-content .extended.press-list h3 {
      font-size: 1.4em; } }

.featured-destinations-list-component ul.extended p, .nearby-destinations ul.extended p, .page-template-template-press .press-content .extended.press-list p {
  margin-top: 0.2em;
  line-height: 1.45; }

.featured-destinations-list-component ul.extended .placeholder-thumbnail .placeholder-title, .nearby-destinations ul.extended .placeholder-thumbnail .placeholder-title, .page-template-template-press .press-content .extended.press-list .placeholder-thumbnail .placeholder-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em; }
  .featured-destinations-list-component ul.extended .placeholder-thumbnail .placeholder-title span, .nearby-destinations ul.extended .placeholder-thumbnail .placeholder-title span, .page-template-template-press .press-content .extended.press-list .placeholder-thumbnail .placeholder-title span {
    text-transform: uppercase;
    color: white;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    display: block;
    width: 100%; }
  .featured-destinations-list-component ul.extended .placeholder-thumbnail .placeholder-title .subtitle, .nearby-destinations ul.extended .placeholder-thumbnail .placeholder-title .subtitle, .page-template-template-press .press-content .extended.press-list .placeholder-thumbnail .placeholder-title .subtitle {
    font-weight: 300;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    margin-bottom: 1em; }

.aside-content .featured-destinations-list-component ul.extended .placeholder-title span, .featured-destinations-list-component .aside-content ul.extended .placeholder-title span, .aside-content .nearby-destinations ul.extended .placeholder-title span, .nearby-destinations .aside-content ul.extended .placeholder-title span, .aside-content .page-template-template-press .press-content .extended.press-list .placeholder-title span, .page-template-template-press .press-content .aside-content .extended.press-list .placeholder-title span {
  font-size: 0.85em;
  line-height: 1.5; }

.aside-content .featured-destinations-list-component ul.extended .placeholder-title .subtitle, .featured-destinations-list-component .aside-content ul.extended .placeholder-title .subtitle, .aside-content .nearby-destinations ul.extended .placeholder-title .subtitle, .nearby-destinations .aside-content ul.extended .placeholder-title .subtitle, .aside-content .page-template-template-press .press-content .extended.press-list .placeholder-title .subtitle, .page-template-template-press .press-content .aside-content .extended.press-list .placeholder-title .subtitle {
  display: none; }

@media only screen and (min-width: 783px) {
  .single-attraction .featured-image-wrapper, .single-destination .featured-image-wrapper {
    min-height: 500px;
    overflow: hidden;
    position: relative; }
    .single-attraction .featured-image-wrapper img, .single-destination .featured-image-wrapper img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; } }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@media screen {
  .print-only {
    display: none !important; } }

@media print {
  @page {
    size: auto;
    margin: 5mm 5mm 5mm 5mm; }
  .page-template-template-interactive-map .header-component,
  .page-template-template-interactive-map .page-header,
  .page-template-template-interactive-map .site-footer, .page-template-template-interactive-map .do-not-print, .page-template-template-interactive-map .site-footer__second-level {
    display: none; }
  .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper > header:not(.print-only) {
    display: none; }
  .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper > header h3 {
    font-size: 12pt; }
  .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper .itinerary-results .destination-wrapper h4 {
    font-size: 20pt; }
  .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper .itinerary-results .destination-wrapper > ul > li {
    page-break-inside: avoid; }
  .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper .itinerary-results .destination-wrapper .attraction-name {
    font-size: 20pt; }
    .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper .itinerary-results .destination-wrapper .attraction-name::after {
      font-size: 16pt;
      width: 2.2rem;
      height: 2.2rem;
      right: -2.6rem; }
  .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper .itinerary-results .destination-wrapper .attraction-description,
  .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper .itinerary-results .destination-wrapper .attraction-address {
    font-size: 16pt; }
  .page-template-template-interactive-map .interactive-map-panel .route-results-wrapper .itinerary-buttons {
    display: none; } }

button, [type='button'], [type='reset'], [type='submit'], .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #9f895d;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.9em 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.3rem; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus, .btn:hover, .btn:focus {
    background-color: #252524;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover, .btn:disabled:hover {
      background-color: #9f895d; }

.crt-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 2.5px solid #9f895d;
  border-radius: 0;
  color: #252524;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: calc(1.25rem * .75) !important;
  padding: 10px 15px; }
  @media (min-width: 992px) {
    .crt-btn {
      font-size: calc(1.25rem * 1.25) !important;
      border-width: 5px;
      padding: 20px 30px; } }
  .crt-btn:hover, .crt-btn:focus {
    background-color: #252524;
    color: #fff;
    text-decoration: none; }
  .crt-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .crt-btn:disabled:hover {
      background-color: #9f895d; }
  .crt-btn__on-dark {
    border-color: #fff;
    color: #fff;
    background: transparent;
    border-radius: 0; }
    .crt-btn__on-dark:hover, .crt-btn__on-dark:focus {
      background-color: #fff;
      color: #252524;
      border-color: #9f895d; }
  .crt-btn__alternate {
    border-color: #252524;
    color: #fff;
    background: #252524;
    border-radius: 0; }
    .crt-btn__alternate:hover, .crt-btn__alternate:focus {
      border: 5px solid #252524;
      background-color: #fff;
      color: #252524; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fafafa;
  border: 1px solid #252524;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #1e1e1d; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #9f895d;
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #eeeeee;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #252524; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666666; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #666666; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666666; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #666666; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #666666; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

.container__reset {
  max-width: none !important;
  padding: 0 35px !important;
  overflow: hidden;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .container__reset {
      max-width: 1710px !important; } }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #1c1c1b;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #252524;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

.dark-bg {
  background-color: #252524;
  color: #fff; }
  .dark-bg a {
    color: #9F895D; }
    .dark-bg a:hover {
      color: #9F895D; }

.allcaps {
  text-transform: uppercase; }

button, [type='button'], [type='reset'], [type='submit'], .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #9f895d;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.9em 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.3rem; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus, .btn:hover, .btn:focus {
    background-color: #252524;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover, .btn:disabled:hover {
      background-color: #9f895d; }

.crt-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 2.5px solid #9f895d;
  border-radius: 0;
  color: #252524;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: calc(1.25rem * .75) !important;
  padding: 10px 15px; }
  @media (min-width: 992px) {
    .crt-btn {
      font-size: calc(1.25rem * 1.25) !important;
      border-width: 5px;
      padding: 20px 30px; } }
  .crt-btn:hover, .crt-btn:focus {
    background-color: #252524;
    color: #fff;
    text-decoration: none; }
  .crt-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .crt-btn:disabled:hover {
      background-color: #9f895d; }
  .crt-btn__on-dark {
    border-color: #fff;
    color: #fff;
    background: transparent;
    border-radius: 0; }
    .crt-btn__on-dark:hover, .crt-btn__on-dark:focus {
      background-color: #fff;
      color: #252524;
      border-color: #9f895d; }
  .crt-btn__alternate {
    border-color: #252524;
    color: #fff;
    background: #252524;
    border-radius: 0; }
    .crt-btn__alternate:hover, .crt-btn__alternate:focus {
      border: 5px solid #252524;
      background-color: #fff;
      color: #252524; }

/*----------------------------------------------------------------------------*\
----[ Footer ]
\*----------------------------------------------------------------------------*/
.site-footer {
  padding: 0;
  background: #252524;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .site-footer__second-level {
    background: #fff;
    width: 100%; }
  .site-footer__second-level-container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .site-footer__second-level-container {
        display: grid;
        grid-template-columns: 320px 1fr;
        padding: 0 30px; } }
    .site-footer__second-level-container .footer-logo {
      display: block;
      height: auto;
      width: 100%;
      max-width: 145px;
      margin: 60px auto 15px auto;
      z-index: 10; }
      @media (min-width: 768px) {
        .site-footer__second-level-container .footer-logo {
          max-width: 260px; } }
      @media (min-width: 992px) {
        .site-footer__second-level-container .footer-logo {
          margin: 75px 0 45px 0; } }
      .site-footer__second-level-container .footer-logo:hover {
        cursor: pointer; }
    .site-footer__second-level-container .footer-menu {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #fff;
      margin: 0;
      width: 100%;
      text-align: center; }
      .site-footer__second-level-container .footer-menu::after {
        clear: both;
        content: "";
        display: block; }
      .site-footer__second-level-container .footer-menu a {
        text-decoration: none; }
        .site-footer__second-level-container .footer-menu a:hover {
          color: #9f895d; }
      .site-footer__second-level-container .footer-menu .footer-logo {
        display: block;
        height: auto;
        width: 100%;
        max-width: 145px;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .site-footer__second-level-container .footer-menu .footer-logo {
            max-height: 270px;
            max-width: 260px;
            height: 100%;
            width: 100%; } }
      @media (min-width: 768px) {
        .site-footer__second-level-container .footer-menu {
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (min-width: 992px) {
        .site-footer__second-level-container .footer-menu {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 255px;
          grid-column-gap: 20px; } }
      .site-footer__second-level-container .footer-menu > li {
        padding: 30px 0 0 0; }
        @media (min-width: 992px) {
          .site-footer__second-level-container .footer-menu > li {
            padding: 0;
            text-align: left;
            margin: -55px 0 0 0; } }
        @media (min-width: 1200px) {
          .site-footer__second-level-container .footer-menu > li {
            margin: -15px 0 0 0; } }
        .site-footer__second-level-container .footer-menu > li > a {
          color: #252524;
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: calc(1.25rem * .8) !important;
          line-height: calc(1.25rem * 1) !important; }
          @media (min-width: 1200px) {
            .site-footer__second-level-container .footer-menu > li > a {
              font-size: calc(1.25rem * 1) !important;
              line-height: calc(1.25rem * 1.5) !important; } }
        @media only screen and (max-width: 782px) {
          .site-footer__second-level-container .footer-menu > li:nth-of-type(3) {
            border-bottom: 3px solid #9f895d;
            padding-bottom: 30px; } }
        .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu {
          padding-top: 30px; }
          @media (min-width: 992px) {
            .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu {
              padding-top: 0px; } }
          .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li {
            position: relative; }
            .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li:nth-of-type(1) a {
              color: #252524;
              text-transform: uppercase;
              font-family: "Montserrat", sans-serif;
              font-weight: 700;
              font-size: calc(1.25rem * .8) !important;
              line-height: calc(1.25rem * 1) !important; }
              @media (min-width: 1200px) {
                .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li:nth-of-type(1) a {
                  font-size: calc(1.25rem * 1) !important;
                  line-height: calc(1.25rem * 1.5) !important; } }
            .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li:nth-of-type(2) a {
              background-image: url("/app/themes/uscrt/assets/images/social-button-instagram.svg");
              height: 35px;
              background-repeat: no-repeat;
              display: block; }
              .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li:nth-of-type(2) a:hover {
                height: 35px;
                background-image: url("/app/themes/uscrt/assets/images/social-button-instagram-hover.svg"); }
              @media (min-width: 992px) {
                .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li:nth-of-type(2) a {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center; } }
            .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li:nth-of-type(3) a {
              background-image: url("/app/themes/uscrt/assets/images/social-button-facebook.svg");
              height: 35px;
              display: block;
              background-repeat: no-repeat; }
              .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li:nth-of-type(3) a:hover {
                background-image: url("/app/themes/uscrt/assets/images/social-button-facebook-hover.svg");
                height: 35px; }
              @media (min-width: 992px) {
                .site-footer__second-level-container .footer-menu > li:last-of-type > .sub-menu > li:nth-of-type(3) a {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center; } }
        .site-footer__second-level-container .footer-menu > li ul.sub-menu {
          padding-top: 0; }
          .site-footer__second-level-container .footer-menu > li ul.sub-menu > li {
            padding: 0; }
            @media (min-width: 768px) {
              .site-footer__second-level-container .footer-menu > li ul.sub-menu > li {
                padding: revert;
                padding: 15px 0 5px 0; } }
            @media (min-width: 992px) {
              .site-footer__second-level-container .footer-menu > li ul.sub-menu > li {
                display: grid;
                padding: 15px 0 5px 0; } }
            .site-footer__second-level-container .footer-menu > li ul.sub-menu > li a {
              color: #252524;
              display: none;
              text-transform: none;
              font-family: "Montserrat", sans-serif;
              font-weight: 400;
              font-size: calc(1.25rem * .8) !important;
              line-height: calc(1.25rem * 1) !important; }
              @media (min-width: 1200px) {
                .site-footer__second-level-container .footer-menu > li ul.sub-menu > li a {
                  font-size: calc(1.25rem * 1) !important;
                  line-height: calc(1.25rem * 1.5) !important; } }
              .site-footer__second-level-container .footer-menu > li ul.sub-menu > li a:hover {
                color: #9f895d !important; }
              @media (min-width: 768px) {
                .site-footer__second-level-container .footer-menu > li ul.sub-menu > li a {
                  display: block; } }
            .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.footer-contact a {
              display: block; }
            .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon {
              display: block;
              width: 50%;
              float: left;
              margin-top: 30px; }
              .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon:nth-of-type(2) {
                padding-right: 25px; }
                .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon:nth-of-type(2) a {
                  background-position: center right; }
              .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon:nth-of-type(3) {
                padding-left: 25px; }
                .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon:nth-of-type(3) a {
                  background-position: center left; }
              .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon a {
                text-indent: -9999px; }
              @media (min-width: 768px) {
                .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon {
                  padding-top: 0px; } }
              @media (min-width: 992px) {
                .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  padding: 0;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: row;
                          flex-direction: row;
                  -webkit-box-pack: start;
                      -ms-flex-pack: start;
                          justify-content: flex-start;
                  width: 100%;
                  float: none;
                  margin-top: 20px; }
                  .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon:nth-of-type(2) {
                    padding-right: 0px; }
                    .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon:nth-of-type(2) a {
                      background-position: center left; }
                  .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon:nth-of-type(3) {
                    padding-left: 0px; }
                    .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon:nth-of-type(3) a {
                      background-position: center left; }
                  .site-footer__second-level-container .footer-menu > li ul.sub-menu > li.social-media-footer-icon a {
                    text-indent: 50px; } }
  .site-footer a {
    color: #fafafa;
    text-decoration: none; }
    .site-footer a:hover {
      color: #9f895d; }
  .site-footer .splash-links {
    margin-top: 5em;
    font-size: 1.25em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .site-footer .splash-links a:not(:last-child) {
      margin-bottom: 1.5rem; }
  .site-footer .footer-social-icons-group {
    text-align: center; }
  .site-footer .footer-social-icons {
    margin-bottom: 1em;
    width: 10%;
    max-width: 50px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  .site-footer .partners-header {
    padding: 15px 0;
    color: #fff;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-footer .partners-header:after, .site-footer .partners-header:before {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-top: 3px solid #9f895d;
      min-width: 1em;
      height: 1px; }
    @media (min-width: 768px) {
      .site-footer .partners-header {
        padding: 50px 0; } }
    .site-footer .partners-header p {
      padding: 0 10px;
      margin: 0;
      font-size: calc(1.25rem * 1) !important; }
      @media (min-width: 992px) {
        .site-footer .partners-header p {
          padding: 0 50px;
          font-size: calc(1.25rem * 1.5) !important; } }
  .site-footer .partners {
    clear: both;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 783px) {
      .site-footer .partners {
        max-width: 1780px;
        padding-bottom: 76px; } }
    @media only screen and (min-width: 783px) {
      .site-footer .partners li {
        width: 20%;
        padding: 1.5em; } }
    @media only screen and (max-width: 782px) {
      .site-footer .partners li {
        width: 50%;
        padding: 2rem; } }

#pinned-icons {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 150px;
  z-index: 999999; }
  #pinned-icons .pinned-icon-anchor {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position-y: center;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 99999; }
    #pinned-icons .pinned-icon-anchor__itinerary img {
      width: 21px;
      height: 20px; }
    #pinned-icons .pinned-icon-anchor__interactive-map img {
      width: 29px;
      height: 29px; }
    #pinned-icons .pinned-icon-anchor__search img {
      width: 24px;
      height: 24px; }
    #pinned-icons .pinned-icon-anchor--span {
      display: none;
      background-color: #fff;
      width: 0px;
      height: 50px;
      position: absolute; }
    #pinned-icons .pinned-icon-anchor--img {
      background-color: #252524;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 50px;
      width: 50px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #pinned-icons .pinned-icon-anchor:hover {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: revert;
              flex-direction: revert;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      margin-left: 0px; }
      #pinned-icons .pinned-icon-anchor:hover .pinned-icon-anchor--span {
        display: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #252524; }
      #pinned-icons .pinned-icon-anchor:hover .pinned-icon-anchor--img {
        margin-left: 0px; }
    @media (min-width: 783px) {
      #pinned-icons .pinned-icon-anchor--span {
        width: 200px; }
      #pinned-icons .pinned-icon-anchor:hover {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: revert;
                flex-direction: revert;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 250px;
        margin-left: -200px; }
        #pinned-icons .pinned-icon-anchor:hover .pinned-icon-anchor--span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        #pinned-icons .pinned-icon-anchor:hover .pinned-icon-anchor--img {
          margin-left: 200px; } }

body.nav-open {
  overflow: hidden; }

.header-component {
  background-color: transparent;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  position: absolute;
  z-index: 99;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .header-component {
      font-size: 1em; } }
  @media only screen and (max-width: 782px) {
    .header-component {
      height: 5em; } }
  .header-component .social-buttons {
    display: none; }
  .header-component .container {
    max-width: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%; }
    @media only screen and (max-width: 782px) {
      .header-component .container {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (min-width: 783px) and (max-width: 1200px) {
      .header-component .container {
        padding-left: 16%; } }
    @media only screen and (min-width: 1200px) {
      .header-component .container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 20%; } }
  .header-component a {
    text-decoration: none;
    color: #fafafa; }
    .header-component a:hover {
      color: #9f895d; }
  .header-component .logo, .header-component .logo-expanded-menu {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
    margin-top: 22px;
    line-height: 0;
    display: block; }
    @media only screen and (min-width: 783px) {
      .header-component .logo, .header-component .logo-expanded-menu {
        position: absolute;
        left: 0;
        width: calc(100% - 6.7%) !important; } }
    @media only screen and (min-width: 783px) {
      .header-component .logo, .header-component .logo-expanded-menu {
        height: 9em;
        width: 9em;
        margin-left: 6.7%; } }
    @media only screen and (max-width: 782px) {
      .header-component .logo, .header-component .logo-expanded-menu {
        width: 4.8em;
        height: 4.8em;
        margin-top: 0; } }
    .header-component .logo img, .header-component .logo-expanded-menu img {
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media only screen and (min-width: 783px) {
        .header-component .logo img, .header-component .logo-expanded-menu img {
          width: 14vw;
          max-width: 165px;
          max-height: 172px; } }
      @media only screen and (max-width: 782px) {
        .header-component .logo img:nth-of-type(1), .header-component .logo-expanded-menu img:nth-of-type(1) {
          display: none; } }
      .header-component .logo img:nth-of-type(2), .header-component .logo-expanded-menu img:nth-of-type(2) {
        min-width: 92px;
        min-height: 95px; }
        @media only screen and (min-width: 783px) {
          .header-component .logo img:nth-of-type(2), .header-component .logo-expanded-menu img:nth-of-type(2) {
            display: none; } }
    .header-component .logo:before, .header-component .logo-expanded-menu:before {
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-top: 5px solid #9f895d;
      min-width: 1em;
      height: 1px;
      width: 85vw;
      position: absolute;
      top: 44%;
      right: 0; }
      @media only screen and (max-width: 782px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          display: none; } }
      @media only screen and (min-width: 783px) and (max-width: 1200px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          width: 88vw; } }
      @media only screen and (max-width: 820px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          max-width: 81%; }
          @supports (-webkit-touch-callout: none) {
            .header-component .logo:before, .header-component .logo-expanded-menu:before {
              max-width: 79%; } } }
      @media only screen and (min-width: 821px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          max-width: 82%; }
          @supports (-webkit-touch-callout: none) {
            .header-component .logo:before, .header-component .logo-expanded-menu:before {
              max-width: 79%; } } }
      @media only screen and (min-width: 991px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          max-width: 84%; } }
      @media only screen and (min-width: 1200px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          max-width: 87%; } }
      @media only screen and (min-width: 1440px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          max-width: 88%; } }
      @media only screen and (min-width: 1600px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          max-width: 89%; } }
      @media only screen and (min-width: 1920px) {
        .header-component .logo:before, .header-component .logo-expanded-menu:before {
          max-width: 91%; } }
    .header-component .logo:after, .header-component .logo-expanded-menu:after {
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-top: 5px solid #9f895d;
      min-width: 1em;
      height: 5px;
      width: 6vw;
      display: block;
      position: absolute;
      left: -7.1%;
      top: 44%; }
      @media only screen and (max-width: 782px) {
        .header-component .logo:after, .header-component .logo-expanded-menu:after {
          display: none; } }
  .header-component .logo-expanded-menu {
    display: none; }
  .header-component .location-search-component {
    display: block;
    position: absolute;
    left: 35px;
    visibility: hidden;
    z-index: 40;
    padding: 0;
    padding-top: 0px;
    background-color: transparent; }
    @media only screen and (min-width: 783px) {
      .header-component .location-search-component {
        visibility: hidden;
        top: -215px;
        -webkit-transition: visibility .5s, top .5s;
        -o-transition: visibility .5s, top .5s;
        transition: visibility .5s, top .5s; } }
    @media only screen and (max-width: 782px) {
      .header-component .location-search-component > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .header-component .location-search-component > .container > header {
      display: none; }
    .header-component .location-search-component > .container > .input-wrapper {
      width: calc(100% - 90px);
      position: relative;
      margin: 0;
      margin-right: 45px; }
      @media only screen and (min-width: 783px) {
        .header-component .location-search-component > .container > .input-wrapper {
          margin-left: 45px; } }
      .header-component .location-search-component > .container > .input-wrapper input {
        border: solid 3px #9f895d;
        max-height: 90px; }
      .header-component .location-search-component > .container > .input-wrapper img {
        height: 23px;
        width: 23px;
        position: absolute;
        bottom: 14px;
        right: 10px;
        cursor: pointer; }
        .header-component .location-search-component > .container > .input-wrapper img:nth-of-type(2) {
          top: -52px;
          right: 0;
          cursor: pointer; }
          @media only screen and (max-width: 782px) {
            .header-component .location-search-component > .container > .input-wrapper img:nth-of-type(2) {
              display: none; } }
    .header-component .location-search-component > .container > .results-wrapper .results.active {
      width: 100vw;
      padding: 0;
      width: 81vw; }
      @media only screen and (min-width: 783px) {
        .header-component .location-search-component > .container > .results-wrapper .results.active {
          margin-left: 45px;
          width: calc(100vw - 90px); } }
    .header-component .location-search-component.visible {
      visibility: visible;
      top: 0;
      height: 140px;
      width: 100%;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      background: #fff;
      border-bottom: 1px solid #252524;
      z-index: 99999;
      position: fixed; }
      .header-component .location-search-component.visible > .container {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .header-component .primary-menu-container {
    z-index: 10; }
    @media only screen and (min-width: 783px) and (max-width: 1200px) {
      .header-component .primary-menu-container {
        padding: 0 1.5em 0 3.5em; } }
    @media only screen and (min-width: 1200px) {
      .header-component .primary-menu-container {
        padding: 0 1.5em 0 0; } }
    @media only screen and (min-width: 1200px) {
      .header-component .primary-menu-container {
        padding: 0; } }
    .header-component .primary-menu-container .primary-menu > li {
      position: relative;
      padding: 30px;
      margin-top: 30px;
      padding-left: 10px;
      padding-right: 10px;
      min-width: 120px; }
      @media only screen and (min-width: 783px) {
        .header-component .primary-menu-container .primary-menu > li:nth-of-type(5) {
          display: none; } }
      @media only screen and (max-width: 991px) {
        .header-component .primary-menu-container .primary-menu > li {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media only screen and (min-width: 991px) {
        .header-component .primary-menu-container .primary-menu > li {
          min-width: 140px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (min-width: 1200px) {
        .header-component .primary-menu-container .primary-menu > li {
          min-width: 195px; } }
      @media only screen and (min-width: 1400px) {
        .header-component .primary-menu-container .primary-menu > li {
          min-width: 245px; } }
      @media only screen and (min-width: 783px) and (max-width: 1200px) {
        .header-component .primary-menu-container .primary-menu > li {
          padding-top: 15px !important;
          margin-top: 30px !important;
          padding-left: 10px;
          padding-right: 10px; } }
      @media only screen and (max-width: 1200px) {
        .header-component .primary-menu-container .primary-menu > li {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-top: 30px; } }
      .header-component .primary-menu-container .primary-menu > li a {
        padding: revert;
        font-size: 14px;
        text-align: left; }
        @media only screen and (min-width: 1400px) {
          .header-component .primary-menu-container .primary-menu > li a {
            font-size: 20px; } }
        @media only screen and (max-width: 782px) {
          .header-component .primary-menu-container .primary-menu > li a {
            font-size: 25px; } }
      .header-component .primary-menu-container .primary-menu > li > a {
        padding: revert;
        margin-bottom: 50px;
        color: #fff; }
        @media only screen and (min-width: 783px) and (max-width: 1200px) {
          .header-component .primary-menu-container .primary-menu > li > a {
            font-size: 14px;
            text-align: left; } }
        @media (min-width: 992px) {
          .header-component .primary-menu-container .primary-menu > li > a {
            white-space: nowrap; } }
      .header-component .primary-menu-container .primary-menu > li .sub-menu {
        display: none; }
      .header-component .primary-menu-container .primary-menu > li:hover {
        cursor: pointer; }
        @media only screen and (min-width: 783px) and (max-width: 991px) {
          .header-component .primary-menu-container .primary-menu > li:hover {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media only screen and (min-width: 783px) {
          .header-component .primary-menu-container .primary-menu > li:hover > ul.sub-menu {
            display: block; } }
        @media only screen and (max-width: 991px) {
          .header-component .primary-menu-container .primary-menu > li:hover > ul.sub-menu li {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media only screen and (min-width: 783px) {
          .header-component .primary-menu-container .primary-menu > li:hover > ul.sub-menu li:not(:nth-last-of-type(1)) {
            margin-bottom: 24px; } }
        @media only screen and (min-width: 991px) and (max-width: 1300px) {
          .header-component .primary-menu-container .primary-menu > li:hover > ul.sub-menu li {
            max-width: 100px; } }
        .header-component .primary-menu-container .primary-menu > li:hover > ul.sub-menu li a {
          font-weight: 300; }
          @media only screen and (min-width: 783px) {
            .header-component .primary-menu-container .primary-menu > li:hover > ul.sub-menu li a {
              text-align: left;
              text-transform: none; } }
          @media only screen and (max-width: 991px) {
            .header-component .primary-menu-container .primary-menu > li:hover > ul.sub-menu li a {
              text-align: left; } }
          @media only screen and (min-width: 1400px) {
            .header-component .primary-menu-container .primary-menu > li:hover > ul.sub-menu li a {
              white-space: nowrap;
              font-size: 20px; } }
        @media only screen and (min-width: 783px) {
          .header-component .primary-menu-container .primary-menu > li:hover {
            background-color: #252524;
            opacity: .75;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding-top: 30px;
            margin-top: 30px; } }
    .header-component .primary-menu-container .primary-menu a {
      font-family: Montserrat; }
  .header-component .secondary-menu-container {
    padding-top: 60px;
    visibility: hidden;
    z-index: 10;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .header-component .secondary-menu-container {
        -webkit-transform: scale(0.8) translateX(-15px);
            -ms-transform: scale(0.8) translateX(-15px);
             -o-transform: scale(0.8) translateX(-15px);
                transform: scale(0.8) translateX(-15px); } }
    @media only screen and (min-width: 783px) and (max-width: 1199px) {
      .header-component .secondary-menu-container {
        padding-top: 45px; } }
    @media only screen and (min-width: 783px) {
      .header-component .secondary-menu-container {
        visibility: visible;
        display: none; } }
    @media only screen and (min-width: 1200px) {
      .header-component .secondary-menu-container {
        padding: 50px 0 0 0px; } }
    .header-component .secondary-menu-container .menu-search {
      cursor: pointer; }
    .header-component .secondary-menu-container > .menu {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header-component .secondary-menu-container > .menu .menu-item {
        margin-right: 20px; }
        .header-component .secondary-menu-container > .menu .menu-item:before {
          width: 30px;
          height: 30px; }
        .header-component .secondary-menu-container > .menu .menu-item a {
          display: none; }
        .header-component .secondary-menu-container > .menu .menu-item:nth-of-type(1):before {
          content: '';
          background-image: url("/app/themes/uscrt/assets/images/search-icon.svg");
          display: block;
          background-repeat: no-repeat; }
        .header-component .secondary-menu-container > .menu .menu-item:nth-of-type(2):before {
          content: '';
          background-image: url("/app/themes/uscrt/assets/images/map-icon-new.svg");
          display: block;
          background-repeat: no-repeat; }
        .header-component .secondary-menu-container > .menu .menu-item:nth-of-type(3) {
          position: relative; }
          .header-component .secondary-menu-container > .menu .menu-item:nth-of-type(3):before {
            content: '';
            background-image: url("/app/themes/uscrt/assets/images/settings-icon.svg");
            display: block;
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            position: absolute;
            top: 44%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); }
    @media only screen and (max-width: 782px) {
      .header-component .secondary-menu-container {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .header-component .secondary-menu-container > ul {
          float: right;
          margin-right: 4em; } }
    .header-component .secondary-menu-container .map-icon,
    .header-component .secondary-menu-container .search-icon {
      display: none; }
    .header-component .secondary-menu-container .map-icon-menu, .header-component .secondary-menu-container .in-the-news-menu, .header-component .secondary-menu-container .search-icon-menu {
      cursor: pointer; }
      .header-component .secondary-menu-container .map-icon-menu .map-icon, .header-component .secondary-menu-container .in-the-news-menu .map-icon, .header-component .secondary-menu-container .search-icon-menu .map-icon {
        display: block; }
    .header-component .secondary-menu-container .search-icon-menu a {
      content: ''; }
    .header-component .secondary-menu-container .search-icon-menu .search-icon {
      display: block; }
      .header-component .secondary-menu-container .search-icon-menu .search-icon path {
        fill: #fff; }
      .header-component .secondary-menu-container .search-icon-menu .search-icon:hover path {
        fill: #252524; }
    .header-component .secondary-menu-container > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .header-component .secondary-menu-container a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 700;
      line-height: 1.5; }
      .header-component .secondary-menu-container a .map-icon, .header-component .secondary-menu-container a .search-icon {
        height: 2.5em;
        width: 2.5em;
        position: relative;
        padding-left: 1em;
        top: -3px; }
      .header-component .secondary-menu-container a .search-icon {
        top: 0;
        left: 0.5em;
        height: 2.1em; }
      .header-component .secondary-menu-container a path, .header-component .secondary-menu-container a circle, .header-component .secondary-menu-container a rect {
        -webkit-transition: all .22s ease-in-out;
        -o-transition: all .22s ease-in-out;
        transition: all .22s ease-in-out; }
      .header-component .secondary-menu-container a:hover path, .header-component .secondary-menu-container a:hover circle, .header-component .secondary-menu-container a:hover rect {
        fill: #9f895d; }
      .header-component .secondary-menu-container a:hover circle:last-of-type {
        fill: #ffffff; }
      .header-component .secondary-menu-container a:hover .st0 {
        fill: #c80000; }
  @media only screen and (min-width: 783px) {
    .header-component .mobile-menu-buttons {
      display: none; } }
  @media only screen and (max-width: 782px) {
    .header-component .mobile-menu-buttons {
      display: block;
      height: 3.3em;
      width: 3.3em;
      cursor: pointer;
      z-index: 30; }
      .header-component .mobile-menu-buttons .hamburger {
        background-color: transparent;
        display: block;
        position: relative;
        height: 3.3em;
        width: 3.3em; }
        .header-component .mobile-menu-buttons .hamburger span {
          display: block;
          position: absolute;
          height: 2.5px;
          width: 2em;
          background: #fff;
          left: 0.5em;
          -webkit-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
          border-radius: 0; }
          .header-component .mobile-menu-buttons .hamburger span:nth-child(1) {
            top: 0.8em; }
          .header-component .mobile-menu-buttons .hamburger span:nth-child(2) {
            top: 1.55em; }
          .header-component .mobile-menu-buttons .hamburger span:nth-child(3) {
            bottom: 0.8em; }
        .header-component .mobile-menu-buttons .hamburger.nav-open {
          background-color: transparent; }
          .header-component .mobile-menu-buttons .hamburger.nav-open span {
            background: #252524; }
            .header-component .mobile-menu-buttons .hamburger.nav-open span:nth-child(1) {
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                   -o-transform: rotate(45deg);
                      transform: rotate(45deg);
              top: 1.55em; }
            .header-component .mobile-menu-buttons .hamburger.nav-open span:nth-child(2) {
              background: transparent; }
            .header-component .mobile-menu-buttons .hamburger.nav-open span:nth-child(3) {
              -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                   -o-transform: rotate(-45deg);
                      transform: rotate(-45deg);
              bottom: 1.55em; } }
  .header-component.nav-open {
    z-index: 1000; }
    .header-component.nav-open .logo {
      display: none; }
    .header-component.nav-open .logo-expanded-menu {
      display: block;
      -webkit-transform: translateX(-35px);
          -ms-transform: translateX(-35px);
           -o-transform: translateX(-35px);
              transform: translateX(-35px);
      margin-bottom: 41px; }
    .header-component.nav-open .location-search-component {
      display: block;
      visibility: visible;
      position: absolute;
      left: 35px;
      z-index: 20;
      padding: 0;
      padding-top: 136px;
      background-color: transparent; }
      .header-component.nav-open .location-search-component > .container > header {
        display: none; }
      .header-component.nav-open .location-search-component > .container > .input-wrapper {
        width: 81vw;
        position: relative; }
        .header-component.nav-open .location-search-component > .container > .input-wrapper input {
          border: solid 3px #9f895d;
          max-height: 44px; }
        .header-component.nav-open .location-search-component > .container > .input-wrapper img {
          height: 23px;
          width: 23px;
          position: absolute;
          bottom: 13px;
          right: 10px; }
    .header-component.nav-open .primary-menu-container {
      top: 0;
      padding-top: 0px;
      padding-left: 35px;
      padding-bottom: 100px;
      position: absolute;
      height: 100vh;
      background-color: #fff;
      padding-right: 35px; }
      .header-component.nav-open .primary-menu-container > .location-search-component {
        padding-top: 0; }
      .header-component.nav-open .primary-menu-container .primary-menu {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 80px; }
        .header-component.nav-open .primary-menu-container .primary-menu > .menu-item:nth-of-type(3) {
          border-bottom: solid 3px #9f895d; }
        .header-component.nav-open .primary-menu-container .primary-menu > .menu-item:nth-of-type(4) {
          margin-top: 25px; }
        .header-component.nav-open .primary-menu-container .primary-menu .menu-item {
          padding-top: 0;
          padding-left: 0;
          padding-bottom: 25px;
          margin-top: 0;
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          cursor: pointer; }
          .header-component.nav-open .primary-menu-container .primary-menu .menu-item a {
            margin-bottom: 0;
            color: #252524;
            white-space: nowrap; }
          .header-component.nav-open .primary-menu-container .primary-menu .menu-item-has-children:after {
            content: url("/app/themes/uscrt/assets/images/plus-icon.svg");
            position: absolute;
            right: 0;
            top: 0; }
          .header-component.nav-open .primary-menu-container .primary-menu .menu-item-has-children .sub-menu {
            display: initial;
            visibility: hidden;
            max-height: 0;
            overflow: hidden;
            -webkit-transition: visibility .5s, max-height .5s;
            -o-transition: visibility .5s, max-height .5s;
            transition: visibility .5s, max-height .5s; }
          .header-component.nav-open .primary-menu-container .primary-menu .menu-item-has-children.expanded > .sub-menu {
            visibility: visible;
            max-height: 250px; }
          .header-component.nav-open .primary-menu-container .primary-menu .menu-item-has-children.expanded:after {
            content: url("/app/themes/uscrt/assets/images/minus-icon.svg");
            top: -5px; }
          .header-component.nav-open .primary-menu-container .primary-menu .menu-item > .sub-menu li {
            padding-top: 20px;
            padding-bottom: 0;
            font-weight: normal;
            text-transform: initial;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
      .header-component.nav-open .primary-menu-container .social-buttons {
        display: block; }
        .header-component.nav-open .primary-menu-container .social-buttons img {
          cursor: pointer; }
          .header-component.nav-open .primary-menu-container .social-buttons img:nth-of-type(1) {
            margin-right: 27px; }

.post-contact .header-component,
.post-interactive-map .header-component,
.post-press .header-component,
.post-media-resources .header-component,
.tax-state.term-delaware .header-component,
.tax-state.term-oklahoma .header-component,
.tax-state.term-district-of-columbia .header-component {
  position: initial;
  background: #252524;
  height: 210px; }
  @media only screen and (max-width: 782px) {
    .post-contact .header-component,
    .post-interactive-map .header-component,
    .post-press .header-component,
    .post-media-resources .header-component,
    .tax-state.term-delaware .header-component,
    .tax-state.term-oklahoma .header-component,
    .tax-state.term-district-of-columbia .header-component {
      height: 96px; } }

.page-header {
  text-align: center;
  background: #fff;
  margin: 0;
  padding: 0 40px 50px 40px; }
  .page-header .header-tagline--p {
    margin: 0;
    padding: 0; }
  .page-header .buttons-wrapper {
    width: 100%; }
    .page-header .buttons-wrapper .crt-btn {
      width: 100%;
      margin-top: 25px; }
  @media (min-width: 992px) {
    .page-header .buttons-wrapper {
      width: 730px;
      margin: 45px auto 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .page-header .buttons-wrapper .crt-btn {
        width: auto;
        margin-top: 0; } }
  .page-header__dark {
    background: #252524; }
  .page-header.alternative {
    background-color: #9f895d;
    color: #fafafa; }
  .page-header.with-buttons .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-header.with-buttons .link-roadtrip {
    font-size: 1.25rem;
    color: #ffffff;
    text-transform: none;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 2rem 0; }
  @media only screen and (min-width: 783px) {
    .page-header.with-buttons {
      padding-bottom: 4rem; }
      .page-header.with-buttons .buttons-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .page-header.with-buttons .btn {
        margin: 0 2rem; } }
  @media only screen and (min-width: 1500px) {
    .page-header.with-buttons .buttons-wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .page-header.with-buttons .link-roadtrip {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; } }
  @media only screen and (max-width: 782px) {
    .page-header.with-buttons {
      padding-bottom: 2rem; }
      .page-header.with-buttons .buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .page-header.with-buttons .btn {
        margin: 0.8rem 0; } }
  .page-header.with-buttons .btn {
    font-size: 1.4rem;
    background-color: #fff;
    color: #9f895d;
    padding: 0.8rem 3rem; }
    .page-header.with-buttons .btn.active {
      color: #fff;
      background-color: #9f895d;
      border: 1px solid #fff; }
  .page-header.with-buttons span {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600; }

@media only screen and (max-width: 1200px) {
  .primary-menu-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 5em; } }

@media only screen and (max-width: 782px) {
  .primary-menu-container {
    background: #252524;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 3.2em;
    overflow-y: scroll;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    -o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s; }
    .admin-bar .primary-menu-container {
      top: 8em; } }
    @media only screen and (max-width: 782px) and (max-width: 480px) {
      .admin-bar .primary-menu-container {
        top: 8.7em; } }

@media only screen and (max-width: 782px) {
    .primary-menu-container ul {
      opacity: 0.4;
      -webkit-transform: translateX(20%) rotateX(0deg);
              transform: translateX(20%) rotateX(0deg);
      -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, -webkit-transform 0.5s;
      -o-transition: opacity 0.5s, -o-transform 0.5s;
      transition: transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -o-transform 0.5s; } }

.nav-open .primary-menu-container {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .nav-open .primary-menu-container ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); }

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media only screen and (max-width: 782px) {
    .primary-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 4.5em;
      font-size: 1.5em; } }
  @media only screen and (max-width: 1200px) {
    .primary-menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .primary-menu li a {
        line-height: 1.6;
        text-align: center; }
      .primary-menu li span {
        display: block; } }
  @media only screen and (min-width: 783px) {
    .primary-menu li {
      /*margin: 0 1em;*/ } }
  @media only screen and (max-width: 782px) {
    .primary-menu li {
      padding: 0.75em 0; } }
  .primary-menu a {
    padding: 1em; }

.ad-unit {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
  z-index: 999;
  display: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }
  .ad-unit .ad-unit-wrap {
    position: relative; }
  .ad-unit .ad-unit-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .ad-unit .ad-unit-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 24px;
    cursor: pointer;
    z-index: 2; }

.submenu-component {
  background-color: #9f895d;
  height: 3em; }
  .submenu-component .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .submenu-component .container::after {
      clear: both;
      content: "";
      display: block; }
  @media only screen and (min-width: 783px) {
    .submenu-component ul {
      left: calc(16.66667% - 46.66667px + 40px);
      position: relative;
      width: calc(83.33333% - 73.33333px);
      float: left;
      margin-left: 40px; } }
  .submenu-component ul li {
    display: inline-block;
    padding: 0 1em;
    margin-right: 1em; }
    @media (max-width: 480px) {
      .submenu-component ul li {
        padding: 0 1em 0 0em;
        margin-right: 0em; } }
    .submenu-component ul li a {
      color: #fafafa;
      text-decoration: none;
      font-size: 1.2em; }
    .submenu-component ul li.current-menu-item a {
      color: #252524; }

.destinations-list-component {
  background-color: #fafafa; }
  @media only screen and (min-width: 783px) {
    .destinations-list-component .listing {
      column-count: 6;
      -webkit-column-count: 6;
      -moz-column-count: 6; } }
  @media only screen and (max-width: 782px) {
    .destinations-list-component .listing {
      column-count: 2;
      -webkit-column-count: 2;
      -moz-column-count: 2; } }
  .destinations-list-component .listing h3 {
    color: #9f895d;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 0.8em; }
  .destinations-list-component .listing h4 {
    font-size: 1em;
    margin: 0 0 0.2em;
    font-weight: 700; }
  .destinations-list-component .listing h3 a, .destinations-list-component .listing h4 a {
    color: inherit;
    text-decoration: none; }
  .destinations-list-component .state {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 2em; }
    .destinations-list-component .state .city {
      margin-bottom: 0.5em;
      -moz-column-break-inside: avoid;
           break-inside: avoid-column;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid; }
    .destinations-list-component .state > ul {
      margin-left: 0;
      list-style-type: none; }
    .destinations-list-component .state .attractions {
      margin-left: 0;
      list-style: none;
      padding: 0;
      font-size: 0.9em;
      margin-bottom: 0.5em; }
      .destinations-list-component .state .attractions li {
        margin-bottom: 0.4em;
        font-weight: 300;
        line-height: 1.3; }

.state-destinations-list-component ul {
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em; }
  @media only screen and (min-width: 783px) {
    .state-destinations-list-component ul {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }
  @media only screen and (max-width: 782px) {
    .state-destinations-list-component ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  .state-destinations-list-component ul li {
    margin-bottom: 0.75em; }
  .state-destinations-list-component ul a {
    color: #252524;
    text-decoration: none;
    font-size: 1.75em;
    font-weight: 300; }
    .state-destinations-list-component ul a:hover {
      color: #9f895d; }

.featured-destinations-list-component {
  background-color: #fafafa; }

.interactive-map-wrapper {
  background: #fafafa; }
  @media only screen and (min-width: 783px) {
    .interactive-map-wrapper.full-map-wrapper {
      height: 800px;
      height: 80vw; }
    .interactive-map-wrapper.destination-map-wrapper {
      height: 500px;
      height: 40vw; }
    .interactive-map-wrapper.state-map-wrapper {
      height: 400px;
      height: 40vw; }
    .interactive-map-wrapper.attraction-map-wrapper {
      height: 300px;
      height: 30vw; } }
  @media only screen and (min-width: 1025px) {
    .interactive-map-wrapper {
      max-height: 855px; }
      .interactive-map-wrapper.with-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh; }
        .interactive-map-wrapper.with-panel .interactive-map {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
  @media only screen and (max-width: 1024px) {
    .interactive-map-wrapper.with-panel .interactive-map {
      min-height: 400px;
      height: 80vw; }
    .interactive-map-wrapper.full-map-wrapper {
      min-height: 400px;
      height: 80vw; }
      .interactive-map-wrapper.full-map-wrapper header {
        display: none; }
        .interactive-map-wrapper.full-map-wrapper header h1 {
          font-size: 0.8em; }
    .interactive-map-wrapper.destination-map-wrapper {
      min-height: 250px;
      height: 80vw; }
    .interactive-map-wrapper.state-map-wrapper {
      min-height: 250px;
      height: 80vw; }
    .interactive-map-wrapper.attraction-map-wrapper {
      min-height: 250px;
      height: 80vw; } }
  @media only screen and (max-width: 782px) {
    .interactive-map-wrapper .interactive-map-panel {
      position: relative; } }
  .interactive-map-wrapper .container {
    height: 100%; }
  .column .interactive-map-wrapper .container {
    padding-left: 0;
    padding-right: 0; }

.interactive-map {
  height: 100%; }
  .interactive-map .offscreen-control {
    display: none;
    background: white;
    border: 1px solid black;
    padding: 0.4rem 0.65rem;
    text-transform: uppercase; }
    .interactive-map .offscreen-control .offscreen-link {
      display: inline-block;
      margin-left: 0.5rem;
      text-decoration: underline;
      cursor: pointer; }
  .interactive-map .marker-label {
    font-weight: 600;
    font-size: 1.2rem; }

.interactive-map-panel {
  background-color: #fff;
  color: #000; }
  @media only screen and (min-width: 1025px) {
    .interactive-map-panel {
      width: 620px;
      height: 100%;
      padding-bottom: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: all ease-in-out 0.4s;
      -o-transition: all ease-in-out 0.4s;
      transition: all ease-in-out 0.4s; }
      .interactive-map-panel > main {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-height: calc(100% - 3.5rem); }
      .interactive-map-panel.collapsed {
        margin-left: -620px; }
        .interactive-map-panel.collapsed .triangle-icon {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); } }
  .interactive-map-panel > header {
    color: #fff;
    background-color: #9F895D;
    padding: 1rem 2rem;
    position: relative; }
    .interactive-map-panel > header h2 {
      margin: 0;
      text-transform: uppercase; }
    .interactive-map-panel > header .panel-collapse {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      width: 2rem;
      background-color: #9F895D;
      position: absolute;
      right: -2rem;
      top: 0;
      cursor: pointer;
      z-index: 2; }
      @media only screen and (min-width: 1025px) {
        .interactive-map-panel > header .panel-collapse {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (max-width: 1024px) {
        .interactive-map-panel > header .panel-collapse {
          display: none; } }
    .interactive-map-panel > header .triangle-icon {
      width: 0;
      height: 0;
      border-right: calc(1.2rem * 1.732 / 2) solid #fff;
      border-top: calc(1.2rem / 2) solid transparent;
      border-bottom: calc(1.2rem / 2) solid transparent; }
  .interactive-map-panel .route-form {
    padding: 0.5rem 3rem 1rem; }
    .interactive-map-panel .route-form .form-control {
      padding: 1rem 0;
      height: auto;
      border: none; }
    .interactive-map-panel .route-form .error-message {
      color: #f00; }
    .interactive-map-panel .route-form label, .interactive-map-panel .route-form span.gm-title {
      color: #252524;
      font-size: 20px;
      text-transform: uppercase; }
    .interactive-map-panel .route-form span.gm-title {
      display: block;
      font-weight: 600;
      margin-bottom: 0.375em; }
    .interactive-map-panel .route-form input {
      width: 100%;
      font-size: 1.3rem; }
      .interactive-map-panel .route-form input::-webkit-input-placeholder {
        color: #ccc; }
      .interactive-map-panel .route-form input::-moz-placeholder {
        color: #ccc; }
      .interactive-map-panel .route-form input:-ms-input-placeholder {
        color: #ccc; }
      .interactive-map-panel .route-form input::-ms-input-placeholder {
        color: #ccc; }
      .interactive-map-panel .route-form input::placeholder {
        color: #ccc; }
      .interactive-map-panel .route-form input[type='text'] {
        border: 2px solid #9F895D;
        border-radius: 0; }
    .interactive-map-panel .route-form .ranges {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0.5rem;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: bold;
      color: #B5B5B5; }
    @media (min-width: 769px) {
      .interactive-map-panel .route-form #gm-filters .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 769px) {
      .interactive-map-panel .route-form #gm-filters .flex .flex-row {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    .interactive-map-panel .route-form #gm-filters .flex .flex-row div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding: 1rem 0;
      width: 250px;
      position: relative; }
    .interactive-map-panel .route-form #gm-filters label {
      display: inline-block;
      width: auto;
      text-transform: none;
      font-weight: normal;
      margin: 0; }
    .interactive-map-panel .route-form #gm-filters input[type='checkbox'] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 40px;
      height: 40px;
      outline: none;
      border: 2px solid #9F895D; }
      .interactive-map-panel .route-form #gm-filters input[type='checkbox']::before {
        content: "";
        width: 20px;
        height: 20px;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
        -webkit-transition: 120ms -webkit-transform ease-in-out;
        transition: 120ms -webkit-transform ease-in-out;
        -o-transition: 120ms -o-transform ease-in-out;
        transition: 120ms transform ease-in-out;
        transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out, 120ms -o-transform ease-in-out;
        -webkit-box-shadow: inset 1em 1em #9F895D;
                box-shadow: inset 1em 1em #9F895D; }
      .interactive-map-panel .route-form #gm-filters input[type='checkbox']:checked::before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1); }
    .interactive-map-panel .route-form #gm-filters .gm-tool-tip {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0px;
      background-color: transparent;
      background-image: url("images/tool-tip.png");
      background-repeat: no-repeat;
      background-position: center; }
    .interactive-map-panel .route-form #gm-filters .tooltip {
      margin-top: 4rem;
      padding: 25px !important;
      font-family: 'Montserrat', 'sans-serif';
      font-size: 14px;
      z-index: 9999;
      display: block !important;
      background: #655739;
      color: #fff;
      position: absolute !important;
      cursor: pointer;
      opacity: 0; }
  .interactive-map-panel .planner-button {
    display: inline-block;
    margin: 2rem 0 1rem;
    background-color: #9f895d;
    text-decoration: none;
    color: #fff;
    outline: none;
    border-radius: 0px; }
    .interactive-map-panel .planner-button.disabled {
      background-color: #6a6a6a;
      color: #e5e3e3;
      border: none;
      opacity: 0.5;
      cursor: not-allowed; }
  .interactive-map-panel .route-results-wrapper {
    padding: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .interactive-map-panel .route-results-wrapper header {
      background-color: #777777;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1rem;
      width: 100%; }
      .interactive-map-panel .route-results-wrapper header h3 {
        margin: 0;
        color: #fff;
        text-transform: uppercase; }
      .interactive-map-panel .route-results-wrapper header .select-all {
        font-size: 0.9rem;
        width: 4rem;
        text-align: center;
        color: white;
        text-transform: uppercase; }
    .interactive-map-panel .route-results-wrapper .route-results {
      padding: 1rem 1.5rem;
      background-color: #fff;
      max-height: 80%;
      overflow-y: auto;
      width: 100%; }
    .interactive-map-panel .route-results-wrapper h4 {
      font-size: 1.5rem;
      margin: 0.8rem auto 0.5rem; }
    .interactive-map-panel .route-results-wrapper .attraction-summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0.3rem 0;
      font-size: 1rem; }
      .interactive-map-panel .route-results-wrapper .attraction-summary::before {
        content: "";
        margin-top: 0.2rem;
        margin-right: 0.5rem;
        width: 0;
        height: 0;
        border-left: calc(0.7rem * 1.732 / 2) solid #fff;
        border-top: calc(0.7rem / 2) solid transparent;
        border-bottom: calc(0.7rem / 2) solid transparent; }
    .interactive-map-panel .route-results-wrapper .attraction-name {
      text-decoration: underline;
      margin-right: 1rem;
      cursor: pointer; }
    .interactive-map-panel .route-results-wrapper .expanded .attraction-details {
      display: block; }
    .interactive-map-panel .route-results-wrapper .expanded .attraction-summary::before {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
    .interactive-map-panel .route-results-wrapper .attraction-details {
      display: none;
      padding: 0.5rem 2.1rem 0.5rem 1.1rem; }
    .interactive-map-panel .route-results-wrapper .attraction-details-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem; }
    .interactive-map-panel .route-results-wrapper .attraction-thumbnail {
      width: 27%;
      margin-right: 0.8rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .interactive-map-panel .route-results-wrapper .fake-checkbox {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1.25rem;
              flex: 0 0 1.25rem;
      border: 2px solid #656565;
      border-radius: 0.3rem;
      width: 1.25rem;
      height: 1.25rem;
      display: block;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      margin-left: auto; }
      .interactive-map-panel .route-results-wrapper .fake-checkbox.checked::before {
        content: "\2713"; }
    .interactive-map-panel .route-results-wrapper .attraction-address {
      padding-bottom: 1.5rem;
      cursor: pointer; }
      .interactive-map-panel .route-results-wrapper .attraction-address .address-label {
        font-weight: 500; }
    .interactive-map-panel .route-results-wrapper .show-on-map,
    .interactive-map-panel .route-results-wrapper .read-more {
      color: #9f895d;
      cursor: pointer; }
    .interactive-map-panel .route-results-wrapper .show-on-map {
      margin-left: 1rem;
      text-decoration: underline; }
    .interactive-map-panel .route-results-wrapper .route-details-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 1rem; }
    .interactive-map-panel .route-results-wrapper .chosen-route {
      font-size: 1.3rem; }
    .interactive-map-panel .route-results-wrapper .change-route-button {
      background-color: transparent;
      color: #6a6a6a;
      border: 2px solid #6a6a6a;
      font-size: 0.9rem;
      margin-left: 2rem;
      padding: 0.5rem 0.5rem;
      white-space: normal; }
    .interactive-map-panel .route-results-wrapper .itinerary-buttons {
      width: 100%; }
    .interactive-map-panel .route-results-wrapper .buttons-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -0.5rem; }
      .interactive-map-panel .route-results-wrapper .buttons-wrapper > * {
        width: calc(100% / 3); }
      .interactive-map-panel .route-results-wrapper .buttons-wrapper .planner-button {
        white-space: normal;
        padding: 0.5rem 0.5rem;
        margin: 0.8rem 0 0;
        border-left: 0.5rem solid #fff;
        border-right: 0.5rem solid #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
        text-align: center; }
    .interactive-map-panel .route-results-wrapper .itinerary-results {
      counter-reset: attractions; }
      .interactive-map-panel .route-results-wrapper .itinerary-results > * {
        border-right: 2px dotted #6a6a6a;
        padding-right: 1.5rem; }
      .interactive-map-panel .route-results-wrapper .itinerary-results h4 {
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0;
        padding-top: 0.8rem;
        padding-bottom: 0.5rem; }
      .interactive-map-panel .route-results-wrapper .itinerary-results .attraction-name {
        font-size: 1.2rem;
        font-weight: 500;
        text-decoration: none;
        margin: 0 auto 0.5rem;
        position: relative; }
        .interactive-map-panel .route-results-wrapper .itinerary-results .attraction-name::after {
          position: absolute;
          counter-increment: attractions;
          content: counter(attractions);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          top: 0;
          right: -2.3rem;
          width: 1.4rem;
          height: 1.4rem;
          font-size: 0.8rem;
          line-height: 1;
          font-weight: 600;
          border-radius: 50%;
          border: 2px solid #6a6a6a;
          color: #fff;
          background-color: #404040; }
      .interactive-map-panel .route-results-wrapper .itinerary-results .planner-button {
        margin: 0;
        padding: 0.8rem 1.2rem;
        font-size: 1rem; }

.location-search-component {
  background-color: #9f895d;
  padding-top: 5em; }
  @media only screen and (max-width: 782px) {
    .location-search-component {
      padding-top: 1em; } }
  .location-search-component header .search-icon {
    margin-right: 10px; }
  .location-search-component header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2em; }
    @media only screen and (max-width: 782px) {
      .location-search-component header h2 {
        font-size: 1.4em; } }
  .location-search-component input {
    color: #252524;
    margin-bottom: 0;
    min-height: 50px;
    font-size: 1.6em; }
    .location-search-component input::-webkit-input-placeholder {
      color: #a5a5a3;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
    .location-search-component input::-moz-placeholder {
      color: #a5a5a3;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
    .location-search-component input:-ms-input-placeholder {
      color: #a5a5a3;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
    .location-search-component input::-ms-input-placeholder {
      color: #a5a5a3;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
    .location-search-component input::placeholder {
      color: #a5a5a3;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
      @media only screen and (max-width: 782px) {
        .location-search-component input::-webkit-input-placeholder {
          font-size: 0.8em; }
        .location-search-component input::-moz-placeholder {
          font-size: 0.8em; }
        .location-search-component input:-ms-input-placeholder {
          font-size: 0.8em; }
        .location-search-component input::-ms-input-placeholder {
          font-size: 0.8em; }
        .location-search-component input::placeholder {
          font-size: 0.8em; } }
  .location-search-component .results-wrapper {
    position: relative;
    z-index: 100; }
  .location-search-component .results {
    position: absolute;
    top: 0.2em;
    width: 100%;
    border: 1px solid #252524;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    border-radius: 4px;
    background: #fafafa;
    color: #252524;
    display: none;
    padding: 0.3em 0 0.8em; }
    .location-search-component .results.active {
      display: block; }
    .location-search-component .results li {
      padding: 0.75em 1em;
      font-size: 1.2em; }
      .location-search-component .results li.letter {
        font-weight: 700;
        font-size: 1.3em; }
      .location-search-component .results li.result {
        padding-left: 2.5em; }
        .location-search-component .results li.result:hover {
          background-color: #f1ede7;
          font-weight: 500;
          cursor: pointer; }
    .location-search-component .results a {
      color: #252524;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

#ajaxsearchlite1.asl_w .probox {
  background-color: #fff;
  background-image: none;
  border: 3px solid #9f895d;
  height: 44px; }
  #ajaxsearchlite1.asl_w .probox .proinput input {
    color: #252524 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: calc(1.25rem * .9) !important;
    font-style: normal;
    height: 44px; }
    #ajaxsearchlite1.asl_w .probox .proinput input::-webkit-input-placeholder {
      color: #252524 !important;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: calc(1.25rem * .9) !important;
      font-style: normal; }
    #ajaxsearchlite1.asl_w .probox .proinput input::-moz-placeholder {
      color: #252524 !important;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: calc(1.25rem * .9) !important;
      font-style: normal; }
    #ajaxsearchlite1.asl_w .probox .proinput input:-ms-input-placeholder {
      color: #252524 !important;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: calc(1.25rem * .9) !important;
      font-style: normal; }
    #ajaxsearchlite1.asl_w .probox .proinput input::-ms-input-placeholder {
      color: #252524 !important;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: calc(1.25rem * .9) !important;
      font-style: normal; }
    #ajaxsearchlite1.asl_w .probox .proinput input::placeholder {
      color: #252524 !important;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: calc(1.25rem * .9) !important;
      font-style: normal; }
    #ajaxsearchlite1.asl_w .probox .proinput input.autocomplete {
      margin-top: -44px !important; }
  #ajaxsearchlite1.asl_w .probox .promagnifier {
    height: 44px;
    width: 44px;
    background-color: #fff;
    background-image: none;
    pointer-events: none; }
    #ajaxsearchlite1.asl_w .probox .promagnifier .innericon {
      pointer-events: none; }
      #ajaxsearchlite1.asl_w .probox .promagnifier .innericon svg {
        fill: #9f895d;
        pointer-events: none; }
  #ajaxsearchlite1.asl_w .probox .proclose {
    height: 44px;
    width: 44px;
    background-color: #fff;
    background-image: none;
    display: none !important; }
    #ajaxsearchlite1.asl_w .probox .proclose svg {
      fill: #252524;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      background: #fff; }

div.asl_r.vertical {
  padding: 0 !important;
  border: 3px solid #252524 !important;
  margin-top: 3px !important;
  background: #fff !important;
  background-color: #fff !important; }

div.asl_r.vertical .results {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  div.asl_r.vertical .results::-webkit-scrollbar {
    display: none; }

div.asl_r.asl_w.vertical .results .item::after {
  display: none; }

div.asl_r .results .item .asl_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center; }
  div.asl_r .results .item .asl_content img {
    display: none !important; }
  div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    color: #252524 !important;
    line-height: calc(1.25rem * 1) !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300 !important;
    font-size: calc(1.25rem * .9) !important;
    font-style: normal !important; }

@media (min-width: 992px) {
  .asl_w_container {
    width: calc(100% - 60px) !important; } }

div.asl_r .results .asl_nores {
  text-align: left;
  line-height: calc(1.25rem * 1) !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300 !important;
  font-size: calc(1.25rem * .9) !important;
  font-style: normal !important; }

.state-selector-component {
  background-color: #fff;
  /* Position tooltip above the element */
  /* Triangle hack to make tooltip look like a speech bubble */ }
  .elastic-search-component + .state-selector-component {
    padding-top: 3rem; }
  .state-selector-component .dropdown-selector-container {
    max-width: 352.94118px;
    margin: 2em auto 1em;
    position: relative; }
    .state-selector-component .dropdown-selector-container p {
      text-align: center;
      margin-bottom: 35px; }
  .state-selector-component #dropdownStateSelector {
    border: 2.5px solid #9f895d;
    text-align: center;
    padding: 11px;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    max-width: 200px;
    margin: auto auto 20px auto;
    text-transform: uppercase; }
  .state-selector-component .map-selector {
    max-width: 1600px;
    width: 100%;
    margin-bottom: 40px; }
    .state-selector-component .map-selector .svg-ratio-wrapper {
      position: relative;
      padding-top: 61.7284%; }
    @media only screen and (max-width: 1024px) {
      .state-selector-component .map-selector {
        width: 150%;
        margin-left: -40%;
        margin-bottom: 0px; }
        .state-selector-component .map-selector .svg-ratio-wrapper {
          position: relative;
          padding-top: 78.7%; } }
    .state-selector-component .map-selector svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .state-selector-component .map-selector .svg-states-group .active {
      cursor: pointer; }
      .state-selector-component .map-selector .svg-states-group .active.selected {
        fill: #9f895d; }
  .state-selector-component .view-map-link {
    margin: 1em auto;
    display: block;
    text-align: center;
    width: 300px;
    font-size: 1.4em;
    text-decoration: none;
    color: #9f895d;
    font-weight: 500; }
    @media only screen and (max-width: 782px) {
      .state-selector-component .view-map-link {
        margin-top: 2em;
        font-size: 1em; } }
  .state-selector-component .tooltip {
    position: absolute;
    padding: 7px;
    min-width: 140px;
    display: inline-block;
    border-radius: 3px;
    background-color: #252524;
    color: #fafafa;
    text-align: center;
    font-size: 1em;
    line-height: 1.2; }
  .state-selector-component .tooltip:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #252524;
    border-top: 5px solid rgba(51, 51, 51, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0; }

.breadcrumbs-component {
  background-color: #9f895d;
  height: 3em; }
  .breadcrumbs-component .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumbs-component .container::after {
      clear: both;
      content: "";
      display: block; }
  @media only screen and (min-width: 783px) {
    .breadcrumbs-component ul {
      left: calc(16.66667% - 46.66667px + 40px);
      position: relative;
      width: calc(83.33333% - 73.33333px);
      float: left;
      margin-left: 40px; } }
  .breadcrumbs-component ul li {
    display: inline-block; }
    .breadcrumbs-component ul li:not(:last-child):after {
      content: '/';
      color: #fafafa;
      padding: 0 0.3em 0 0.2em; }
    .breadcrumbs-component ul li:last-child a {
      color: #252524; }
    .breadcrumbs-component ul li a {
      color: #fafafa;
      text-decoration: none;
      font-size: 1.2em; }

.im-content {
  max-width: 300px; }
  .im-content img {
    display: block; }
  .im-content a {
    display: inline-block;
    background-color: #9f895d;
    border-radius: 10px;
    color: white;
    padding: 10px; }

.info-window-component {
  font-size: 0.75em;
  max-width: 300px; }
  .info-window-component .details {
    padding: 1em 0; }
  .info-window-component img {
    width: 100%;
    max-width: 100%; }
    @media only screen and (max-width: 782px) {
      .info-window-component img {
        display: none; } }
  .info-window-component h2 {
    font-size: calc(1.25rem * 1.25) !important;
    margin: 0; }
  .info-window-component span.address {
    font-size: 1.4em; }
  .info-window-component .buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .info-window-component .buttons a {
      text-decoration: none; }
    .info-window-component .buttons a.learn-more {
      font-size: 1.4em;
      font-weight: bold;
      border-radius: 0.3em;
      padding: 0.4em 0.8em; }
    .info-window-component .buttons a.add-to-favourite {
      display: none;
      background: none;
      color: #000;
      font-size: 1.2em; }

.image-banner-component {
  background: #252524;
  width: 100%; }
  .image-banner-component--h1 {
    font-size: calc(1.25rem * 1.25) !important;
    width: auto; }
    @media (min-width: 992px) {
      .image-banner-component--h1 {
        font-size: calc(1.25rem * 2.25) !important; } }
  .image-banner-component--hero-image-wrapper {
    height: 450px;
    position: relative; }
    .image-banner-component--hero-image-wrapper img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .image-banner-component--banner-content {
    color: #fff;
    text-align: center;
    padding: 0 35px 20px 35px;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .image-banner-component--banner-content {
      padding: 0 35px 60px 35px; }
    .image-banner-component--hero-image-wrapper {
      height: 800px; } }

.featured-attractions.attractions-page {
  margin: 0 auto 95px auto; }
  @media (min-width: 992px) {
    .featured-attractions.attractions-page {
      margin: 0 auto 135px auto; } }

.featured-attractions.things-to-see-and-do {
  max-width: 1670px;
  margin: 0 auto 65px auto;
  background-color: #fff; }
  @media (min-width: 992px) {
    .featured-attractions.things-to-see-and-do {
      margin: 0 auto 95px auto; } }
  .featured-attractions.things-to-see-and-do .slides {
    padding: 0;
    margin: 0; }
    .featured-attractions.things-to-see-and-do .slides .slick-list {
      padding: 0;
      margin: 0; }
      .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide {
        padding: 0;
        margin: 0 15px;
        background-color: #252524;
        height: auto;
        min-height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden; }
        .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide div {
          width: 100%; }
          .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide div li {
            padding: 0;
            height: 100%;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-line-pack: start;
                align-content: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            overflow: hidden; }
            .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide div li .thumbnail-wrapper {
              height: 300px;
              overflow: hidden;
              width: 100%; }
              .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide div li .thumbnail-wrapper img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
            .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide div li h3 {
              color: #fff;
              padding: 25px 35px 0 35px;
              margin: 0; }
            .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide div li p {
              color: #fff;
              padding: 10px 35px 0 35px;
              margin: 0; }
            .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide div li .crt-btn {
              margin: auto 0 35px 35px;
              width: 100%;
              max-width: calc(100% - 70px);
              text-align: center;
              overflow-wrap: break-word;
              word-wrap: break-word;
              -webkit-hyphens: auto;
                  -ms-hyphens: auto;
                      hyphens: auto;
              white-space: normal; }
        @media (min-width: 992px) {
          .featured-attractions.things-to-see-and-do .slides .slick-list .slick-slide {
            min-height: 655px; } }
  .featured-attractions.things-to-see-and-do .slick-arrow {
    position: absolute;
    top: auto;
    border-radius: 0;
    padding: 0;
    width: 13px;
    height: 25px;
    z-index: 9999;
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    bottom: -70.5px; }
    .featured-attractions.things-to-see-and-do .slick-arrow:before {
      content: ""; }
    @media (min-width: 992px) {
      .featured-attractions.things-to-see-and-do .slick-arrow {
        width: 23px;
        height: 39px;
        bottom: -100px; } }
  .featured-attractions.things-to-see-and-do .slick-prev {
    left: calc(50vw - 175px);
    background-image: url("/app/themes/uscrt/assets/images/slider-left.svg"); }
    @media (min-width: 992px) {
      .featured-attractions.things-to-see-and-do .slick-prev {
        left: calc(50% - 280px); } }
  .featured-attractions.things-to-see-and-do .slick-next {
    right: calc(50vw - 175px);
    background-image: url("/app/themes/uscrt/assets/images/slider-right.svg"); }
    @media (min-width: 992px) {
      .featured-attractions.things-to-see-and-do .slick-next {
        right: calc(50% - 280px); } }
  .featured-attractions.things-to-see-and-do .slick-dots {
    bottom: -60px;
    z-index: 999; }
    @media (min-width: 992px) {
      .featured-attractions.things-to-see-and-do .slick-dots {
        bottom: -76px; } }
    .featured-attractions.things-to-see-and-do .slick-dots li {
      width: 28px;
      height: 28px; }
      .featured-attractions.things-to-see-and-do .slick-dots li button {
        width: 28px;
        height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 50%; }
        .featured-attractions.things-to-see-and-do .slick-dots li button:before, .featured-attractions.things-to-see-and-do .slick-dots li button:after {
          width: 28px;
          height: 28px;
          opacity: 1;
          content: "";
          top: 9px;
          left: 9px; }
        .featured-attractions.things-to-see-and-do .slick-dots li button:before {
          background-color: #fff;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 5px solid #9f895d; }
        .featured-attractions.things-to-see-and-do .slick-dots li button:hover {
          background-color: #fff;
          width: 28px;
          height: 28px;
          border-radius: 50%;
          border: 5px solid #9f895d; }
          .featured-attractions.things-to-see-and-do .slick-dots li button:hover:before {
            background-color: #fff; }
      .featured-attractions.things-to-see-and-do .slick-dots li.slick-active button {
        border: 5px solid #9f895d;
        border-radius: 50%; }
        .featured-attractions.things-to-see-and-do .slick-dots li.slick-active button:before {
          background-color: #fff; }

.nearby-destinations {
  background-color: #9f895d;
  padding: 0; }
  .nearby-destinations .section-header {
    margin-bottom: 0.5em; }
    .nearby-destinations .section-header h2 {
      color: #252524;
      border: none; }
  .aside-content .nearby-destinations .section-header {
    margin-bottom: 1.5em; }
    .aside-content .nearby-destinations .section-header h2 {
      color: #9f895d;
      border-bottom: 1px solid #9f895d; }
  .nearby-destinations ul img:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15); }

.featured-experiences-component .container {
  max-width: 1700px;
  padding: 0; }
  .featured-experiences-component .container::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 992px) {
    .featured-experiences-component .container {
      padding: 0 30px; } }

.featured-experiences-component ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media only screen and (min-width: 783px) {
    .featured-experiences-component ul {
      margin-left: -1em;
      margin-right: -1em; } }

.featured-experiences-component .aspect-ratio-box {
  position: relative;
  overflow: hidden; }

.featured-experiences-component .item {
  -webkit-perspective: 4000px;
          perspective: 4000px; }
  .featured-experiences-component .item .front,
  .featured-experiences-component .item .back {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .featured-experiences-component .item .front {
    opacity: 1; }
  .featured-experiences-component .item .back {
    opacity: 0; }
  .featured-experiences-component .item.active .front {
    opacity: 0; }
  .featured-experiences-component .item.active .back {
    opacity: 1; }

.post-home .featured-experiences-component {
  background: #252524; }
  .post-home .featured-experiences-component .item.hidden {
    display: none; }

@media only screen and (min-width: 783px) {
  .featured-experiences-component .long {
    width: 66.66667%;
    padding: 0 1em;
    margin-bottom: 1em; }
    .featured-experiences-component .long .aspect-ratio-box {
      padding-top: 48.2%; }
  .featured-experiences-component .short {
    width: 33.33333%;
    padding: 0 1em;
    margin-bottom: 1em; }
    .featured-experiences-component .short .aspect-ratio-box {
      padding-top: 100%; } }

.aside-content .featured-experiences-component .long,
.aside-content .featured-experiences-component .short {
  width: 100%;
  margin-bottom: 1em; }
  @media only screen and (min-width: 783px) {
    .aside-content .featured-experiences-component .long .aspect-ratio-box,
    .aside-content .featured-experiences-component .short .aspect-ratio-box {
      padding-top: 56.25%; } }
  @media only screen and (max-width: 782px) {
    .aside-content .featured-experiences-component .long .aspect-ratio-box,
    .aside-content .featured-experiences-component .short .aspect-ratio-box {
      padding-top: 75%; } }

@media only screen and (max-width: 782px) {
  .featured-experiences-component .long,
  .featured-experiences-component .short {
    width: 100%;
    margin-bottom: 5px; }
    .featured-experiences-component .long .aspect-ratio-box,
    .featured-experiences-component .short .aspect-ratio-box {
      padding-top: 75%; } }

.featured-experiences-component .front,
.featured-experiences-component .back {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .featured-experiences-component .front h2,
  .featured-experiences-component .back h2 {
    color: #fafafa;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
    font-weight: 500;
    font-size: 2.4em;
    padding: 0.5em;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center; }
  .featured-experiences-component .front p,
  .featured-experiences-component .back p {
    color: #fafafa;
    text-shadow: 0 0 0 #252524;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center; }
  .featured-experiences-component .front a,
  .featured-experiences-component .back a {
    color: #fafafa !important;
    border-color: #fafafa;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: rgba(0, 0, 0, 0);
    font-size: calc(1.25rem * 0.46875);
    padding: 10px 15px; }
    .featured-experiences-component .front a:hover,
    .featured-experiences-component .back a:hover {
      background: rgba(159, 137, 93, 0.67); }
    @media (min-width: 992px) {
      .featured-experiences-component .front a,
      .featured-experiences-component .back a {
        font-size: calc(1.25rem * 0.78125); } }

.featured-experiences-component .front,
.featured-experiences-component .back .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em; }
  .featured-experiences-component .front > *,
  .featured-experiences-component .back .card-content > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.featured-experiences-component .card-content {
  background: rgba(37, 37, 36, 0.67);
  height: 100%; }

.featured-experiences-component--stories-page {
  background-color: #252524;
  padding: 0;
  margin: 0 0 -10px 0; }
  .featured-experiences-component--stories-page .container {
    max-width: 1710px;
    padding: 0; }
  @media (min-width: 992px) {
    .featured-experiences-component--stories-page {
      margin: 0 0 0 0;
      padding: 0 0 150px 0; }
      .featured-experiences-component--stories-page .container {
        padding: 0 35px; } }

.featured-experiences-component--stories-page-subtitle {
  background-color: #252524;
  margin: 0 auto;
  padding: 0 35px 30px 35px;
  color: #fff;
  text-align: center; }
  .featured-experiences-component--stories-page-subtitle .container {
    max-width: 1710px;
    padding: 0 35px; }
  @media (min-width: 992px) {
    .featured-experiences-component--stories-page-subtitle {
      padding: 0 35px 75px 35px; } }

.more-experiences {
  display: block;
  padding: 1em 0;
  text-align: center;
  background-color: #9f895d;
  cursor: pointer;
  text-transform: capitalize;
  color: #fafafa;
  font-weight: 500;
  font-size: 1.8em; }

.attraction-media {
  padding: 0; }
  .attraction-media .container {
    max-width: 1700px;
    padding: 0; }
    @media (min-width: 1200px) {
      .attraction-media .container {
        padding: 0 35px; } }
  .attraction-media .single-media .videos {
    display: none; }
  .attraction-media .aspect-ratio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw; }
  .attraction-media .image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .attraction-media .image-wrapper img {
      width: 100%; }
  .attraction-media .multiple-images .image-wrapper {
    margin: 0; }
    .attraction-media .multiple-images .image-wrapper img {
      min-width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 50vw;
      width: auto; }
  .attraction-media .multiple-images.three-images .image-wrapper img {
    height: 20vw; }
  @media only screen and (max-width: 782px) {
    .attraction-media .image-wrapper {
      position: static;
      margin-bottom: 3em; }
    .attraction-media .videos {
      display: block; }
      .attraction-media .videos > div {
        margin-bottom: 3em; } }
  @media only screen and (min-width: 783px) {
    .attraction-media .double-media,
    .attraction-media .triple-media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center; }
      .attraction-media .double-media .images,
      .attraction-media .double-media .videos,
      .attraction-media .triple-media .images,
      .attraction-media .triple-media .videos {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .attraction-media .double-media .aspect-ratio-wrapper,
      .attraction-media .triple-media .aspect-ratio-wrapper {
        position: relative; }
        .attraction-media .double-media .aspect-ratio-wrapper .image-wrapper,
        .attraction-media .triple-media .aspect-ratio-wrapper .image-wrapper {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .attraction-media .double-media .aspect-ratio-wrapper .image-wrapper img,
          .attraction-media .triple-media .aspect-ratio-wrapper .image-wrapper img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 100%; }
      .attraction-media .double-media .videos,
      .attraction-media .triple-media .videos {
        margin-left: 2.5%; }
        .attraction-media .double-media .videos > div,
        .attraction-media .triple-media .videos > div {
          margin-bottom: 6%; }
    .attraction-media .double-media .aspect-ratio-wrapper {
      padding-top: 72.8%; }
    .attraction-media .double-media .images {
      width: 42.5%; }
    .attraction-media .double-media .videos {
      width: 55%; }
    .attraction-media .triple-media .aspect-ratio-wrapper {
      padding-top: 74.2%; }
    .attraction-media .triple-media .images {
      width: 60%; }
    .attraction-media .triple-media .videos {
      width: 37.5%; } }

.before-after-component {
  position: relative;
  padding-top: 56.25%; }
  .before-after-component > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .before-after-component > div img {
      height: 100%;
      max-width: none; }
  @media only screen and (min-width: 783px) {
    .before-after-component .after {
      overflow: hidden;
      width: 50%;
      border-right: 2px solid #fafafa; } }
  @media only screen and (max-width: 782px) {
    .before-after-component .after {
      -webkit-animation-name: fadeInOut;
           -o-animation-name: fadeInOut;
              animation-name: fadeInOut;
      -webkit-animation-timing-function: ease-in-out;
           -o-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
           -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-duration: 4s;
           -o-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-direction: alternate;
           -o-animation-direction: alternate;
              animation-direction: alternate; } }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeInOut {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fadeInOut {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.page-template-template-new-destination .content-wrapper {
  max-width: 1300px; }
  .page-template-template-new-destination .content-wrapper h2 {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -0.5rem; }

.page-template-template-new-destination h1 {
  margin-bottom: 0;
  color: #9f895d; }

.application-steps-component {
  margin-top: 1rem;
  padding-bottom: 4rem;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 300; }
  .application-steps-component .step {
    padding: 0 0 1.5rem; }
    .application-steps-component .step p {
      margin: 0.5rem 0 1rem 1rem; }
      .application-steps-component .step p.a-prefix:before {
        content: "A. ";
        font-weight: bold;
        font-size: 20px; }
      .application-steps-component .step p.b-prefix:before {
        content: "B. ";
        font-weight: bold;
        font-size: 20px; }
      .application-steps-component .step p.c-prefix:before {
        content: "C. ";
        font-weight: bold;
        font-size: 20px; }
    .application-steps-component .step ul {
      list-style: inside disc; }
    .application-steps-component .step ul li {
      margin-left: 1rem; }
    .application-steps-component .step ol li {
      margin-left: .5rem; }
    .application-steps-component .step a {
      color: #9f895d;
      font-weight: bold; }
  .application-steps-component .step-tag {
    display: inline-block;
    color: #252524;
    font-family: 'Montserrat', 'san-serif';
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .application-steps-component .step-tag {
        font-size: 30px;
        line-height: 30px; } }
  .application-steps-component .application-pdf-download {
    font-weight: bold;
    line-height: 1.3; }

/* State Banner css */
.state-banner {
  background-size: cover;
  background-color: #2525255e;
  background-blend-mode: overlay;
  height: 800px;
  background-position: center;
  position: relative;
  z-index: -999 !important; }

@media only screen and (max-width: 782px) {
  .state-banner {
    height: 450px; } }

.main-content-section.state-main-content {
  padding-top: 0px !important; }
  .main-content-section.state-main-content .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1720px; }
    @media only screen and (max-width: 782px) {
      .main-content-section.state-main-content .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .main-content-section.state-main-content .content-wrapper .column {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      @media only screen and (min-width: 783px) {
        .main-content-section.state-main-content .content-wrapper .column {
          width: 50%; }
          .main-content-section.state-main-content .content-wrapper .column.aside-content {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            padding: 0 0 0 2em; }
          .main-content-section.state-main-content .content-wrapper .column.page-content {
            padding: 0 2em 0 0;
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            text-align: left; } }

.banner_slider .carousel-item {
  background-size: cover !important;
  width: 100%;
  background-color: #2525253b !important;
  background-blend-mode: overlay !important;
  height: 1080px;
  background-position: center; }
  @media only screen and (max-width: 782px) {
    .banner_slider .carousel-item {
      height: 667px !important; } }
  .banner_slider .carousel-item .carousel-indicators li {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important; }
  .banner_slider .carousel-item .carousel-indicators .active {
    margin-top: -2px;
    width: 15px;
    height: 15px; }

.banner_slider .slider_inner_wrap {
  margin: 0;
  position: absolute;
  bottom: 0;
  -ms-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
       -o-transform: translateY(-45%);
          transform: translateY(-45%);
  left: 11%;
  color: #fff;
  font-style: italic;
  line-height: 2em;
  letter-spacing: 1px; }
  @media only screen and (max-width: 782px) {
    .banner_slider .slider_inner_wrap {
      left: 5%;
      -webkit-transform: translateY(-23%);
          -ms-transform: translateY(-23%);
           -o-transform: translateY(-23%);
              transform: translateY(-23%); } }
  .banner_slider .slider_inner_wrap h2 {
    font: normal normal 75px/85px Bodoni Moda;
    letter-spacing: inherit;
    font-weight: 500;
    padding: 1em 0 0.5em;
    margin: 0;
    font-style: italic; }
    @media only screen and (max-width: 782px) {
      .banner_slider .slider_inner_wrap h2 {
        font: italic normal bold 40px/43px Bodoni Moda !important;
        padding: 1em 39px 1em 0em; } }
  .banner_slider .slider_inner_wrap p {
    font: normal normal normal 20px/30px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-right: 12%; }
    @media only screen and (max-width: 782px) {
      .banner_slider .slider_inner_wrap p {
        font: normal normal bold 15px/25px Montserrat;
        padding-right: 6%; } }
  .banner_slider .slider_inner_wrap a.btn {
    font: normal normal bold 25px/30px Montserrat;
    border: 2px solid #fff;
    cursor: pointer;
    color: #fff;
    padding: 21px 36px;
    font-style: initial;
    text-transform: uppercase;
    margin-top: 20px;
    white-space: break-spaces; }
    @media only screen and (max-width: 782px) {
      .banner_slider .slider_inner_wrap a.btn {
        width: 94%;
        padding: 15px 20px;
        font: normal normal bold 15px/19px Montserrat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 50px; } }

.carousel-indicators .active {
  margin-top: 0px !important;
  width: 20px !important;
  height: 20px !important;
  border: 4px solid #ffffffd6 !important; }

.carousel-indicators .active:before {
  content: '';
  display: block;
  width: 15px !important;
  height: 15px !important;
  background: #9F895D !important;
  border-radius: 50%;
  position: relative;
  top: 2.5px;
  left: 2.6px; }
  @media only screen and (max-width: 782px) {
    .carousel-indicators .active:before {
      width: 14px !important;
      height: 14px !important;
      top: 2.7px;
      left: 2.7px; } }

.carousel-indicators li {
  bottom: 10px !important;
  margin-right: 10px !important;
  margin-left: 10px !important; }

@media only screen and (max-width: 850px) {
  .banner_slider .slider_inner_wrap {
    -webkit-transform: translateY(-19%) !important;
    -ms-transform: translateY(-19%) !important;
     -o-transform: translateY(-19%) !important;
        transform: translateY(-19%) !important; }
  .carousel-control-prev-icon {
    display: none !important; } }

@media only screen and (max-width: 1100px) {
  .banner_slider .slider_inner_wrap {
    -webkit-transform: translateY(-18%);
    -ms-transform: translateY(-18%);
     -o-transform: translateY(-18%);
        transform: translateY(-18%); } }

body {
  background: #333;
  color: #ddd; }

@media (min-width: 980px) {
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
    padding: 0 20px; } }

@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
    display: block; }
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    z-index: -1;
    display: block;
    visibility: visible; }
  .multi-item-carousel .carousel-inner .carousel-item-next,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible; }
  .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible; } }

.custom-carousel-container {
  margin-bottom: 3% !important;
  position: relative;
  margin-bottom: 70px !important; }
  @media (min-width: 768px) {
    .custom-carousel-container {
      padding: 0 30px; } }
  .custom-carousel-container .container {
    padding: 0 0 50px 0;
    margin: 0 auto;
    max-width: 1680px; }
  .custom-carousel-container img {
    width: 100%;
    height: 300px; }
    @media only screen and (max-width: 950px) {
      .custom-carousel-container img {
        height: 400px; } }
  .custom-carousel-container .carousel-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      .custom-carousel-container .carousel-inner {
        -webkit-box-pack: normal;
            -ms-flex-pack: normal;
                justify-content: normal; } }
  @media only screen and (max-width: 600px) {
    .custom-carousel-container .custom-carousel {
      margin: 0px !important;
      padding: 0px; } }
  .custom-carousel-container .row {
    -ms-flex-wrap: wrap !important;
    flex-wrap: nowrap !important; }
    @media only screen and (max-width: 782px) {
      .custom-carousel-container .row {
        margin: 0; } }
  .custom-carousel-container .carousel-indicators {
    position: absolute;
    bottom: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: revert;
            flex-direction: revert;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 782px) {
      .custom-carousel-container .carousel-indicators {
        bottom: -20px; } }
    .custom-carousel-container .carousel-indicators li {
      background-color: #E8E8E8 !important;
      border: 1px solid #E8E8E8 !important;
      width: 40px;
      height: 3px;
      border-radius: 0;
      margin-right: 5px !important;
      margin-left: 5px !important;
      margin-bottom: 0 !important; }
      @media only screen and (max-width: 782px) {
        .custom-carousel-container .carousel-indicators li {
          bottom: -20px; } }
      @media only screen and (max-width: 1000px) {
        .custom-carousel-container .carousel-indicators li {
          width: 25px; } }
    .custom-carousel-container .carousel-indicators .active {
      width: 40px !important;
      height: 3px !important;
      border: 1px solid #9f895d !important;
      background-color: #9f895d !important; }
      @media only screen and (max-width: 1000px) {
        .custom-carousel-container .carousel-indicators .active {
          width: 25px !important; } }
    .custom-carousel-container .carousel-indicators .active:before {
      display: none !important; }
  .custom-carousel-container .carousel-control-next,
  .custom-carousel-container .carousel-control-prev {
    bottom: -30px;
    top: auto;
    height: 35px; }
    @media only screen and (max-width: 782px) {
      .custom-carousel-container .carousel-control-next,
      .custom-carousel-container .carousel-control-prev {
        bottom: -20px; } }
    @media only screen and (min-width: 1300px) {
      .custom-carousel-container .carousel-control-next,
      .custom-carousel-container .carousel-control-prev {
        width: 36%; } }
  .custom-carousel-container .carousel-control-next-icon,
  .custom-carousel-container .carousel-control-prev-icon {
    background-image: url("/app/themes/uscrt/assets/images/slider-left.svg");
    display: block !important; }
    @media only screen and (max-width: 782px) {
      .custom-carousel-container .carousel-control-next-icon,
      .custom-carousel-container .carousel-control-prev-icon {
        width: 20px;
        height: 20px; } }
  .custom-carousel-container .carousel-control-next-icon {
    background-image: url("/app/themes/uscrt/assets/images/slider-right.svg"); }
  .custom-carousel-container .btn-carousel {
    font: normal normal bold 25px/40px Montserrat;
    color: #fff;
    border: 5px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    white-space: break-spaces; }
    @media only screen and (max-width: 850px) {
      .custom-carousel-container .btn-carousel {
        font: normal normal bold 15px/20px Montserrat; } }
  .custom-carousel-container a.crt-btn {
    font-size: 22px; }
  @media only screen and (max-width: 782px) {
    .custom-carousel-container .content-wrapper {
      padding: 0; } }
  .custom-carousel-container .card-box {
    background: #252524;
    padding: 40px; }
  .custom-carousel-container .carousel-item {
    -webkit-transition-duration: 0s !important;
         -o-transition-duration: 0s !important;
            transition-duration: 0s !important; }

h3.carousel-heading {
  color: #fff;
  font: normal bold 22px/30px Montserrat !important;
  padding-bottom: 10px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%; }
  @media only screen and (max-width: 850px) {
    h3.carousel-heading {
      padding-bottom: 5px !important;
      font: normal normal normal 20px/24px Montserrat !important; } }

p.carousel-text {
  font: normal normal normal 16px/30px Montserrat;
  color: #fff;
  padding-bottom: 20px; }
  @media only screen and (max-width: 850px) {
    p.carousel-text {
      padding-bottom: 20px !important;
      font: normal normal normal 16px/24px Montserrat !important; } }

.section-info {
  background: #252524;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .section-info .container {
    max-width: none;
    padding: 0; }
  .section-info a {
    color: #fafafa;
    text-decoration: none; }
    .section-info a:hover {
      color: #9f895d; }
  .section-info .section-header {
    margin: 1rem 0 1rem;
    color: #fafafa;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .section-info a {
    color: #fafafa;
    text-decoration: none; }
    .section-info a:hover {
      color: #9f895d; }
  .section-info .section-header {
    margin: 1rem 0 1rem;
    color: #fafafa;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-info .section-header:after, .section-info .section-header:before {
      content: "";
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-top: 5px solid rgba(159, 137, 93, 0.5);
      min-width: 1em;
      height: 16px; }
    .section-info .section-header p {
      font-size: 5px;
      line-height: 22px;
      padding: 0 1rem; }
      @media (min-width: 768px) {
        .section-info .section-header p {
          font-size: 30px;
          line-height: 27px; } }
      @media only screen and (max-width: 782px) {
        .section-info .section-header p {
          font-size: 1.2em; } }

.section-info__light {
  background: #fafafa;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .section-info__light .container {
    max-width: none;
    padding: 0; }
  .section-info__light a {
    color: #fafafa;
    text-decoration: none; }
    .section-info__light a:hover {
      color: #9f895d; }
  .section-info__light .section-header__light {
    margin: 1rem 0 1rem;
    color: #252524;
    font-family: "Montserrat";
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-info__light .section-header__light:after, .section-info__light .section-header__light:before {
      content: "";
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-top: 5px solid rgba(159, 137, 93, 0.5);
      min-width: 1em;
      height: 16px; }
    .section-info__light .section-header__light p {
      font-size: 5px;
      line-height: 22px;
      padding: 0 1rem; }
      @media (min-width: 768px) {
        .section-info__light .section-header__light p {
          font-size: 30px;
          line-height: 27px; } }
      @media only screen and (max-width: 782px) {
        .section-info__light .section-header__light p {
          font-size: 1.2em; } }

.video-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px; }

.video-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll; }

.video-thumbnail {
  width: 200px;
  height: 100px;
  background: grey;
  margin: 50px auto; }

.state-tile > .component-wrapper > .state-tile-container {
  height: 75px;
  position: relative;
  margin-bottom: 5px; }
  @media only screen and (min-width: 783px) {
    .state-tile > .component-wrapper > .state-tile-container {
      height: 215px; } }
  .state-tile > .component-wrapper > .state-tile-container .state-link-container {
    height: 75px;
    position: absolute;
    width: 100%; }
    @media only screen and (min-width: 783px) {
      .state-tile > .component-wrapper > .state-tile-container .state-link-container {
        height: 215px; } }
    .state-tile > .component-wrapper > .state-tile-container .state-link-container .state-link {
      z-index: 10;
      position: absolute;
      padding-left: 35px;
      padding-top: 25px;
      height: 100%;
      width: calc(100% - 35px);
      color: white;
      line-height: 25px;
      text-transform: uppercase;
      z-index: 106;
      font-size: calc(1.25rem * 1.25);
      text-decoration: none; }
      @media only screen and (min-width: 783px) {
        .state-tile > .component-wrapper > .state-tile-container .state-link-container .state-link {
          padding-left: 140px;
          line-height: 55px;
          padding-top: 85px; } }
      @media only screen and (min-width: 783px) and (max-width: 991px) {
        .state-tile > .component-wrapper > .state-tile-container .state-link-container .state-link {
          padding-left: 50px; } }
      @media (min-width: 992px) {
        .state-tile > .component-wrapper > .state-tile-container .state-link-container .state-link {
          font-size: calc(1.25rem * 2.25); } }
    .state-tile > .component-wrapper > .state-tile-container .state-link-container:after {
      content: "";
      background: url("/app/themes/uscrt/assets/images/state-city-tile-arrow.svg");
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      right: 0;
      top: 50%;
      right: 35px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 20px;
      width: 20px;
      z-index: 105; }
      @media only screen and (min-width: 783px) {
        .state-tile > .component-wrapper > .state-tile-container .state-link-container:after {
          right: 50px;
          height: 44px;
          width: 38px; } }
    .state-tile > .component-wrapper > .state-tile-container .state-link-container:hover {
      cursor: pointer; }
  .state-tile > .component-wrapper > .state-tile-container .state-image-container .state-image, .state-tile > .component-wrapper > .state-tile-container .state-image-container .overlay {
    height: 100%;
    width: 100%;
    position: absolute; }

.state-tile .District-of-Columbia, .state-tile .Delaware {
  display: none; }

.city-tile > .component-wrapper > .city-tile-container {
  height: 75px;
  position: relative;
  margin-bottom: 5px; }
  @media only screen and (min-width: 783px) {
    .city-tile > .component-wrapper > .city-tile-container {
      height: 215px; } }
  .city-tile > .component-wrapper > .city-tile-container .city-link-container {
    height: 75px;
    position: absolute;
    width: 100%; }
    @media only screen and (min-width: 783px) {
      .city-tile > .component-wrapper > .city-tile-container .city-link-container {
        height: 215px; } }
    .city-tile > .component-wrapper > .city-tile-container .city-link-container .city-link {
      z-index: 10;
      position: absolute;
      padding-left: 35px;
      padding-top: 25px;
      height: 100%;
      width: calc(100% - 35px);
      color: white;
      line-height: 25px;
      text-transform: uppercase;
      z-index: 106;
      text-decoration: none;
      font-size: calc(1.25rem * 1.25); }
      @media (min-width: 992px) {
        .city-tile > .component-wrapper > .city-tile-container .city-link-container .city-link {
          font-size: calc(1.25rem * 2.25); } }
      @media only screen and (min-width: 783px) and (max-width: 991px) {
        .city-tile > .component-wrapper > .city-tile-container .city-link-container .city-link {
          padding-left: 50px !important; } }
      @media only screen and (min-width: 783px) {
        .city-tile > .component-wrapper > .city-tile-container .city-link-container .city-link {
          padding-left: 140px;
          line-height: 55px;
          padding-top: 85px; } }
    .city-tile > .component-wrapper > .city-tile-container .city-link-container:after {
      content: "";
      background: url("/app/themes/uscrt/assets/images/state-city-tile-arrow.svg");
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      right: 0;
      top: 50%;
      right: 35px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 20px;
      width: 20px;
      z-index: 105; }
      @media only screen and (min-width: 783px) and (max-width: 991px) {
        .city-tile > .component-wrapper > .city-tile-container .city-link-container:after {
          right: 50px !important; } }
      @media only screen and (min-width: 783px) {
        .city-tile > .component-wrapper > .city-tile-container .city-link-container:after {
          right: 140px;
          height: 44px;
          width: 38px; } }
    .city-tile > .component-wrapper > .city-tile-container .city-link-container:hover {
      cursor: pointer; }
  .city-tile > .component-wrapper > .city-tile-container .city-image-container .city-image, .city-tile > .component-wrapper > .city-tile-container .city-image-container .overlay {
    height: 100%;
    width: 100%;
    position: absolute; }

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6, .section-header .h1, .section-header .h2, .section-header .h3, .section-header .h4, .section-header .h5, .section-header .h6 {
    font-size: 20px;
    margin: 0;
    padding: 25.5px 14px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6, .section-header .h1, .section-header .h2, .section-header .h3, .section-header .h4, .section-header .h5, .section-header .h6 {
        font-size: 45px;
        padding: 48px 38px; } }
  .section-header__center {
    text-align: center; }
    .section-header__center:after, .section-header__center:before {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-top: 3px solid #9f895d;
      min-width: 1em;
      height: 1px; }
      @media (min-width: 992px) {
        .section-header__center:after, .section-header__center:before {
          border-top: 5px solid #9f895d; } }
  .section-header__left {
    text-align: left;
    border-bottom: 3px solid #9f895d;
    margin: 0 0 30px 0;
    position: relative; }
    .section-header__left:before {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-top: 3px solid #9f895d;
      min-width: 1em;
      height: 1px;
      position: absolute;
      bottom: -3px;
      right: -150px;
      width: 200px; }
    .section-header__left h1, .section-header__left h2, .section-header__left h3, .section-header__left h4, .section-header__left h5, .section-header__left h6, .section-header__left .h1, .section-header__left .h2, .section-header__left .h3, .section-header__left .h4, .section-header__left .h5, .section-header__left .h6 {
      padding: 30px 0 15px 0; }
    @media (min-width: 992px) {
      .section-header__left {
        border-bottom: 5px solid #9f895d;
        margin: 0 0 55px 0; }
        .section-header__left:before {
          display: none; }
        .section-header__left h1, .section-header__left h2, .section-header__left h3, .section-header__left h4, .section-header__left h5, .section-header__left h6, .section-header__left .h1, .section-header__left .h2, .section-header__left .h3, .section-header__left .h4, .section-header__left .h5, .section-header__left .h6 {
          padding: 75px 0 35px 0; } }
  .section-header__light {
    background: #fff;
    color: #252524; }
  .section-header__dark {
    background: #252524;
    color: #fff; }

.section-subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25.5px 14px; }
  .section-subheader__center {
    text-align: center; }
  .section-subheader__interactive-map {
    margin: 0;
    padding: 0 35px; }
    .section-subheader__interactive-map p {
      margin: 0;
      padding: 0 0 30px 0; }
  @media (min-width: 992px) {
    .section-subheader__interactive-map p {
      padding: 0 0 60px 0; } }

.stories-video-group {
  background-color: #252524;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: auto; }
  .stories-video-group--section-main {
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .stories-video-group--section-main {
        padding-bottom: 75px; } }
  .stories-video-group--feature-title {
    color: #fff;
    margin: 30px 0 55px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    display: none; }
    @media (min-width: 992px) {
      .stories-video-group--feature-title {
        display: block; } }
  .stories-video-group__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .stories-video-group--container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1360px;
    margin: 0 auto; }
  .stories-video-group .crt-btn {
    margin: 25px 0 0 0;
    z-index: 10; }
  .stories-video-group ul {
    display: none; }
    @media (min-width: 992px) {
      .stories-video-group ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        -webkit-column-gap: 18px;
           -moz-column-gap: 18px;
                column-gap: 18px;
        height: auto;
        padding: 0;
        margin-bottom: 0;
        max-width: none;
        max-height: 250px;
        z-index: 1; } }
    .stories-video-group ul li {
      width: 100% !important;
      margin: 0 !important;
      overflow: hidden; }
      .stories-video-group ul li .desktop-title {
        display: none; }

.preplanned-itinerary--wrapper {
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1700px; }
  @media (min-width: 992px) {
    .preplanned-itinerary--wrapper {
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      grid-template-columns: 39% 1fr;
      grid-column-gap: calc(100% * (120 / 1780));
      padding: 0 30px; } }

.preplanned-itinerary--thumbnail img {
  width: 100%; }

.preplanned-itinerary--itinerary {
  padding: 0 30px;
  margin: 30px 0 0 0; }
  .preplanned-itinerary--itinerary .state-title {
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 45px; }
  .preplanned-itinerary--itinerary .crt-btn {
    max-width: 350px; }
  @media (min-width: 992px) {
    .preplanned-itinerary--itinerary {
      margin: 0;
      display: grid;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 0; } }

@media only screen and (max-width: 782px) {
  .attractions-container {
    position: relative;
    z-index: 1; } }

.attractions-container > .component-wrapper > .attraction-container {
  margin-bottom: 5px; }
  .attractions-container > .component-wrapper > .attraction-container > .landmark:not(.landmark-category) {
    opacity: 0;
    max-height: 0;
    -webkit-transition: max-height .25s, opacity .25s;
    -o-transition: max-height .25s, opacity .25s;
    transition: max-height .25s, opacity .25s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    height: 190px;
    margin-bottom: 0; }
    @media only screen and (min-width: 783px) {
      .attractions-container > .component-wrapper > .attraction-container > .landmark:not(.landmark-category) {
        height: 294px; } }
    @media only screen and (max-width: 782px) {
      .attractions-container > .component-wrapper > .attraction-container > .landmark:not(.landmark-category) .landmark-info .landmark-name {
        position: relative;
        width: 99%; } }
    @media only screen and (max-width: 782px) {
      .attractions-container > .component-wrapper > .attraction-container > .landmark:not(.landmark-category) .landmark-info .landmark-link {
        font-size: 15px;
        line-height: 19px;
        padding: 16px 21px;
        margin-left: 35px;
        position: relative;
        z-index: 2; } }
  .attractions-container > .component-wrapper > .attraction-container.expanded > .landmark {
    opacity: 1;
    max-height: 150px; }
    @media only screen and (min-width: 783px) {
      .attractions-container > .component-wrapper > .attraction-container.expanded > .landmark {
        max-height: 215px; } }
    .attractions-container > .component-wrapper > .attraction-container.expanded > .landmark:not(.landmark-category) {
      max-height: 294px;
      -webkit-transition: max-height .25s, opacity .25s;
      -o-transition: max-height .25s, opacity .25s;
      transition: max-height .25s, opacity .25s;
      -webkit-transition-timing-function: ease-in;
           -o-transition-timing-function: ease-in;
              transition-timing-function: ease-in;
      background-color: #2a2a28; }
      @media only screen and (max-width: 782px) {
        .attractions-container > .component-wrapper > .attraction-container.expanded > .landmark:not(.landmark-category):nth-last-of-type(1) {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 782px) {
        .attractions-container > .component-wrapper > .attraction-container.expanded > .landmark:not(.landmark-category) {
          max-height: none;
          height: auto; } }
      @media only screen and (max-width: 782px) {
        .attractions-container > .component-wrapper > .attraction-container.expanded > .landmark:not(.landmark-category) .landmark-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-height: none;
          height: auto;
          position: initial;
          padding-top: 5px; } }
    .attractions-container > .component-wrapper > .attraction-container.expanded > .landmark:after {
      background: url("/app/themes/uscrt/assets/images/accordion-minus.svg") !important;
      height: 5px !important; }
  .attractions-container > .component-wrapper > .attraction-container > .landmark {
    height: 75px;
    position: relative; }
    @media only screen and (min-width: 783px) {
      .attractions-container > .component-wrapper > .attraction-container > .landmark {
        height: 215px; } }
    .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-info {
      height: 75px;
      position: absolute;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      @media only screen and (min-width: 783px) {
        .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-info {
          height: 215px;
          padding: 27px 140px 58px; } }
      .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-info .landmark-name {
        z-index: 10;
        position: absolute;
        padding-left: 35px;
        padding-top: 25px;
        width: calc(100% - 70px);
        color: white;
        line-height: 25px;
        text-transform: uppercase;
        z-index: 106;
        font-size: 20px;
        font-weight: bold;
        font-family: Montserrat; }
        @media only screen and (min-width: 783px) {
          .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-info .landmark-name {
            font-size: 25px;
            line-height: 1;
            padding: 0;
            margin-bottom: 21px;
            position: initial;
            max-width: 60%; } }
      .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-info .landmark-city-state {
        display: none; }
        @media only screen and (min-width: 783px) {
          .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-info .landmark-city-state {
            font-family: Montserrat;
            color: #fff;
            font-size: 25px;
            line-height: 30px;
            z-index: 2;
            display: initial; } }
      .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-info .landmark-link {
        z-index: 2;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
    .attractions-container > .component-wrapper > .attraction-container > .landmark .featured-image {
      display: none; }
      @media only screen and (min-width: 1200px) {
        .attractions-container > .component-wrapper > .attraction-container > .landmark .featured-image {
          display: revert;
          position: absolute;
          right: 0;
          height: 100%;
          z-index: 3; } }
    @media only screen and (max-width: 782px) {
      .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-image-container {
        position: relative;
        height: 100%; } }
    .attractions-container > .component-wrapper > .attraction-container > .landmark .landmark-image-container .overlay {
      height: 100%;
      width: 100%;
      position: absolute; }
  .attractions-container > .component-wrapper > .attraction-container > .landmark-category {
    background-size: cover !important;
    background-repeat: no-repeat !important; }
    @media only screen and (max-width: 782px) {
      .attractions-container > .component-wrapper > .attraction-container > .landmark-category {
        height: 150px !important;
        max-height: none;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important; } }
    .attractions-container > .component-wrapper > .attraction-container > .landmark-category:hover {
      cursor: pointer; }
    .attractions-container > .component-wrapper > .attraction-container > .landmark-category .landmark-info .landmark-name {
      font-size: 20px;
      line-height: 25px;
      max-width: 100%;
      padding-top: 50px; }
      @media only screen and (max-width: 782px) {
        .attractions-container > .component-wrapper > .attraction-container > .landmark-category .landmark-info .landmark-name {
          padding-top: 0;
          margin-bottom: 0;
          top: 35%;
          -webkit-transform: translateY(-35%);
              -ms-transform: translateY(-35%);
               -o-transform: translateY(-35%);
                  transform: translateY(-35%);
          max-width: 88%; } }
      @media only screen and (min-width: 783px) and (max-width: 991px) {
        .attractions-container > .component-wrapper > .attraction-container > .landmark-category .landmark-info .landmark-name {
          font-size: 35px;
          line-height: 1;
          padding-top: 0;
          position: absolute;
          top: 41%;
          -webkit-transform: translateY(-41%);
              -ms-transform: translateY(-41%);
               -o-transform: translateY(-41%);
                  transform: translateY(-41%);
          max-width: 59%; } }
      @media only screen and (min-width: 991px) {
        .attractions-container > .component-wrapper > .attraction-container > .landmark-category .landmark-info .landmark-name {
          font-size: 45px !important;
          line-height: 55px;
          padding-top: 0;
          position: absolute;
          top: 26%;
          -webkit-transform: translateY(-26%);
              -ms-transform: translateY(-26%);
               -o-transform: translateY(-26%);
                  transform: translateY(-26%);
          max-width: 59%; } }
      @media only screen and (min-width: 1400px) {
        .attractions-container > .component-wrapper > .attraction-container > .landmark-category .landmark-info .landmark-name {
          max-width: 80%; } }
    .attractions-container > .component-wrapper > .attraction-container > .landmark-category:after {
      content: "";
      background: url("/app/themes/uscrt/assets/images/accordion-plus.svg");
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      right: 0;
      top: 50%;
      right: 35px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 20px;
      width: 20px;
      z-index: 105; }
      @media only screen and (min-width: 783px) {
        .attractions-container > .component-wrapper > .attraction-container > .landmark-category:after {
          right: 140px;
          height: 34px;
          width: 34px; } }

.attractions-container > .component-wrapper .courthouses > .landmark-category {
  background: url("/app/themes/uscrt/assets/images/courthouse-state-buildings.png"); }

.attractions-container > .component-wrapper .churches > .landmark-category {
  background: url("/app/themes/uscrt/assets/images/churches.png"); }

.attractions-container > .component-wrapper .museums > .landmark-category {
  background: url("/app/themes/uscrt/assets/images/museums-and-libraries.png"); }

.attractions-container > .component-wrapper .birthplaces > .landmark-category {
  background: url("/app/themes/uscrt/assets/images/birthplaces-homes-statues.png"); }

.attractions-container > .component-wrapper .schools > .landmark-category {
  background: url("/app/themes/uscrt/assets/images/schools-universities.png"); }

.attractions-container > .component-wrapper .national > .landmark-category {
  background: url("/app/themes/uscrt/assets/images/national-historic-sites-monuments.png"); }

.attractions-container > .component-wrapper .trails > .landmark-category {
  background: url("/app/themes/uscrt/assets/images/trails-parks-plazas.png"); }

.attractions-container > .component-wrapper .districts > .landmark-category {
  background: url("/app/themes/uscrt/assets/images/districts-streets-neighborhoods.png"); }

#hero-slider {
  height: 100vh;
  padding: 0;
  margin: 0; }
  #hero-slider .slides {
    height: 100vh;
    padding: 0;
    margin: 0; }
    #hero-slider .slides .slick-list {
      height: 100vh;
      padding: 0;
      margin: 0; }
      #hero-slider .slides .slick-list .slick-slide {
        height: 100vh;
        padding: 0;
        margin: 0; }
        #hero-slider .slides .slick-list .slick-slide li {
          height: 100vh;
          padding: 0;
          margin: 0;
          width: 100% !important;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          #hero-slider .slides .slick-list .slick-slide li .slide-container {
            max-width: 1920px;
            width: 100%;
            padding: 0 45px;
            margin: 0 auto 8vh auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            #hero-slider .slides .slick-list .slick-slide li .slide-container h2 {
              color: #fff;
              max-width: 860px;
              margin-bottom: 35px;
              text-transform: none;
              font: italic normal normal 40px/45px Bodoni BE;
              font-size: calc(1.25rem * 2) !important; }
            #hero-slider .slides .slick-list .slick-slide li .slide-container p {
              color: #fff;
              font-weight: 300;
              font-size: calc(1.25rem * .8) !important;
              line-height: calc(1.25rem);
              margin: 0 0 25px 0;
              max-width: 860px; }
            #hero-slider .slides .slick-list .slick-slide li .slide-container .crt-btn {
              margin-bottom: 45px;
              width: 100%;
              overflow-wrap: break-word;
              word-wrap: break-word;
              -webkit-hyphens: auto;
                  -ms-hyphens: auto;
                      hyphens: auto;
              white-space: normal;
              line-height: calc(1.25rem * 1.25); }
            @media (min-width: 992px) {
              #hero-slider .slides .slick-list .slick-slide li .slide-container {
                padding: 0 140px;
                margin: 0 auto 15vh auto; }
                #hero-slider .slides .slick-list .slick-slide li .slide-container h2 {
                  font: italic normal normal 75px/80px Bodoni BE;
                  font-size: calc(1.25rem * 3.75) !important;
                  margin-bottom: 35px; }
                #hero-slider .slides .slick-list .slick-slide li .slide-container p {
                  font-size: calc(1.25rem) !important;
                  line-height: calc(1.25rem * 1.5);
                  margin: 0 0 45px 0; }
                #hero-slider .slides .slick-list .slick-slide li .slide-container .crt-btn {
                  margin-bottom: 0px;
                  width: -webkit-fit-content;
                  width: -moz-fit-content;
                  width: fit-content; } }
  #hero-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 19.5px);
    border-radius: 0;
    padding: 0;
    width: 13px;
    height: 25px;
    z-index: 9999;
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px; }
    #hero-slider .slick-arrow:before {
      content: ""; }
    @media (min-width: 992px) {
      #hero-slider .slick-arrow {
        width: 23px;
        height: 39px; } }
  #hero-slider .slick-prev {
    left: 20px;
    background-image: url("/app/themes/uscrt/assets/images/slider-left-white.svg"); }
    @media (min-width: 992px) {
      #hero-slider .slick-prev {
        left: 35px; } }
  #hero-slider .slick-next {
    right: 20px;
    background-image: url("/app/themes/uscrt/assets/images/slider-right-white.svg"); }
    @media (min-width: 992px) {
      #hero-slider .slick-next {
        right: 35px; } }
  #hero-slider .slick-dots {
    bottom: 5%;
    z-index: 999; }
    #hero-slider .slick-dots li {
      width: 28px;
      height: 28px; }
      #hero-slider .slick-dots li button {
        width: 28px;
        height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 50%; }
        #hero-slider .slick-dots li button:before, #hero-slider .slick-dots li button:after {
          width: 28px;
          height: 28px;
          opacity: 1;
          content: "";
          top: 9px;
          left: 9px; }
        #hero-slider .slick-dots li button:before {
          background-color: #fff;
          width: 10px;
          height: 10px;
          border-radius: 50%; }
        #hero-slider .slick-dots li button:hover {
          background-color: #9f895d;
          width: 28px;
          height: 28px;
          border-radius: 50%; }
      #hero-slider .slick-dots li.slick-active button {
        border: 5px solid #fff;
        border-radius: 50%; }
        #hero-slider .slick-dots li.slick-active button:before {
          background-color: #9f895d; }

@media (min-width: 992px) {
  .flexslider__three-forths {
    height: 75vh !important; }
    .flexslider__three-forths .slides {
      height: 75vh !important; }
      .flexslider__three-forths .slides .slick-list {
        height: 75vh !important; }
        .flexslider__three-forths .slides .slick-list .slick-slide {
          height: 75vh !important; }
          .flexslider__three-forths .slides .slick-list .slick-slide li .slide-container {
            margin: 0 auto 37vh auto !important; } }

#timeline {
  overflow: hidden;
  height: calc(100vh + 10px);
  overflow: hidden;
  position: relative;
  border-bottom: 10px solid #252524; }
  #timeline--wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative; }
  #timeline--cover-slides {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #timeline--cover-slides.hidden {
      opacity: 0;
      z-index: -9999;
      -webkit-transition: opacity 0.5s linear 1.5s, z-index 0.5s linear 1.5s;
      -o-transition: opacity 0.5s linear 1.5s, z-index 0.5s linear 1.5s;
      transition: opacity 0.5s linear 1.5s, z-index 0.5s linear 1.5s; }

.hero-component {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-top: 56.25%;
  background-color: #25252478;
  background-blend-mode: overlay; }
  @media only screen and (max-width: 782px) {
    .hero-component {
      min-height: 300px;
      padding-top: 160%; }
      .hero-component iframe {
        display: none; } }
  .hero-component .vimeo-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  .hero-component iframe {
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0; }
  .hero-component .hero-wrapper {
    position: absolute;
    z-index: 13;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .hero-component .hero-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  .hero-component .hero-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 2em; }
  .hero-component .tagline {
    color: #fafafa;
    font-size: 3em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
    margin: 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9); }
    @media only screen and (max-width: 782px) {
      .hero-component .tagline {
        font-size: 2.6em;
        padding: 1em; } }

.home-intro {
  background: #fafafa; }
  .home-intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 783px) {
      .home-intro .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media only screen and (max-width: 782px) {
      .home-intro .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .home-intro .container > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  .home-intro .copy,
  .home-intro .splash-copy {
    margin: 0 5%; }
    @media only screen and (min-width: 783px) {
      .home-intro .copy,
      .home-intro .splash-copy {
        width: 50%; } }
    .home-intro .copy p,
    .home-intro .splash-copy p {
      font-size: 1.6em;
      line-height: 1.5;
      margin-bottom: 1em;
      font-weight: 300;
      color: #666666; }
      .home-intro .copy p strong,
      .home-intro .splash-copy p strong {
        color: #252524; }
  @media only screen and (min-width: 783px) {
    .home-intro .crt-full-logo {
      width: 15%; } }
  @media only screen and (max-width: 782px) {
    .home-intro .crt-full-logo {
      max-width: 587.25px;
      min-width: 50%; } }
  .home-intro .crt-full-logo img {
    padding: 2.5em 0 1.5em;
    display: block;
    width: 100%; }
  .home-intro .image-links {
    width: 90%;
    padding-top: 2em; }
    @media only screen and (min-width: 783px) {
      .home-intro .image-links {
        width: 25%; } }
    .home-intro .image-links .video-link {
      padding-top: 30px; }
  @media only screen and (min-width: 783px) {
    .home-intro .crt-full-logo-circular {
      width: 25%; } }
  @media only screen and (max-width: 782px) {
    .home-intro .crt-full-logo-circular {
      max-width: 587.25px;
      min-width: 50%; } }
  .home-intro .crt-full-logo-circular img {
    padding: 3.5em 1.5em;
    display: block;
    width: 100%; }
  @media only screen and (max-width: 782px) {
    .home-intro .crt-full-logo-circular img {
      padding: 1.5em 1.5em 0; } }
  @media only screen and (min-width: 783px) {
    .home-intro .splash-copy {
      width: 70%;
      margin-left: 5%;
      margin-right: 0%; } }
  .home-intro .splash-copy p {
    font-size: 1.25em;
    line-height: 1.75; }

.section-title {
  background: #9f895d; }
  .section-title h2 {
    color: #fafafa;
    font-size: 2.25em;
    font-weight: 500;
    text-align: center;
    padding: 1em 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 782px) {
      .section-title h2 {
        font-size: 1.5em; } }

.video-module-container {
  background-position: center;
  background-size: cover; }
  .video-module-container .video-module {
    max-width: 1080px;
    width: 100%; }
    .video-module-container .video-module p {
      color: #fff;
      text-align: center;
      padding: 30px 35px 40px 35px;
      margin: 0; }
    .video-module-container .video-module .video-iframe {
      background-size: cover; }
    .video-module-container .video-module .iframe-video iframe {
      display: none; }
    @media (min-width: 992px) {
      .video-module-container .video-module {
        margin: 0 auto;
        padding-bottom: 100px; }
        .video-module-container .video-module p {
          padding: 50px 35px 45px 35px; } }

.quote-module {
  background-position: center;
  background-size: cover;
  background-color: #655739 !important;
  padding: 30px 35px 20px 35px;
  color: #fff;
  position: relative; }
  .quote-module--quote-image {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none; }
  .quote-module--quote-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 999;
    position: relative; }
  .quote-module--quote-module-right p {
    line-height: calc(1.25rem * 1.25) !important; }
    @media (min-width: 992px) {
      .quote-module--quote-module-right p {
        font-size: calc(1.25rem * 1.75) !important;
        line-height: calc(1.25rem * 2.5) !important;
        margin-bottom: 30px; } }
  .quote-module--span {
    font-weight: 700; }
  .quote-module--block-quote {
    background-image: url("/app/themes/uscrt/assets/images/block-quote.png");
    width: 45px;
    height: 40px;
    background-size: 45px 40px; }
  @media (min-width: 992px) {
    .quote-module {
      padding: 90px 35px 50px 35px; }
      .quote-module--quote-image {
        display: block; }
      .quote-module--block-quote {
        width: 90px;
        height: 80px;
        background-size: 90px 80px; }
      .quote-module--quote-content {
        display: grid;
        grid-template-columns: 120px 1fr; } }

.home #home-ctas {
  background: #252524;
  color: #fff; }
  .home #home-ctas .single-cta {
    width: 100%;
    max-width: 100%;
    border-bottom: 5px solid #fff;
    /*****  CSS TO RUN THE MOBILE ACCORDIONS ****/
    /******* END ACCORDION CSS ********/ }
    .home #home-ctas .single-cta .rt-col {
      max-height: 0;
      padding: 0;
      overflow: hidden; }
    .home #home-ctas .single-cta.open {
      border-bottom: 5px solid #252524; }
      .home #home-ctas .single-cta.open .lft-col {
        background-color: transparent;
        background-image: none !important; }
        .home #home-ctas .single-cta.open .lft-col h3 {
          padding: 35px 35px 20px 35px;
          position: relative; }
          .home #home-ctas .single-cta.open .lft-col h3:before {
            content: url("/app/themes/uscrt/assets/images/white-minus-icon.png");
            position: absolute;
            width: 18px;
            height: 18px;
            left: 90%;
            top: 30%; }
      .home #home-ctas .single-cta.open .rt-col {
        padding: 0 35px 30px 35px;
        max-height: 700px; }
    @media (min-width: 992px) {
      .home #home-ctas .single-cta {
        border-bottom: 2px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .home #home-ctas .single-cta h3 {
      margin: 0; }
    .home #home-ctas .single-cta .lft-col {
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
      .home #home-ctas .single-cta .lft-col h3 {
        padding: 35px; }
        .home #home-ctas .single-cta .lft-col h3:before {
          content: url("/app/themes/uscrt/assets/images/white-plus-icon.svg");
          position: absolute;
          width: 18px;
          height: 18px;
          left: 90%; }
      @media (min-width: 992px) {
        .home #home-ctas .single-cta .lft-col {
          -ms-flex-preferred-size: 68.75%;
              flex-basis: 68.75%;
          background-size: cover; }
          .home #home-ctas .single-cta .lft-col h3 {
            display: none; } }
    .home #home-ctas .single-cta .rt-col {
      display: block;
      /**  MOBILE SIZING STYLES ARE ABOVE IN THE ACCORDION SECTION **/ }
      .home #home-ctas .single-cta .rt-col p {
        padding-bottom: 25px; }
        @media (min-width: 992px) {
          .home #home-ctas .single-cta .rt-col p {
            margin: 35px 0;
            padding-bottom: initial; } }
      .home #home-ctas .single-cta .rt-col h3 {
        margin-bottom: 45px;
        display: none; }
        @media (min-width: 992px) {
          .home #home-ctas .single-cta .rt-col h3 {
            margin-bottom: 35px;
            display: block; } }
      @media (min-width: 992px) {
        .home #home-ctas .single-cta .rt-col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -ms-flex-preferred-size: 31.25%;
              flex-basis: 31.25%;
          min-width: 600px;
          height: 600px;
          max-height: 100%;
          padding: 0 4.75%; } }

.homepage-spotify-player {
  padding: 0 35px 35px 35px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  .homepage-spotify-player--spotify-desktop {
    display: none; }
  @media (min-width: 992px) {
    .homepage-spotify-player {
      padding: 75px 35px 95px 35px; }
      .homepage-spotify-player--spotify-mobile {
        display: none; }
      .homepage-spotify-player--spotify-desktop {
        display: block; } }

.single-experience .page-content h2 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.3em; }

.single-experience .page-content h2 + p {
  margin-top: 0.3em; }

.single-experience .info-box {
  background: #f1ede7;
  padding: 1em;
  margin-top: 2em; }
  .single-experience .info-box h2 {
    font-size: 1.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1em; }
  .single-experience .info-box p {
    font-weight: 300;
    font-size: 1.4em;
    margin-bottom: 1em; }
    .single-experience .info-box p a {
      color: #9f895d;
      text-decoration: none; }
    .single-experience .info-box p + h2 {
      margin-top: 2em; }
  @media only screen and (min-width: 783px) {
    .single-experience .info-box .event-date {
      display: block;
      margin-top: 0.4em; } }

.single-experience .aside-content .nearby-destinations {
  background: none; }

.single-experience .state-tile {
  display: none !important; }

.experience-body-copy {
  background-color: #fff;
  max-width: 1710px;
  padding: 35px 35px 0px 35px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .experience-body-copy {
      padding: 90px 35px 40px 35px; } }

/*----------------------------------------------------------------------------*\
----[ ATTRACTION ]
\*----------------------------------------------------------------------------*/
.single-attraction .main-content-section__attraction {
  padding: 0;
  overflow: hidden; }

.single-attraction .main-content-section .content-wrapper__attraction {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1700px;
  padding: 15px 0 0 0; }

@media (min-width: 992px) {
  .single-attraction .main-content-section .content-wrapper__attraction-split {
    grid-template-columns: 1fr 50%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    padding: 0 0 100px 0; } }

.single-attraction .main-content-section .content-wrapper__attraction-split-images {
  padding: 0; }

.single-attraction .main-content-section .content-wrapper__attraction-with-video {
  padding: 25px 0 0 0; }
  @media (min-width: 992px) {
    .single-attraction .main-content-section .content-wrapper__attraction-with-video {
      padding: 100px 0; } }

.single-attraction .page-content {
  padding: 0 35px 35px 35px;
  margin: 0; }
  .single-attraction .page-content__attraction-split-images {
    padding: 0; }
    @media (min-width: 992px) {
      .single-attraction .page-content__attraction-split-images {
        padding: 0 35px; } }
  .single-attraction .page-content p {
    font-size: .8em;
    text-align: left; }
    .single-attraction .page-content p a {
      text-decoration: none;
      color: #9f895d; }
  @media (min-width: 992px) {
    .single-attraction .page-content__attraction-full-width {
      margin: 0 auto; } }

.single-attraction .info-box {
  background: #252524;
  overflow: hidden; }
  @media (min-width: 1011px) {
    .single-attraction .info-box {
      background-repeat: no-repeat;
      background-position-y: 240px;
      background-size: 100%; } }
  @media (min-width: 1000px) and (max-width: 1100px) and (orientation: landscape) {
    .single-attraction .info-box {
      background-position-y: 130px; } }
  .single-attraction .info-box .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: grid; }
    @media (min-width: 992px) {
      .single-attraction .info-box .container {
        margin: 0 auto;
        display: grid;
        grid-template-columns: 43% 1fr;
        max-width: 1640px; } }
  .single-attraction .info-box .column {
    width: 100%;
    height: 100%;
    color: #fff; }
    .single-attraction .info-box .column.map-col .interactive-map-wrapper.attraction-map-wrapper {
      height: 63vw;
      min-height: 415px; }
      @media (min-width: 992px) {
        .single-attraction .info-box .column.map-col .interactive-map-wrapper.attraction-map-wrapper {
          height: 100%;
          z-index: 999;
          position: relative;
          max-height: none; } }
    .single-attraction .info-box .column.site-info {
      padding: 35px 35px 60px 35px; }
      @media (min-width: 992px) {
        .single-attraction .info-box .column.site-info {
          padding: 140px 45px 140px 0;
          padding-left: 8.08vw; } }
      .single-attraction .info-box .column.site-info #site-info-content {
        margin-right: 35px; }
        @media (min-width: 1025px) {
          .single-attraction .info-box .column.site-info #site-info-content {
            margin-right: initial;
            margin-top: 80px; } }
        @media (min-width: 1000px) and (max-width: 1100px) and (orientation: landscape) {
          .single-attraction .info-box .column.site-info #site-info-content {
            margin-top: 20px; } }
        .single-attraction .info-box .column.site-info #site-info-content p {
          font-family: Montserrat, san-serif;
          font-size: 16px; }
          .single-attraction .info-box .column.site-info #site-info-content p strong {
            font-size: 20px; }
  .single-attraction .info-box h1 {
    background: #252524;
    color: #fafafa;
    padding: 0.5em 1em;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0; }
  .single-attraction .info-box h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 55px;
    border-bottom: 3px solid #9f895d;
    padding-bottom: 5px;
    margin-bottom: 35px;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .single-attraction .info-box h2 {
        font-size: calc(1.25rem * 2) !important;
        border: none;
        padding: 0;
        margin: 0 0 50px 0; }
        .single-attraction .info-box h2:after {
          content: "";
          background-color: #9f895d;
          height: 5px;
          width: 300vw;
          position: absolute;
          left: -100vw;
          bottom: -20px; } }
    @media (min-width: 1201px) {
      .single-attraction .info-box h2 {
        font-size: calc(1.25rem * 2.5) !important;
        border: none;
        padding: 0;
        margin: 0; }
        .single-attraction .info-box h2:after {
          content: "";
          background-color: #9f895d;
          height: 5px;
          width: 300vw;
          position: absolute;
          left: -100vw;
          bottom: -50px; } }
  .single-attraction .info-box p {
    margin-bottom: 1em;
    word-break: break-word; }
    .single-attraction .info-box p a {
      color: #fff; }
    .single-attraction .info-box p + h2 {
      margin-top: 2em; }
  .single-attraction .info-box #singel-attraction-itinerary {
    width: 100%;
    background: #9f895d; }
    @media (min-width: 1025px) {
      .single-attraction .info-box #singel-attraction-itinerary {
        margin-top: -91px; } }
    .single-attraction .info-box #singel-attraction-itinerary .itinerary-button {
      display: inline-block;
      position: relative;
      right: 0;
      left: 25%;
      background-color: transparent;
      font-family: Montserrat;
      font-size: 20px;
      font-weight: bold;
      line-height: 37px;
      color: #fff;
      text-transform: uppercase; }
      @media (min-width: 551px) {
        .single-attraction .info-box #singel-attraction-itinerary .itinerary-button {
          font-size: 30px; } }
      @media (min-width: 551px) {
        .single-attraction .info-box #singel-attraction-itinerary .itinerary-button {
          left: 50%;
          font-size: 30px; } }
      @media (min-width: 767px) and (max-width: 929px) {
        .single-attraction .info-box #singel-attraction-itinerary .itinerary-button {
          left: 45%; } }
      @media (min-width: 1025px) {
        .single-attraction .info-box #singel-attraction-itinerary .itinerary-button {
          left: 60%; } }
      .single-attraction .info-box #singel-attraction-itinerary .itinerary-button:after {
        content: url("/app/themes/uscrt/assets/images/itinerary-button-arrow.png");
        position: absolute;
        top: 10px;
        right: -30px;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
             -o-transform: scale(0.5);
                transform: scale(0.5); }
        @media (min-width: 551px) {
          .single-attraction .info-box #singel-attraction-itinerary .itinerary-button:after {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            top: 25px; } }
        @media (min-width: 1025px) {
          .single-attraction .info-box #singel-attraction-itinerary .itinerary-button:after {
            right: -60px; } }

.main-content-section {
  padding-top: 2em; }
  .main-content-section .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 782px) {
      .main-content-section .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .main-content-section .content-wrapper .column {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      @media only screen and (min-width: 783px) {
        .main-content-section .content-wrapper .column {
          width: 50%; }
          .main-content-section .content-wrapper .column.aside-content {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            padding-right: 2em; }
          .main-content-section .content-wrapper .column.page-content {
            padding-left: 2em;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }

.page-content {
  /* Lists */ }
  .page-content .alignleft,
  .page-content .alignright {
    margin: 1em 1.5em;
    width: calc(50% - 1em);
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); }
    .page-content .alignleft:after,
    .page-content .alignright:after {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 0.25em;
      background: #9f895d; }
    .page-content .alignleft img,
    .page-content .alignright img {
      width: 100%;
      display: block; }
  .page-content .alignleft {
    float: left;
    margin-left: 0; }
  .page-content .alignright {
    float: right;
    margin-right: 0; }
  .page-content .wp-caption-text {
    font-size: 1em;
    background: #252524;
    color: #fafafa;
    margin: 0;
    padding: 0.5em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%; }
  .page-content blockquote {
    margin: 0 1.4em 2em 1.4em;
    float: none;
    display: block;
    padding: 2em 2em 2em 2.75em;
    background: rgba(37, 37, 36, 0.1);
    color: #252524;
    font-weight: 300;
    border-left: 0.25em solid #9f895d; }
    .page-content blockquote p:last-child {
      margin-bottom: 0; }
  .page-content p {
    font-weight: 300;
    font-size: .8em;
    line-height: 1.5;
    width: 100%; }
  .page-content h1 {
    display: block;
    font-size: 2.3em;
    font-weight: 500;
    padding-bottom: 0.15em; }
  .page-content h2 {
    font-size: 1.5em;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; }
  .page-content h3 {
    font-size: 1.75em;
    line-height: 1.67;
    font-weight: 400; }
  .page-content h4 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.67; }
  .page-content .gray-box {
    background: rgba(37, 37, 36, 0.05);
    padding: 2em 1em 1em; }
  .page-content > ul,
  .page-content > ol {
    margin: 0 0 1.5em 1.2em;
    font-size: 1.4em;
    line-height: 1.67;
    font-weight: 300; }
  .page-content ul {
    list-style: disc; }
  .page-content ol {
    list-style: decimal; }
  .page-content li > ul, .page-content li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }

.tax-state .page-content h2 {
  margin-top: 0; }

.tax-state .nearby-destinations {
  background: #fafafa; }

.tax-state .state-tile {
  display: none !important; }

.tax-state .state-header {
  display: none; }

.single-destination .main-content-section {
  padding-bottom: 1rem; }

.single-destination .destination-map-wrapper {
  max-height: 900px;
  max-width: 812px; }
  .single-destination .destination-map-wrapper h1 {
    background: #9F895D;
    color: #fafafa;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0.08em;
    margin-bottom: 0; }

.single-destination .state-header, .single-destination .state-tile {
  display: none !important; }

.hero-tint-banner {
  height: 800px;
  background-position: center;
  background-size: cover;
  background-color: #25252580;
  background-blend-mode: overlay; }
  @media only screen and (max-width: 782px) {
    .hero-tint-banner {
      height: 450px; } }

.featured-attractions {
  overflow: initial;
  margin-bottom: 60px; }
  .featured-attractions .carousel-indicators,
  .featured-attractions .carousel-control-next,
  .featured-attractions .carousel-control-prev {
    bottom: -30px; }

.gallery-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 783px) {
    .gallery-component li {
      width: 15.66667%;
      margin: 0.45em 0.5%;
      position: relative;
      overflow: hidden; }
      .gallery-component li::before, .gallery-component li::after {
        content: '';
        display: table;
        clear: both;
        width: 1px;
        margin-left: -1px; }
      .gallery-component li::before {
        float: left;
        padding-bottom: 100%; }
      .gallery-component li:nth-child(4n +1) {
        clear: left; }
      .gallery-component li .gallery-item {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 782px) {
    .gallery-component li {
      width: 100%;
      margin-bottom: 4em; } }
  .gallery-component li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 783px) {
    .gallery-component li .mobile-info {
      display: none; } }
  @media only screen and (max-width: 782px) {
    .gallery-component li .mobile-info {
      display: block; } }
  .gallery-component li .mobile-info .btn {
    font-size: 0.8em;
    display: inline-block; }
  .gallery-component a {
    display: block;
    height: 100%; }

.mfp-wrap button {
  background: transparent; }
  .mfp-wrap button:hover, .mfp-wrap button:focus {
    background: transparent; }

.mfp-wrap .mfp-content {
  max-width: 90%; }

.mfp-wrap .mfp-title {
  line-height: calc(1.25rem * 1) !important; }
  @media (min-width: 992px) {
    .mfp-wrap .mfp-title {
      line-height: calc(1.25rem * 1.5) !important; } }

.mfp-wrap .mfp-figure:after {
  display: none; }

.mfp-wrap .mfp-figure figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mfp-wrap .mfp-figure figure img {
    max-width: 65%; }

.mfp-wrap .mfp-figure .mfp-bottom-bar {
  position: static;
  padding: 40px 10% 40px; }

.mfp-wrap .mfp-figure .mfp-counter {
  display: none; }

.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
            perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
            transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

.page-template-template-timeline .cool-timeline .timeline-year, .page-template-template-timeline .cool-timeline .timeline-icon.icon-dot-full {
  background: #9f895d !important; }

.page-template-template-timeline .cool-timeline .timeline-post.even .content-title, .page-template-template-timeline .cool-timeline .timeline-post.odd .content-title {
  background: #252524 !important;
  border-radius: 0;
  text-transform: none; }

.page-template-template-timeline .cool-timeline .timeline-post.even .timeline-meta .meta-details, .page-template-template-timeline .cool-timeline .timeline-post.odd .timeline-meta .meta-details {
  color: #666666 !important; }

.page-template-template-timeline .cool-timeline .timeline-post.even .timeline-content .content-title:before {
  border-right-color: #252524 !important; }

@media only screen and (min-width: 783px) {
  .page-template-template-timeline .cool-timeline .timeline-post.odd .timeline-content .content-title:before {
    border-left-color: #252524 !important; } }

@media only screen and (max-width: 860px) {
  .page-template-template-timeline .cool-timeline .timeline-post.odd .timeline-content .content-title:before {
    border-left-color: transparent !important;
    border-right-color: #252524 !important; } }

.page-template-template-timeline .cool-timeline .timeline-post .timeline-content .full-width {
  margin-left: 0;
  width: 100%; }

.page-template-template-press .press-content {
  padding-top: 1em; }
  .page-template-template-press .press-content a {
    text-decoration: none;
    color: #9f895d; }
    .page-template-template-press .press-content a:hover {
      color: #252524; }
  .page-template-template-press .press-content .press-nav,
  .page-template-template-press .press-content .press-nav-clone {
    margin: 0 0 1em;
    padding: 1em 0;
    text-align: center;
    background: #fafafa; }
    .page-template-template-press .press-content .press-nav li,
    .page-template-template-press .press-content .press-nav-clone li {
      display: inline-block;
      line-height: 1.5em;
      font-size: 1.2em; }
      .page-template-template-press .press-content .press-nav li:not(:last-child):after,
      .page-template-template-press .press-content .press-nav-clone li:not(:last-child):after {
        content: '|';
        padding: 0 5px 0 10px; }
  .page-template-template-press .press-content .press-nav-clone {
    display: none;
    background: #252524;
    border-bottom: 0.2rem solid #9f895d; }
    .page-template-template-press .press-content .press-nav-clone a {
      color: white; }
      .page-template-template-press .press-content .press-nav-clone a:hover {
        color: #9f895d; }
    .page-template-template-press .press-content .press-nav-clone.nav-fixed {
      display: none;
      position: fixed;
      width: 100%;
      left: 0;
      right: 0;
      z-index: 99; }
  .page-template-template-press .press-content .press-section {
    margin: 0 0 2em; }
    .page-template-template-press .press-content .press-section .press-section-header {
      font-size: 2em;
      text-transform: uppercase;
      font-weight: 400;
      margin: 0 0 2.5em;
      border-bottom: 5px solid #9f895d;
      padding-bottom: 2rem; }
    .page-template-template-press .press-content .press-section .press-section-intro {
      font-size: 1.0em;
      margin: -0.25em 0 1em; }
    .page-template-template-press .press-content .press-section:nth-of-type(2) ul li {
      clear: none;
      width: 350px;
      margin-bottom: 2.5rem; }
      .page-template-template-press .press-content .press-section:nth-of-type(2) ul li .aspect-ratio-box {
        display: none; }
    .page-template-template-press .press-content .press-section:nth-of-type(2) ul .image-wrapper .image-title {
      margin-bottom: 0; }
    .page-template-template-press .press-content .press-section:nth-of-type(3) {
      display: none; }
  .page-template-template-press .press-content .press-list img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
  .page-template-template-press .press-content .press-list .image-title {
    margin: 0 0 5rem;
    color: #252524;
    font-weight: 700; }
  .page-template-template-press .press-content .press-list .aspect-ratio-box {
    background: none; }
  .page-template-template-press .press-content .press-list li > .aspect-ratio-box {
    display: none; }
  .page-template-template-press .press-content .press-nav {
    display: none; }

.page-template-template-press .site-wrap .content-wrapper .entry-content {
  width: 70%;
  margin-bottom: 10rem; }
  @media only screen and (max-width: 782px) {
    .page-template-template-press .site-wrap .content-wrapper .entry-content {
      margin-bottom: 5rem; } }
  .page-template-template-press .site-wrap .content-wrapper .entry-content p {
    margin-bottom: 3rem; }

.page-template-template-press .image-wrapper .thumbnail-wrapper img {
  -o-object-fit: contain;
     object-fit: contain; }

.page-template-template-press .section-header__dark .media-resources-content .press-section-header {
  margin: 0 0 2.5em;
  border-bottom: 5px solid #9f895d;
  padding-top: 3rem;
  padding-bottom: 2rem; }

@media only screen and (max-width: 782px) {
  .page-template-template-press .section-header__dark .media-resources-content .press-list li {
    margin-bottom: 0; } }

@media only screen and (max-width: 782px) {
  .page-template-template-press .section-header__dark .media-resources-content .press-list li:nth-of-type(3) .image-wrapper {
    padding-bottom: 1rem; } }

@media only screen and (max-width: 782px) {
  .page-template-template-press .section-header__dark .media-resources-content .press-list img {
    -o-object-fit: cover;
       object-fit: cover; } }

.page-template-template-press .section-header__dark .media-resources-content .press-list .image-wrapper .media-title {
  font-family: 'Montserrat';
  font-size: 2.5rem !important;
  color: #fff;
  position: relative;
  top: -68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold; }

.page-template-template-press .section-header__dark .media-resources-content .press-list .aspect-ratio-box {
  padding-top: 67.25%; }

.search-page {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .search-page {
      padding-bottom: 60px; } }
  .search-page .search-component {
    background-color: #252524; }
    .search-page .search-component .search-form {
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media only screen and (max-width: 782px) {
        .search-page .search-component .search-form {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .search-page .search-component .search-form label {
        width: 100%;
        font-size: 2em; }
        .search-page .search-component .search-form label .screen-reader-text {
          display: none; }
        @media only screen and (min-width: 783px) {
          .search-page .search-component .search-form label {
            margin: 0 2em 0 0; } }
      .search-page .search-component .search-form .search-field {
        margin: 0; }
      .search-page .search-component .search-form .search-submit {
        background: #fff;
        color: #9f895d; }
        @media only screen and (max-width: 782px) {
          .search-page .search-component .search-form .search-submit {
            width: 100%; } }
    .search-page .search-component .asl_w_container.asl_w_container_2 {
      display: none; }
    @media only screen and (min-width: 783px) and (max-width: 991px) {
      .search-page .search-component {
        padding-top: 150px; } }
    @media (min-width: 992px) {
      .search-page .search-component {
        padding-top: 8em; } }
  .search-page .page-header {
    padding-bottom: 1em;
    padding: 0; }
  .search-page article h2 a {
    color: #252524;
    text-decoration: none; }
    .search-page article h2 a:hover {
      color: #9f895d; }
  .search-page .posts-navigation {
    padding-top: 1em;
    padding-bottom: 2em;
    font-size: 1.3em; }
    .search-page .posts-navigation .nav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .search-page .posts-navigation .nav-links .nav-previous {
        margin-left: 2em;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
    .search-page .posts-navigation .screen-reader-text {
      display: none; }
    .search-page .posts-navigation a {
      color: #9f895d;
      text-decoration: none; }
      .search-page .posts-navigation a:hover {
        color: #252524;
        text-decoration: none; }

.no-results {
  padding-bottom: 3em; }
  .no-results .page-header {
    padding-bottom: 0; }
  .no-results p {
    text-align: center; }

.site-main__not-found {
  background: #252524;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (min-width: 768px) {
    .site-main__not-found {
      height: 100vh; } }
  .site-main__not-found .not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: auto;
    max-width: 1720px;
    padding: 0 35px; }
    .site-main__not-found .not-found .page-header {
      padding: 0;
      max-width: 800px;
      width: 100%;
      margin: 0 auto; }
      .site-main__not-found .not-found .page-header h1 {
        color: #fff;
        font-family: 'Bodoni Moda', serif;
        font-size: 40px;
        line-height: 43px;
        text-align: left; }
        @media (min-width: 768px) {
          .site-main__not-found .not-found .page-header h1 {
            font-family: 'Bodoni Moda', serif;
            font-size: 75px;
            line-height: 85px; } }
    .site-main__not-found .not-found .page-content {
      max-width: 800px; }
      .site-main__not-found .not-found .page-content p {
        text-align: left;
        color: #fff; }

.video-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0px !important; }
  .video-component .mobile-info h3 {
    display: none; }
  .video-component li {
    width: 30% !important;
    margin: -2em 1em !important;
    overflow: initial !important; }
    @media only screen and (max-width: 783px) {
      .video-component li {
        margin-bottom: 4em !important; } }
    .video-component li h3 {
      margin: 0.5em 0 0;
      color: #9f895d !important; }
      .video-component li h3 :hover {
        color: #252525 !important; }
    @media only screen and (min-width: 783px) {
      .video-component li {
        width: 15.66667%;
        margin: 0.45em 0.5%;
        position: relative;
        overflow: hidden; }
        .video-component li::before, .video-component li::after {
          content: '';
          display: table;
          clear: both;
          width: 1px;
          margin-left: -1px; }
        .video-component li::before {
          float: left;
          padding-bottom: 100%; }
        .video-component li:nth-child(4n +1) {
          clear: left; } }
    @media only screen and (max-width: 782px) {
      .video-component li {
        width: 100% !important;
        margin-bottom: 4em; } }
    @media only screen and (min-width: 783px) {
      .video-component li .mobile-info {
        display: none; } }
    @media only screen and (max-width: 782px) {
      .video-component li .mobile-info {
        display: block; } }
    .video-component li .mobile-info .btn {
      font-size: 0.8em;
      display: inline-block; }
  .video-component a {
    display: block;
    height: 100%;
    text-decoration: none; }

.audio-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .audio-component .mobile-info h3 {
    display: none; }
  .audio-component li {
    width: 15.66667% !important;
    margin: 0.45em 0.5% !important;
    margin-bottom: 0px !important; }
    .audio-component li h3 {
      margin: 0.5em 0 0;
      color: #9f895d !important; }
      .audio-component li h3 :hover {
        color: #252525 !important; }
    @media only screen and (min-width: 783px) {
      .audio-component li {
        width: 15.66667%;
        margin: 0.45em 0.5%;
        position: relative;
        overflow: hidden; }
        .audio-component li::before, .audio-component li::after {
          content: '';
          display: table;
          clear: both;
          width: 1px;
          margin-left: -1px; }
        .audio-component li::before {
          float: left;
          padding-bottom: 100%; }
        .audio-component li:nth-child(4n +1) {
          clear: left; } }
    @media only screen and (max-width: 782px) {
      .audio-component li {
        width: 100% !important;
        margin-bottom: 4em; }
        .audio-component li img {
          -o-object-fit: initial;
             object-fit: initial;
          width: 100%;
          height: 60%; } }
    @media only screen and (min-width: 783px) {
      .audio-component li .mobile-info {
        display: none; } }
    @media only screen and (max-width: 782px) {
      .audio-component li .mobile-info {
        display: block; } }
    .audio-component li .mobile-info .btn {
      font-size: 0.8em;
      display: inline-block; }
  .audio-component a {
    display: block;
    height: 100%;
    text-decoration: none; }

.audio-heading {
  padding: 0em 4em; }
  .audio-heading h1 {
    text-align: center; }
  .audio-heading p {
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.67;
    width: 100%; }

.mfp-wrap {
  /** .mfp-figure-iframe {
		&:after {
			display: none;
		}

		figure {
			display: flex;
			flex-direction: row;
			align-items: center;

			img {
				max-width: 65%;
			}


		}
		.mfp-bottom-bar {
			position: static;
			padding: 40px 4% 40px;
		}

		.mfp-counter {
			display: none;
		}
	} **/ }
  .mfp-wrap button {
    background: transparent; }
    .mfp-wrap button:hover, .mfp-wrap button:focus {
      background: transparent; }
  .mfp-wrap .mfp-content {
    max-width: 80%; }
  .mfp-wrap .mfp-title {
    line-height: calc(1.25rem * 1) !important; }
    @media (min-width: 992px) {
      .mfp-wrap .mfp-title {
        line-height: calc(1.25rem * 1.5) !important; } }
  .mfp-wrap .mfp-iframe-holder .mfp-close {
    top: 0; }
  .mfp-wrap .mfp-iframe-scaler iframe {
    width: 50% !important;
    height: 50% !important;
    top: 20% !important; }
  .mfp-wrap .mfp-bottom-bar-iframe {
    position: absolute;
    top: 27%;
    left: 52%;
    width: 50%;
    cursor: auto; }
  .mfp-wrap .mfp-counter {
    top: 80%; }
  .mfp-wrap .mfp-audio-scaler iframe {
    width: 14%;
    margin-left: 15%; }
    @media (min-width: 1440px) {
      .mfp-wrap .mfp-audio-scaler iframe {
        width: 13%; } }
  .mfp-wrap .mfp-audio-scaler .mfp-bottom-bar-iframe {
    top: 7%;
    left: 40%; }
  .mfp-wrap .mfp-audio-scaler .mfp-iframe-holder .mfp-close {
    top: -40px !important; }

.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
            perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
            transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

.page-template-template-roadtrip-itineraries .header-component {
  background-color: #252524;
  height: 210px;
  position: initial; }
  @media only screen and (max-width: 782px) {
    .page-template-template-roadtrip-itineraries .header-component {
      height: 96px; } }

.page-template-template-roadtrip-itineraries .page-header {
  display: none; }

.page-template-template-roadtrip-itineraries .roadtrip-itineraries {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 783px) {
    .page-template-template-roadtrip-itineraries .roadtrip-itineraries {
      max-width: 1580px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 782px) {
    .page-template-template-roadtrip-itineraries .roadtrip-itineraries {
      max-width: 1540px;
      padding-left: 20px;
      padding-right: 20px; } }
  .page-template-template-roadtrip-itineraries .roadtrip-itineraries header h2 {
    margin-top: 1.5rem;
    margin-bottom: 0; }
  .page-template-template-roadtrip-itineraries .roadtrip-itineraries header p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    font-size: calc(1.25rem * 0.78125) !important; }
  .page-template-template-roadtrip-itineraries .roadtrip-itineraries .pdf_wrapper h4 {
    font-weight: bold;
    font-size: calc(1.25rem * 0.78125) !important; }

.page-template-template-roadtrip-itineraries .section-header__light {
  width: 100%; }

html {
  scroll-behavior: smooth; }

.page-template-template-book-landing .button {
  display: inline-block;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #fff;
  background-color: #9f895d;
  border-radius: 30px;
  padding: 13px 36px;
  text-decoration: none;
  margin-bottom: 22px;
  text-align: center; }
  @media (min-width: 992px) {
    .page-template-template-book-landing .button {
      font-size: 35px;
      min-width: 290px; } }
  .page-template-template-book-landing .button:hover {
    background-color: #7F7F7F; }

.page-template-template-book-landing .underlined {
  position: relative; }
  @media (min-width: 1600px) {
    .page-template-template-book-landing .underlined {
      position: static; } }
  .page-template-template-book-landing .underlined:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    border-bottom: 2px solid #9f895d; }
    @media (min-width: 768px) {
      .page-template-template-book-landing .underlined:after {
        left: 0;
        right: 0; } }
    @media (min-width: 1600px) {
      .page-template-template-book-landing .underlined:after {
        top: 60px;
        bottom: auto;
        right: -50px;
        right: -50px; } }
    @media (min-width: 1700px) {
      .page-template-template-book-landing .underlined:after {
        right: -85px;
        left: -85px; } }

.page-template-template-book-landing .header-component {
  position: relative;
  z-index: 10; }

.page-template-template-book-landing .content-wrapper {
  max-width: 1920px;
  padding: 0; }

.page-template-template-book-landing .hero {
  position: relative;
  padding-top: 11.5rem; }
  @media only screen and (min-width: 500px) {
    .page-template-template-book-landing .hero {
      padding-top: 5rem; } }
  @media (min-width: 992px) {
    .page-template-template-book-landing .hero {
      padding-top: 0; } }
  .page-template-template-book-landing .hero__image {
    height: 900px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .hero__image {
        height: 960px; } }
    .page-template-template-book-landing .hero__image img {
      position: relative;
      z-index: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: bottom;
         object-position: bottom;
      height: 100%;
      width: 100%; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .hero__image img {
          -o-object-position: initial;
             object-position: initial; } }
  .page-template-template-book-landing .hero__content {
    background-color: #9f895d;
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
    top: 0;
    height: 44%;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .hero__content {
        top: 150px;
        bottom: auto;
        height: 58%;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff; } }
    @media (min-width: 1600px) {
      .page-template-template-book-landing .hero__content {
        top: 150px;
        bottom: auto; } }
    .page-template-template-book-landing .hero__content__wrap {
      max-width: 1625px;
      margin: 0 auto;
      width: 100%;
      display: grid;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .hero__content__wrap {
          grid-template-columns: 2fr 1fr;
          max-height: 300px;
          overflow: visible;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding-left: 100px; } }
      @media (min-width: 1250px) {
        .page-template-template-book-landing .hero__content__wrap {
          grid-template-columns: 2fr 1fr;
          max-height: 390px; } }
    .page-template-template-book-landing .hero__content__book-image {
      max-width: 290px;
      margin: -240px auto 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 0; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .hero__content__book-image {
          max-width: 360px;
          margin-top: -55px;
          margin-left: 0;
          grid-column: 2;
          grid-row: 1 / span 2; } }
      @media (min-width: 1250px) {
        .page-template-template-book-landing .hero__content__book-image {
          max-width: 460px; } }
      @media (min-width: 992px) {
        .page-template-template-book-landing .hero__content__book-image img {
          min-height: 771px; } }
    .page-template-template-book-landing .hero__content__content-cont {
      position: relative;
      padding: 0 20px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .hero__content__content-cont {
          height: 300px; } }
      @media (min-width: 1250px) {
        .page-template-template-book-landing .hero__content__content-cont {
          height: 400px; } }
      .page-template-template-book-landing .hero__content__content-cont h2, .page-template-template-book-landing .hero__content__content-cont h3, .page-template-template-book-landing .hero__content__content-cont a, .page-template-template-book-landing .hero__content__content-cont p {
        color: #fff; }
      .page-template-template-book-landing .hero__content__content-cont h2, .page-template-template-book-landing .hero__content__content-cont h3, .page-template-template-book-landing .hero__content__content-cont p {
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        text-transform: uppercase;
        text-decoration: none; }
        @media (min-width: 992px) {
          .page-template-template-book-landing .hero__content__content-cont h2, .page-template-template-book-landing .hero__content__content-cont h3, .page-template-template-book-landing .hero__content__content-cont p {
            text-align: left; } }
      .page-template-template-book-landing .hero__content__content-cont p {
        text-transform: initial; }
      .page-template-template-book-landing .hero__content__content-cont__hero-heading {
        font-size: 25px;
        line-height: 35px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (min-width: 992px) {
          .page-template-template-book-landing .hero__content__content-cont__hero-heading {
            font-size: clamp(30px, 2.08333vw, 40px);
            text-align: left; } }
        @media (min-width: 1250px) {
          .page-template-template-book-landing .hero__content__content-cont__hero-heading {
            line-height: 48px; } }
        @media (min-width: 1600px) {
          .page-template-template-book-landing .hero__content__content-cont__hero-heading {
            margin-top: 26px; } }
      .page-template-template-book-landing .hero__content__content-cont__italic-heading {
        font-family: "Montserrat", sans-serif;
        font-size: 40px;
        line-height: 1;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 20px; }
        @media (min-width: 992px) {
          .page-template-template-book-landing .hero__content__content-cont__italic-heading {
            font-size: clamp(80px, 6.21469vw, 110px);
            line-height: 105px;
            margin-bottom: 12px; } }
        @media (min-width: 1250px) {
          .page-template-template-book-landing .hero__content__content-cont__italic-heading {
            max-width: 750px; } }
        @media (min-width: 1600px) {
          .page-template-template-book-landing .hero__content__content-cont__italic-heading {
            max-width: 800px; } }
      .page-template-template-book-landing .hero__content__content-cont__button-cont {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        left: 0;
        right: 0;
        top: calc(100% + 5px);
        padding-top: 35px;
        text-align: center; }
        .page-template-template-book-landing .hero__content__content-cont__button-cont__button {
          font-family: Montserrat;
          font-style: normal;
          min-width: 239px; }
        @media (min-width: 992px) {
          .page-template-template-book-landing .hero__content__content-cont__button-cont {
            display: block;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: left;
            left: 20px;
            padding-top: 200px;
            white-space: nowrap; }
            .page-template-template-book-landing .hero__content__content-cont__button-cont__button {
              white-space: nowrap; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .page-template-template-book-landing .hero__content__content-cont__button-cont__button {
        margin-bottom: 0; }
        .page-template-template-book-landing .hero__content__content-cont__button-cont__button:not(:nth-last-of-type(1)) {
          margin-right: 40px; } }
        @media only screen and (max-width: 1250px) and (min-width: 992px) {
          .page-template-template-book-landing .hero__content__content-cont__button-cont {
            padding-top: 300px; } }
        .page-template-template-book-landing .hero__content__content-cont__button-cont__text {
          margin-top: 0;
          font-size: 20px;
          line-height: 35px;
          color: #fff; }
          @media (min-width: 992px) {
            .page-template-template-book-landing .hero__content__content-cont__button-cont__text {
              font-size: 35px;
              line-height: 1;
              font-weight: bold;
              margin-left: 40px;
              margin-bottom: 0;
              padding-top: 35px; } }
    .page-template-template-book-landing .hero__content__content-hero__subheading {
      font-size: 20px; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .hero__content__content-hero__subheading {
          font-size: clamp(30px, 2.82486vw, 50px);
          line-height: 50px;
          margin-top: 0;
          margin-bottom: 0; } }

.page-template-template-book-landing .page-content__video-container, .page-template-template-book-landing .page-content__video-content, .page-template-template-book-landing .page-content__video-below-buttons, .page-template-template-book-landing .page-content__site-links-container, .page-template-template-book-landing .page-content__about, .page-template-template-book-landing .page-content__retailers, .page-template-template-book-landing .page-content__ar-container {
  padding: 20px; }

.page-template-template-book-landing .page-content__full-width-text h2 {
  margin: 0 auto;
  max-width: 330px;
  font-size: 25px;
  line-height: 30px;
  padding: 20px 0;
  font-weight: bold; }
  @media (min-width: 768px) {
    .page-template-template-book-landing .page-content__full-width-text h2 {
      max-width: none;
      font-size: 48px;
      line-height: 1;
      padding: 40px 0; } }

.page-template-template-book-landing .page-content__video-buttons {
  display: none; }
  @media (min-width: 768px) {
    .page-template-template-book-landing .page-content__video-buttons {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 25px 0;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin: 0 auto 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-template-template-book-landing .page-content__video-buttons .link {
        font-size: 28px;
        line-height: 38px;
        color: #9f895d;
        text-decoration: none;
        margin: 0 20px;
        font-weight: 300; }
        .page-template-template-book-landing .page-content__video-buttons .link:hover {
          text-decoration: underline; } }
  @media (min-width: 1600px) {
    .page-template-template-book-landing .page-content__video-buttons {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto; } }

.page-template-template-book-landing .page-content__video-wrapper {
  background-color: #252524; }
  @media (min-width: 992px) {
    .page-template-template-book-landing .page-content__video-wrapper {
      padding-bottom: 140px; } }
  .page-template-template-book-landing .page-content__video-wrapper__video-container, .page-template-template-book-landing .page-content__video-wrapper__video-content, .page-template-template-book-landing .page-content__video-wrapper__video-below-buttons {
    margin: 0 auto;
    padding: 20px; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__video-wrapper__video-container, .page-template-template-book-landing .page-content__video-wrapper__video-content, .page-template-template-book-landing .page-content__video-wrapper__video-below-buttons {
        max-width: 1110px; } }
  @media (min-width: 992px) {
    .page-template-template-book-landing .page-content__video-wrapper__video-container {
      padding-top: 100px;
      padding-bottom: 0; } }
  .page-template-template-book-landing .page-content__video-wrapper__video-container .fluid-width-video-wrapper {
    padding-top: 56.25% !important; }
  .page-template-template-book-landing .page-content__video-wrapper__video-content {
    padding-top: 0; }
    .page-template-template-book-landing .page-content__video-wrapper__video-content h2 {
      margin-top: 0;
      color: #9f895d;
      font-size: 50px;
      line-height: 1;
      font-style: italic;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__video-wrapper__video-content h2 {
          margin-top: 50px;
          margin-bottom: 20px;
          font-size: 65px; } }
    .page-template-template-book-landing .page-content__video-wrapper__video-content p {
      color: #fff;
      font-size: 20px;
      line-height: 29px; }
      @media (min-width: 768px) {
        .page-template-template-book-landing .page-content__video-wrapper__video-content p {
          font-size: 32px;
          line-height: 42px; } }
      .page-template-template-book-landing .page-content__video-wrapper__video-content p:first-of-type {
        margin-top: 0; }
  .page-template-template-book-landing .page-content__video-wrapper__video-below-buttons__buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 auto;
    max-width: 290px; }
    @media (min-width: 1250px) {
      .page-template-template-book-landing .page-content__video-wrapper__video-below-buttons__buttons-wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 650px; } }
    .page-template-template-book-landing .page-content__video-wrapper__video-below-buttons__buttons-wrap .button {
      margin-bottom: 25px; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__video-wrapper__video-below-buttons__buttons-wrap .button {
          margin-bottom: 0;
          margin-top: 32px;
          font-size: 35px; } }

.page-template-template-book-landing .page-content__ar-container {
  position: relative;
  padding-bottom: 42px;
  font-family: 'Montserrat'; }
  @media (min-width: 992px) {
    .page-template-template-book-landing .page-content__ar-container {
      padding-bottom: 133px; } }
  .page-template-template-book-landing .page-content__ar-container .ar-gold__background {
    width: 100%;
    height: 38.61%;
    background: #9f895d;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__ar-container .ar-gold__background {
        height: 45.68%; } }
  .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-top: 50px; } }
    .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__content {
      width: 100%; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__content {
          width: 45%; } }
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__content h2 {
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Montserrat';
        line-height: 35px;
        margin-top: 0; }
        @media (min-width: 992px) {
          .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__content h2 {
            font-size: 60px;
            line-height: 65px; } }
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__content p {
        color: #fff; }
        @media (min-width: 992px) {
          .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__content p {
            width: 86%;
            margin-bottom: 94px; } }
        .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__content p > span {
          color: #252524;
          font-weight: bold;
          font-style: italic; }
    .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__image {
      margin: 0 auto; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__image {
          margin: revert; } }
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__image img {
        width: 100%;
        margin-bottom: 30px; }
        @media (min-width: 992px) {
          .page-template-template-book-landing .page-content__ar-container__wrapper .ar-heading__image img {
            margin-bottom: initial; } }
  .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 991px) {
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads .ar-spread {
        margin: auto; } }
    .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads .ar-spread:not(:last-child) {
      margin-right: 0; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads .ar-spread:not(:last-child) {
          margin-right: 26px; } }
      @media (max-width: 991px) {
        .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads .ar-spread:not(:last-child) {
          margin: auto; } }
    .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads .ar-spread__title {
      color: #9f895d;
      text-align: center;
      font-size: 20px;
      line-height: 42px;
      margin: 10px 0 14px 0; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads .ar-spread__title {
          font-size: 22px;
          margin: 20px 0 0 0; } }
      @media (min-width: 1440px) {
        .page-template-template-book-landing .page-content__ar-container__wrapper .ar-spreads .ar-spread__title {
          font-size: 28px; } }
  .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code .ar-qr__heading {
    color: #9f895d;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code .ar-qr__heading {
        font-size: 48px;
        line-height: 55px;
        width: initial; } }
  @media (min-width: 992px) {
    .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code__qr-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code__qr-container .ar-qr__image {
    max-height: 410px;
    max-width: 425px;
    margin-bottom: 31px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code__qr-container .ar-qr__image {
        margin-right: 106px;
        margin-left: initial;
        margin-bottom: initial; } }
  .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code__qr-container .ar-qr__instructions {
    font-size: 20px;
    line-height: 29px;
    margin-left: 20px; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code__qr-container .ar-qr__instructions {
        width: 33%;
        margin-left: initial;
        font-size: 32px;
        line-height: 42px; } }
    .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code__qr-container .ar-qr__instructions ol li::marker {
      color: #9f895d; }
    .page-template-template-book-landing .page-content__ar-container__wrapper .ar-code__qr-container .ar-qr__instructions ol li span {
      color: #9f895d;
      font-weight: bold;
      font-style: italic; }

.page-template-template-book-landing .page-content__site-links-container {
  scrollbar-width: none; }
  @media (min-width: 992px) {
    .page-template-template-book-landing .page-content__site-links-container {
      background-position: -30px 215px;
      background-repeat: no-repeat;
      position: relative;
      height: 100vh;
      -webkit-perspective: 1px;
              perspective: 1px;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      overflow-x: hidden;
      overflow-y: auto; } }
  .page-template-template-book-landing .page-content__site-links-container::-webkit-scrollbar {
    display: none;
    scrollbar-width: none; }
  .page-template-template-book-landing .page-content__site-links-container .city-list {
    width: 100%;
    height: 100vh;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translateZ(-0.5px) scale(1.1);
            transform: translateZ(-0.5px) scale(1.1);
    display: none;
    font-size: 10px; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__site-links-container .city-list {
        display: initial; } }
    .page-template-template-book-landing .page-content__site-links-container .city-list h2 {
      text-transform: uppercase;
      opacity: .09;
      position: absolute;
      margin: 0;
      white-space: nowrap; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .city-left {
      left: 0; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .city-right {
      right: 0; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .selma {
      top: 3rem;
      font-size: 150px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .farmville {
      top: 65rem;
      font-size: 100px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .little-rock {
      top: 112rem;
      font-size: 95px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .montgomery {
      top: 152rem;
      font-size: 115px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .topeka {
      top: 26rem;
      left: 24rem;
      font-size: 100px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .atlanta {
      top: 35rem;
      right: 10rem;
      font-size: 130px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .nashville {
      top: 57rem;
      left: 14rem;
      font-size: 85px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .memphis {
      top: 89rem;
      left: 14rem;
      font-size: 100px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .sumner {
      top: 143rem;
      right: 3rem;
      font-size: 90px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .washington {
      top: 17rem;
      font-size: 65px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .jackson {
      top: 45rem;
      font-size: 130px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .new-orleans {
      top: 73rem;
      font-size: 105px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .birmingham {
      top: 102rem;
      font-size: 75px; }
    .page-template-template-book-landing .page-content__site-links-container .city-list .greensboro {
      top: 122rem;
      font-size: 115px; }
  .page-template-template-book-landing .page-content__site-links-container__wrapper {
    margin: 0 auto;
    max-width: 1500px; }
  .page-template-template-book-landing .page-content__site-links-container__content {
    max-width: 1150px;
    margin: 0 auto; }
    .page-template-template-book-landing .page-content__site-links-container__content p {
      color: #000;
      font-size: 20px;
      line-height: 29px;
      margin-bottom: 36px; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__site-links-container__content p {
          margin-top: 55px;
          margin-bottom: 170px;
          font-size: 32px;
          line-height: 42px; } }
  .page-template-template-book-landing .page-content__site-links-container .site-link {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__site-links-container .site-link {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 70px;
        margin-top: 125px; } }
    .page-template-template-book-landing .page-content__site-links-container .site-link__images {
      height: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 7px;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      @media (min-width: 768px) {
        .page-template-template-book-landing .page-content__site-links-container .site-link__images {
          position: relative;
          z-index: 1;
          grid-template-columns: repeat(2, 200px); } }
      @media (min-width: 1250px) {
        .page-template-template-book-landing .page-content__site-links-container .site-link__images {
          grid-template-columns: repeat(2, 315px); } }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__site-links-container .site-link__images__image-one, .page-template-template-book-landing .page-content__site-links-container .site-link__images__image-two {
          height: 300px; } }
      @media (min-width: 1250px) {
        .page-template-template-book-landing .page-content__site-links-container .site-link__images__image-one, .page-template-template-book-landing .page-content__site-links-container .site-link__images__image-two {
          height: 400px; } }
      .page-template-template-book-landing .page-content__site-links-container .site-link__images__image-one img, .page-template-template-book-landing .page-content__site-links-container .site-link__images__image-two img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .page-template-template-book-landing .page-content__site-links-container .site-link__content__heading {
      padding: 20px 0;
      margin-bottom: 14px;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 29px;
      color: #9f895d; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__site-links-container .site-link__content__heading {
          font-size: 22px;
          line-height: 37px;
          margin-top: 0;
          padding-top: 0; } }
    .page-template-template-book-landing .page-content__site-links-container .site-link__content__text {
      font-size: 20px;
      line-height: 29px;
      color: #000; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .page-content__site-links-container .site-link__content__text {
          font-size: 22px;
          line-height: 37px; } }
  .page-template-template-book-landing .page-content__site-links-container__button-container {
    text-align: center; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__site-links-container__button-container {
        margin-bottom: 85px; } }
    .page-template-template-book-landing .page-content__site-links-container__button-container .button {
      margin: 20px auto; }

.page-template-template-book-landing .page-content__about {
  background-color: #252524;
  padding-top: 0; }
  @media (min-width: 768px) {
    .page-template-template-book-landing .page-content__about {
      padding-top: 50px; } }
  @media (min-width: 992px) {
    .page-template-template-book-landing .page-content__about {
      padding-top: 75px; } }
  @media (min-width: 768px) {
    .page-template-template-book-landing .page-content__about__heading, .page-template-template-book-landing .page-content__about__content {
      max-width: 1150px;
      margin: 0 auto; } }
  .page-template-template-book-landing .page-content__about__image {
    margin: 0 auto;
    width: 348px;
    height: 435px; }
    .page-template-template-book-landing .page-content__about__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .page-template-template-book-landing .page-content__about__heading {
    font-size: 30px;
    line-height: 42px;
    color: #9f895d;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    font-weight: bold; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__about__heading {
        font-size: 48px;
        line-height: 68px;
        position: relative;
        padding: 40px 0 50px;
        margin-bottom: 50px; }
        .page-template-template-book-landing .page-content__about__heading:after {
          top: auto;
          right: 0;
          bottom: 0;
          left: 0; } }
  .page-template-template-book-landing .page-content__about__content p {
    font-size: 20px;
    line-height: 29px;
    color: #fff; }
    @media (min-width: 768px) {
      .page-template-template-book-landing .page-content__about__content p {
        font-size: 32px;
        line-height: 42px; } }
  .page-template-template-book-landing .page-content__about__button-container {
    text-align: center;
    padding: 25px 0 30px; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__about__button-container {
        padding: 42px 0 75px; } }
    .page-template-template-book-landing .page-content__about__button-container .button {
      margin: 0; }

@media (min-width: 992px) {
  .page-template-template-book-landing .page-content__retailers {
    padding: 60px; } }

.page-template-template-book-landing .page-content__retailers__heading {
  font-size: 30px;
  line-height: 40px;
  max-width: 300px;
  font-weight: bold;
  color: #9f895d;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto 0;
  padding-bottom: 20px;
  position: relative !important; }
  @media (min-width: 768px) {
    .page-template-template-book-landing .page-content__retailers__heading {
      max-width: 1150px;
      font-size: 48px;
      line-height: 68px; } }
  @media (min-width: 992px) {
    .page-template-template-book-landing .page-content__retailers__heading {
      line-height: 1;
      margin-bottom: 40px; } }
  .page-template-template-book-landing .page-content__retailers__heading em {
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    font-weight: medium; }
  .page-template-template-book-landing .page-content__retailers__heading:after {
    left: -50px;
    right: -50px; }
    @media (min-width: 768px) {
      .page-template-template-book-landing .page-content__retailers__heading:after {
        left: 0;
        right: 0;
        top: 90px; } }

.page-template-template-book-landing .page-content__retailers__list {
  padding-top: 30px;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  justify-items: center;
  max-width: 700px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .page-template-template-book-landing .page-content__retailers__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 40px;
      max-width: 1500px;
      justify-items: center;
      max-width: none; } }
  .page-template-template-book-landing .page-content__retailers__list__retailer {
    width: 100%; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .page-content__retailers__list__retailer {
        height: 165px;
        width: 165px;
        margin: 0 50px 20px; } }
    .page-template-template-book-landing .page-content__retailers__list__retailer img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }

.in-the-news--container {
  position: relative;
  max-width: 1710px;
  width: 100%;
  margin-bottom: 35px; }
  .in-the-news--container:before {
    content: "";
    height: 3px;
    background-color: #9f895d;
    width: calc(100% - 70px);
    position: absolute;
    bottom: 0px;
    left: 35px; }

.in-the-news--article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .in-the-news--article__hidden {
    display: none !important; }

.in-the-news--image {
  width: 100%; }

.in-the-news--right {
  padding: 35px 35px 40px 35px; }

.in-the-news--title {
  margin: 30px 0;
  text-transform: none; }

.in-the-news--content {
  margin: 0 0 25px 0;
  text-transform: none; }

.in-the-news--load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px; }

@media (min-width: 992px) {
  .in-the-news--container {
    padding: 0 70px;
    margin: 0 auto 80px auto; }
    .in-the-news--container:before {
      display: none; }
  .in-the-news--article {
    display: grid;
    grid-template-columns: 50% 1fr;
    margin-bottom: 25px; }
  .in-the-news--left {
    height: 545px; }
  .in-the-news--image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .in-the-news--right {
    padding: 0 0 0 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .in-the-news--load-more {
    margin-bottom: 100px; } }

.podcast-container h1 {
  font-size: 2.5em;
  letter-spacing: 0.1em;
  text-align: center; }

.podcast-container p {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.67;
  padding: 20px; }
  @media only screen and (max-width: 782px) {
    .podcast-container p {
      padding: 20px 0; } }

.state-podcast-container {
  max-width: 1700px;
  padding: 0 30px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: 1fr; }
  .state-podcast-container--podcast-text-box {
    margin-bottom: 25px; }
  .state-podcast-container p {
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 783px) {
    .state-podcast-container {
      margin: 0 auto 100px auto;
      grid-template-columns: 1fr 53%;
      grid-column-gap: calc(100% * (155 / 1780)); }
      .state-podcast-container--podcast-text-box {
        display: grid;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        margin: 0; } }

.podcast-module {
  max-width: 1150px;
  margin: 0 auto; }
  .podcast-module--container {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
    background-color: #ffffffde;
    background-blend-mode: overlay; }
  .podcast-module--podcast-description {
    text-align: center;
    padding: 10px 35px 0px 35px; }
  .podcast-module--podcast-media-player {
    padding: 10px 35px 0px 35px; }
  .podcast-module--podcast-media-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0px 35px 10px 35px; }
  .podcast-module--podcast-media-footer-image {
    max-width: 175px; }
  @media (min-width: 992px) {
    .podcast-module--container {
      background-color: transparent;
      background-blend-mode: normal; }
    .podcast-module--podcast-description {
      padding: 10px 35px 35px 35px; }
    .podcast-module--podcast-media-footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 960px;
      padding: 0px 35px 120px 35px; } }

.landmark-container .carousel-item {
  height: 800px;
  background-color: #252525b3 !important; }
  @media only screen and (max-width: 782px) {
    .landmark-container .carousel-item {
      height: 500px !important; } }
  .landmark-container .carousel-item h2 {
    font: italic normal normal 75px/50px Bodoni BE;
    padding: 0em 0 0.3em !important; }
    @media only screen and (max-width: 782px) {
      .landmark-container .carousel-item h2 {
        font: italic normal bold 45px/49px Bodoni BE !important; } }
  .landmark-container .carousel-item p {
    font: normal normal bold 18px/35px Montserrat; }
    @media only screen and (max-width: 782px) {
      .landmark-container .carousel-item p {
        padding-right: 17%;
        font: normal normal bold 15px/25px Montserrat; } }
  @media only screen and (max-width: 782px) {
    .landmark-container .carousel-item a.btn {
      margin-top: 25px; } }

.post-2493 .content-wrapper {
  position: absolute;
  top: 0; }

.the-story-book--container {
  background-position: center;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffffff !important;
  background-blend-mode: overlay !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.the-story-book--inner-wrap {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 35px 45px 35px; }

.the-story-book--left {
  background-color: transparent; }
  .the-story-book--left img {
    max-width: 850px;
    width: 100%; }

.the-story-book--right {
  background-color: transparent; }

.the-story-book h4 {
  color: #9F895D;
  margin-bottom: 20px; }

.the-story-book p {
  margin: 0 0 25px 0;
  padding: 0; }

.the-story-book .crt-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (min-width: 992px) {
  .the-story-book--container {
    background-color: #ffffffde !important; }
  .the-story-book--inner-wrap {
    display: grid;
    grid-template-columns: 1fr 674px;
    background-color: transparent;
    padding: 45px 45px 60px 45px; }
  .the-story-book--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    background-color: #ffffff00 !important;
    background-blend-mode: overlay !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .the-story-book--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff00 !important;
    background-blend-mode: overlay !important;
    padding-left: 60px; }
  .the-story-book p {
    margin: 25px 0 60px 0;
    padding: 0; } }

.the-story-title {
  font: normal normal bold 45px/55px Montserrat;
  letter-spacing: 0px;
  color: #252524;
  text-transform: uppercase;
  padding: 47px 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }
  .the-story-title::before {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 0.09em;
    background: #ac9a75;
    margin-right: 20px; }
  .the-story-title::after {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 0.09em;
    background: #ac9a75;
    margin-left: 20px; }
  @media only screen and (max-width: 782px) {
    .the-story-title {
      font: normal normal bold 20px/24px Montserrat;
      padding: 30px 0 0; } }

.video-banner-container .hero-component iframe {
  opacity: 1; }

@media only screen and (min-width: 1900px) {
  .video-banner-container .video-banner-container {
    height: 800px; }
  .video-banner-container .hero-component {
    height: 800px !important; } }

.podcastsection {
  background-color: #ffffffde !important;
  background-blend-mode: overlay !important;
  margin-top: 0px; }
  .podcastsection p {
    text-align: justify;
    font: normal normal normal 20px/30px Montserrat; }
    @media only screen and (max-width: 782px) {
      .podcastsection p {
        text-align: left;
        font: normal normal normal 16px/24px Montserrat; } }
  @media only screen and (max-width: 782px) {
    .podcastsection {
      padding: 0; } }
  @media only screen and (max-width: 600px) {
    .podcastsection {
      background-image: none !important; } }

.podcast-title h1 {
  font: normal normal bold 45px/55px Montserrat; }
  @media only screen and (max-width: 782px) {
    .podcast-title h1 {
      font: normal normal bold 20px/24px Montserrat; } }

.podcast-logo-text {
  padding: 15px; }
  .podcast-logo-text h2 {
    font: normal normal bold 25px/30px Montserrat; }
    @media only screen and (max-width: 782px) {
      .podcast-logo-text h2 {
        float: none !important;
        text-align: center;
        font: normal normal bold 15px/20px Montserrat; } }

.podcast-logo {
  text-align: right; }
  @media only screen and (max-width: 782px) {
    .podcast-logo {
      text-align: center;
      float: none !important; } }

.post-2240 .content-wrapper,
.post-2536 .content-wrapper {
  position: absolute;
  top: 0; }

.crt-videos-story .video-component li {
  overflow: hidden !important; }

#gform_1 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 30px auto;
  padding: 0 35px; }

.gfield input.large {
  border: #9f895d solid 2px;
  border-radius: 0 0 0 0;
  padding: 20px 20px;
  margin-top: 10px;
  font-family: 'Montserrat';
  font-size: 20px;
  max-height: 70px; }

.gfield textarea.large {
  border: #9f895d solid 2px;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 15px;
  font-family: 'Montserrat';
  font-size: 20px; }

.gform_footer input {
  background-color: #fff;
  border-radius: 0;
  color: #252524;
  font-weight: 600;
  border: #9f895d solid 4px; }

.gform_title {
  display: none; }

.gform_confirmation_wrapper {
  text-align: center;
  margin: 0 0 75px 0; }

.page-content {
  text-align: center;
  margin: 20px auto;
  margin-bottom: 50px;
  font-size: 25px; }

#gform_1_validation_container.gform_validation_errors {
  width: calc(100% - 70px);
  margin-left: 35px;
  border-radius: 0;
  padding: 6px;
  text-align: left;
  max-width: 810px;
  margin: 0 auto 30px auto; }
  #gform_1_validation_container.gform_validation_errors .gform_submission_error.hide_summary {
    margin: 0;
    line-height: calc(1.25rem * 1.5) !important; }
    @media (min-width: 992px) {
      #gform_1_validation_container.gform_validation_errors .gform_submission_error.hide_summary {
        line-height: calc(1.25rem * 2.5) !important; } }

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  padding: 12.992px 10px !important; }

.contact-page-container .gform_wrapper.gravity-theme {
  display: block !important; }

.the-story-book--container {
  background-position: center;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffffff !important;
  background-blend-mode: overlay !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.the-story-book--inner-wrap {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 35px 45px 35px; }

.the-story-book--left {
  background-color: transparent; }
  .the-story-book--left img {
    max-width: 850px;
    width: 100%; }

.the-story-book--right {
  background-color: transparent; }

.the-story-book h4 {
  color: #9F895D;
  margin-bottom: 20px; }

.the-story-book p {
  margin: 0 0 25px 0;
  padding: 0; }

.the-story-book .crt-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (min-width: 992px) {
  .the-story-book--container {
    background-color: #ffffffde !important; }
  .the-story-book--inner-wrap {
    display: grid;
    grid-template-columns: 1fr 674px;
    background-color: transparent;
    padding: 45px 45px 60px 45px; }
  .the-story-book--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    background-color: #ffffff00 !important;
    background-blend-mode: overlay !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .the-story-book--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff00 !important;
    background-blend-mode: overlay !important;
    padding-left: 60px; }
  .the-story-book p {
    margin: 25px 0 60px 0;
    padding: 0; } }

.the-story-title {
  font: normal normal bold 45px/55px Montserrat;
  letter-spacing: 0px;
  color: #252524;
  text-transform: uppercase;
  padding: 47px 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }
  .the-story-title::before {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 0.09em;
    background: #ac9a75;
    margin-right: 20px; }
  .the-story-title::after {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 0.09em;
    background: #ac9a75;
    margin-left: 20px; }
  @media only screen and (max-width: 782px) {
    .the-story-title {
      font: normal normal bold 20px/24px Montserrat;
      padding: 30px 0 0; } }

.video-banner-container .hero-component iframe {
  opacity: 1; }

@media only screen and (min-width: 1900px) {
  .video-banner-container .video-banner-container {
    height: 800px; }
  .video-banner-container .hero-component {
    height: 800px !important; } }

.podcastsection {
  background-color: #ffffffde !important;
  background-blend-mode: overlay !important;
  margin-top: 0px; }
  .podcastsection p {
    text-align: justify;
    font: normal normal normal 20px/30px Montserrat; }
    @media only screen and (max-width: 782px) {
      .podcastsection p {
        text-align: left;
        font: normal normal normal 16px/24px Montserrat; } }
  @media only screen and (max-width: 782px) {
    .podcastsection {
      padding: 0; } }
  @media only screen and (max-width: 600px) {
    .podcastsection {
      background-image: none !important; } }

.podcast-title h1 {
  font: normal normal bold 45px/55px Montserrat; }
  @media only screen and (max-width: 782px) {
    .podcast-title h1 {
      font: normal normal bold 20px/24px Montserrat; } }

.podcast-logo-text {
  padding: 15px; }
  .podcast-logo-text h2 {
    font: normal normal bold 25px/30px Montserrat; }
    @media only screen and (max-width: 782px) {
      .podcast-logo-text h2 {
        float: none !important;
        text-align: center;
        font: normal normal bold 15px/20px Montserrat; } }

.podcast-logo {
  text-align: right; }
  @media only screen and (max-width: 782px) {
    .podcast-logo {
      text-align: center;
      float: none !important; } }

.post-2240 .content-wrapper,
.post-2536 .content-wrapper {
  position: absolute;
  top: 0; }

.crt-videos-story .video-component li {
  overflow: hidden !important; }

.template-style-guide {
  overflow: hidden; }
  .template-style-guide .push-header {
    height: 93.5px;
    background: #252524; }
    @media (min-width: 768px) {
      .template-style-guide .push-header {
        height: 215px; } }

@media only screen and (max-width: 782px) {
  .post-interactive-map .section-info__light {
    padding: 0; } }

.post-interactive-map .section-info__light .headings-container {
  position: relative; }
  .post-interactive-map .section-info__light .headings-container .section-header__light {
    background: transparent; }
    @media only screen and (min-width: 783px) {
      .post-interactive-map .section-info__light .headings-container .section-header__light {
        font-size: 45px; } }
    .post-interactive-map .section-info__light .headings-container .section-header__light:before, .post-interactive-map .section-info__light .headings-container .section-header__light:after {
      display: none; }
  .post-interactive-map .section-info__light .headings-container .section-subheading {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 782px) {
      .post-interactive-map .section-info__light .headings-container .section-subheading {
        display: none; } }

.post-interactive-map .city-tile {
  display: none; }

.post-interactive-map .city-header {
  display: none; }

.post-interactive-map #playlist {
  width: 100%;
  max-width: 1364px;
  margin: 0 auto;
  padding: 0 35px 35px; }
  .post-interactive-map #playlist iframe {
    max-width: 1364px;
    height: 152px !important; }
    @media (min-width: 1025px) {
      .post-interactive-map #playlist iframe {
        height: 694px !important; } }

.post-interactive-map #civilrightstrail {
  text-align: center; }

.post-interactive-map .cr__gallery .infoUser__link.noMargin {
  color: #9f895d !important; }

.post-interactive-map .cr__gallery .assetInfo__readMore {
  color: #9f895d !important; }

.crowd-riff-gallery--container {
  margin: 0 auto 0 auto;
  padding: 0 0 40px 0;
  max-width: 1710px;
  text-align: center; }

.crowd-riff-gallery--p {
  margin-bottom: 30px; }

.crowd-riff-gallery .loadMore {
  width: calc(100% - 10px) !important;
  margin: 0 auto !important;
  left: 5px !important;
  height: auto !important;
  border: 2.5px solid #252524 !important;
  background: #252524 !important;
  border-radius: 0 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: calc(1.25rem * .75) !important;
  padding: 10px 15px !important;
  -webkit-transition: background-color 150ms ease !important;
  -o-transition: background-color 150ms ease !important;
  transition: background-color 150ms ease !important; }
  .crowd-riff-gallery .loadMore:hover, .crowd-riff-gallery .loadMore:focus {
    border: 2.5px solid #252524 !important;
    background-color: #fff !important;
    color: #252524 !important; }

@media (min-width: 992px) {
  .crowd-riff-gallery {
    padding: 0 35px 40px 35px; }
    .crowd-riff-gallery .loadMore {
      font-size: calc(1.25rem * 1.25) !important;
      border: 5px solid #252524 !important; }
      .crowd-riff-gallery .loadMore:hover, .crowd-riff-gallery .loadMore:focus {
        border: 5px solid #252524 !important; } }

.media-resources--submenu-section {
  background-color: #9f895d; }

.media-resources--submenu-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px; }

.media-resources--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8.5px 0; }

.media-resources--list-item a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: calc(1.25rem * .8) !important; }

.media-resources--section-intro {
  margin: 0 auto 40px auto;
  max-width: 1710px;
  padding: 0 35px;
  width: 100%;
  text-align: center; }
  .media-resources--section-intro p {
    margin: 0 0 20px 0; }
    .media-resources--section-intro p a {
      text-decoration: none;
      color: #9f895d;
      font-weight: 700; }

.media-resources--press-list {
  display: grid;
  grid-template-columns: 1fr; }

.media-resources--asset-item {
  margin: 0 0 20px 0;
  padding: 0; }

.media-resources--asset-anchor {
  text-decoration: none;
  cursor: pointer; }

.media-resources--image-asset {
  width: 100%; }

.media-resources--asset-title {
  margin: 10px 0 0 0;
  padding: 0 35px;
  color: #252524; }
  .media-resources--asset-title strong {
    font-weight: 700; }

@media (min-width: 992px) {
  .media-resources--list {
    padding: 17.75px 0; }
  .media-resources--list-item a {
    font-size: calc(1.25rem * 1.5) !important; }
  .media-resources--section-intro {
    max-width: 1200px;
    margin-bottom: 70px; }
    .media-resources--section-intro p {
      margin: 20px 0;
      padding: 0; }
  .media-resources--press-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    max-width: 1710px;
    margin: 0 auto;
    width: 100%;
    padding: 0 35px; }
  .media-resources--asset-item {
    margin: 0 0 45px 0; }
  .media-resources--asset-title {
    padding: 0; } }

/**
*
*   Partners page
*
*/
body.post-partners .content-wrapper {
  max-width: 1500px; }
  body.post-partners .content-wrapper p, body.post-partners .content-wrapper li, body.post-partners .content-wrapper ol {
    font-family: "Montserrat", "san-serif";
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1025px) {
      body.post-partners .content-wrapper p, body.post-partners .content-wrapper li, body.post-partners .content-wrapper ol {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1025px) {
      body.post-partners .content-wrapper p.top-margin-dt, body.post-partners .content-wrapper li.top-margin-dt, body.post-partners .content-wrapper ol.top-margin-dt {
        margin-top: 45px; } }

@media (min-width: 1025px) {
  body.post-partners .page-content {
    padding-bottom: 100px; } }

body.post-partners .page-content, body.post-partners .flex-parent {
  margin-top: 0;
  text-align: left; }
  @media (min-width: 1025px) {
    body.post-partners .page-content, body.post-partners .flex-parent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  body.post-partners .page-content .column, body.post-partners .flex-parent .column {
    position: relative; }
    @media (min-width: 1025px) {
      body.post-partners .page-content .column, body.post-partners .flex-parent .column {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 675px; } }
    body.post-partners .page-content .column .strong-heading, body.post-partners .flex-parent .column .strong-heading {
      text-transform: uppercase;
      font-weight: bold; }
    @media (min-width: 1025px) {
      body.post-partners .page-content .column.col-up, body.post-partners .flex-parent .column.col-up {
        top: -40px; } }

/*----------------------------------------------------------------------------*\
----[ Mobile Landscape Message ]
\*----------------------------------------------------------------------------*/
.mobile-landscape-message {
  display: none; }

@media only screen and (max-width: 768px) and (min-aspect-ratio: 13 / 9) {
  .mobile-landscape-message, .mobile-landscape-message-image {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999;
    display: block; }
  .mobile-landscape-message {
    background: -webkit-gradient(linear, left bottom, left top, from(#9f895d), to(#252524));
    background: -webkit-linear-gradient(bottom, #9f895d, #252524);
    background: -o-linear-gradient(bottom, #9f895d, #252524);
    background: linear-gradient(0deg, #9f895d, #252524); }
    .mobile-landscape-message .message-content {
      position: fixed;
      width: 100%;
      height: auto;
      top: 27.5%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 300;
      font-size: 1.2em;
      line-height: 1.5;
      color: #fafafa; }
      .mobile-landscape-message .message-content strong {
        font-weight: 500; }
  .mobile-landscape-message-image {
    width: 38%;
    display: block;
    position: fixed;
    height: auto;
    left: 50%;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

/*----------------------------------------------------------------------------*\
----[ Begin Theme Styling ]
\*----------------------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #252524;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem; }
  body.loading:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999999;
    background: #9f895d; }
  body.loading:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    width: 48px;
    height: 48px;
    margin-left: calc(50vw - 24px);
    margin-top: calc(50vh - 24px);
    border: 5px solid #fff;
    border-bottom-color: #252524;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
         -o-animation: rotation 1s linear infinite;
            animation: rotation 1s linear infinite;
    content: ""; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes rotation {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

h1, .h1 {
  font-size: calc(1.25rem * 2) !important;
  font-family: 'Bodoni Moda', serif;
  font-size: inherit;
  line-height: normal; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: calc(1.25rem * 3.75) !important; } }

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important; }

h2, .h2 {
  font-size: calc(1.25rem * 1.25) !important; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: calc(1.25rem * 2.25) !important; } }

h3, .h3 {
  font-size: calc(1.25rem * 1) !important; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: calc(1.25rem * 1.5) !important; } }

h4, .h4 {
  font-size: calc(1.25rem * .75) !important; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: calc(1.25rem * 1.25) !important; } }

h5, .h5 {
  font-size: calc(1.25rem * .75) !important; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: calc(1.25rem * 1.25) !important; } }

h6, .h6 {
  font-size: calc(1.25rem * .75) !important; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: calc(1.25rem * 1.25) !important; } }

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: calc(1.25rem * .8) !important;
  line-height: calc(1.25rem * 1) !important; }
  @media (min-width: 992px) {
    p {
      font-size: calc(1.25rem * 1) !important;
      line-height: calc(1.25rem * 1.5) !important; } }

a {
  -webkit-transition: all .22s ease-in-out;
  -o-transition: all .22s ease-in-out;
  transition: all .22s ease-in-out; }

::-moz-selection {
  background: #9f895d;
  color: #fafafa; }

::selection {
  background: #9f895d;
  color: #fafafa; }

::-moz-selection {
  background: #9f895d;
  color: #fafafa; }
