/*	Theme Name: NRGCVB 2019  */
/* Create new breakpoint */
@font-face {
  font-family: "DDC Hardware";
  src: url("./fonts/ddc-hardware/ddchardware-regular-webfont.woff2") format("woff2"), url("./fonts/ddc-hardware/ddchardware-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rawson";
  src: url("./fonts/rawson/rawson-black-webfont.woff2") format("woff2"), url("./fonts/rawson/rawson-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rawson";
  src: url("./fonts/rawson/rawson-bold-webfont.woff2") format("woff2"), url("./fonts/rawson/rawson-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rawson";
  src: url("./fonts/rawson/rawson-regular-webfont.woff2") format("woff2"), url("./fonts/rawson/rawson-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rawson";
  src: url("./fonts/rawson/rawson-regularit-webfont.woff2") format("woff2"), url("./fonts/rawson/rawson-regularit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rawson";
  src: url("./fonts/rawson/rawson-boldit-webfont.woff2") format("woff2"), url("./fonts/rawson/rawson-boldit-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Musette";
  src: url("./fonts/musette/musette.woff2") format("woff2"), url("./fonts/musette/musette.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Rawson", sans-serif;
  background: url("./img/svg-optim/topography.svg") repeat center center;
}
code {
  padding: 0;
  border: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "DDC Hardware", serif;
}
.h1, h1 {
  font-size: 32px;
  line-height: 36px;
}
.h2, h2 {
  font-size: 28px;
  line-height: 32px;
}
.h3, h3 {
  font-size: 22px;
  line-height: 24px;
}
.h4, h4 {
  font-size: 18px;
  line-height: 20px;
}
.h5, h5 {
  font-size: 16px;
  line-height: 18px;
}
.h6, h6 {
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 640px) {
  .h1, h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .h2, h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .h3, h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .h4, h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .h5, h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .h6, h6 {
    font-size: 16px;
    line-height: 18px;
  }
}
.heading-underline {
  margin-left: -45px;
  margin-bottom: -39px;
  position: relative;
  z-index: -1;
}
.post-edit-link {
  display: none;
}
.edit-footer {
  margin-bottom: 20px;
  text-align: center;
}
.edit-footer .post-edit-link {
  display: inline-block;
  border-radius: 3px;
  padding: 10px 16px;
  background: #8C8072;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: white;
}
.edit-footer .post-edit-link:hover {
  background: #4A6765;
}
a {
  transition: all 0.3s ease-in-out;
  color: #4A6765;
}
a:link, a:visited {
  color: #4A6765;
}
a:hover, a:active {
  color: #D17A66;
}
@media print, screen and (min-width: 52.5em) {
  .grid-x > .almost-large-shrink, .grid-x > .almost-large-1, .grid-x > .almost-large-2, .grid-x > .almost-large-3, .grid-x > .almost-large-4, .grid-x > .almost-large-5 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 52.5em) {
  .grid-x > .almost-large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .almost-large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .almost-large-1 {
    width: 8.33333%;
  }
  .grid-x > .almost-large-2 {
    width: 16.66667%;
  }
  .grid-x > .almost-large-3 {
    width: 25%;
  }
  .grid-x > .almost-large-4 {
    width: 33.33333%;
  }
  .grid-x > .almost-large-5 {
    width: 41.66667%;
  }
  .grid-x > .almost-large-6 {
    width: 50%;
  }
  .grid-x > .almost-large-7 {
    width: 58.33333%;
  }
  .grid-x > .almost-large-8 {
    width: 66.66667%;
  }
  .grid-x > .almost-large-9 {
    width: 75%;
  }
  .grid-x > .almost-large-10 {
    width: 83.33333%;
  }
  .grid-x > .almost-large-11 {
    width: 91.66667%;
  }
  .grid-x > .almost-large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 52.5em) {
  .hide-for-almost-large {
    display: none !important;
  }
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right !important;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left !important;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right !important;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left !important;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 10px;
  text-align: center !important;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.page-template-template-company-directory-archive .callouts .wrapper .wp-caption p {
  text-align: center !important;
}
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 10px 0px 0px 0px;
  text-align: center !important;
}
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
.social {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.social li {
  display: inline-block;
  vertical-align: middle;
}
.social li a {
  color: white;
  font-size: 20px;
  display: block;
  padding: 0;
  padding-right: 15px;
}
.social li a:hover {
  color: #D17A66;
}
.travel-guide-request-mobile, .travel-guide-request-desktop button {
  background: #D17A66;
  padding: 12px 15px;
  display: block;
  line-height: 24px;
  cursor: pointer;
}
.travel-guide-request-mobile span, .travel-guide-request-desktop button span {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
.travel-guide-request-mobile i, .travel-guide-request-desktop button i {
  float: right;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
}
.travel-guide-request-mobile:hover, .travel-guide-request-desktop button:hover {
  background: #4A6765;
}
.header-links a {
  display: block;
  font-weight: 900;
  padding: 0px 15px;
  margin: 5px 0px;
  text-transform: uppercase;
}
.header-links a:hover {
  color: #4A6765 !important;
}
.header-links i {
  background-color: #D17A66;
  color: white;
  padding: 5px;
  border-radius: 50%;
}
.header-search {
  position: relative;
  padding-left: 15px;
}
.header-search .grid-x, .header-search .grid-x .cell {
  display: block;
}
.header-search input {
  border: 0;
  padding: 12px 15px;
  padding-right: 50px;
  line-height: 25px;
  box-shadow: 0 0 0;
  margin-bottom: 0;
  height: auto;
  height: 49px;
  width: 230px;
}
.header-search input:focus {
  outline: 0;
  border: 0;
}
.header-search button {
  margin-bottom: 0;
  color: #D17A66;
  background: white;
}
.header-search button i {
  font-size: 22px;
}
.travel-guide-request-desktop button {
  transition: all 0.3s ease-in-out;
}
.travel-guide-request-desktop button i {
  margin-left: 20px;
}
.header {
  background: #4A6765;
  position: relative;
  z-index: 0;
  padding-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .header {
    padding-top: 40px;
  }
}
.header .grid-container {
  max-width: 85rem;
}
.header .logo {
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .header .logo {
    margin-right: 60px;
    width: 100px;
  }
}
.header .social {
  padding-top: 5px;
}
.header .hero-background {
  position: absolute;
  z-index: -3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .header .hero-background {
    width: 100%;
    height: auto;
  }
}
.header a:link, .header a:visited {
  color: white;
}
.header::after {
  content: "";
  position: absolute;
  background: url("./img/topography-2.svg") repeat center center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}
.header::before {
  content: "";
  position: absolute;
  background: linear-gradient(123.72deg, rgba(74, 103, 101, 0.7) 29.15%, rgba(209, 122, 102, 0.45) 91%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.navigation-mobile .button, .navigation-mobile form input[type="button"], form .navigation-mobile input[type="button"], .navigation-mobile form button, form .navigation-mobile button {
  margin-bottom: 0;
  background: transparent;
  font-size: 24px;
}
.navigation-mobile .button:focus, .navigation-mobile form input[type="button"]:focus, form .navigation-mobile input[type="button"]:focus, .navigation-mobile form button:focus, form .navigation-mobile button:focus {
  border: 0;
  box-shadow: 0;
  outline: 0;
}
.navigation-mobile .button:first-child, .navigation-mobile form input[type="button"]:first-child, form .navigation-mobile input[type="button"]:first-child, .navigation-mobile form button:first-child, form .navigation-mobile button:first-child {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.navigation-mobile .button:last-child, .navigation-mobile form input[type="button"]:last-child, form .navigation-mobile input[type="button"]:last-child, .navigation-mobile form button:last-child, form .navigation-mobile button:last-child {
  font-size: 36px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.navigation-mobile .button:hover, .navigation-mobile form input[type="button"]:hover, form .navigation-mobile input[type="button"]:hover, .navigation-mobile form button:hover, form .navigation-mobile button:hover {
  background: transparent;
}
.navigation-desktop nav {
  display: inline-block;
}
.navigation-desktop nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Rawson", sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.navigation-desktop nav > ul > li > a:hover {
  color: #D17A66;
}
.navigation-desktop nav > ul > li:first-child > a {
  padding-left: 0;
}
.navigation-desktop .cabin-link a {
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Rawson", sans-serif;
}
.navigation-desktop .cabin-link a i {
  opacity: 0.5;
}
.navigation-desktop .social-cont {
  font-size: 16px;
  opacity: 0.8;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: rgba(255, 255, 255, 0.4) transparent transparent;
}
.dropdown.menu .is-active > a {
  color: #D17A66;
}
.is-dropdown-submenu {
  border-radius: 3px;
  border: 0;
  box-shadow: 0 0 15px rgba(209, 122, 102, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 3px;
}
.is-dropdown-submenu > li {
  padding: 3px;
}
.is-dropdown-submenu > li a:link, .is-dropdown-submenu > li a:visited {
  color: #4A6765;
}
.is-dropdown-submenu > li > a:link {
  font-size: 16px;
  text-transform: none;
  padding: 12px 15px;
  color: #4A6765;
  font-weight: normal;
  letter-spacing: 0;
  border-radius: 3px;
}
.is-dropdown-submenu > li > a:link:hover {
  color: #D17A66;
  background: rgba(209, 122, 102, 0.05);
}
.fade-to-pattern {
  background: white;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  height: 100px;
  margin-bottom: -100px;
  position: relative;
  z-index: -1;
}
.header-cta-row {
  overflow: hidden;
  width: 100%;
  height: 55px;
}
.header-cta-row > .grid-container {
  height: 100%;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .header-cta-row > .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.header-cta-row > .grid-container > .grid-x {
  position: relative;
  z-index: 0;
  height: 100%;
}
.header-cta-row > .grid-container > .grid-x > .cell {
  height: 100%;
}
.header-cta-row > .grid-container > .grid-x::before, .header-cta-row > .grid-container > .grid-x::after {
  position: absolute;
  top: 0;
  height: 100%;
  background: white;
  width: 100vw;
  content: "";
}
.header-cta-row > .grid-container > .grid-x::before {
  right: 100%;
}
.header-cta-row > .grid-container > .grid-x::after {
  left: 100%;
}
.header-cta-row .weather-spacer {
  background: white;
  height: 100%;
}
.header-cta-row .weather-actual {
  padding-right: 60px;
  padding-left: 60px;
  background-image: url("./img/notches/temp-notch.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 55px;
  width: 200px;
  color: #4A6765;
}
.header-cta-row .weather-actual > .grid-x {
  height: 100%;
}
.header-cta-row .weather-actual canvas {
  width: 25px;
  vertical-align: middle;
}
.header-cta-row .weather-actual i {
  opacity: 0.7;
  color: #D17A66;
}
.header-cta-row .weather-actual .weather--temp {
  font-family: "Rawson", sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-left: 7px;
}
.header-cta-row .weather {
  height: 100%;
  position: relative;
  z-index: 0;
  margin-left: -50px;
}
@media screen and (min-width: 640px) {
  .header-cta-row .weather {
    margin-left: 0;
  }
}
.header-cta-row .weather .weather-background svg {
  position: absolute;
  right: 0;
  top: 0;
  fill: white;
  height: 100%;
  height: 55px;
  max-width: none;
  z-index: -1;
}
.header-cta-row .weather .weather-background svg * {
  fill: white;
}
.header-cta-row .explore-cta {
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 0;
  display: block;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  font-size: 22px;
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .header-cta-row .explore-cta {
    margin-right: 75px;
  }
}
.header-cta-row .explore-cta > i {
  margin-left: 100px;
  vertical-align: middle;
  opacity: 0.7;
  float: right;
  height: 55px;
  line-height: 55px;
}
.header-cta-row .explore-cta .explore-background {
  position: absolute;
  bottom: 0;
  left: 100%;
  height: 100%;
  width: 75px;
  display: none;
}
.header-cta-row .explore-cta .explore-background svg {
  fill: white;
  height: 55px;
}
.header-cta-row .explore-cta .explore-background svg * {
  fill: white;
}
@media screen and (min-width: 640px) {
  .header-cta-row .explore-cta .explore-background {
    display: block;
  }
}
.off-canvas-wrapper .off-canvas {
  background: #4A6765;
}
.off-canvas-wrapper .off-canvas ul.dropdown.menu > li {
  width: 100%;
  border-bottom: 2px solid #50706e;
}
.off-canvas-wrapper .off-canvas ul.dropdown.menu > li .submenu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.off-canvas-wrapper .off-canvas ul.dropdown.menu > li .submenu li a {
  padding: 5px 20px;
  color: #4A6765;
}
.off-canvas-wrapper .off-canvas ul.dropdown.menu > li > a {
  display: block;
  padding: 20px;
  color: #fff;
}
.off-canvas-wrapper .off-canvas ul.dropdown.menu > li > a::after {
  right: 20px;
  z-index: 99999 !important;
  transform: rotate(0px);
  -webkit-transition: 0.6s all ease-in-out;
  -moz-transition: 0.6s all ease-in-out;
  -ms-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.off-canvas-wrapper .off-canvas ul.dropdown.menu > li.is-active > a::after {
  transform: rotate(180deg);
  -webkit-transition: 0.6s all ease-in-out;
  -moz-transition: 0.6s all ease-in-out;
  -ms-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
body:not(.home) .header-cta-row .weather-spacer {
  display: none !important;
}
body:not(.home) .header-cta-row > .grid-container > .grid-x::after {
  display: none !important;
}
body:not(.home) .header-cta-row .explore-cta {
  display: none !important;
}
body:not(.home) .hero .grid-container {
  height: 100px;
  padding: 0;
}
body:not(.home) .hero .grid-container .hero-body {
  display: none;
}
@media screen and (min-width: 640px) {
  body:not(.home) .hero .grid-container {
    height: 200px;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  body:not(.home) .hero .grid-container {
    height: 300px;
    padding: 0;
  }
}
.fade-from-pattern {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 100px;
  margin-top: -100px;
  position: relative;
  z-index: -1;
}
img[src *= "arrivalist"] {
  position: absolute;
  left: -20px;
  bottom: -20px;
}
.footer {
  background: #497172 url("./img/footer-2.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 0;
}
.footer > .grid-container {
  padding: 15px;
}
@media screen and (min-width: 840px) {
  .footer > .grid-container {
    padding: 0;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.footer.block {
  padding: 0;
}
.footer::before, .footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer::before {
  background: #4A6765;
  opacity: 0.7;
  z-index: -2;
}
.footer::after {
  background: url("./img/topography-footer.svg") repeat center center;
  z-index: -1;
  opacity: 0.07;
}
@media screen and (min-width: 840px) {
  .footer .footer-sectionals > .cell {
    padding: 60px 0;
  }
  .footer .footer-sectionals > .cell:first-child {
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    padding-right: 15px;
  }
  .footer .footer-sectionals > .cell:last-child {
    padding-left: 15px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-sectionals > .cell:first-child {
    padding-right: 60px;
  }
  .footer .footer-sectionals > .cell:last-child {
    padding-left: 60px;
  }
}
.footer .social {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 70px;
  right: 5px;
  text-align: center;
}
.footer .social li {
  display: block;
}
@media screen and (min-width: 840px) {
  .footer .social {
    position: static;
    text-align: left;
  }
  .footer .social li {
    display: inline-block;
    vertical-align: middle;
  }
}
.footer .logo {
  width: 150px;
}
@media screen and (min-width: 640px) {
  .footer .logo {
    margin-right: 60px;
  }
}
.footer .phone, .footer .address {
  padding-top: 5px;
}
.footer .phone > i, .footer .address > i {
  color: #A5B595;
  float: left;
  margin-right: 10px;
  vertical-align: top;
  height: 24px;
}
.footer .phone strong, .footer .phone em, .footer .address strong, .footer .address em {
  display: block;
  color: #fff;
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
.footer .phone em, .footer .address em {
  font-size: 12px;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
}
.footer .phone > a, .footer .address > a {
  display: block;
  overflow: hidden;
}
.footer .phone > a:hover strong, .footer .phone > a:hover em, .footer .address > a:hover strong, .footer .address > a:hover em {
  color: #D17A66;
}
.footer a.button {
  width: 100%;
  text-align: left;
}
.footer .footer-to-top {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin-right: -50px;
}
.footer .footer-to-top__inner {
  position: relative;
}
.footer .footer-to-top__inner .to-top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8C8072;
  font-size: 24px;
  vertical-align: top;
  margin-top: -5px;
}
@media screen and (min-width: 840px) {
  .footer .footer-to-top {
    margin-right: 0;
  }
}
.footer .categories {
  padding: 20px 0;
}
.footer .categories > div:nth-child(1) {
  padding-right: 5px;
}
.footer .categories > div:nth-child(2) {
  padding-left: 5px;
}
.footer .categories > div:nth-child(3) {
  padding-right: 5px;
}
.footer .categories > div:nth-child(4) {
  padding-left: 5px;
}
.footer .categories > div:nth-child(5) a {
  margin-bottom: 0;
}
@media screen and (min-width: 840px) {
  .footer .categories > div:nth-child(1) {
    padding-right: 10px;
  }
  .footer .categories > div:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer .categories > div:nth-child(3) {
    padding-left: 10px;
    padding-right: 0;
  }
  .footer .categories > div:nth-child(4) {
    padding-right: 7.5px;
    padding-left: 0;
  }
  .footer .categories > div:nth-child(5) {
    padding-left: 7.5px;
  }
  .footer .categories > div:nth-child(5) a {
    margin-bottom: 1.1rem;
  }
}
.footer .categories a {
  display: block;
  line-height: 45px;
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  margin-bottom: 0.7rem;
  transition: all 0.3s ease-in-out;
}
.footer .categories a:hover {
  opacity: 0.8;
}
.footer .categories a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-20%, -50%);
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: -1;
  background: transparent no-repeat center center;
  background-size: contain;
}
.footer .categories a[href*="/plan"]:not([href*="/events"]) {
  background: #FFFFFF;
}
.footer .categories a[href*="/plan"]:not([href*="/events"])::before {
  background-image: url("./img/icons/footer/plan.svg");
}
.footer .categories a[href*="/plan"]:not([href*="/events"]):hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.footer .categories a[href*="/dining"] {
  background: #9DAB8B;
}
.footer .categories a[href*="/dining"]::before {
  background-image: url("./img/icons/footer/eat.svg");
}
.footer .categories a[href*="/stay"] {
  background: #FEF7EC;
}
.footer .categories a[href*="/stay"]::before {
  background-image: url("./img/icons/footer/stay.svg");
}
.footer .categories a[href*="/stay"]:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.footer .categories a[href*="/shopping"] {
  background: #8C8072;
}
.footer .categories a[href*="/shopping"]::before {
  background-image: url("./img/icons/footer/shop.svg");
}
.footer .categories a[href*="/events"] {
  background: #D17A66;
}
.footer .categories a[href*="/events"]::before {
  background-image: url("./img/icons/footer/events.svg");
}
@media screen and (min-width: 840px) {
  .footer .categories {
    padding: 45px 0;
    padding-bottom: 27px;
  }
  .footer .categories a {
    margin-bottom: 1.1rem;
  }
}
.footer .newsletter-section h3 {
  font-size: 24px;
  padding-top: 20px;
  color: white;
}
@media screen and (min-width: 840px) {
  .footer .newsletter-section h3 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.footer .newsletter-section form label > span:not(.asterisk) {
  color: #D9E1CF;
  padding-bottom: 5px;
  display: block;
}
.footer .newsletter-section form input {
  background: rgba(0, 0, 0, 0.43) url("./img/icons/footer/person.svg") no-repeat left center;
  background-position: 15px center;
  padding: 25px;
  padding-left: 50px;
  box-shadow: 0 0 0;
  color: white;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.footer .newsletter-section form input:focus {
  outline: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.footer .newsletter-section form input.email {
  background-image: url("./img/icons/footer/envelope.svg");
}
.footer .newsletter-section form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.footer .newsletter-section form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer .newsletter-section form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.footer .newsletter-section form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.footer .newsletter-section form button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: left;
  color: white;
  border: 0;
  background: transparent;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.footer .newsletter-section form button span, .footer .newsletter-section form button img {
  display: inline-block;
  vertical-align: middle;
}
.footer .newsletter-section form button img {
  margin-left: 10px;
}
.footer .newsletter-section form button:hover {
  color: #D17A66;
}
.footer .newsletter-section form button:hover .fa-long-arrow-right {
  color: #D17A66;
}
@media screen and (min-width: 840px) {
  .footer .newsletter-section form input, .footer .newsletter-section form button {
    width: 260px;
  }
}
.footer .links a {
  display: block;
  color: #fff;
}
.footer .links a:hover {
  color: #D17A66;
}
.button, form input[type="button"], form button {
  background: #557674;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.button:hover, form input[type="button"]:hover, form button:hover {
  background: #4A6765;
}
.button--white {
  background: #fefefe;
}
.button--tan {
  background: #FBF4ED;
}
.button--olive {
  background: #A5B595;
  color: #fff !important;
}
.button--brown {
  background: #96897A;
  color: #fff !important;
}
.button--orange {
  background: #E09B57;
  color: #fff !important;
}
.logo {
  max-width: 220px;
  width: 100px;
}
.logo img {
  width: 100%;
}
.hero {
  position: relative;
}
.hero .grid-container {
  height: 300px;
}
.hero .grid-container .hero-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: white;
}
.hero .grid-container .hero-body > img {
  max-width: 200px;
}
@media screen and (min-width: 640px) {
  .hero .grid-container {
    padding-top: 40%;
  }
  .hero .grid-container .hero-body > img {
    width: 90%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .hero .grid-container {
    height: 700px;
    padding: 0;
  }
}
.sectional {
  padding: 15px;
}
.sectional .sectional-content {
  margin-bottom: auto;
}
.sectional img {
  width: 100%;
  height: auto;
}
.block {
  padding: 30px 0;
  color: #364746;
  line-height: 28px;
  font-size: 18px;
}
@media screen and (min-width: 840px) {
  .block {
    padding: 80px 0;
  }
}
.pagination .current {
  background: #4A6765;
}
.container__map #map {
  width: 100%;
  height: 500px;
  display: block;
  margin: 10px auto;
}
.container__map button {
  padding: 5px;
}
.container__map button.pause .fa-play {
  display: none;
}
.container__map button.pause .fa-pause {
  display: block;
}
.container__map button.play .fa-play {
  display: block;
}
.container__map button.play .fa-pause {
  display: none;
}
.container__map button.shuffled {
  background: black;
  color: #fff;
}
.container__map button.straight {
  background: transparent;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  margin: 0px !important;
}
form label > span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
form label > input[type="text"], form label > input[type="email"] {
  border-radius: 3px;
  border: 0;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.04);
}
form input {
  width: 260px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.04);
}
form input[type="button"], form button {
  border: 0;
  color: white;
  padding: 15px 30px;
}
.block--listings--controls input, .block--listings--controls select {
  width: 260px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.04);
  color: #4A6765;
  font-weight: bold;
  padding: 12px 20px;
  height: auto;
  margin-top: 5px;
}
.block--listings--controls input {
  padding-left: 45px;
}
.block--listings--controls select {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
  background-image: url("./img/select-background.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.block--listings--controls .search-wrap {
  position: relative;
}
.block--listings--controls .search-wrap .fa-search {
  position: absolute;
  bottom: 32px;
  left: 15px;
  color: #4A6765;
}
.callout-block {
  position: relative;
  z-index: 0;
  border-radius: 3px;
}
.callout-block .svgOverlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.callout-block .callout-label {
  display: inline-block;
  line-height: 55px;
  padding-left: 30px;
  color: #9DAB8B;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
}
.callout-block .callout-label i {
  margin-right: 8px;
  margin-top: -3px;
  vertical-align: middle;
}
.callout-block__inner {
  padding: 25px;
  color: white;
}
.callout-block .callout-title {
  display: inline-block;
}
.callout-block .callout-title > a {
  color: #fff;
}
.callout-block .callout-title__main {
  font-size: 38px;
}
.callout-block .callout-title__signature {
  font-family: "Musette", serif;
  font-size: 50px;
  display: block;
  text-align: right;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
}
.callout-block .callout-cta {
  text-align: right;
}
.callout-block .callout-cta a > .button, .callout-block .callout-cta form a > input[type="button"], form .callout-block .callout-cta a > input[type="button"], .callout-block .callout-cta form a > button, form .callout-block .callout-cta a > button {
  margin-bottom: 0;
  background: url("./img/callout-button.svg") no-repeat bottom right;
  height: 45px;
  line-height: 45px;
  width: 259px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border: 0;
  padding-left: 30px;
}
.callout-block .callout-cta a > .button i, .callout-block .callout-cta form a > input[type="button"] i, form .callout-block .callout-cta a > input[type="button"] i, .callout-block .callout-cta form a > button i, form .callout-block .callout-cta a > button i {
  margin-left: 20px;
}
.callout-block .callout-cta a > .button span, .callout-block .callout-cta form a > input[type="button"] span, form .callout-block .callout-cta a > input[type="button"] span, .callout-block .callout-cta form a > button span, form .callout-block .callout-cta a > button span, .callout-block .callout-cta a > .button img, .callout-block .callout-cta form a > input[type="button"] img, form .callout-block .callout-cta a > input[type="button"] img, .callout-block .callout-cta form a > button img, form .callout-block .callout-cta a > button img {
  display: inline-block;
  vertical-align: middle;
}
.callout-block .callout-cta a > .button img, .callout-block .callout-cta form a > input[type="button"] img, form .callout-block .callout-cta a > input[type="button"] img, .callout-block .callout-cta form a > button img, form .callout-block .callout-cta a > button img {
  margin-left: 20px;
}
.callout-block .callout-categories {
  list-style: none;
  padding: 0;
  padding-bottom: 15px;
  margin: 0;
}
.callout-block .callout-gallery-wrap {
  position: relative;
  z-index: 0;
  height: 140px;
}
.callout-block .callout-gallery {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow-x: scroll;
  width: 111%;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  margin-left: -45px;
}
@media screen and (min-width: 1024px) {
  .callout-block .callout-gallery {
    overflow: hidden;
  }
}
.callout-block .callout-gallery > li {
  display: inline-block;
  padding: 0 7px;
}
.callout-block .callout-gallery > li img {
  border-radius: 3px;
  max-height: 140px;
}
.category {
  padding: 7px;
}
.category .category-link {
  border: 2px solid white;
  padding: 5px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
.category .category-link .category-inner {
  background: white;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  font-size: 25px;
}
.category .category-link .category-inner i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 700;
}
img.long-arrow-right {
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.category-block {
  padding: 10px;
  padding-bottom: 0;
  height: 100%;
  display: block;
}
.category-block__inner {
  background-size: cover;
  position: relative;
  z-index: 0;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  color: white;
  padding: 35px;
  height: 100%;
}
.category-block__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(168.28deg, rgba(74, 103, 101, 0.88) 10.43%, rgba(209, 122, 102, 0.77) 100.89%);
  z-index: -1;
}
.category-block__title {
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  line-height: normal;
}
.category-block .category-link {
  margin: 0 auto;
}
.category-block .category-link i {
  color: #4A6765;
}
.block--home__content .content--body a {
  color: #D17A66;
  font-weight: 700;
  text-decoration: underline;
}
.block--home__content .content--body a:hover {
  color: #4A6765;
}
.block--home__cats {
  background: rgba(254, 247, 236, 0.5);
}
.block--home__cats .content--titles {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .block--home__cats > .grid-container > .grid-x > .cell:first-child .category-block {
    padding-left: 0;
  }
  .block--home__cats > .grid-container > .grid-x > .cell:last-child .category-block {
    padding-right: 0;
  }
}
.block--home__playlist {
  padding-top: 0;
}
@media screen and (min-width: 640px) {
  .block--home__lower > .grid-container > .grid-x > .cell {
    padding-right: 15px;
  }
  .block--home__lower > .grid-container > .grid-x > .cell:last-child {
    padding-left: 15px;
  }
}
body.page-template-template-name-listing-archive .block--listings--controls {
  padding-bottom: 15px;
}
body.page-template-template-name-listing-archive .block--listings--controls > .cell > span {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  color: #666;
  font-size: 16px;
}
body.page-template-template-name-listing-archive .block--listings--listing {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DBDBDB;
  position: relative;
  padding-bottom: 50px;
}
body.page-template-template-name-listing-archive .block--listings--listing.filtered_hidden {
  display: none;
}
body.page-template-template-name-listing-archive .block--listings--listing.filtered_visible {
  display: block;
}
body.page-template-template-name-listing-archive .block--listings--listing--thumb {
  position: relative;
}
body.page-template-template-name-listing-archive .block--listings--listing--thumb--img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body.page-template-template-name-listing-archive .block--listings--listing--thumb a {
  display: block;
}
body.page-template-template-name-listing-archive .block--listings--listing--thumb a img {
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body.page-template-template-name-listing-archive .block--listings--listing--thumb a:hover img {
  opacity: 0.5;
}
body.page-template-template-name-listing-archive .block--listings--listing--thumb--tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
body.page-template-template-name-listing-archive .block--listings--listing--thumb--tags li {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}
body.page-template-template-name-listing-archive .block--listings--listing--meta {
  padding: 15px;
  text-align: left;
}
body.page-template-template-name-listing-archive .block--listings--listing--meta a h3 {
  color: #497172;
  font-size: 24px;
  line-height: 26px;
}
body.page-template-template-name-listing-archive .block--listings--listing--meta a:hover h3 {
  color: #A5B595;
}
body.page-template-template-name-listing-archive .block--listings--listing--meta .address, body.page-template-template-name-listing-archive .block--listings--listing--meta .phone, body.page-template-template-name-listing-archive .block--listings--listing--meta .website {
  display: block;
  clear: both;
  padding-bottom: 7px;
}
body.page-template-template-name-listing-archive .block--listings--listing--meta .address strong, body.page-template-template-name-listing-archive .block--listings--listing--meta .phone strong, body.page-template-template-name-listing-archive .block--listings--listing--meta .website strong {
  display: block;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  padding-left: 4px;
}
body.page-template-template-name-listing-archive .block--listings--listing--meta .address i, body.page-template-template-name-listing-archive .block--listings--listing--meta .phone i, body.page-template-template-name-listing-archive .block--listings--listing--meta .website i {
  width: 20px;
  height: auto;
  color: #A5B595;
  float: left;
  line-height: 22px;
  text-align: center;
}
body.page-template-template-name-listing-archive .block--listings--listing--more {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  padding: 0px;
}
body.page-template-template-name-listing-archive .block--listings--listing--more svg {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
body.page-template-template-name-listing-archive .block--listings--listing--more svg path {
  transition: all 0.3s ease-in-out;
}
body.page-template-template-name-listing-archive .block--listings--listing--more:hover svg path[fill="#4A6765"] {
  fill-opacity: 1;
}
body.page-template-template-name-listing-archive .block--listings--listing--more:hover svg path[fill="#D17A66"] {
  fill: #fff;
}
body.single-company #map-hero {
  width: 100%;
  height: 500px;
}
body.single-company img.map-hero {
  width: 100%;
  height: auto;
}
body.single-company .company--logo {
  max-width: 240px;
}
body.single-company .company--titles-links .links a {
  display: inline-block;
  padding: 0px 0px 10px 0px;
}
body.single-company .company--titles-links .links a i {
  margin-right: 10px;
  font-size: 30px;
  height: auto;
}
body.single-company .company--titles-links .website-link i {
  margin-right: 10px;
  width: 20px;
  height: auto;
  color: #A5B595;
  vertical-align: middle;
}
body.single-company .company--meta .address, body.single-company .company--meta .phone, body.single-company .company--meta .email {
  display: block;
  clear: both;
  padding-bottom: 10px;
}
body.single-company .company--meta .address i, body.single-company .company--meta .phone i, body.single-company .company--meta .email i {
  color: #A5B595;
  width: 15px;
  height: auto;
  float: left;
  margin: 5px 10px 10px 0px;
}
body.single-company .company--meta .address span {
  display: block;
  font-size: 17px;
}
main .block .grid-container article ul li a, main .block .grid-container article ol li a, main .block .grid-container article p a {
  color: #D17A66;
  font-weight: 700;
  text-decoration: underline;
}
main .block .grid-container article ul li a:hover, main .block .grid-container article ol li a:hover, main .block .grid-container article p a:hover {
  color: #4A6765;
}
article.playlist div.playlist .playlist--track {
  margin-bottom: 50px;
}
div.pagination {
  display: block;
  text-align: center;
  margin: 20px auto;
}
div.pagination a {
  display: inline-block;
}
html.no-flexboxlegacy .special-head {
  background: none !important;
}
html.no-flexboxlegacy .footer .newsletter-section input {
  padding: 0px !important;
  padding-left: 50px !important;
}
.map-wrapper {
  padding-top: 50px;
}
.map-wrapper #map {
  border-radius: 3px;
  overflow: hidden;
}
.map-wrapper .small-2 {
  text-align: center;
}
.map-wrapper .small-2 .fas {
  color: #4A6765;
}
.map-wrapper .small-2 button.shuffled {
  background: #4A6765;
}
.map-wrapper .small-2 button.shuffled .fas {
  color: white;
}
body.fallfamilyadventure .block--listings--controls, body.outdoor-education .block--listings--controls {
  padding-bottom: 15px;
}
body.fallfamilyadventure .block--listings--controls > .cell > span, body.outdoor-education .block--listings--controls > .cell > span {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  color: #666;
  font-size: 16px;
}
body.fallfamilyadventure .block--listings--listing, body.outdoor-education .block--listings--listing {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DBDBDB;
  position: relative;
  padding-bottom: 50px;
}
body.fallfamilyadventure .block--listings--listing.filtered_hidden, body.outdoor-education .block--listings--listing.filtered_hidden {
  display: none;
}
body.fallfamilyadventure .block--listings--listing.filtered_visible, body.outdoor-education .block--listings--listing.filtered_visible {
  display: block;
}
body.fallfamilyadventure .block--listings--listing--thumb, body.outdoor-education .block--listings--listing--thumb {
  position: relative;
}
body.fallfamilyadventure .block--listings--listing--thumb--img, body.outdoor-education .block--listings--listing--thumb--img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body.fallfamilyadventure .block--listings--listing--thumb a, body.outdoor-education .block--listings--listing--thumb a {
  display: block;
}
body.fallfamilyadventure .block--listings--listing--thumb a img, body.outdoor-education .block--listings--listing--thumb a img {
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body.fallfamilyadventure .block--listings--listing--thumb a:hover img, body.outdoor-education .block--listings--listing--thumb a:hover img {
  opacity: 0.5;
}
body.fallfamilyadventure .block--listings--listing--thumb--tags, body.outdoor-education .block--listings--listing--thumb--tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
body.fallfamilyadventure .block--listings--listing--thumb--tags li, body.outdoor-education .block--listings--listing--thumb--tags li {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}
body.fallfamilyadventure .block--listings--listing--meta, body.outdoor-education .block--listings--listing--meta {
  padding: 15px;
  text-align: left;
}
body.fallfamilyadventure .block--listings--listing--meta a h3, body.outdoor-education .block--listings--listing--meta a h3 {
  color: #497172;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  line-height: 26px;
}
body.fallfamilyadventure .block--listings--listing--meta a:hover h3, body.outdoor-education .block--listings--listing--meta a:hover h3 {
  color: #A5B595;
}
body.fallfamilyadventure .block--listings--listing--meta .address, body.fallfamilyadventure .block--listings--listing--meta .phone, body.fallfamilyadventure .block--listings--listing--meta .website, body.outdoor-education .block--listings--listing--meta .address, body.outdoor-education .block--listings--listing--meta .phone, body.outdoor-education .block--listings--listing--meta .website {
  display: block;
  clear: both;
  padding-bottom: 7px;
}
body.fallfamilyadventure .block--listings--listing--meta .address strong, body.fallfamilyadventure .block--listings--listing--meta .phone strong, body.fallfamilyadventure .block--listings--listing--meta .website strong, body.outdoor-education .block--listings--listing--meta .address strong, body.outdoor-education .block--listings--listing--meta .phone strong, body.outdoor-education .block--listings--listing--meta .website strong {
  display: block;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  padding-left: 4px;
}
body.fallfamilyadventure .block--listings--listing--meta .address i, body.fallfamilyadventure .block--listings--listing--meta .phone i, body.fallfamilyadventure .block--listings--listing--meta .website i, body.outdoor-education .block--listings--listing--meta .address i, body.outdoor-education .block--listings--listing--meta .phone i, body.outdoor-education .block--listings--listing--meta .website i {
  width: 20px;
  height: auto;
  color: #A5B595;
  float: left;
  line-height: 22px;
  text-align: center;
}
body.fallfamilyadventure .block--listings--listing--more, body.outdoor-education .block--listings--listing--more {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  padding: 0px;
}
body.fallfamilyadventure .block--listings--listing--more svg, body.outdoor-education .block--listings--listing--more svg {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
body.fallfamilyadventure .block--listings--listing--more svg path, body.outdoor-education .block--listings--listing--more svg path {
  transition: all 0.3s ease-in-out;
}
body.fallfamilyadventure .block--listings--listing--more:hover svg path[fill="#4A6765"], body.outdoor-education .block--listings--listing--more:hover svg path[fill="#4A6765"] {
  fill-opacity: 1;
}
body.fallfamilyadventure .block--listings--listing--more:hover svg path[fill="#D17A66"], body.outdoor-education .block--listings--listing--more:hover svg path[fill="#D17A66"] {
  fill: #fff;
}
.block--listings--listing--thumb {
  position: relative;
}
.block--listings--listing--thumb a {
  display: block;
}
.block--listings--listing--thumb a img {
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.block--listings--listing--thumb a:hover img {
  opacity: 0.5;
}
.block--listings--listing--thumb--img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.title-desc-devider {
  width: 20%;
  margin-left: 0;
}
