/* 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 ]
\*----------------------------------------------------------------------------*/
.site-footer .container, .header-component .container, .page-header .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, .image-banner-component .container, .featured-attractions .container, .nearby-destinations .container, .featured-experiences-component .container, .attraction-media .container, .hero-component .hero-wrapper, .home-intro .container, .single-attraction .main-content-section .content-wrapper, .single-attraction .info-box .container, .content-wrapper, .gallery-component, .press-content, .search-page .search-component .container, .search-page article, .search-page .posts-navigation, .video-component, .audio-component {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media only screen and (max-width: 782px) {
    .site-footer .container, .header-component .container, .page-header .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, .image-banner-component .container, .featured-attractions .container, .nearby-destinations .container, .featured-experiences-component .container, .attraction-media .container, .hero-component .hero-wrapper, .home-intro .container, .single-attraction .main-content-section .content-wrapper, .single-attraction .info-box .container, .content-wrapper, .gallery-component, .press-content, .search-page .search-component .container, .search-page article, .search-page .posts-navigation, .video-component, .audio-component {
      max-width: 1540px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 783px) {
    .site-footer .container, .header-component .container, .page-header .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, .image-banner-component .container, .featured-attractions .container, .nearby-destinations .container, .featured-experiences-component .container, .attraction-media .container, .hero-component .hero-wrapper, .home-intro .container, .single-attraction .main-content-section .content-wrapper, .single-attraction .info-box .container, .content-wrapper, .gallery-component, .press-content, .search-page .search-component .container, .search-page article, .search-page .posts-navigation, .video-component, .audio-component {
      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 + .state-selector-component, .page-header + .featured-attractions, .page-header + .nearby-destinations, .page-header + .featured-experiences-component, .page-header + .attraction-media, .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 {
  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, .state-selector-component, .featured-attractions, .nearby-destinations, .featured-experiences-component, .attraction-media, .home-intro, .single-attraction .main-content-section, .main-content-section, .gallery-component, .search-page .search-component, .video-component, .audio-component {
    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, .state-selector-component, .featured-attractions, .nearby-destinations, .featured-experiences-component, .attraction-media, .home-intro, .single-attraction .main-content-section, .main-content-section, .gallery-component, .search-page .search-component, .video-component, .audio-component {
    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, .state-selector-component .section-header, .featured-attractions .section-header, .nearby-destinations .section-header, .featured-experiences-component .section-header, .attraction-media .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 {
  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, .state-selector-component .section-header h2, .featured-attractions .section-header h2, .nearby-destinations .section-header h2, .featured-experiences-component .section-header h2, .attraction-media .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 {
    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 .state-selector-component, .aside-content .featured-attractions, .aside-content .nearby-destinations, .aside-content .featured-experiences-component, .aside-content .attraction-media, .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 {
  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 .state-selector-component .container, .aside-content .featured-attractions .container, .aside-content .nearby-destinations .container, .aside-content .featured-experiences-component .container, .aside-content .attraction-media .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 {
    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 .state-selector-component .section-header h2, .aside-content .featured-attractions .section-header h2, .aside-content .nearby-destinations .section-header h2, .aside-content .featured-experiences-component .section-header h2, .aside-content .attraction-media .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 {
    font-size: 1.8em; }

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

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

@media only screen and (min-width: 783px) {
  .featured-destinations-list-component ul li, .featured-attractions ul li, .nearby-destinations ul li, .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), .featured-attractions ul li:nth-child(3n +1), .nearby-destinations ul li:nth-child(3n +1), .press-content .press-list li:nth-child(3n +1) {
      clear: left; } }

@media only screen and (max-width: 782px) {
  .featured-destinations-list-component ul li, .featured-attractions ul li, .nearby-destinations ul li, .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 .featured-attractions ul li, .featured-attractions .aside-content ul li, .aside-content .nearby-destinations ul li, .nearby-destinations .aside-content ul li, .aside-content .press-content .press-list li, .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 .featured-attractions ul li:nth-child(3n +1), .featured-attractions .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 .press-content .press-list li:nth-child(3n +1), .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 .featured-attractions ul li:nth-child(2n +1), .featured-attractions .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 .press-content .press-list li:nth-child(2n +1), .press-content .aside-content .press-list li:nth-child(2n +1) {
      clear: left; } }

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

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

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

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

.featured-destinations-list-component ul img, .featured-attractions ul img, .nearby-destinations ul img, .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, .featured-attractions ul img:hover, .nearby-destinations ul img:hover, .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, .featured-attractions ul.collapsed a, .nearby-destinations ul.collapsed a, .press-content .collapsed.press-list a {
  text-decoration: none; }

.featured-destinations-list-component ul.collapsed h3, .featured-attractions ul.collapsed h3, .nearby-destinations ul.collapsed h3, .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 .featured-attractions ul.collapsed h3, .featured-attractions .aside-content ul.collapsed h3, .aside-content .nearby-destinations ul.collapsed h3, .nearby-destinations .aside-content ul.collapsed h3, .aside-content .press-content .collapsed.press-list h3, .press-content .aside-content .collapsed.press-list h3 {
  position: static;
  color: #252525;
  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, .featured-attractions ul.extended h3, .nearby-destinations ul.extended h3, .press-content .extended.press-list h3 {
  margin-bottom: 0em; }
  .featured-destinations-list-component ul.extended h3 a, .featured-attractions ul.extended h3 a, .nearby-destinations ul.extended h3 a, .press-content .extended.press-list h3 a {
    text-decoration: none;
    color: #252525; }
  @media only screen and (min-width: 783px) {
    .featured-destinations-list-component ul.extended h3, .featured-attractions ul.extended h3, .nearby-destinations ul.extended h3, .press-content .extended.press-list h3 {
      font-size: 1.2em; } }
  @media only screen and (max-width: 782px) {
    .featured-destinations-list-component ul.extended h3, .featured-attractions ul.extended h3, .nearby-destinations ul.extended h3, .press-content .extended.press-list h3 {
      font-size: 1.4em; } }

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

.featured-destinations-list-component ul.extended .placeholder-thumbnail .placeholder-title, .featured-attractions ul.extended .placeholder-thumbnail .placeholder-title, .nearby-destinations ul.extended .placeholder-thumbnail .placeholder-title, .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, .featured-attractions ul.extended .placeholder-thumbnail .placeholder-title span, .nearby-destinations ul.extended .placeholder-thumbnail .placeholder-title span, .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, .featured-attractions ul.extended .placeholder-thumbnail .placeholder-title .subtitle, .nearby-destinations ul.extended .placeholder-thumbnail .placeholder-title .subtitle, .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 .featured-attractions ul.extended .placeholder-title span, .featured-attractions .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 .press-content .extended.press-list .placeholder-title span, .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 .featured-attractions ul.extended .placeholder-title .subtitle, .featured-attractions .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 .press-content .extended.press-list .placeholder-title .subtitle, .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 {
    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.6rem;
  -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: #9f895d;
    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; }

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.6rem; }

[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 #252525;
  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: #1e1e1e; }
  [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 #252525; }
  [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; }

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 #1c1c1c;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

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

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

/*----------------------------------------------------------------------------*\
----[ Footer ]
\*----------------------------------------------------------------------------*/
.site-footer {
  background: #252525;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 0.2rem solid #9f895d; }
  .site-footer a {
    color: #fafafa;
    text-decoration: none; }
    .site-footer a:hover {
      color: #9f895d; }
  .site-footer .footer-menu {
    width: 90%;
    margin: 0 auto; }
    .site-footer .footer-menu::after {
      clear: both;
      content: "";
      display: block; }
    .site-footer .footer-menu > li {
      font-size: 1.4em; }
      @media only screen and (min-width: 783px) {
        .site-footer .footer-menu > li {
          width: calc(25% - 50px);
          float: left;
          margin-left: 40px; } }
      @media only screen and (max-width: 782px) {
        .site-footer .footer-menu > li {
          margin-bottom: 2rem; } }
      .site-footer .footer-menu > li li {
        padding: 0.5rem 0;
        font-weight: 300; }
      .site-footer .footer-menu > li > li {
        font-weight: 500; }
      .site-footer .footer-menu > li ul {
        padding-top: 1rem; }
  .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 .partners-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; }
    .site-footer .partners-header:after, .site-footer .partners-header:before {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-top: 1px solid rgba(250, 250, 250, 0.5);
      min-width: 1em;
      height: 1px; }
    .site-footer .partners-header p {
      font-size: 1.4em;
      padding: 0 1rem; }
      @media only screen and (max-width: 782px) {
        .site-footer .partners-header p {
          font-size: 1.2em; } }
  .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: 90%; } }
    @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; } }

body.nav-open {
  overflow: hidden; }

.header-component {
  background-color: #252525;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 0.2em solid #9f895d;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  @media only screen and (min-width: 783px) {
    .header-component {
      height: 6.4em; } }
  @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 .container {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    @media only screen and (max-width: 782px) {
      .header-component .container {
        padding-left: 0;
        padding-right: 0; } }
  .header-component a {
    text-decoration: none;
    color: #fafafa; }
    .header-component a:hover {
      color: #9f895d; }
  .header-component .logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
    line-height: 0;
    display: block; }
    @media only screen and (min-width: 783px) {
      .header-component .logo {
        height: 9em;
        width: 9em; } }
    @media only screen and (max-width: 782px) {
      .header-component .logo {
        width: 4.8em;
        height: 4.8em; } }
    .header-component .logo img {
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .header-component .logo:after {
      content: '';
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.17) 50%, rgba(0, 0, 0, 0.2) 100%);
      background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.17) 50%, rgba(0, 0, 0, 0.2) 100%);
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.17) 50%, rgba(0, 0, 0, 0.2) 100%);
      width: 100%;
      height: 100%; }
  @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 .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: #9f895d; }
  .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; }
      .header-component .mobile-menu-buttons .hamburger {
        background-color: #252525;
        display: block;
        position: relative;
        right: 1em;
        height: 3.3em;
        width: 3.3em; }
        .header-component .mobile-menu-buttons .hamburger span {
          display: block;
          position: absolute;
          height: 0.2em;
          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: 6px; }
          .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 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; } }

.page-header {
  text-align: center;
  background: #fafafa; }
  .page-header h1 {
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  @media only screen and (min-width: 783px) {
    .page-header {
      padding: 2em 0; }
      .page-header h1 {
        font-size: 2.5em; } }
  @media only screen and (max-width: 782px) {
    .page-header {
      padding: 1.2em 0; }
      .page-header h1 {
        font-size: 1.8em; } }
  .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: #252525;
    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: #252525; }

.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: #252525;
    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.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: 300px;
      height: 80vw; }
    .interactive-map-wrapper.full-map-wrapper {
      min-height: 300px;
      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; } }
  .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: #e5e3e3;
  color: #000; }
  @media only screen and (min-width: 1025px) {
    .interactive-map-panel {
      width: 30rem;
      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: -30rem; }
        .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: black;
    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: #000;
      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 #9d9d9d;
      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; }
    .interactive-map-panel .route-form .error-message {
      color: #f00; }
    .interactive-map-panel .route-form label {
      color: #6a6a6a;
      font-size: 1.3rem; }
    .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 .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;
      text-transform: uppercase; }
  .interactive-map-panel .planner-button {
    display: inline-block;
    margin: 2rem 0 1rem;
    background-color: #818181;
    padding: 0.8rem 4rem;
    color: #fff;
    background-color: #9f895d;
    text-decoration: none;
    outline: none; }
    @media only screen and (max-width: 782px) {
      .interactive-map-panel .planner-button {
        padding: 0.8rem 2rem;
        font-size: 1.2rem; } }
    .interactive-map-panel .planner-button.disabled {
      background-color: #6a6a6a;
      color: #e5e3e3;
      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 #898989;
        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 #e5e3e3;
        border-right: 0.5rem solid #e5e3e3;
        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: #252525;
    margin-bottom: 0;
    min-height: 50px;
    font-size: 1.6em; }
    .location-search-component input::-webkit-input-placeholder {
      color: #a5a5a5;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
    .location-search-component input::-moz-placeholder {
      color: #a5a5a5;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
    .location-search-component input:-ms-input-placeholder {
      color: #a5a5a5;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
    .location-search-component input::-ms-input-placeholder {
      color: #a5a5a5;
      font-size: 0.8em;
      font-style: italic;
      font-weight: 400; }
    .location-search-component input::placeholder {
      color: #a5a5a5;
      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 #252525;
    -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: #252525;
    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: #252525;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.state-selector-component {
  background-color: #fafafa;
  /* 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: 500px;
    margin: 2em auto 1em; }
  .state-selector-component .map-selector {
    max-width: 1250px;
    width: 70vw;
    margin: 0em auto 3em; }
    @media only screen and (max-width: 782px) {
      .state-selector-component .map-selector {
        display: none; } }
    .state-selector-component .map-selector .svg-ratio-wrapper {
      position: relative;
      padding-top: 61.7284%; }
    .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;
      fill: #b3b3b3; }
      .state-selector-component .map-selector .svg-states-group .active.selected {
        fill: red; }
  .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: #252525;
    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 #252525;
    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: #252525; }
    .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: 2.4em;
    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 {
  position: relative; }
  .image-banner-component .image-wrapper {
    position: relative; }
    .image-banner-component .image-wrapper img {
      width: 100%;
      height: auto;
      display: block; }
    .image-banner-component .image-wrapper h1 {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 3.2em;
      color: #fafafa;
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
      font-weight: 700;
      padding: 0.5em;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      line-height: 1.1;
      text-align: center; }
  .image-banner-component .banner-content {
    color: #fafafa;
    background: #000;
    padding: 2em 0;
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 300; }
    .image-banner-component .banner-content p:last-child {
      margin-bottom: 0; }
    .image-banner-component .banner-content a {
      text-decoration: none;
      font-weight: 600;
      color: #fafafa; }
      .image-banner-component .banner-content a:hover {
        color: #9f895d; }

.nearby-destinations {
  background-color: #9f895d;
  padding: 0; }
  .nearby-destinations .section-header {
    margin-bottom: 0.5em; }
    .nearby-destinations .section-header h2 {
      color: #252525;
      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::after {
  clear: both;
  content: "";
  display: block; }

.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: #252525; }
  .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: 2em; }
    .featured-experiences-component .long .aspect-ratio-box {
      padding-top: 48.2%; }
  .featured-experiences-component .short {
    width: 33.33333%;
    padding: 0 1em;
    margin-bottom: 2em; }
    .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: 2em; }
  @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: 2em; }
    .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;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-align: center; }
  .featured-experiences-component .front p,
  .featured-experiences-component .back p {
    color: #fafafa;
    text-shadow: 0 0 0 #252525;
    font-weight: 300;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.5; }
  .featured-experiences-component .front a,
  .featured-experiences-component .back a {
    color: #fafafa !important;
    border: 1px solid #fafafa;
    padding: 0.6em 1em;
    text-align: center;
    font-weight: 300;
    font-size: 1.6em;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    letter-spacing: 0.05em; }
    .featured-experiences-component .front a:hover,
    .featured-experiences-component .back a:hover {
      background: rgba(159, 137, 93, 0.67); }

.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, 37, 0.67);
  height: 100%; }

.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 {
  background: #fafafa;
  padding-bottom: 1em; }
  .attraction-media .single-media .videos {
    display: none; }
  @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 .before {
      overflow: hidden;
      width: 50%;
      border-right: 2px solid #fafafa; } }
  @media only screen and (max-width: 782px) {
    .before-after-component .before {
      -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; }
    .application-steps-component .step > ul, .application-steps-component .step ol {
      padding-left: 1.6rem; }
    .application-steps-component .step ul, .application-steps-component .step ol {
      margin: 0.5rem 0 1rem; }
      .application-steps-component .step ul ul, .application-steps-component .step ul ol, .application-steps-component .step ul p, .application-steps-component .step ol ul, .application-steps-component .step ol ol, .application-steps-component .step ol p {
        padding-left: 1.25rem; }
      .application-steps-component .step ul li, .application-steps-component .step ol li {
        padding: 0.15rem 0; }
    .application-steps-component .step ol {
      counter-reset: letter-counter; }
      .application-steps-component .step ol > li {
        padding: 0.3rem 0;
        list-style-type: none;
        text-indent: -1.8rem; }
        .application-steps-component .step ol > li:before {
          content: counter(letter-counter, upper-alpha) ".";
          counter-increment: letter-counter;
          padding-right: 0.4rem;
          font-weight: bold; }
    .application-steps-component .step ul {
      list-style: inside disc; }
  .application-steps-component .step-tag {
    display: inline-block;
    background-color: #9f895d;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  .application-steps-component .application-pdf-download {
    font-weight: bold;
    line-height: 1.3; }

.splash-map-wrapper {
  height: 90vh;
  max-height: 750px; }
  .splash-map-wrapper .interactive-map .marker-label-1 {
    color: #9f895d;
    font-size: 1.1rem; }
  .splash-map-wrapper .interactive-map .marker-label-2 {
    color: #666666;
    font-size: 0.8rem;
    margin-top: 5px; }

.static-map img {
  display: block; }
  @media only screen and (max-width: 782px) {
    .static-map img {
      display: none; } }

.flexslider {
  margin: 0;
  background: #fafafa; }
  .flexslider.desktop-only {
    display: block; }
    @media only screen and (max-width: 782px) {
      .flexslider.desktop-only {
        display: none; } }
  .flexslider.mobile-only {
    display: block; }
    @media only screen and (min-width: 783px) {
      .flexslider.mobile-only {
        display: none; } }
  .flexslider li {
    height: calc(100vh - 6.6em);
    overflow: hidden; }
    @media only screen and (max-width: 782px) {
      .flexslider li {
        height: 34.6em; } }
    .flexslider li p {
      position: absolute;
      bottom: 0em;
      right: 2em;
      color: #fafafa;
      text-shadow: 2px 2px 2px #252525;
      font-size: 1.3em;
      z-index: 1;
      font-family: "Cormorant", serif;
      font-style: italic;
      font-weight: 500; }
      @media only screen and (max-width: 782px) {
        .flexslider li p {
          bottom: inherit;
          top: 0;
          right: 1em;
          font-size: 1em;
          padding-top: 0.5em;
          width: 55%;
          text-align: right; } }
      .flexslider li p:before {
        content: '';
        width: 100vw;
        height: calc(100vh - 6.6em);
        background: tomato;
        position: absolute;
        bottom: -1.5em;
        right: -2em;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
        z-index: -1; }
        @media only screen and (max-width: 782px) {
          .flexslider li p:before {
            bottom: inherit;
            top: 0.125em;
            height: 34.6em;
            right: -1em; } }
    .flexslider li img {
      height: 100vh;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (max-width: 782px) {
        .flexslider li img {
          height: 40em; } }
  .flexslider ul {
    margin: 0;
    list-style: none; }

.slick-dots {
  bottom: inherit;
  top: calc(100vh - 9.6em);
  z-index: 15; }
  @media only screen and (max-width: 782px) {
    .slick-dots {
      top: 31.4em; } }
  .slick-dots li {
    width: 1em;
    height: 1em;
    background: transparent;
    border-radius: 1em;
    border: 0.125em solid #fafafa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .slick-dots li.slick-active {
      background: #fafafa; }
    .slick-dots li button {
      background: none; }
      .slick-dots li button:before {
        background: none;
        content: ''; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slider-copy-overlay {
  height: calc(100vh - 6.6em);
  width: 100%;
  position: absolute;
  top: 6.4em;
  z-index: 10; }
  @media only screen and (max-width: 782px) {
    .slider-copy-overlay {
      top: 0.125em;
      height: 34em; } }
  .slider-copy-overlay .container {
    height: 100%; }
  .slider-copy-overlay .content {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fafafa;
    text-shadow: 2px 2px 2px #252525;
    width: 100%;
    padding-bottom: 2em; }
    @media only screen and (max-width: 782px) {
      .slider-copy-overlay .content {
        padding-bottom: 3em; } }
    .slider-copy-overlay .content h1, .slider-copy-overlay .content h2, .slider-copy-overlay .content h3 {
      font-size: 5em;
      font-family: "Cormorant", serif;
      font-weight: 500;
      font-style: italic;
      margin: 0; }
      @media only screen and (max-width: 782px) {
        .slider-copy-overlay .content h1, .slider-copy-overlay .content h2, .slider-copy-overlay .content h3 {
          font-size: 2.2em;
          padding: 0 2em;
          line-height: 1.25;
          padding-bottom: 0.5em; } }
    .slider-copy-overlay .content p {
      font-weight: 300;
      font-size: 1.7em;
      line-height: 1.5; }
      @media only screen and (max-width: 782px) {
        .slider-copy-overlay .content p {
          font-size: 0.95em;
          padding: 0 2em 0.5em;
          margin: 0; }
          .slider-copy-overlay .content p br {
            display: none; } }
    .slider-copy-overlay .content b, .slider-copy-overlay .content strong {
      font-weight: 500; }

.hero-component {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-top: 56.25%;
  background-color: #252525; }
  @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: "Cormorant", 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: #252525; }
  @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; } }

.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; }

/*----------------------------------------------------------------------------*\
----[ ATTRACTION ]
\*----------------------------------------------------------------------------*/
.single-attraction .info-box {
  background: #fafafa; }
  .single-attraction .info-box .container {
    background: #f1ede7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 783px) {
      .single-attraction .info-box .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media only screen and (max-width: 782px) {
      .single-attraction .info-box .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .single-attraction .info-box .container > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  .single-attraction .info-box .column {
    padding: 2em; }
    @media only screen and (min-width: 783px) {
      .single-attraction .info-box .column {
        width: 50%; } }
  .single-attraction .info-box h1 {
    background: #252525;
    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 {
    font-size: 1.8em;
    font-weight: 500;
    color: #9f895d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1em; }
  .single-attraction .info-box p {
    font-weight: 300;
    font-size: 1.4em;
    margin-bottom: 1em; }
    .single-attraction .info-box p a {
      color: #252525; }
    .single-attraction .info-box p + h2 {
      margin-top: 2em; }

.single-attraction .get-directions {
  font-size: 1.4em;
  margin: 0.5em 0;
  display: block;
  color: #252525; }

.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: #252525;
    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, 37, 0.1);
    color: #252525;
    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: 1.4em;
    line-height: 1.67;
    width: 100%; }
  .page-content h1 {
    display: block;
    font-size: 2.3em;
    font-weight: 500;
    padding-bottom: 0.15em; }
  .page-content h2 {
    font-size: 2em;
    line-height: 1.67;
    font-weight: 500; }
  .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, 37, 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; }

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

.single-destination .destination-map-wrapper h1 {
  background: #252525;
  color: #fafafa;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.08em;
  margin-bottom: 0; }

.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 .btn {
  font-size: 0.8em; }

.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: #252525 !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: #252525 !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: #252525 !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: #252525 !important; } }

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

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

.search-page .search-component {
  padding-top: 5em;
  background-color: #9f895d; }
  .search-page .search-component .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 .page-header {
  padding-bottom: 1em; }

.search-page article h2 a {
  color: #252525;
  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: #9f895d;
      text-decoration: underline; }

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

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

.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 .btn {
    font-size: 0.8em; }
  .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; }

html {
  scroll-behavior: smooth; }

.page-template-template-book-landing .button {
  display: inline-block;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  font-family: "Cormorant", 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; }
  .page-template-template-book-landing .hero__image {
    height: 790px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .page-template-template-book-landing .hero__image {
        height: 790px; } }
    @media (min-width: 1600px) {
      .page-template-template-book-landing .hero__image {
        height: 970px; } }
    .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%; }
  .page-template-template-book-landing .hero__content {
    background-color: #9F895D;
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
    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; } }
    @media (min-width: 1600px) {
      .page-template-template-book-landing .hero__content {
        top: 360px;
        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: 400px 1fr;
          max-height: 300px;
          overflow: visible;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media (min-width: 1250px) {
        .page-template-template-book-landing .hero__content__wrap {
          grid-template-columns: 600px 1fr;
          max-height: 390px; } }
    .page-template-template-book-landing .hero__content__book-image {
      max-width: 290px;
      margin: -240px auto 0; }
      @media (min-width: 992px) {
        .page-template-template-book-landing .hero__content__book-image {
          max-width: 360px;
          margin-top: -55px; } }
      @media (min-width: 1250px) {
        .page-template-template-book-landing .hero__content__book-image {
          max-width: 460px; } }
    .page-template-template-book-landing .hero__content__content-cont {
      position: relative;
      padding: 0 20px; }
      @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__hero-heading {
        font-size: 25px;
        line-height: 35px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (min-width: 1250px) {
          .page-template-template-book-landing .hero__content__content-cont__hero-heading {
            font-size: 38px;
            line-height: 55px; } }
        @media (min-width: 1600px) {
          .page-template-template-book-landing .hero__content__content-cont__hero-heading {
            font-size: 60px;
            line-height: 84px;
            margin-top: 26px; } }
      .page-template-template-book-landing .hero__content__content-cont__italic-heading {
        font-family: "Cormorant", serif;
        font-size: 50px;
        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: 75px;
            max-width: 500px; } }
        @media (min-width: 1250px) {
          .page-template-template-book-landing .hero__content__content-cont__italic-heading {
            font-size: 96px;
            max-width: 750px; } }
        @media (min-width: 1600px) {
          .page-template-template-book-landing .hero__content__content-cont__italic-heading {
            font-size: 120px;
            max-width: 800px; } }
      .page-template-template-book-landing .hero__content__content-cont__button-cont {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 5px);
        padding-top: 35px;
        text-align: center; }
        @media (min-width: 992px) {
          .page-template-template-book-landing .hero__content__content-cont__button-cont {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: left;
            left: 20px; }
            .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__text {
          margin-top: 0;
          font-weight: bold;
          font-size: 20px;
          line-height: 35px; }
          @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; } }

.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 {
  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: #252525; }
  @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: "Cormorant", 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; } }

@media (min-width: 992px) {
  .page-template-template-book-landing .page-content__site-links-container {
    background-position: -30px 215px;
    background-repeat: no-repeat; } }

.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: 40px; }
    @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: #252525;
  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: "Cormorant", 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; }

/*----------------------------------------------------------------------------*\
----[ 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(#252525));
    background: -webkit-linear-gradient(bottom, #9f895d, #252525);
    background: -o-linear-gradient(bottom, #9f895d, #252525);
    background: linear-gradient(0deg, #9f895d, #252525); }
    .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: #fafafa;
  color: #252525;
  font-family: "Montserrat", sans-serif; }
  @media (min-width: 320px) {
    body {
      font-size: 60%; } }
  @media (min-width: 328px) {
    body {
      font-size: 61.5%; } }
  @media (min-width: 336px) {
    body {
      font-size: 63%; } }
  @media (min-width: 344px) {
    body {
      font-size: 64.5%; } }
  @media (min-width: 352px) {
    body {
      font-size: 66%; } }
  @media (min-width: 360px) {
    body {
      font-size: 67.5%; } }
  @media (min-width: 368px) {
    body {
      font-size: 69%; } }
  @media (min-width: 376px) {
    body {
      font-size: 70.5%; } }
  @media (min-width: 384px) {
    body {
      font-size: 72%; } }
  @media (min-width: 392px) {
    body {
      font-size: 73.5%; } }
  @media (min-width: 400px) {
    body {
      font-size: 75%; } }
  @media (min-width: 408px) {
    body {
      font-size: 76.5%; } }
  @media (min-width: 416px) {
    body {
      font-size: 78%; } }
  @media (min-width: 424px) {
    body {
      font-size: 79.5%; } }
  @media (min-width: 432px) {
    body {
      font-size: 81%; } }
  @media (min-width: 440px) {
    body {
      font-size: 82.5%; } }
  @media (min-width: 448px) {
    body {
      font-size: 84%; } }
  @media (min-width: 456px) {
    body {
      font-size: 85.5%; } }
  @media (min-width: 464px) {
    body {
      font-size: 87%; } }
  @media (min-width: 472px) {
    body {
      font-size: 88.5%; } }
  @media (min-width: 480px) {
    body {
      font-size: 90%; } }
  @media (min-width: 481px) {
    body {
      font-size: 60.125%; } }
  @media (min-width: 489px) {
    body {
      font-size: 61.125%; } }
  @media (min-width: 497px) {
    body {
      font-size: 62.125%; } }
  @media (min-width: 505px) {
    body {
      font-size: 63.125%; } }
  @media (min-width: 513px) {
    body {
      font-size: 64.125%; } }
  @media (min-width: 521px) {
    body {
      font-size: 65.125%; } }
  @media (min-width: 529px) {
    body {
      font-size: 66.125%; } }
  @media (min-width: 537px) {
    body {
      font-size: 67.125%; } }
  @media (min-width: 545px) {
    body {
      font-size: 68.125%; } }
  @media (min-width: 553px) {
    body {
      font-size: 69.125%; } }
  @media (min-width: 561px) {
    body {
      font-size: 70.125%; } }
  @media (min-width: 569px) {
    body {
      font-size: 71.125%; } }
  @media (min-width: 577px) {
    body {
      font-size: 72.125%; } }
  @media (min-width: 585px) {
    body {
      font-size: 73.125%; } }
  @media (min-width: 593px) {
    body {
      font-size: 74.125%; } }
  @media (min-width: 601px) {
    body {
      font-size: 75.125%; } }
  @media (min-width: 609px) {
    body {
      font-size: 76.125%; } }
  @media (min-width: 617px) {
    body {
      font-size: 77.125%; } }
  @media (min-width: 625px) {
    body {
      font-size: 78.125%; } }
  @media (min-width: 633px) {
    body {
      font-size: 79.125%; } }
  @media (min-width: 640px) {
    body {
      font-size: 80%; } }
  @media (min-width: 641px) {
    body {
      font-size: 73.77238%; } }
  @media (min-width: 649px) {
    body {
      font-size: 74.69309%; } }
  @media (min-width: 657px) {
    body {
      font-size: 75.61381%; } }
  @media (min-width: 665px) {
    body {
      font-size: 76.53453%; } }
  @media (min-width: 673px) {
    body {
      font-size: 77.45524%; } }
  @media (min-width: 681px) {
    body {
      font-size: 78.37596%; } }
  @media (min-width: 689px) {
    body {
      font-size: 79.29668%; } }
  @media (min-width: 697px) {
    body {
      font-size: 80.21739%; } }
  @media (min-width: 705px) {
    body {
      font-size: 81.13811%; } }
  @media (min-width: 713px) {
    body {
      font-size: 82.05882%; } }
  @media (min-width: 721px) {
    body {
      font-size: 82.97954%; } }
  @media (min-width: 729px) {
    body {
      font-size: 83.90026%; } }
  @media (min-width: 737px) {
    body {
      font-size: 84.82097%; } }
  @media (min-width: 745px) {
    body {
      font-size: 85.74169%; } }
  @media (min-width: 753px) {
    body {
      font-size: 86.6624%; } }
  @media (min-width: 761px) {
    body {
      font-size: 87.58312%; } }
  @media (min-width: 769px) {
    body {
      font-size: 88.50384%; } }
  @media (min-width: 777px) {
    body {
      font-size: 89.42455%; } }
  @media (min-width: 782px) {
    body {
      font-size: 90%; } }
  @media (min-width: 783px) {
    body {
      font-size: 57.34863%; } }
  @media (min-width: 791px) {
    body {
      font-size: 57.93457%; } }
  @media (min-width: 799px) {
    body {
      font-size: 58.52051%; } }
  @media (min-width: 807px) {
    body {
      font-size: 59.10645%; } }
  @media (min-width: 815px) {
    body {
      font-size: 59.69238%; } }
  @media (min-width: 823px) {
    body {
      font-size: 60.27832%; } }
  @media (min-width: 831px) {
    body {
      font-size: 60.86426%; } }
  @media (min-width: 839px) {
    body {
      font-size: 61.4502%; } }
  @media (min-width: 847px) {
    body {
      font-size: 62.03613%; } }
  @media (min-width: 855px) {
    body {
      font-size: 62.62207%; } }
  @media (min-width: 863px) {
    body {
      font-size: 63.20801%; } }
  @media (min-width: 871px) {
    body {
      font-size: 63.79395%; } }
  @media (min-width: 879px) {
    body {
      font-size: 64.37988%; } }
  @media (min-width: 887px) {
    body {
      font-size: 64.96582%; } }
  @media (min-width: 895px) {
    body {
      font-size: 65.55176%; } }
  @media (min-width: 903px) {
    body {
      font-size: 66.1377%; } }
  @media (min-width: 911px) {
    body {
      font-size: 66.72363%; } }
  @media (min-width: 919px) {
    body {
      font-size: 67.30957%; } }
  @media (min-width: 927px) {
    body {
      font-size: 67.89551%; } }
  @media (min-width: 935px) {
    body {
      font-size: 68.48145%; } }
  @media (min-width: 943px) {
    body {
      font-size: 69.06738%; } }
  @media (min-width: 951px) {
    body {
      font-size: 69.65332%; } }
  @media (min-width: 959px) {
    body {
      font-size: 70.23926%; } }
  @media (min-width: 967px) {
    body {
      font-size: 70.8252%; } }
  @media (min-width: 975px) {
    body {
      font-size: 71.41113%; } }
  @media (min-width: 983px) {
    body {
      font-size: 71.99707%; } }
  @media (min-width: 991px) {
    body {
      font-size: 72.58301%; } }
  @media (min-width: 999px) {
    body {
      font-size: 73.16895%; } }
  @media (min-width: 1007px) {
    body {
      font-size: 73.75488%; } }
  @media (min-width: 1015px) {
    body {
      font-size: 74.34082%; } }
  @media (min-width: 1023px) {
    body {
      font-size: 74.92676%; } }
  @media (min-width: 1024px) {
    body {
      font-size: 75%; } }
  @media (min-width: 1025px) {
    body {
      font-size: 68.33333%; } }
  @media (min-width: 1033px) {
    body {
      font-size: 68.86667%; } }
  @media (min-width: 1041px) {
    body {
      font-size: 69.4%; } }
  @media (min-width: 1049px) {
    body {
      font-size: 69.93333%; } }
  @media (min-width: 1057px) {
    body {
      font-size: 70.46667%; } }
  @media (min-width: 1065px) {
    body {
      font-size: 71%; } }
  @media (min-width: 1073px) {
    body {
      font-size: 71.53333%; } }
  @media (min-width: 1081px) {
    body {
      font-size: 72.06667%; } }
  @media (min-width: 1089px) {
    body {
      font-size: 72.6%; } }
  @media (min-width: 1097px) {
    body {
      font-size: 73.13333%; } }
  @media (min-width: 1105px) {
    body {
      font-size: 73.66667%; } }
  @media (min-width: 1113px) {
    body {
      font-size: 74.2%; } }
  @media (min-width: 1121px) {
    body {
      font-size: 74.73333%; } }
  @media (min-width: 1129px) {
    body {
      font-size: 75.26667%; } }
  @media (min-width: 1137px) {
    body {
      font-size: 75.8%; } }
  @media (min-width: 1145px) {
    body {
      font-size: 76.33333%; } }
  @media (min-width: 1153px) {
    body {
      font-size: 76.86667%; } }
  @media (min-width: 1161px) {
    body {
      font-size: 77.4%; } }
  @media (min-width: 1169px) {
    body {
      font-size: 77.93333%; } }
  @media (min-width: 1177px) {
    body {
      font-size: 78.46667%; } }
  @media (min-width: 1185px) {
    body {
      font-size: 79%; } }
  @media (min-width: 1193px) {
    body {
      font-size: 79.53333%; } }
  @media (min-width: 1201px) {
    body {
      font-size: 80.06667%; } }
  @media (min-width: 1209px) {
    body {
      font-size: 80.6%; } }
  @media (min-width: 1217px) {
    body {
      font-size: 81.13333%; } }
  @media (min-width: 1225px) {
    body {
      font-size: 81.66667%; } }
  @media (min-width: 1233px) {
    body {
      font-size: 82.2%; } }
  @media (min-width: 1241px) {
    body {
      font-size: 82.73333%; } }
  @media (min-width: 1249px) {
    body {
      font-size: 83.26667%; } }
  @media (min-width: 1257px) {
    body {
      font-size: 83.8%; } }
  @media (min-width: 1265px) {
    body {
      font-size: 84.33333%; } }
  @media (min-width: 1273px) {
    body {
      font-size: 84.86667%; } }
  @media (min-width: 1281px) {
    body {
      font-size: 85.4%; } }
  @media (min-width: 1289px) {
    body {
      font-size: 85.93333%; } }
  @media (min-width: 1297px) {
    body {
      font-size: 86.46667%; } }
  @media (min-width: 1305px) {
    body {
      font-size: 87%; } }
  @media (min-width: 1313px) {
    body {
      font-size: 87.53333%; } }
  @media (min-width: 1321px) {
    body {
      font-size: 88.06667%; } }
  @media (min-width: 1329px) {
    body {
      font-size: 88.6%; } }
  @media (min-width: 1337px) {
    body {
      font-size: 89.13333%; } }
  @media (min-width: 1345px) {
    body {
      font-size: 89.66667%; } }
  @media (min-width: 1353px) {
    body {
      font-size: 90.2%; } }
  @media (min-width: 1361px) {
    body {
      font-size: 90.73333%; } }
  @media (min-width: 1369px) {
    body {
      font-size: 91.26667%; } }
  @media (min-width: 1377px) {
    body {
      font-size: 91.8%; } }
  @media (min-width: 1385px) {
    body {
      font-size: 92.33333%; } }
  @media (min-width: 1393px) {
    body {
      font-size: 92.86667%; } }
  @media (min-width: 1401px) {
    body {
      font-size: 93.4%; } }
  @media (min-width: 1409px) {
    body {
      font-size: 93.93333%; } }
  @media (min-width: 1417px) {
    body {
      font-size: 94.46667%; } }
  @media (min-width: 1425px) {
    body {
      font-size: 95%; } }
  @media (min-width: 1433px) {
    body {
      font-size: 95.53333%; } }
  @media (min-width: 1441px) {
    body {
      font-size: 96.06667%; } }
  @media (min-width: 1449px) {
    body {
      font-size: 96.6%; } }
  @media (min-width: 1457px) {
    body {
      font-size: 97.13333%; } }
  @media (min-width: 1465px) {
    body {
      font-size: 97.66667%; } }
  @media (min-width: 1473px) {
    body {
      font-size: 98.2%; } }
  @media (min-width: 1481px) {
    body {
      font-size: 98.73333%; } }
  @media (min-width: 1489px) {
    body {
      font-size: 99.26667%; } }
  @media (min-width: 1497px) {
    body {
      font-size: 99.8%; } }
  @media (min-width: 1500px) {
    body {
      font-size: 100%; } }
  @media (min-width: 1501px) {
    body {
      font-size: 78.17708%; } }
  @media (min-width: 1509px) {
    body {
      font-size: 78.59375%; } }
  @media (min-width: 1517px) {
    body {
      font-size: 79.01042%; } }
  @media (min-width: 1525px) {
    body {
      font-size: 79.42708%; } }
  @media (min-width: 1533px) {
    body {
      font-size: 79.84375%; } }
  @media (min-width: 1541px) {
    body {
      font-size: 80.26042%; } }
  @media (min-width: 1549px) {
    body {
      font-size: 80.67708%; } }
  @media (min-width: 1557px) {
    body {
      font-size: 81.09375%; } }
  @media (min-width: 1565px) {
    body {
      font-size: 81.51042%; } }
  @media (min-width: 1573px) {
    body {
      font-size: 81.92708%; } }
  @media (min-width: 1581px) {
    body {
      font-size: 82.34375%; } }
  @media (min-width: 1589px) {
    body {
      font-size: 82.76042%; } }
  @media (min-width: 1597px) {
    body {
      font-size: 83.17708%; } }
  @media (min-width: 1605px) {
    body {
      font-size: 83.59375%; } }
  @media (min-width: 1613px) {
    body {
      font-size: 84.01042%; } }
  @media (min-width: 1621px) {
    body {
      font-size: 84.42708%; } }
  @media (min-width: 1629px) {
    body {
      font-size: 84.84375%; } }
  @media (min-width: 1637px) {
    body {
      font-size: 85.26042%; } }
  @media (min-width: 1645px) {
    body {
      font-size: 85.67708%; } }
  @media (min-width: 1653px) {
    body {
      font-size: 86.09375%; } }
  @media (min-width: 1661px) {
    body {
      font-size: 86.51042%; } }
  @media (min-width: 1669px) {
    body {
      font-size: 86.92708%; } }
  @media (min-width: 1677px) {
    body {
      font-size: 87.34375%; } }
  @media (min-width: 1685px) {
    body {
      font-size: 87.76042%; } }
  @media (min-width: 1693px) {
    body {
      font-size: 88.17708%; } }
  @media (min-width: 1701px) {
    body {
      font-size: 88.59375%; } }
  @media (min-width: 1709px) {
    body {
      font-size: 89.01042%; } }
  @media (min-width: 1717px) {
    body {
      font-size: 89.42708%; } }
  @media (min-width: 1725px) {
    body {
      font-size: 89.84375%; } }
  @media (min-width: 1733px) {
    body {
      font-size: 90.26042%; } }
  @media (min-width: 1741px) {
    body {
      font-size: 90.67708%; } }
  @media (min-width: 1749px) {
    body {
      font-size: 91.09375%; } }
  @media (min-width: 1757px) {
    body {
      font-size: 91.51042%; } }
  @media (min-width: 1765px) {
    body {
      font-size: 91.92708%; } }
  @media (min-width: 1773px) {
    body {
      font-size: 92.34375%; } }
  @media (min-width: 1781px) {
    body {
      font-size: 92.76042%; } }
  @media (min-width: 1789px) {
    body {
      font-size: 93.17708%; } }
  @media (min-width: 1797px) {
    body {
      font-size: 93.59375%; } }
  @media (min-width: 1805px) {
    body {
      font-size: 94.01042%; } }
  @media (min-width: 1813px) {
    body {
      font-size: 94.42708%; } }
  @media (min-width: 1821px) {
    body {
      font-size: 94.84375%; } }
  @media (min-width: 1829px) {
    body {
      font-size: 95.26042%; } }
  @media (min-width: 1837px) {
    body {
      font-size: 95.67708%; } }
  @media (min-width: 1845px) {
    body {
      font-size: 96.09375%; } }
  @media (min-width: 1853px) {
    body {
      font-size: 96.51042%; } }
  @media (min-width: 1861px) {
    body {
      font-size: 96.92708%; } }
  @media (min-width: 1869px) {
    body {
      font-size: 97.34375%; } }
  @media (min-width: 1877px) {
    body {
      font-size: 97.76042%; } }
  @media (min-width: 1885px) {
    body {
      font-size: 98.17708%; } }
  @media (min-width: 1893px) {
    body {
      font-size: 98.59375%; } }
  @media (min-width: 1901px) {
    body {
      font-size: 99.01042%; } }
  @media (min-width: 1909px) {
    body {
      font-size: 99.42708%; } }
  @media (min-width: 1917px) {
    body {
      font-size: 99.84375%; } }
  @media (min-width: 1920px) {
    body {
      font-size: 100%; } }

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; }
