/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
header {
  line-height: 0;
  color: #ffffff;
  position: relative;
}
header a {
  color: #fff;
}
header a.btn {
  color: #fff;
}
header a.btn:hover, header a.btn:focus, header a.btn:active {
  color: #fff;
}
header a:hover, header a:focus, header a:active {
  color: #fff;
}
header .navigation, header .hero {
  line-height: 1.6;
}

.hero,
.hero__gallery,
.hero__entry {
  color: #ffffff;
  display: inline-block;
  min-height: 480px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* Hero Sizing */
  /* ---------- */
}
@media (min-width: 768px) {
  .hero,
.hero__gallery,
.hero__entry {
    min-height: 600px;
  }
}
.hero a,
.hero__gallery a,
.hero__entry a {
  color: #ffffff;
}
.hero .hero__overlay,
.hero__gallery .hero__overlay,
.hero__entry .hero__overlay {
  height: auto;
  min-height: 480px;
}
@media (min-width: 768px) {
  .hero .hero__overlay,
.hero__gallery .hero__overlay,
.hero__entry .hero__overlay {
    min-height: 600px;
  }
}
.hero.hero--xxs,
.hero__gallery.hero--xxs,
.hero__entry.hero--xxs {
  min-height: 480px;
}
@media (min-width: 768px) {
  .hero.hero--xxs,
.hero__gallery.hero--xxs,
.hero__entry.hero--xxs {
    min-height: 420px;
  }
}
@media (min-width: 768px) {
  .hero.hero--xxs .hero__overlay,
.hero__gallery.hero--xxs .hero__overlay,
.hero__entry.hero--xxs .hero__overlay {
    min-height: 420px;
  }
}
.hero.hero--small,
.hero__gallery.hero--small,
.hero__entry.hero--small {
  height: 71.4285714286vh;
}
.hero.hero--small .hero__overlay,
.hero__gallery.hero--small .hero__overlay,
.hero__entry.hero--small .hero__overlay {
  height: 71.4285714286vh;
}
.hero.hero--medium,
.hero__gallery.hero--medium,
.hero__entry.hero--medium {
  height: 80vh;
}
.hero.hero--medium .hero__overlay,
.hero__gallery.hero--medium .hero__overlay,
.hero__entry.hero--medium .hero__overlay {
  height: 80vh;
}
.hero.hero--large,
.hero__gallery.hero--large,
.hero__entry.hero--large {
  height: 100vh;
}
.hero.hero--large .hero__overlay,
.hero__gallery.hero--large .hero__overlay,
.hero__entry.hero--large .hero__overlay {
  height: 100vh;
}
.hero .flex-direction-nav,
.hero__gallery .flex-direction-nav,
.hero__entry .flex-direction-nav {
  display: none;
}
.hero:before,
.hero__gallery:before,
.hero__entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.hero .hero__twitter-logo,
.hero__gallery .hero__twitter-logo,
.hero__entry .hero__twitter-logo {
  padding: 0 8px;
  height: 100%;
  position: relative;
}
.hero .hero__twitter-logo:after,
.hero__gallery .hero__twitter-logo:after,
.hero__entry .hero__twitter-logo:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background: url("../svg/icon-x-2.svg") no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}

.hero--large-logo {
  height: 100vh;
  max-height: 700px;
  min-height: 653px;
}
@media (min-width: 992px) {
  .hero--large-logo {
    max-height: 653px;
  }
}
.hero--large-logo .hero__logo {
  width: 120px;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 992px) {
  .hero--large-logo .hero__logo {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .hero--large-logo .hero__logo {
    width: 257px;
  }
}
.hero--large-logo .hero__logo img {
  height: 100%;
  width: 100%;
}
.hero--large-logo .hero__title {
  color: #ffffff;
  text-shadow: 1.505px 0 18.063px rgba(0, 0, 0, 0.65);
  font-family: "great-Forest";
  font-style: normal;
  font-weight: 400;
  line-height: 117.187%;
  margin-bottom: 15px;
  font-size: 40px;
}
@media (min-width: 992px) {
  .hero--large-logo .hero__title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .hero--large-logo .hero__title {
    font-size: 99px;
  }
}
.hero--large-logo .hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 15px 73px;
  gap: 38px;
}
@media (min-width: 992px) {
  .hero--large-logo .hero__inner {
    flex-direction: row;
    padding: 130px 40px 73px;
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  .hero--large-logo .hero__inner {
    flex-direction: row;
    padding: 130px 60px 73px;
  }
}
.hero--large-logo .hero__header {
  padding: 0;
  height: auto;
  min-height: unset;
  position: relative;
  text-align: center;
  max-width: 802px;
}
@media (min-width: 992px) {
  .hero--large-logo .hero__header {
    text-align: left;
    margin-top: 44px;
  }
}
.hero--large-logo .hero__article-excerpt {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 420;
  line-height: 108.571%;
  letter-spacing: -0.527px;
  margin: auto;
  font-size: 22px;
}
@media (min-width: 992px) {
  .hero--large-logo .hero__article-excerpt {
    margin: 0;
    max-width: unset;
    font-size: 26px;
  }
}

.caption {
  font-size: 80%;
  font-style: italic;
  display: block;
  bottom: 0;
  padding: 30px 15px 10px;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#73000000",GradientType=0 );
  /* IE6-9 */
}

.hero .caption {
  z-index: 10;
}
.hero.accessible_hero::before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 65%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 65%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 65%);
}
.single-roadtrips .hero.accessible_hero::before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 20%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 20%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 20%);
}
.hero__pitch-date {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.hero__subtitle {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__article-details {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
}

.hero__article-author {
  display: inline;
  font-size: 16px;
  padding: 0 10px 0 0;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.hero__article-author a {
  text-decoration: underline;
  line-height: 1.2;
}

.hero__article-published {
  display: block;
  padding: 10px 0 0 0;
  position: relative;
  width: 100%;
}
.hero__article-published:after {
  background: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 4px;
  transform: translateX(-50%);
  width: 24px;
}
@media (min-width: 576px) {
  .hero__article-published {
    display: inline;
    font-size: 16px;
    padding: 0 0 0 10px;
    vertical-align: middle;
    width: 50%;
  }
  .hero__article-published:after {
    bottom: 2px;
    height: auto;
    left: 0;
    width: 1px;
  }
}

.hero__article-excerpt {
  font-size: 18px;
}
@media (min-width: 768px) {
  .hero__article-excerpt {
    font-size: 22px;
    max-width: 55%;
  }
}
.hero__article-excerpt p {
  line-height: 1.2;
}

.hero__article-social {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: -20px 0 0;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .hero__article-social {
    margin: 0;
  }
}
.hero__article-social a {
  cursor: pointer;
  font-size: 16px;
  padding: 0 5px;
  text-decoration: none;
}
.hero__article-social a.print_link {
  font-size: 14px;
  color: #FFFFFF;
}
.hero__article-social a.print_link:hover, .hero__article-social a.print_link:active {
  color: #FFFFFF;
}
.hero__article-social .print_icon {
  pointer-events: none;
  padding-left: 10px;
}
.hero__article-social a.hero__article-pinterest {
  position: relative;
  top: -2px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
.hero__article-social a.hero__article-pinterest img {
  width: 15px;
}

.hero__title {
  position: relative;
  text-transform: inherit;
}
.hero__title.hero__divider--one:after, .hero__title.hero__divider--two:after, .hero__title.hero__divider--three:after {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.hero__title.hero__divider--one:after {
  content: "\f10a";
}
.hero__title.hero__divider--two:after {
  content: "\f10c";
}
.hero__title.hero__divider--three:after {
  content: "\f10b";
}
.hero__title.hero__divider--one:after, .hero__title.hero__divider--two:after, .hero__title.hero__divider--three:after {
  color: #fff;
  font-size: 70px;
  display: block;
  margin: 30px 0 0;
}
@media (min-width: 576px) {
  .hero__title.hero__divider--one:after, .hero__title.hero__divider--two:after, .hero__title.hero__divider--three:after {
    margin: 50px 0 0;
  }
}

.hero__pre-title p {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero__pre-title p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .hero__pre-title p {
    font-size: 26px;
  }
}

.hero__picture {
  position: absolute;
  inset: 0;
}
.hero__picture img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}

.hero__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 15px 80px;
  position: relative;
  z-index: 5;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35), 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.hero__overlay h1, .hero__overlay #herorec1 .igo_product_product_name, #herorec1 .hero__overlay .igo_product_product_name, .hero__overlay h2, .hero__overlay h3, .hero__overlay h4, .hero__overlay h5, .hero__overlay h6 {
  color: #fff;
}
.hero__overlay.hero--overlay-left {
  text-align: left;
}
.hero__overlay.hero--overlay-left .hero__title:after {
  left: 0;
}
.hero__overlay.hero--overlay-bottom {
  justify-content: flex-end;
}
.hero__overlay.hero--overlay-center {
  text-align: center;
}
.hero__overlay.hero--overlay-right {
  text-align: right;
}
.hero__overlay.hero--overlay-right .hero__title:after {
  right: 0;
}
.hero__overlay.hero--overlay-right .hero__title:hover, .hero__overlay.hero--overlay-right .hero__title:focus, .hero__overlay.hero--overlay-right .hero__title:active {
  color: #ffffff;
  padding: 0 5px 30px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 576px) {
  .hero__overlay.hero--overlay-right .hero__title:hover, .hero__overlay.hero--overlay-right .hero__title:focus, .hero__overlay.hero--overlay-right .hero__title:active {
    padding: 0 5px 50px 0;
  }
}
.center-align .hero__overlay {
  position: relative;
  z-index: 5;
  bottom: auto;
  height: 480px;
  padding-top: 130px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .center-align .hero__overlay {
    height: 600px;
  }
}
.center-align .hero__overlay > * {
  width: 100%;
}

.hero__video {
  display: none;
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.hero__video.display-mobile {
  display: block;
}
@media (min-width: 576px) {
  .hero__video.hide-desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  .hero__video {
    display: block;
  }
}

.hero__video-backdrop {
  background: #000;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hero__buttons, #herorec1 .igo_product_slide_button_text {
  display: inline-block;
  margin: 40px 0 0 0;
  vertical-align: top;
  width: 100%;
}
.hero__buttons .hero__button, #herorec1 .igo_product_slide_button_text .hero__button {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
}

.hero__slider-control {
  bottom: 40px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 1;
  opacity: 0.7;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 30px;
  z-index: 6;
}
.hero__slider-control img {
  display: inline-block;
  width: 100%;
}
.hero__slider-control:hover {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .hero__slider-control {
    display: none;
  }
}
.hero__slider-control.hero__slider-control--prev {
  left: 30px;
}
.hero__slider-control.hero__slider-control--next {
  right: 30px;
}

.hero__gallery .slides li {
  display: none;
}
.hero__gallery .slides li:first-child {
  display: block;
}
@media (min-width: 576px) {
  .hero__gallery .slides li.video {
    background-image: none !important;
  }
}

.hero__gallery-thumbs {
  display: none;
}
@media (min-width: 768px) {
  .hero__gallery-thumbs {
    bottom: 0;
    display: inline-block;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: top;
    z-index: 4;
  }
  .hero__gallery-thumbs .shadow {
    margin: 0 auto;
    max-width: 1920px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  }
  .hero__gallery-thumbs.js-hero-thumbs-double .hero__gallery-thumbs-entry {
    width: 50% !important;
  }
  .hero__gallery-thumbs.js-hero-thumbs-triple .hero__gallery-thumbs-entry {
    width: 33.3333% !important;
  }
  .hero__gallery-thumbs.js-hero-thumbs-triple.igo_title .hero__gallery-thumbs-entry {
    width: 25% !important;
  }
  .hero__gallery-thumbs.js-hero-thumbs-quad .hero__gallery-thumbs-entry {
    width: 25% !important;
  }
  .hero__gallery-thumbs .hero__gallery-thumbs-content {
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .hero__gallery-thumbs .hero__gallery-thumbs-content .slides {
    width: 100% !important;
    transform: none !important;
  }
  .hero__gallery-thumbs .hero__gallery-thumbs-entry {
    display: inline-block !important;
    float: none !important;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 25px 20px 35px;
    position: relative;
    vertical-align: top;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hero__gallery-thumbs .hero__gallery-thumbs-entry {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .hero__gallery-thumbs .hero__gallery-thumbs-entry.flex-active-slide:before {
    background-attachment: scroll;
    background-image: url("../png/thumbs-divider.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero__gallery-thumbs .hero_gallery-thumbs-title {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    margin: 0 0 7px 0;
    text-transform: uppercase;
  }
}

.stories {
  font-size: 0;
  text-align: center;
}
.stories .story {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 0 3% 12px 0;
}
@media (min-width: 768px) {
  .stories .story {
    width: 24.33%;
    margin: 0 1.5% 24px !important;
  }
}
@media (min-width: 1200px) {
  .stories .story {
    width: 18%;
    margin: 0 1% 30px !important;
  }
}
.stories .story:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .stories .story .btn:after {
    display: block;
    margin: 3px auto 0;
  }
}
@media (min-width: 768px) {
  .stories .story .btn:after {
    margin: 3px 0 0 10px;
  }
}
@media (min-width: 992px) {
  .stories .story .btn:after {
    margin: 4px 0 0 10px;
  }
}
.stories .box {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  margin: 0;
  padding: 10px 0 4px;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 576px) {
  .stories .box {
    padding: 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .stories .box {
    padding: 30px 20px 24px;
  }
}
@media (min-width: 992px) {
  .stories .box {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .stories .box {
    padding: 32px 20px;
    font-size: 19px;
  }
}
.stories .box i {
  display: block;
  margin: 0;
}
.stories .box i:before {
  font-size: 54px;
  display: block;
}
@media (min-width: 992px) {
  .stories .box i:before {
    font-size: 80px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1200px) {
  .stories .box i:before {
    font-size: 100px;
  }
}
@media (min-width: 1400px) {
  .stories .box i:before {
    font-size: 118px;
  }
}
.stories .box:hover, .stories .box:focus, .stories .box:active {
  color: rgba(255, 255, 255, 0.6);
}

.hero_search {
  position: relative;
  text-shadow: none;
}
@media (min-width: 768px) {
  .hero_search {
    margin: 0 auto;
    max-width: 900px;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .hero_search {
    margin: 0;
  }
}
.hero_search form {
  position: relative;
  padding: 0 38px 0 0;
}
@media (min-width: 768px) {
  .hero_search form {
    padding: 0 130px 0 0;
  }
}
@media (min-width: 992px) {
  .hero_search form {
    padding: 0 170px 0 0;
  }
}
.hero_search form#wp-advanced-search,
.hero_search form .contain {
  position: relative;
}
.hero_search form#wp-advanced-search label,
.hero_search form .contain label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  line-height: 60px;
  color: #333;
  z-index: 99;
  margin: 0;
  font-size: 26px;
  width: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .hero_search form#wp-advanced-search label,
.hero_search form .contain label {
    font-size: 34px;
    width: 82px;
  }
}
.hero_search form#wp-advanced-search label span,
.hero_search form .contain label span {
  display: none;
}
.hero_search form#wp-advanced-search input[type=text],
.hero_search form .contain input[type=text] {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #4D4C51;
  padding: 0 15px 0 48px;
  border: 1px solid #40817b;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff !important;
}
@media (min-width: 768px) {
  .hero_search form#wp-advanced-search input[type=text],
.hero_search form .contain input[type=text] {
    padding-left: 82px;
  }
}
.hero_search form#wp-advanced-search .speech,
.hero_search form .contain .speech {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}
.hero_search form#wp-advanced-search .speech.tm-search,
.hero_search form .contain .speech.tm-search {
  right: 171px;
}
.hero_search form#wp-advanced-search .speech:before,
.hero_search form .contain .speech:before {
  color: #d3d3d3;
  font-size: 26px;
  line-height: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hero_search form#wp-advanced-search .speech.active:before,
.hero_search form .contain .speech.active:before {
  color: #42817a;
}
.hero_search form button,
.hero_search form input.wpas-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  background: #a94940;
  padding: 0;
  line-height: 50px;
  display: block;
  color: #fff !important;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hero_search form button,
.hero_search form input.wpas-submit {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .hero_search form button,
.hero_search form input.wpas-submit {
    width: 170px;
  }
}
.hero_search form button span,
.hero_search form input.wpas-submit span {
  display: none;
}
@media (min-width: 768px) {
  .hero_search form button span,
.hero_search form input.wpas-submit span {
    display: inline;
  }
}
.hero_search form button:hover,
.hero_search form input.wpas-submit:hover {
  background: #333;
}
@media (min-width: 768px) {
  .hero_search form button:before,
.hero_search form input.wpas-submit:before {
    display: none;
  }
}
.hero_search.with-margin {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .hero_search.with-margin {
    margin-top: 70px;
  }
}
.hero_search:before {
  display: none;
}
@media (min-width: 768px) {
  .hero_search:before {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    left: -60px;
    top: 0;
    color: #40817b;
    font-size: 22px;
  }
}

.hero .wdm-dropdown-menu,
#megamenu .wdm-dropdown-menu {
  background: #f6f6f6;
  border-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  z-index: 95;
  width: 100%;
}
@media (min-width: 768px) {
  .hero .wdm-dropdown-menu,
#megamenu .wdm-dropdown-menu {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .hero .wdm-dropdown-menu,
#megamenu .wdm-dropdown-menu {
    font-size: 18px;
  }
}
.hero .wdm-dropdown-menu:before, .hero .wdm-dropdown-menu:after,
#megamenu .wdm-dropdown-menu:before,
#megamenu .wdm-dropdown-menu:after {
  content: "Corner";
  height: 10px;
  width: 10px;
  top: -11px;
  left: -1px;
  background: #fff;
  text-indent: -9999px;
  text-align: left;
  display: block;
  position: absolute;
}
.hero .wdm-dropdown-menu:after,
#megamenu .wdm-dropdown-menu:after {
  display: none;
}
.hero .wdm-dropdown-menu li,
#megamenu .wdm-dropdown-menu li {
  margin: 0;
  border-top: 1px solid #e8e8e8;
}
.hero .wdm-dropdown-menu li:first-child,
#megamenu .wdm-dropdown-menu li:first-child {
  border: none;
}
.hero .wdm-dropdown-menu li a,
#megamenu .wdm-dropdown-menu li a {
  color: #777;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hero .wdm-dropdown-menu li a:hover,
#megamenu .wdm-dropdown-menu li a:hover {
  color: #333 !important;
}
.hero .wdm-dropdown-menu li > a,
#megamenu .wdm-dropdown-menu li > a {
  white-space: normal;
  padding: 5px 15px 5px 48px;
}
@media (min-width: 768px) {
  .hero .wdm-dropdown-menu li > a,
#megamenu .wdm-dropdown-menu li > a {
    padding: 14px 20px 14px 82px;
  }
}
.hero .wdm-dropdown-menu li > a .p_content,
#megamenu .wdm-dropdown-menu li > a .p_content {
  display: none;
}
.hero .wdm-dropdown-menu li > a .p_content img,
#megamenu .wdm-dropdown-menu li > a .p_content img {
  display: none;
}
.hero .wdm-dropdown-menu li > a hr,
.hero .wdm-dropdown-menu li > a .p_misc,
.hero .wdm-dropdown-menu li > a br,
#megamenu .wdm-dropdown-menu li > a hr,
#megamenu .wdm-dropdown-menu li > a .p_misc,
#megamenu .wdm-dropdown-menu li > a br {
  display: none;
}
.hero .wdm-dropdown-menu li > a:hover a,
#megamenu .wdm-dropdown-menu li > a:hover a {
  color: #333 !important;
}
.hero .wdm-dropdown-menu li.active a,
#megamenu .wdm-dropdown-menu li.active a {
  background: none;
}

.hero.with-search {
  overflow: visible;
  z-index: 30;
}

#megamenu .wdm-dropdown-menu {
  border: 2px solid #b2b2b2;
  border-top: 2px solid #fff;
  margin: -2px 0 0;
}
#megamenu .wdm-dropdown-menu:before {
  border-left: 2px solid #b2b2b2;
  left: -2px;
  top: -10px;
}
#megamenu .wdm-dropdown-menu li > a {
  padding-left: 48px;
}

#megamenu #megamenu-panels .wdm-dropdown-menu {
  min-width: 0;
}
#megamenu #megamenu-panels .wdm-dropdown-menu:after {
  right: -2px;
  left: auto;
  border-left: none;
  border-right: 2px solid #b2b2b2;
  display: block;
  top: -10px;
}
#megamenu #megamenu-panels .wdm-dropdown-menu li > a {
  font-size: 15px;
  padding: 8px 10px;
}

.page-subscribe .hero__title:after,
.page-thank-you .hero__title:after,
.page-travel-media-search .hero__title:after {
  display: none;
}
.page-subscribe .hero__article-social,
.page-thank-you .hero__article-social,
.page-travel-media-search .hero__article-social {
  display: none;
}

.pagination {
  margin: 20px auto 0 auto;
  text-align: center;
}

#herorec1 .igo_product > a {
  display: none;
}
#herorec1 .igo_product_description {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
}
#herorec1 .igo_product_product_name {
  color: #fff;
  margin-bottom: 0 !important;
}
.search-results .hero .hero__title {
  margin: 0;
  padding: 0;
}
.search-results .hero .hero__title:after {
  display: none;
}

.hero--fade {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: calc(100vh + 80px);
  min-height: 600px;
  padding-bottom: 175px;
}
@media (min-width: 1024px) {
  .hero--fade {
    height: calc(100vh + 240px);
    padding-bottom: 330px;
  }
}
.hero--fade .hero__title {
  color: #ffffff;
}
.hero--fade .hero__svg-title {
  position: relative;
}
@media (min-width: 1024px) {
  .hero--fade .hero__svg-title {
    height: 244px;
  }
}
.hero--fade p {
  position: relative;
  font-family: "great-Forest";
  font-size: 20px;
  color: #ffffff;
  line-height: 25px;
  font-weight: normal;
  text-shadow: 0px 4px 6px rgba(64, 64, 64, 0.15);
  margin: 0;
}
@media (min-width: 1024px) {
  .hero--fade p {
    font-family: "great-Forest";
    font-size: 38px;
    color: #ffffff;
    line-height: 40px;
    font-weight: normal;
  }
}
.hero__logo-advanced {
  margin-bottom: 24px;
  max-width: min(100%, 500px);
}
.hero__logo-advanced--single {
  margin-left: auto;
  margin-right: auto;
}
.hero__logo-advanced img {
  max-width: 100%;
}
.hero--advanced .hero__article-social {
  display: none;
}
.hero--advanced .caption {
  pointer-events: none;
}
.hero--advanced.hero__gallery {
  z-index: unset;
}
.hero--advanced.hero__gallery .hero__entry {
  z-index: unset !important;
}
.hero--advanced.hero__gallery .caption {
  z-index: 5;
  transition: all ease-in-out 1s;
  color: transparent;
}
.hero--advanced.hero__gallery .hero__overlay {
  z-index: 4;
}
.hero--advanced.hero__gallery .flex-active-slide .caption {
  color: #ffffff;
}
.hero--advanced-single .hero__overlay {
  justify-content: flex-end;
  text-align: center;
}
.hero--advanced-single .hero__article-excerpt {
  margin-left: auto;
  margin-right: auto;
}
.hero--advanced-single .hero__title {
  margin-bottom: 1em !important;
}
.hero--advanced-single .hero__article-social {
  display: block;
}
.hero--advanced-single .hero__article-social:before {
  content: "\f10c";
  font-family: flaticon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-top: 50px;
  color: #fff;
  font-size: 70px;
  display: block;
}
.hero--blended {
  background-color: #FFFFFF;
  overflow: clip;
}
.hero--blended .hero__picture {
  height: 100vh;
  max-height: 934px;
  min-height: 480px;
}
@media (min-width: 768px) {
  .hero--blended .hero__picture {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .hero--blended .hero__picture {
    max-height: 1296px;
  }
}
.hero--blended .hero__video {
  height: 100vh;
  top: 0;
  transform: translateX(-50%);
  min-height: 480px;
  max-height: 934px;
}
@media (min-width: 768px) {
  .hero--blended .hero__video {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .hero--blended .hero__video {
    max-height: 1296px;
  }
}
.hero--blended .hero__heading {
  padding: 0 44px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .hero--blended .hero__heading {
    padding: 0;
  }
}
.hero--blended .hero__heading p {
  font-size: 16px;
  line-height: 27px;
}
@media (min-width: 1200px) {
  .hero--blended .hero__heading p {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.018em;
  }
}
.hero--blended .hero__map {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.hero--blended .hero__map img {
  height: 222px;
}
@media (min-width: 768px) {
  .hero--blended .hero__map img {
    height: 324px;
  }
}
@media (min-width: 1200px) {
  .hero--blended .hero__map img {
    height: 430px;
  }
}
@media (min-width: 1920px) {
  .hero--blended .hero__map img {
    height: 810px;
  }
}
.hero--blended .hero__content {
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
}
.hero--blended .hero__content p {
  font-size: 16px;
  line-height: 27px;
}
@media (min-width: 1200px) {
  .hero--blended .hero__content p {
    font-size: 21px;
    line-height: 34px;
  }
}
.hero--blended .hero__content .h4 {
  font-size: 21px;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .hero--blended .hero__content .h4 {
    font-size: 24px;
    line-height: 34px;
    padding: 0 63px;
    margin-bottom: 28px;
  }
}
.hero--blended .hero--overlay-top {
  justify-content: flex-end;
  position: relative;
  padding: 220px 15px 50px;
  height: 80vh;
  background: radial-gradient(89.1% 30.67% at 50% 0%, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #033229 0%, rgba(3, 50, 41, 0) 69.56%);
  max-height: 934px;
}
@media (min-width: 1200px) {
  .hero--blended .hero--overlay-top {
    padding: 220px 15px 41px;
    max-height: 1296px;
  }
}
.hero--blended .hero--overlay-top:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 13px;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background: url("../svg/icon-arrow.svg") no-repeat;
  background-size: contain;
  filter: invert(90%) sepia(15%) saturate(2916%) hue-rotate(11deg) brightness(89%) contrast(63%);
}
@media (min-width: 768px) {
  .hero--blended .hero--overlay-top:after {
    content: none;
  }
}
.hero--blended .hero--overlay-bottom {
  background: #033229;
  max-width: unset;
  padding: 74px 24px 87px;
  justify-content: flex-start;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero--blended .hero--overlay-bottom {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .hero--blended .hero--overlay-bottom {
    overflow: visible;
  }
}
@media (min-width: 1920px) {
  .hero--blended .hero--overlay-bottom {
    min-height: 670px;
  }
}
.hero--blended .hero--overlay-rainforest-to-rockies {
  position: relative;
}
.hero--blended .hero--overlay-rainforest-to-rockies:after {
  content: "";
  pointer-events: none;
  position: absolute;
  background: url("../svg/hero-texture-1-mobile.svg") no-repeat;
  z-index: -1;
  left: -340px;
  bottom: -226px;
  width: 704px;
  height: 321px;
}
.hero--blended .hero--overlay-rainforest-to-rockies:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background: url("../svg/hero-texture-2-mobile.svg") no-repeat;
  z-index: -2;
  width: 674px;
  height: 388px;
  bottom: -283px;
  left: -80px;
}
@media (min-width: 768px) {
  .hero--blended .hero--overlay-rainforest-to-rockies:after {
    width: 784px;
    height: 401px;
  }
  .hero--blended .hero--overlay-rainforest-to-rockies:before {
    width: 754px;
    height: 468px;
  }
}
@media (min-width: 1200px) {
  .hero--blended .hero--overlay-rainforest-to-rockies:after {
    background: url("../svg/hero-texture-1.svg") no-repeat;
    transform: rotate(13.401deg);
    left: unset;
    width: 957px;
    height: 1081px;
    right: -261px;
    bottom: -865px;
    background-size: contain;
  }
  .hero--blended .hero--overlay-rainforest-to-rockies:before {
    background: url("../svg/hero-texture-2.svg") no-repeat;
    transform: rotate(-19.216deg);
    left: unset;
    width: 1610px;
    height: 1331px;
    bottom: -775px;
    right: -989px;
    background-size: contain;
  }
}
@media (min-width: 1440px) {
  .hero--blended .hero--overlay-rainforest-to-rockies:after {
    height: 558px;
    right: -310px;
    bottom: -275px;
  }
  .hero--blended .hero--overlay-rainforest-to-rockies:before {
    width: 1829px;
    height: 1201px;
    bottom: -515px;
    right: -1060px;
  }
}
@media (min-width: 1920px) {
  .hero--blended .hero--overlay-rainforest-to-rockies:after {
    bottom: -385px;
    right: -330px;
    width: 1317px;
    height: 758px;
  }
  .hero--blended .hero--overlay-rainforest-to-rockies:before {
    width: 1929px;
    height: 1111px;
    bottom: -215px;
    right: -1072px;
  }
}
.hero--blended .hero--overlay-great-wilderness {
  position: relative;
}
.hero--blended .hero--overlay-great-wilderness:after {
  content: "";
  pointer-events: none;
  position: absolute;
  background: url("../svg/great-wilderness.svg") no-repeat;
  z-index: -1;
  left: -191px;
  bottom: -136px;
  background-size: contain;
  width: 592.309px;
  height: 521px;
}
@media (min-width: 768px) {
  .hero--blended .hero--overlay-great-wilderness:after {
    width: 784px;
    height: 401px;
  }
}
@media (min-width: 1200px) {
  .hero--blended .hero--overlay-great-wilderness:after {
    width: 1387px;
    height: 878px;
    left: -380px;
    bottom: -385px;
  }
}
@media (min-width: 1920px) {
  .hero--blended .hero--overlay-great-wilderness:after {
    width: 1397px;
    height: 1118px;
    left: -492px;
    bottom: -477px;
  }
}
.hero--blended .hero__logo {
  padding-bottom: 26px;
}
@media (min-width: 1200px) {
  .hero--blended .hero__logo {
    padding-bottom: 17px;
  }
}
.hero--blended .hero__logo img {
  max-width: 500px;
  width: 84%;
}
.hero--blended .iconics-map-image {
  width: 100%;
  height: 288px;
  background-size: contain;
  position: relative;
  z-index: 20;
  margin: -60px auto 0;
}
@media (min-width: 768px) {
  .hero--blended .iconics-map-image {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .hero--blended .iconics-map-image {
    max-width: 1365px;
    height: 840px;
  }
}
@media (min-width: 1920px) {
  .hero--blended .iconics-map-image {
    height: 1051px;
    position: relative;
    z-index: 20;
  }
}
.hero--blended .iconics-map .btn-transparent {
  color: #064952;
}
.hero--blended .iconics-map:not(.fullscreen-open) {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .hero--blended .iconics-map:not(.fullscreen-open) {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .hero--blended .iconics-map:not(.fullscreen-open) {
    margin-top: -60px;
  }
}
@media (min-width: 1200px) {
  .hero--blended .iconics-map:not(.fullscreen-open) {
    margin-top: -60px;
  }
}
@media (min-width: 1920px) {
  .hero--blended .iconics-map:not(.fullscreen-open) {
    margin-top: -120px;
  }
}
.hero--blended.hero--rainforest-to-rockies .hero--overlay-top {
  background: radial-gradient(89.1% 30.67% at 50% 0%, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #00392F 0%, rgba(3, 50, 41, 0) 69.56%);
}
.hero--blended.hero--rainforest-to-rockies .hero--overlay-bottom {
  background: #00392F;
}
.hero--blended.hero--great-wilderness .hero__logo {
  width: 290px;
  height: 90.673px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .hero--blended.hero--great-wilderness .hero__logo {
    width: 506px;
    height: 158.208px;
  }
}
@media (min-width: 1200px) {
  .hero--blended.hero--great-wilderness .header__heading p {
    font-weight: 600;
  }
}
.hero--blended.hero--great-wilderness .hero--overlay-top {
  background: radial-gradient(89.1% 30.67% at 50% 0%, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #183B2A 0%, rgba(3, 50, 41, 0) 69.56%);
}
.hero--blended.hero--great-wilderness .hero--overlay-top:after {
  bottom: 35px;
}
.hero--blended.hero--great-wilderness .hero--overlay-bottom {
  padding: 74px 24px 333px;
  overflow: visible;
  background: #183B2A;
}
@media (min-width: 768px) {
  .hero--blended.hero--great-wilderness .hero--overlay-bottom {
    padding: 74px 24px 161px;
  }
}
@media (min-width: 1200px) {
  .hero--blended.hero--great-wilderness .hero--overlay-bottom {
    padding: 79px 24px 274px;
  }
}
@media (min-width: 1920px) {
  .hero--blended.hero--great-wilderness .hero--overlay-bottom {
    padding: 79px 24px 325px;
  }
}
.hero--blended.hero--great-wilderness .hero__content p:not([class]) {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media (min-width: 1200px) {
  .hero--blended.hero--great-wilderness .hero__content p:not([class]) {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .hero--blended.hero--great-wilderness .hero__content .h4 {
    padding: 0 43px;
  }
}
.hero--blended.hero--great-wilderness .iconics-map-image {
  margin: -100px auto 0;
}
@media (min-width: 1920px) {
  .hero--blended.hero--great-wilderness .iconics-map-image {
    margin: -120px auto 0;
  }
}

body.page-template-template-bc-wa-tourism .hero__gallery-thumbs .hero__gallery-thumbs-entry p,
body.bc-wa-post-template .hero__gallery-thumbs .hero__gallery-thumbs-entry p {
  display: none;
}
body.page-template-template-bc-wa-tourism .hero--advanced .hero__slider-control,
body.bc-wa-post-template .hero--advanced .hero__slider-control {
  display: block;
  bottom: 40px;
}
@media screen and (min-width: 768px) {
  body.page-template-template-bc-wa-tourism .hero--advanced .hero__slider-control,
body.bc-wa-post-template .hero--advanced .hero__slider-control {
    bottom: 100px;
  }
}

/*# sourceMappingURL=hero.css.map */