@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

nav.desktop {
  background-color: #234a82;
  height: 78px;
  position: relative;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  nav.desktop {
    display: flex;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }
}
nav.desktop:after {
  content: "";
  background-color: #234a82;
  height: 78px;
  right: calc((100vw - 1400px) / -2 - 50px);
  width: calc((100vw - 1400px) / 2 + 50px);
  position: absolute;
  top: 0;
}
nav.desktop:before {
  content: "";
  background-color: white;
  height: 78px;
  left: calc((100vw - 1400px) / -2);
  width: calc((100vw - 1400px) / 2);
  position: absolute;
  top: 0;
  z-index: 2;
}
nav.desktop .logo-wrapper {
  background-color: #234a82;
  width: 330px;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
nav.desktop .logo-wrapper img {
  position: absolute;
}
nav.desktop .logo-wrapper .bg {
  width: 100%;
  height: 100%;
  z-index: 2;
}
nav.desktop .logo-wrapper .logo {
  height: 57px;
  margin: 10px auto auto 30px;
  z-index: 3;
}
nav.desktop .nav-right {
  width: 100%;
}
nav.desktop .nav-right .message a {
  transition: color 0.3s ease;
}
nav.desktop .nav-right .message a:hover {
  color: #234a82;
}
nav.desktop .nav-right .message.top-nav {
  height: 22px;
  color: white;
  z-index: 1;
  font-size: 1vw;
  margin: 5px 30px 0 5px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  line-height: 0.8;
}
@media (min-width: 1000px) {
  nav.desktop .nav-right .message.top-nav {
    font-size: 0.8vw;
  }
}
@media (min-width: 1250px) {
  nav.desktop .nav-right .message.top-nav {
    font-size: 11px;
    vertical-align: unset;
    line-height: unset;
  }
}
nav.desktop .nav-right .message-bg {
  background-color: #fc6349;
  width: 100vw;
  position: absolute;
  height: 22px;
  z-index: 1;
  left: 0;
  top: 0;
}
nav.desktop .nav-right .message-bg .message-close {
  right: 25px;
  top: 3px;
  position: absolute;
  width: 15px;
  height: 15px;
}
@media (min-width: 1100px) {
  nav.desktop .nav-right .message-bg .message-close {
    right: 25px;
  }
}
@media (min-width: 1400px) {
  nav.desktop .nav-right .message-bg .message-close {
    right: calc((100vw - 1400px) / 2 + 2vw);
  }
}
nav.desktop .nav-right .closed {
  display: none;
}
nav.desktop .nav-right .nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
nav.desktop .nav-right .nav-links.message-closed {
  margin-top: 30px;
}
nav.desktop .nav-right .nav-links .nav-link-headers {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
nav.desktop .nav-right .nav-links .nav-link-headers .nav-links-title {
  color: white;
  cursor: pointer;
  margin: 0 5px;
  font-weight: bold;
  height: 55px;
  font-size: 1.25vw;
  transition: color 0.3s ease;
}
@media (min-width: 1150px) {
  nav.desktop .nav-right .nav-links .nav-link-headers .nav-links-title {
    font-size: 16px;
  }
}
nav.desktop .nav-right .nav-links .nav-link-headers .nav-links-title:hover, nav.desktop .nav-right .nav-links .nav-link-headers .nav-links-title.active {
  color: #40c1ab;
}
nav.desktop .nav-right .nav-links .dropdown {
  position: absolute;
  border-top: 20px solid transparent;
  transform: translateY(35px) scaleY(0);
  transform-origin: center top;
  transition: 0.3s ease;
  z-index: -1;
  opacity: 0;
}
nav.desktop .nav-right .nav-links .dropdown .inner-wrap {
  background-color: #234a82;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px 20px;
}
nav.desktop .nav-right .nav-links .dropdown .column ul li {
  font-size: 10px;
  margin: 15px 0;
}
@media (min-width: 769px) {
  nav.desktop .nav-right .nav-links .dropdown .column ul li {
    font-size: 12px;
  }
}
nav.desktop .nav-right .nav-links .dropdown .column ul li a {
  color: white;
}
nav.desktop .nav-right .nav-links .dropdown .column ul li a:hover {
  color: #40c1ab;
}
nav.desktop .nav-right .nav-links .dropdown .dropdownImage {
  border-left: 1px solid red;
  align-self: center;
  position: relative;
  left: 20px;
}
nav.desktop .nav-right .nav-links .dropdown .dropdownImage img {
  width: 250px;
  padding: 20px 30px;
}
nav.desktop .nav-right .nav-links .dropdown.links.open {
  transform: translateY(30px) scaleY(1);
  z-index: 1;
  opacity: 1;
}
nav.desktop .nav-right .nav-links .social-links {
  display: inline-flex;
}
nav.desktop .nav-right .nav-links .social-links li {
  width: 20px;
  margin: 0 5px;
  cursor: pointer;
}
nav.desktop .nav-right .nav-links .social-links li.fb {
  margin-right: 0;
}
nav.desktop .nav-right .nav-links .social-links li a {
  position: relative;
}
nav.desktop .nav-right .nav-links .social-links li a img {
  position: absolute;
  height: 14px;
}
nav.desktop .nav-right .nav-links .social-links li a img.white {
  transition: opacity 0.3s ease;
  opacity: 0;
}
nav.desktop .nav-right .nav-links .social-links li:hover a img.white {
  opacity: 1;
}
nav.desktop .nav-right .nav-links .conditions {
  display: flex;
  flex-wrap: wrap;
  color: white;
  cursor: pointer;
  height: 36px;
  padding-bottom: 18px;
}
nav.desktop .nav-right .nav-links .conditions p {
  width: 100%;
  font-size: 10px;
  margin-top: -13px;
}
nav.desktop .nav-right .nav-links .conditions .weather-icon {
  box-sizing: content-box;
  width: 25px;
  height: 20px;
  padding-right: 10px;
  border-right: 1px solid white;
  opacity: 1;
  transition: opacity 0.3s ease;
}
nav.desktop .nav-right .nav-links .conditions .weather-icon.hidden {
  opacity: 0;
}
nav.desktop .nav-right .nav-links .conditions .temp {
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
nav.desktop .nav-right .nav-links .conditions .carrot {
  position: relative;
  top: 7px;
  margin-left: 5px;
}
nav.desktop .nav-right .nav-links .conditions .carrot img {
  position: absolute;
  height: 10px;
  transition: 0.3s ease;
}
nav.desktop .nav-right .nav-links .conditions .carrot.open img {
  transform: scaleY(-1);
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown {
  width: 650px;
  margin-right: 25px;
  transform: translate(0, 30px) scaleY(0);
  position: fixed;
  right: 0;
}
@media (min-width: 1400px) {
  nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown {
    margin-right: calc((100vw - 1400px) / -2 + 10px);
  }
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown.open {
  transform: translate(0, 30px) scaleY(1);
  z-index: 1;
  opacity: 1;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown.open .inner-wrap .column.webcam {
  display: block;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap {
  padding-bottom: 0;
  cursor: default;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column-title {
  margin: 10px 0 20px 0;
  font-size: 12px;
  font-weight: bold;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.webcam {
  position: relative;
  margin: 0;
  display: none;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.webcam iframe {
  width: 149px;
  padding: 0px 0px 20px 0;
  height: 104px;
  margin-bottom: 50px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates {
  display: flex;
  flex-direction: column;
  margin: 0 35px 0 20px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .daily-update {
  line-height: 1.5;
  margin-top: -5px;
  font-size: 12px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-report-title {
  width: 40%;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-report {
  margin-top: 10px;
  justify-content: space-between;
  display: flex;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-report .trails-open,
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-report .lifts-open {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-report .trails-open .number,
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-report .lifts-open .number {
  width: 100%;
  font-size: 15px;
  color: #40c1ab;
  font-weight: bold;
  margin-bottom: 5px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-report .trails-open .number span,
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-report .lifts-open .number span {
  color: white;
  font-weight: 400;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-link {
  font-weight: bold;
  color: #40c1ab;
  font-size: 10px;
  margin-top: 5px;
  transition: color 0.3s ease;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.daily-updates .trail-link:hover {
  color: white;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather {
  width: 180px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather:before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  background-color: #fc6349;
  top: 15%;
  transform: translateX(-20px);
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .middle {
  display: flex;
  margin: 20px 0 10px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .middle img {
  width: 72px;
  height: 54px;
  margin-right: 10px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .middle .temp-range .high,
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .middle .temp-range .low {
  width: 60px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin: 7px 0px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .middle .temp-range .high .left,
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .middle .temp-range .low .left {
  text-align: left;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .middle .temp-range .high .right,
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .middle .temp-range .low .right {
  text-align: right;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  height: 55px;
  margin-top: 20px;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .bottom .conditions-description {
  width: 100%;
  margin-bottom: auto;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .bottom .updated,
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .bottom .weather-source {
  font-size: 8px;
  margin-top: 0;
  height: 8px;
  text-align: center;
}
nav.desktop .nav-right .nav-links .conditions .dropdown.conditions-dropdown .inner-wrap .column.weather .bottom .weather-source {
  margin-top: -10px;
}
@media (min-width: 768px) {
  nav.desktop .nav-right .nav-links .button-wrapper {
    margin-right: 15px;
  }
}
nav.desktop .nav-right .nav-links .button {
  position: relative;
  top: -6px;
  right: 10px;
  font-size: 1vw;
  text-align: center;
  padding: 9px 10px 5px;
}
@media (min-width: 1050px) {
  nav.desktop .nav-right .nav-links .button {
    font-size: 14px;
    padding: 8px 15px 5px;
  }
}
@media (min-width: 1430px) {
  nav.desktop .nav-right .nav-links .button {
    right: 0;
  }
}
nav.desktop .nav-right .nav-links .dropdown-override {
  display: inline-block;
  background-color: #40c1ab;
  border-radius: 20px;
  height: 30px;
  padding: 7px 15px 5px;
  color: white;
  font-weight: bold;
  transition: 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  top: -6px;
  right: 10px;
  font-size: 1vw;
  text-align: center;
  padding: 9px 10px 5px;
}
@media (min-width: 1050px) {
  nav.desktop .nav-right .nav-links .dropdown-override {
    font-size: 14px;
    padding: 8px 15px 5px;
  }
}
@media (min-width: 1430px) {
  nav.desktop .nav-right .nav-links .dropdown-override {
    right: 0;
  }
}
nav.desktop .nav-right .nav-links .dropdown-override:hover, nav.desktop .nav-right .nav-links .dropdown-override.active {
  background-color: white;
  color: #40c1ab;
}
nav.desktop .nav-right .nav-links .dropdown.button-dropdown {
  width: 650px;
  margin-right: 25px;
  transform: translate(0, 0) scaleY(0);
  position: fixed;
}
@media (min-width: 1400px) {
  nav.desktop .nav-right .nav-links .dropdown.button-dropdown {
    margin-right: calc((100vw - 1400px) / -2 + 10px);
  }
}
nav.desktop .nav-right .nav-links .dropdown.button-dropdown.open {
  transform: translate(0, 0) scaleY(1);
  z-index: 1;
  opacity: 1;
}
nav.desktop .nav-right .nav-links .dropdown.button-dropdown .inner-wrap {
  padding-bottom: 0;
  background-color: #40c1ab;
  color: white;
}
nav.desktop .nav-right .nav-links .dropdown.button-dropdown .inner-wrap .column {
  position: relative;
  margin: 0 5px;
}
nav.desktop .nav-right .nav-links .dropdown.button-dropdown .inner-wrap .column-title {
  margin: 10px 0 20px 0;
  font-size: 12px;
  font-weight: bold;
  transition: color 0.3s ease;
}
nav.desktop .nav-right .nav-links .dropdown.button-dropdown .inner-wrap .column img {
  width: 145px;
  padding: 0px 0px 20px 0;
}
nav.desktop .nav-right .nav-links .dropdown.button-dropdown .inner-wrap .column:hover .column-title {
  color: #234a82;
}

body.mobile-nav-open nav.mobile {
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 3;
  height: 120vh;
}

nav.mobile {
  display: block;
  height: 52px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
nav.mobile.alert-open {
  height: 109px;
}
nav.mobile.alert-open .mobile-nav-dropdown.mobile-weather {
  top: 0;
}
nav.mobile.alert-open .mobile-nav-dropdown.mobile-buy {
  top: 0;
}
@media (min-width: 768px) {
  nav.mobile {
    display: none;
  }
}
nav.mobile .message-bg {
  display: flex;
  background-color: #fc6349;
  color: white;
  z-index: 2;
  position: relative;
  height: 56px;
}
nav.mobile .message-bg.closed {
  display: none;
}
nav.mobile .message-bg .message {
  font-size: 10px;
  margin: 12px 4vw 0;
  line-height: 1.25;
  max-width: 80vw;
}
nav.mobile .message-bg .message-close {
  margin: 15px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 3px;
}
@media (min-width: 500px) {
  nav.mobile .message-bg .message-close {
    right: 20px;
  }
}
nav.mobile .nav-content {
  width: 100vw;
  background-color: #234a82;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
nav.mobile .nav-content .logo-wrapper {
  background-color: #234a82;
  position: relative;
  width: 60%;
  height: 52px;
}
nav.mobile .nav-content .logo-wrapper .bg {
  height: 100%;
}
nav.mobile .nav-content .logo-wrapper a {
  position: absolute;
  top: 10px;
  left: 15px;
  height: 32px;
}
nav.mobile .nav-content .logo-wrapper a .logo {
  height: 100%;
  top: 0;
  left: 0;
}
nav.mobile .nav-content .weather,
nav.mobile .nav-content .shop,
nav.mobile .nav-content .hamburger {
  height: 20px;
}
nav.mobile .nav-content .weather img,
nav.mobile .nav-content .shop img,
nav.mobile .nav-content .hamburger img {
  height: 100%;
}
nav.mobile .nav-content .weather .weather-icon,
nav.mobile .nav-content .shop .weather-icon,
nav.mobile .nav-content .hamburger .weather-icon {
  opacity: 1;
  transition: opacity 0.3s ease;
}
nav.mobile .nav-content .weather .weather-icon.hidden,
nav.mobile .nav-content .shop .weather-icon.hidden,
nav.mobile .nav-content .hamburger .weather-icon.hidden {
  opacity: 0;
}
nav.mobile .nav-content .shop {
  margin-right: 2px;
}
nav.mobile .nav-content .hamburger {
  height: 16px;
}
@media (min-width: 400px) {
  nav.mobile .nav-content .hamburger {
    margin-right: 20px;
  }
}
nav.mobile .mobile-nav-dropdown {
  transform: translateY(-120%);
  transition: 0.3s ease;
  width: 100vw;
  min-height: 100vh;
  z-index: 1;
}
nav.mobile .mobile-nav-dropdown.open {
  display: block;
  transform: translateY(-52px);
}
nav.mobile .mobile-nav-dropdown.links {
  background-color: #234a82;
}
nav.mobile .mobile-nav-dropdown.links .nav-links {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100vh;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  z-index: 2;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .mobile-nav-close img {
  width: 100%;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links {
  padding: 0 35px;
  height: 120vh;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .column {
  padding: 10px 0 0;
  position: relative !important;
  left: 0 !important;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .column .nav-links-title {
  color: #40c1ab;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .column .button-wrapper {
  font-size: 20px;
  margin: 10px 0 -5px -15px;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .column .button-wrapper .button.book-buy {
  padding: 7px 15px 25px;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .column ul {
  display: none;
  padding: 0 10px;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .column ul.visible {
  display: block;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .column ul li {
  margin: 10px 0;
  color: white;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .divider-line {
  height: 2px;
  background-color: #fc6349;
  width: 100%;
  margin-top: 15px;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .dropdownImage {
  width: 100%;
  margin-top: 15px;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .dropdownImage a {
  width: 100%;
}
nav.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .dropdownImage a img {
  width: 100%;
}
nav.mobile .mobile-nav-dropdown.mobile-weather {
  position: absolute;
  background-color: #023746;
  top: -52px;
  left: 0;
}
nav.mobile .mobile-nav-dropdown.mobile-weather.open {
  transform: translateY(52px);
}
nav.mobile .mobile-nav-dropdown.mobile-weather .mobile-nav-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .mobile-nav-close img {
  width: 100%;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column {
  padding: 15px 20px 0;
  background-color: white;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column-title {
  color: #40c1ab;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.webcam iframe {
  width: 100%;
  height: 50vw;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .daily-update {
  color: #234a82;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 320px) {
  nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .daily-update {
    line-height: 1;
  }
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report .title {
  color: #40c1ab;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  width: 100%;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report .number {
  color: #40c1ab;
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report .number span {
  color: #234a82;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report .trails-and-lifts {
  display: flex;
  justify-content: flex-start;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report .trails-and-lifts .lifts-open,
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report .trails-and-lifts .trails-open {
  display: flex;
  align-items: center;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report .trails-and-lifts .lifts-open .title,
nav.mobile .mobile-nav-dropdown.mobile-weather .column.daily-updates .trail-report .trails-and-lifts .trails-open .title {
  color: #234a82;
  font-size: 16px;
  width: 50px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather {
  background-color: #023746;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .middle {
  display: flex;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .middle img {
  height: 50px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .middle .temp-range {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 20px;
  margin-left: 40px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .middle .temp-range .high,
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .middle .temp-range .low {
  width: 100%;
  display: flex;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .middle .temp-range .left {
  color: white;
  width: 60%;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .middle .temp-range .right {
  color: #40c1ab;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .bottom {
  margin-top: 5px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .bottom .conditions-description,
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .bottom .updated,
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .bottom .weather-source {
  color: white;
  font-size: 10px;
}
nav.mobile .mobile-nav-dropdown.mobile-weather .column.weather .bottom .conditions-description {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}
nav.mobile .mobile-nav-dropdown.mobile-buy {
  position: absolute;
  background-color: #40c1ab;
  top: -52px;
  left: 0;
}
nav.mobile .mobile-nav-dropdown.mobile-buy.open {
  transform: translateY(52px);
}
nav.mobile .mobile-nav-dropdown.mobile-buy .mobile-nav-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
}
nav.mobile .mobile-nav-dropdown.mobile-buy .mobile-nav-close img {
  width: 100%;
}
nav.mobile .mobile-nav-dropdown.mobile-buy .column {
  padding: 0px 20px 0;
}
@media (min-width: 768px) {
  nav.mobile .mobile-nav-dropdown.mobile-buy .column {
    padding: 15px 20px 0;
  }
}
nav.mobile .mobile-nav-dropdown.mobile-buy .column .item {
  margin-top: 15px;
}
nav.mobile .mobile-nav-dropdown.mobile-buy .column .item-title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px;
}
@media (min-width: 768px) {
  nav.mobile .mobile-nav-dropdown.mobile-buy .column .item-title {
    font-size: 18px;
  }
}
nav.mobile .mobile-nav-dropdown.mobile-buy .column .item a img {
  width: 60%;
  /* 1792x828px at 326ppi iphone11 */
}
@media (min-width: 375px) and (min-height: 812px) {
  nav.mobile .mobile-nav-dropdown.mobile-buy .column .item a img {
    width: 80%;
  }
}
@media (min-width: 414px) {
  nav.mobile .mobile-nav-dropdown.mobile-buy .column .item a img {
    width: 57%;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  nav.mobile .mobile-nav-dropdown.mobile-buy .column .item a img {
    width: 69%;
  }
}

nav.events:after {
  content: "";
  background-color: #7acff4;
  height: 78px;
  right: calc((100vw - 1400px) / -2 - 50px);
  width: calc((100vw - 1400px) / 2 + 50px);
  position: absolute;
  top: 0;
}
nav.events .logo-wrapper {
  background-color: #7acff4;
}
nav.events .nav-right.events {
  background-color: #7acff4;
}
nav.events .nav-right.events .message a {
  transition: color 0.3s ease;
}
nav.events .nav-right.events .message a:hover {
  color: #40c1ab;
}
nav.events .nav-right.events .message-bg.events {
  background-color: #3f008e;
}
nav.events .nav-right.events .message-bg.events .message-close {
  width: 15px;
  height: 15px;
}
nav.events .nav-right.events .nav-links .nav-link-headers {
  width: 55%;
}
@media (min-width: 880px) {
  nav.events .nav-right.events .nav-links .nav-link-headers {
    width: 60%;
  }
}
@media (min-width: 1150px) {
  nav.events .nav-right.events .nav-links .nav-link-headers {
    width: 70%;
  }
}
nav.events .nav-right.events .nav-links .nav-link-headers a {
  width: 20%;
}
@media (min-width: 1150px) {
  nav.events .nav-right.events .nav-links .nav-link-headers a {
    width: unset;
  }
}
nav.events .nav-right.events .nav-links .nav-link-headers a .nav-links-title {
  font-size: 1vw;
}
@media (min-width: 880px) {
  nav.events .nav-right.events .nav-links .nav-link-headers a .nav-links-title {
    font-size: 1vw;
  }
}
@media (min-width: 1150px) {
  nav.events .nav-right.events .nav-links .nav-link-headers a .nav-links-title {
    font-size: 1.25vw;
  }
}
@media (min-width: 1300px) {
  nav.events .nav-right.events .nav-links .nav-link-headers a .nav-links-title {
    font-size: 16px;
  }
}
nav.events.mobile .logo-wrapper {
  background-color: #7acff4;
}
nav.events.mobile .message-bg.events {
  background-color: #3f008e;
}
nav.events.mobile .message-bg.events .message {
  margin: 12px 4vw 14px;
}
nav.events.mobile .nav-content {
  background-color: #7acff4;
}
nav.events.mobile .mobile-nav-dropdown {
  background-color: #7acff4;
}
nav.events.mobile .mobile-nav-dropdown.links .nav-links .dropdown.links .column .nav-links-title {
  margin: 40px 0;
  color: white;
}

#home .header {
  min-height: 440px;
  height: 50vh;
}
#home .header .header-bg {
  background-size: cover;
  background-position: 25% center;
  display: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  #home .header .header-bg {
    display: block;
  }
}
#home .header .header-bg.mobile {
  background-position: center top;
  display: block;
}
#home .header .header-bg.mobile .headline {
  padding: 40px 0 10px 0;
}
@media (min-width: 768px) {
  #home .header .header-bg.mobile {
    display: none;
  }
}
#home .header .header-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home .header .header-bg .headline {
  font-size: 15vw;
  letter-spacing: 3vw;
  margin-left: 1.5vw;
  color: white;
  text-align: center;
  padding: 10vh 0 20px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #home .header .header-bg .headline {
    font-size: 100px;
    letter-spacing: 5vw;
    margin-left: 2.5vw;
    padding: 0;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#home .header .header-bg .headline-2 {
  font-size: 7vw;
  letter-spacing: 2px;
  margin-left: 1px;
  color: white;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #home .header .header-bg .headline-2 {
    font-size: 50px;
    letter-spacing: 4px;
    padding: 0;
    position: absolute;
    top: 270px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#home .header-waistband {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  position: relative;
}
@media (min-width: 768px) {
  #home .header-waistband {
    flex-wrap: nowrap;
  }
}
#home .header-waistband a {
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: #fc6349;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #home .header-waistband a {
    text-align: center;
  }
}
#home .header-waistband a:hover .item .icon-wrapper {
  transform: scale(1.2);
}
#home .header-waistband a .item {
  transform: translate(-500px, 0);
}
#home .header-waistband a:nth-of-type(2) {
  background-color: #023746;
}
#home .header-waistband a:nth-of-type(2) .item {
  transform: translate(0, 500px);
}
#home .header-waistband a:nth-of-type(3) {
  background-color: #40c1ab;
}
#home .header-waistband a:nth-of-type(3) .item {
  transform: translate(500px, 0);
}
#home .header-waistband a .item {
  transition: all 0.3s ease;
}
#home .header-waistband a .item .icon-wrapper {
  height: 40px;
  margin-bottom: 10px;
  position: absolute;
  left: 25%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #home .header-waistband a .item .icon-wrapper {
    margin-bottom: 10px;
    position: relative;
    left: unset;
  }
}
#home .header-waistband a .item img {
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  transform: translate(-50%, -38%);
  left: 50%;
}
@media (min-width: 768px) {
  #home .header-waistband a .item img {
    transform: translate(-50%, 0);
  }
}
#home .header-waistband a .item .text {
  color: white;
  font-weight: bold;
  font-size: 17px;
  transition: 0.3s ease;
  position: relative;
  left: 41%;
  top: -9%;
}
@media (min-width: 768px) {
  #home .header-waistband a .item .text {
    left: unset;
    top: unset;
  }
}
#home .section-one {
  position: relative;
}
#home .section-one .bg-img {
  background-size: cover;
  background-position: center top;
  height: 100%;
  min-height: 500px;
  text-align: center;
}
@media (min-width: 1400px) {
  #home .section-one .bg-img {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  #home .section-one .bg-img {
    background-image: linear-gradient(180deg, rgba(122, 207, 244, 0.4) 0%, rgba(122, 207, 244, 0.4) 40%, rgba(255, 255, 255, 0) 60%) !important;
  }
}
#home .section-one .bg-img .title {
  color: #fc6349;
  font-weight: bold;
  line-height: 1;
  font-family: calluna-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 80px 0 20px 0;
  font-size: 11vw;
  opacity: 0;
  transform: translateY(100px);
}
@media (min-width: 768px) {
  #home .section-one .bg-img .title {
    padding: 10vw 0 20px 0;
    font-size: 50px;
  }
}
#home .section-one .bg-img .text {
  color: #585858;
  max-width: 50%;
  margin: 0 auto 100px;
  line-height: 2;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(100px);
}
@media (min-width: 768px) {
  #home .section-one .bg-img .text {
    font-size: 16px;
  }
}
#home .section-one .bg-img .button-wrapper {
  opacity: 0;
  transform: translateY(100px);
}
#home .section-one .bg-img .button-wrapper .button {
  border-radius: 45px;
  height: 45px;
  padding: 15px 35px 5px;
}
#home .section-one .bg-img .button-wrapper .button:hover {
  color: white;
  background-color: #234a82;
}
#home .event-waistband {
  margin: -30px 5vw 20px;
}
@media (min-width: 768px) {
  #home .event-waistband {
    margin: -30px 50px 20px;
  }
}

#events-home .full-width-image {
  margin-bottom: -2px;
}

.full-width-image img {
  width: 100%;
}

.text-block {
  text-align: center;
  background-color: white;
}
.text-block .inner {
  width: 90%;
  max-width: 888px;
  margin: 50px auto 60px;
}
.text-block .inner .text1 {
  color: #fc6349;
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
}
@media (min-width: 768px) {
  .text-block .inner .text1 {
    font-size: 45px;
  }
}
.text-block .inner .text1.subdomain {
  color: #40c1ab;
}
.text-block .inner .text2 {
  color: #234a82;
  font-size: 5vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  .text-block .inner .text2 {
    font-size: 28px;
  }
}
.text-block .inner .text3 {
  color: #585858;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.text-block .inner .text3.no-max-height {
  max-height: unset;
}
.text-block .inner .text3 p {
  min-height: 18px;
}
.text-block .inner .text3 ul {
  text-align: left;
  margin: 0 auto;
  display: block;
  max-width: 500px;
  width: 90%;
}
.text-block .inner .text3 ul li {
  margin: 5px 0 5px 20px;
  text-indent: -20px;
}
.text-block .inner .text3 ul li::before {
  content: "●";
  color: #40c1ab;
  display: inline-block;
  width: 20px;
  margin-left: 0;
}
.text-block .inner .text3 a {
  color: #40c1ab;
  transition: color 0.3s ease;
}
.text-block .inner .text3 a:hover {
  color: #234a82;
}
.text-block .inner .text3 h5 {
  font-size: 12px;
}
.text-block .inner .text3 .color-light-blue {
  color: #40c1ab;
}

.text-with-background-image {
  height: 725px;
  background-size: cover;
}
.text-with-background-image .inner {
  width: 90%;
  max-width: 630px;
  margin: 0 auto;
  color: white;
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-background-image .inner h1 {
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
}
@media (min-width: 768px) {
  .text-with-background-image .inner h1 {
    font-size: 45px;
  }
}
.text-with-background-image .inner h2 {
  font-size: 6vw;
  font-family: calluna-sans, sans-serif;
}
@media (min-width: 768px) {
  .text-with-background-image .inner h2 {
    font-size: 32px;
  }
}
.text-with-background-image .inner h3 {
  font-size: 5vw;
  font-family: calluna-sans, sans-serif;
}
@media (min-width: 768px) {
  .text-with-background-image .inner h3 {
    font-size: 28px;
  }
}
.text-with-background-image .inner p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0 25px;
}

.photo-and-text-on-solid-background {
  background-color: #40c1ab;
  height: 725px;
}
.photo-and-text-on-solid-background .inner {
  width: 90%;
  max-width: 888px;
  margin: 0 auto;
  text-align: center;
  color: white;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.photo-and-text-on-solid-background .inner .top-text {
  font-size: 22px;
  line-height: 1.5;
  font-family: calluna-sans, sans-serif;
}
.photo-and-text-on-solid-background .inner img {
  width: 100%;
  margin: 20px 0;
}
.photo-and-text-on-solid-background .inner .bottom-text {
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
}
@media (min-width: 768px) {
  .photo-and-text-on-solid-background .inner .bottom-text {
    font-size: 45px;
  }
}

.two-images-and-captions {
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  height: 350px;
}
@media (min-width: 420px) {
  .two-images-and-captions {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .two-images-and-captions {
    height: 700px;
  }
}
@media (min-width: 950px) {
  .two-images-and-captions {
    height: 1000px;
  }
}
.two-images-and-captions .inner {
  width: 80%;
  max-width: 888px;
  margin: 0 auto;
  text-align: center;
  color: #585858;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .two-images-and-captions .inner {
    width: 70%;
  }
}
.two-images-and-captions .inner .photo-and-caption {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 420px) {
  .two-images-and-captions .inner .photo-and-caption {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .two-images-and-captions .inner .photo-and-caption {
    height: 300px;
  }
}
@media (min-width: 950px) {
  .two-images-and-captions .inner .photo-and-caption {
    height: 400px;
  }
}
.two-images-and-captions .inner .photo-and-caption:nth-of-type(even) .caption {
  text-align: right;
}
.two-images-and-captions .inner .photo-and-caption .img-wrap {
  width: 50%;
}
.two-images-and-captions .inner .photo-and-caption .img-wrap img {
  max-height: 100%;
  max-width: 100%;
}
.two-images-and-captions .inner .photo-and-caption .img-wrap:nth-of-type(even) {
  padding-left: 20px;
}
.two-images-and-captions .inner .photo-and-caption .caption {
  width: 50%;
  max-width: 400px;
  text-align: left;
  font-family: calluna-sans, sans-serif;
  font-weight: bold;
  font-size: 2vw;
  line-height: 1.25;
}
@media (min-width: 950px) {
  .two-images-and-captions .inner .photo-and-caption .caption {
    font-size: 24px;
    line-height: 2;
  }
}
.two-images-and-captions .inner .photo-and-caption .caption .color-light-blue {
  color: #40c1ab;
}

.three-images-with-captions {
  text-align: center;
  color: #40c1ab;
  width: 90%;
  max-width: 888px;
  margin: 75px auto;
  text-align: center;
  font-family: calluna-sans, sans-serif;
  font-weight: bold;
}
.three-images-with-captions .top-text-1, .three-images-with-captions .bottom-text {
  font-size: 7vw;
}
@media (min-width: 768px) {
  .three-images-with-captions .top-text-1, .three-images-with-captions .bottom-text {
    font-size: 45px;
  }
}
.three-images-with-captions .top-text-2 {
  font-size: 5vw;
}
@media (min-width: 768px) {
  .three-images-with-captions .top-text-2 {
    font-size: 28px;
    margin-bottom: 75px;
  }
}
.three-images-with-captions .photo-and-caption {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .three-images-with-captions .photo-and-caption {
    flex-direction: unset;
  }
}
.three-images-with-captions .photo-and-caption .photo {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .three-images-with-captions .photo-and-caption .photo {
    width: 50%;
  }
}
.three-images-with-captions .photo-and-caption .caption {
  width: 100%;
  padding: 10% 20%;
  color: #585858;
  text-align: left;
  font-size: 5vw;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .three-images-with-captions .photo-and-caption .caption {
    width: 50%;
    padding: 0 0 0 10%;
    font-size: 24px;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .three-images-with-captions .bottom-text {
    margin-top: 75px;
  }
}

.learn-more-section {
  display: flex;
  flex-wrap: wrap;
}
.learn-more-section .learn-more-item.half-width {
  padding: 50px 20px;
  background-color: #40c1ab;
  transform: translate(0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .learn-more-section .learn-more-item.half-width {
    width: 50%;
    padding: 50px 40px 70px;
  }
}
.learn-more-section .learn-more-item.half-width:nth-of-type(even) {
  background-color: #7acff4;
}
@media (min-width: 768px) {
  .learn-more-section .learn-more-item.half-width:nth-of-type(even) .inner {
    margin: 0 auto 0 0;
  }
}
.learn-more-section .learn-more-item.half-width .inner {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .learn-more-section .learn-more-item.half-width .inner {
    max-width: 590px;
    margin: 0 0 0 auto;
  }
}
.learn-more-section .learn-more-item.half-width img {
  width: 100%;
}
.learn-more-section .learn-more-item.full-width {
  width: 100vw;
}
.learn-more-section .learn-more-item.full-width .bg-img {
  background-size: cover;
  background-position: center top;
  height: 100%;
  min-height: 500px;
  text-align: center;
}
@media (min-width: 1400px) {
  .learn-more-section .learn-more-item.full-width .bg-img {
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .learn-more-section .learn-more-item.full-width .bg-img {
    background-image: linear-gradient(180deg, rgba(122, 207, 244, 0.4) 0%, rgba(122, 207, 244, 0.4) 40%, rgba(255, 255, 255, 0) 60%) !important;
  }
}
.learn-more-section .learn-more-item.full-width .learn-more-title {
  color: #fc6349;
  margin: 0 auto;
  max-width: 70%;
  padding: 18% 0 20px;
  font-size: 10vw;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .learn-more-section .learn-more-item.full-width .learn-more-title {
    padding: 11% 0 20px;
    font-size: 40px;
  }
}
.learn-more-section .learn-more-item.full-width .learn-more-text {
  max-width: 220px;
  margin: 10px auto 90px;
}
@media (min-width: 768px) {
  .learn-more-section .learn-more-item.full-width .learn-more-text {
    max-width: 250px;
    margin: 60px auto 70px;
    height: unset;
  }
}
@media (min-width: 1400px) {
  .learn-more-section .learn-more-item.full-width .learn-more-text {
    margin: 60px auto 60px;
  }
}
.learn-more-section .learn-more-item.full-width .button-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.learn-more-section .learn-more-item.full-width .button-wrapper .button {
  background-color: #40c1ab;
}
.learn-more-section .learn-more-item .learn-more-title {
  color: white;
  font-weight: bold;
  font-size: 6vw;
  font-family: calluna-sans, sans-serif;
  margin: 40px 0 20px;
}
@media (min-width: 768px) {
  .learn-more-section .learn-more-item .learn-more-title {
    font-size: 40px;
    margin: 40px 0 10px;
    height: 80px;
  }
}
.learn-more-section .learn-more-item .learn-more-text {
  color: #585858;
  line-height: 2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .learn-more-section .learn-more-item .learn-more-text {
    font-size: 16px;
    height: 200px;
  }
}
@media (min-width: 1400px) {
  .learn-more-section .learn-more-item .learn-more-text {
    height: 150px;
  }
}
.learn-more-section .learn-more-item .button-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .learn-more-section .learn-more-item .button-wrapper {
    text-align: left;
  }
}
.learn-more-section .learn-more-item .button-wrapper .button {
  background-color: #fc6349;
  border-radius: 45px;
  height: 45px;
  padding: 15px 35px 5px;
}
.learn-more-section .learn-more-item .button-wrapper .button:hover {
  color: white;
  background-color: #234a82;
}
.learn-more-section.events-subdomain .learn-more-item.half-width {
  background-color: #bafff3;
}
.learn-more-section.events-subdomain .learn-more-item.half-width:nth-of-type(even) {
  background-color: #7acff4;
}
.learn-more-section.events-subdomain .learn-more-item .learn-more-title {
  color: #234a82;
  max-width: 95%;
}
@media (min-width: 768px) {
  .learn-more-section.events-subdomain .learn-more-item .learn-more-title {
    line-height: 1.25;
    height: 110px;
  }
}
.learn-more-section.events-subdomain .learn-more-item .button-wrapper .button {
  background-color: #3f008e;
}
.learn-more-section.events-subdomain .learn-more-item .button-wrapper .button:hover {
  background-color: #40c1ab;
}

.event-waistband {
  margin: 30px 5vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .event-waistband {
    flex-wrap: nowrap;
    margin: 30px 50px 50px;
  }
}
@media (min-width: 1400px) {
  .event-waistband {
    justify-content: center;
  }
}
.event-waistband a .event {
  width: 100%;
  height: auto;
  background-size: cover;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .event-waistband a .event {
    width: 29vw;
    height: 31vw;
    transition: 0.3s ease;
  }
  .event-waistband a .event:hover {
    transform: scale(1.025);
  }
}
@media (min-width: 1400px) {
  .event-waistband a .event {
    width: 406px;
    height: 438px;
    margin: 0 10px;
  }
}
.event-waistband a .event img {
  width: 100%;
}
.event-waistband a .event img.desktop {
  display: none;
}
@media (min-width: 768px) {
  .event-waistband a .event img.desktop {
    display: block;
  }
}
.event-waistband a .event img.mobile {
  display: block;
}
@media (min-width: 768px) {
  .event-waistband a .event img.mobile {
    display: none;
  }
}
.event-waistband a .event .text1,
.event-waistband a .event .text2 {
  width: 100%;
  position: absolute;
  font-family: calluna-sans, sans-serif;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.event-waistband a .event .text1 {
  top: 9%;
  font-size: 7vw;
}
@media (min-width: 768px) {
  .event-waistband a .event .text1 {
    font-size: 2vw;
    top: 10%;
  }
}
@media (min-width: 1400px) {
  .event-waistband a .event .text1 {
    font-size: 28px;
  }
}
.event-waistband a .event .text1.bottom {
  top: 68%;
}
@media (min-width: 768px) {
  .event-waistband a .event .text1.bottom {
    top: 67%;
  }
}
.event-waistband a .event .text2 {
  top: 20%;
  font-size: 9vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .event-waistband a .event .text2 {
    font-size: 3vw;
    top: 18%;
  }
}
@media (min-width: 1400px) {
  .event-waistband a .event .text2 {
    font-size: 42px;
  }
}
.event-waistband a .event .text2.bottom {
  top: 79%;
}
@media (min-width: 768px) {
  .event-waistband a .event .text2.bottom {
    top: 75%;
  }
}

.video-embed .inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
.video-embed .inner .embed-code {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-embed .inner .embed-code iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-slideshow .inner {
  width: 100%;
  max-width: 1180px;
  margin: 50px auto 60px;
  position: relative;
}
@media (min-width: 768px) {
  .image-slideshow .inner {
    width: 80%;
  }
}
.image-slideshow .inner .swiper-container .swiper-wrapper {
  height: auto !important;
}
.image-slideshow .inner .swiper-container .swiper-wrapper .swiper-slide {
  height: auto !important;
}
.image-slideshow .inner .swiper-container .swiper-wrapper .swiper-slide .gallery-image {
  width: 100%;
  height: auto;
}
.image-slideshow .inner .swiper-button-prev, .image-slideshow .inner .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  outline: none;
  transition: transform 0.3s ease;
}
.image-slideshow .inner .swiper-button-prev:hover, .image-slideshow .inner .swiper-button-next:hover {
  transform: scale(1.1);
}
.image-slideshow .inner .swiper-button-prev:after, .image-slideshow .inner .swiper-button-next:after {
  display: none;
}
.image-slideshow .inner .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .image-slideshow .inner .swiper-button-prev {
    display: flex;
    background-image: url("/img/image-gallery/slideshow-left.png");
    left: -30px;
  }
}
.image-slideshow .inner .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .image-slideshow .inner .swiper-button-next {
    display: flex;
    background-image: url("/img/image-gallery/slideshow-right.png");
    right: -30px;
  }
}

.image-beside-text {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .image-beside-text {
    flex-wrap: nowrap;
  }
}
.image-beside-text:first-child {
  display: flex;
  align-items: flex-start;
}
.image-beside-text .image {
  width: 100%;
  background-size: 100% 0;
}
@media (min-width: 768px) {
  .image-beside-text .image {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
  }
}
.image-beside-text .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .image-beside-text .image img {
    display: none;
  }
}
.image-beside-text .text {
  width: 100%;
  color: #585858;
  line-height: 2;
  padding: 20px 0 40px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .image-beside-text .text {
    padding: 7% 10% 7% 7%;
    width: 50%;
  }
}
.image-beside-text .text p {
  min-height: 18px;
}
.image-beside-text .text .color-light-blue {
  color: #40c1ab;
}
.image-beside-text .text em {
  font-style: italic;
}

.two-column-list {
  background-color: #7acff4;
  padding: 120px 0 100px;
}
.two-column-list .inner {
  max-width: 888px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
.two-column-list .inner .header {
  color: white;
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .two-column-list .inner .header {
    font-size: 45px;
  }
}
.two-column-list .inner .list ul {
  text-align: left;
  margin: 0 auto;
  display: block;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .two-column-list .inner .list ul {
    width: 100%;
  }
}
.two-column-list .inner .list ul li {
  width: 100%;
  margin: 5px 15px;
  text-indent: -10px;
  color: #585858;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .two-column-list .inner .list ul li {
    width: 40%;
  }
}
.two-column-list .inner .list ul li::before {
  content: "●";
  color: white;
  display: inline-block;
  width: 10px;
  margin-left: 0;
}

.embed {
  margin-top: 50px;
}
.embed .inner {
  width: 90%;
  max-width: 888px;
  display: block;
  margin: 0 auto;
}

.five-column-table {
  margin: 75px auto 30px;
}
.five-column-table .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.five-column-table .inner table.five-column tr th:nth-of-type(1),
.five-column-table .inner table.five-column tr td:nth-of-type(1) {
  width: 40%;
}
.five-column-table .inner table.five-column tr th:nth-of-type(2), .five-column-table .inner table.five-column tr th:nth-of-type(3), .five-column-table .inner table.five-column tr th:nth-of-type(4),
.five-column-table .inner table.five-column tr td:nth-of-type(2),
.five-column-table .inner table.five-column tr td:nth-of-type(3),
.five-column-table .inner table.five-column tr td:nth-of-type(4) {
  width: 14%;
}
.five-column-table .inner table.five-column tr th:nth-of-type(5),
.five-column-table .inner table.five-column tr td:nth-of-type(5) {
  width: 18%;
  text-align: right;
}
.five-column-table .inner .fine-print {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
  line-height: 1.25;
  color: #585858;
}

.button-block {
  color: white;
}
.button-block .inner {
  width: 80%;
  max-width: 755px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.button-block .inner .button-wrapper {
  display: block;
  margin: 20px auto 50px;
}
.button-block .inner .button-wrapper a .button {
  border-radius: 45px;
  height: 45px;
  padding: 15px 35px 5px;
  background-color: #fc6349;
  color: white;
}
.button-block .inner .button-wrapper a .button:hover {
  background-color: #234a82;
}

.sustainability {
  background-color: #7acff4;
}
.sustainability .inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
}
.sustainability .inner .top {
  text-align: center;
  margin-bottom: 50px;
}
.sustainability .inner .top .title {
  color: white;
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sustainability .inner .top .title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.sustainability .inner .top .subtitle {
  color: #234a82;
  font-size: 5vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .top .subtitle {
    font-size: 21px;
  }
}
.sustainability .inner .stats.large {
  color: white;
  text-transform: uppercase;
  font-family: calluna-sans, sans-serif;
  font-weight: 900;
  margin-bottom: 80px;
}
.sustainability .inner .stats.large .top {
  font-size: 20vw;
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.large .top {
    font-size: 8.5vw;
  }
}
@media only screen and (min-width: 1500px) {
  .sustainability .inner .stats.large .top {
    font-size: 120px;
  }
}
.sustainability .inner .stats.large .top span {
  color: #fc6349;
  font-size: 35vw;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.large .top span {
    font-size: 8.5vw;
  }
}
@media only screen and (min-width: 1500px) {
  .sustainability .inner .stats.large .top span {
    font-size: 120px;
  }
}
.sustainability .inner .stats.large .bottom {
  font-weight: 500;
  font-size: 5vw;
  width: 70%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.large .bottom {
    font-size: 3.25vw;
    width: unset;
  }
}
@media only screen and (min-width: 1500px) {
  .sustainability .inner .stats.large .bottom {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.sustainability .inner .stats.small .stat {
  width: 85%;
  display: block;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small .stat {
    width: 33%;
    margin: 0;
    padding: 40px 4% 20px;
  }
}
.sustainability .inner .stats.small .stat .title {
  color: #234a82;
  display: flex;
  align-items: center;
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: 900;
  text-align: right;
  margin: 0 5% 10px;
  font-family: calluna-sans, sans-serif;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small .stat .title {
    font-size: 20px;
  }
}
.sustainability .inner .stats.small .stat .title.under {
  flex-wrap: wrap;
}
.sustainability .inner .stats.small .stat .title.under span {
  width: 100%;
  text-align: left;
  margin: 0;
}
.sustainability .inner .stats.small .stat .title span {
  color: #fc6349;
  font-size: 15vw;
  margin-left: 10%;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small .stat .title span {
    font-size: 60px;
  }
}
.sustainability .inner .stats.small .stat .bottom {
  border-top: 3px solid #40c1ab;
  display: flex;
  align-items: flex-start;
}
.sustainability .inner .stats.small .stat .bottom img {
  width: 35%;
  padding: 5%;
}
.sustainability .inner .stats.small .stat .bottom .right {
  padding: 5%;
  border-left: 3px solid #40c1ab;
  line-height: 1.5;
  font-size: 11.5px;
  color: #585858;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small .stat .bottom .right {
    padding: 5% 0 5% 5%;
    font-size: 12px;
  }
}
.sustainability .inner .stats.small .stat.filled {
  color: white;
  background-color: #234a82;
  border-radius: 10px;
  padding: 5%;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small .stat.filled {
    padding: 15px;
  }
}
.sustainability .inner .stats.small .stat.filled .title {
  font-size: 5.5vw;
  color: white;
  text-align: left;
  margin: 0 20% 10px 0;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small .stat.filled .title {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1100px) {
  .sustainability .inner .stats.small .stat.filled .title {
    font-size: 26px;
    margin: 0 5% 10px 0;
  }
}
.sustainability .inner .stats.small .stat.filled .bottom {
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.sustainability .inner .stats.small .stat.filled .bottom .full-width {
  color: #fc6349;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.sustainability .inner .stats.small .stat.filled .bottom .full-width span {
  font-size: 12vw;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small .stat.filled .bottom .full-width span {
    font-size: 60px;
  }
}
.sustainability .inner .stats.small .stat.filled .bottom .full-width .converted-to-lbs {
  font-size: 5vw;
  margin: 0 0 5px 10px;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .sustainability .inner .stats.small .stat.filled .bottom .full-width .converted-to-lbs {
    font-size: 20px;
    margin: 0 0 10px 10px;
  }
}
.sustainability .inner .stats.small .stat.filled .bottom .right {
  border: none;
  padding: 0;
  color: white;
}
.sustainability .inner .stats.small .stat.filled .bottom .right em {
  font-weight: bold;
}

.rte .inner {
  color: #585858;
  line-height: 2;
  width: 90%;
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}
.rte .inner.left-aligned {
  text-align: left;
}
.rte .inner p {
  min-height: 18px;
}
.rte .inner p.align-center {
  text-align: center;
}
.rte .inner p.align-right {
  text-align: right;
}
.rte .inner p.align-justify {
  text-align: justify;
}
.rte .inner ul {
  text-align: left;
  margin: 0 auto;
  display: block;
  max-width: 500px;
  width: 90%;
}
.rte .inner ul li {
  margin: 5px 0 5px 20px;
  text-indent: -20px;
}
.rte .inner ul li::before {
  content: "●";
  color: #40c1ab;
  display: inline-block;
  width: 20px;
  margin-left: 0;
}
.rte .inner a {
  color: #40c1ab;
  transition: color 0.3s ease;
}
.rte .inner a:hover {
  color: #234a82;
}
.rte .inner h1 {
  color: #234a82;
  font-size: 5vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  margin: 15px 0 10px;
}
@media (min-width: 768px) {
  .rte .inner h1 {
    font-size: 28px;
  }
}
.rte .inner h1 .color-light-blue {
  color: #234a82;
}
.rte .inner .color-light-blue {
  color: #40c1ab;
}
.rte .inner em {
  font-style: italic;
}
.rte .inner h5 {
  font-size: 12px;
}
.rte.two-column .inner {
  color: #585858;
  line-height: 2;
  width: 90%;
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .rte.two-column .inner {
    display: flex;
  }
}
.rte.two-column .inner .col {
  width: 100%;
}
@media (min-width: 768px) {
  .rte.two-column .inner .col {
    width: 50%;
  }
}

.five-column-table .title {
  color: #234a82;
  text-align: center;
  color: #234a82;
  font-size: 5vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  font-feature-settings: "lnum" 1;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  .five-column-table .title {
    font-size: 28px;
  }
}
.five-column-table tr {
  border-bottom: 2px solid #40c1ab;
}
.five-column-table tr th,
.five-column-table tr td {
  height: 50px;
  padding: 18px 0;
  width: 20%;
}
.five-column-table tr th {
  text-align: left;
  color: #40c1ab;
  padding: 5px 5px;
  font-size: 12px;
  height: 30px;
  font-weight: bold;
}
.five-column-table tr td {
  color: #585858;
  padding: 18px 5px;
}
.five-column-table tr td:nth-of-type(1) {
  color: #40c1ab;
  font-weight: bold;
  font-size: 18px;
}

.fine-print {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
  line-height: 1.25;
  color: #585858;
}

.program-landing-block {
  background-color: #7acff4;
  padding: 40px 0 40px;
  padding-top: 80px;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .program-landing-block {
    padding: 80px 0 100px;
    margin-top: -40px;
  }
}
.program-landing-block:nth-of-type(even) {
  background-color: #40c1ab;
}
.program-landing-block .inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .program-landing-block .inner {
    display: flex;
  }
}
.program-landing-block .inner .image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .program-landing-block .inner .image-wrapper {
    width: 45%;
  }
}
.program-landing-block .inner .image-wrapper img {
  width: 100%;
}
.program-landing-block .inner .info {
  width: 100%;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .program-landing-block .inner .info {
    width: 50%;
    margin: 0 0 0 5%;
  }
}
.program-landing-block .inner .info .text-wrapper {
  margin-bottom: 40px;
  width: 100%;
}
.program-landing-block .inner .info .text-wrapper .text-1 {
  width: 100%;
  color: #fc6349;
  font-family: calluna-sans, sans-serif;
  font-size: 4.5vw;
  font-weight: bold;
  font-feature-settings: "lnum" 1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .program-landing-block .inner .info .text-wrapper .text-1 {
    font-size: 25px;
  }
}
.program-landing-block .inner .info .text-wrapper .text-2 {
  width: 100%;
  color: #234a82;
  font-family: calluna-sans, sans-serif;
  font-size: 6vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .program-landing-block .inner .info .text-wrapper .text-2 {
    font-size: 28px;
  }
}
.program-landing-block .inner .info .text-wrapper .text-3 {
  width: 100%;
  color: #585858;
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
}
.program-landing-block .inner .info .text-wrapper .text-3 a {
  color: #234a82;
  transition: color 0.3s ease;
}
.program-landing-block .inner .info .text-wrapper .text-3 a:hover {
  color: #fc6349;
}
.program-landing-block .inner .info .button-wrapper {
  display: block;
  margin: 0 auto 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .program-landing-block .inner .info .button-wrapper {
    margin: unset;
  }
}
@media (min-width: 1000px) {
  .program-landing-block .inner .info .button-wrapper {
    text-align: left;
  }
}
.program-landing-block .inner .info .button-wrapper a .button {
  border-radius: 45px;
  height: 45px;
  padding: 15px 35px 5px;
  background-color: white;
  color: #40c1ab;
  margin: 0 20px 20px 0;
}
@media (min-width: 1000px) {
  .program-landing-block .inner .info .button-wrapper a .button {
    margin: 0 20px 0 0;
  }
}
.program-landing-block .inner .info .button-wrapper a .button:hover {
  background-color: #234a82;
}

.program-waistband {
  background-size: cover;
  height: 530px;
}
.program-waistband .inner {
  color: white;
  text-align: center;
  font-family: calluna-sans, sans-serif;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.program-waistband .inner .text-1 {
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  letter-spacing: 6px;
}
@media (min-width: 768px) {
  .program-waistband .inner .text-1 {
    font-size: 60px;
  }
}
.program-waistband .inner .text-2 {
  font-size: 6vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
}
@media (min-width: 768px) {
  .program-waistband .inner .text-2 {
    font-size: 40px;
  }
}
.program-waistband .inner .logos {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.program-waistband .inner .logos .logo-wrapper {
  width: 15vw;
  height: 15vw;
  max-width: 175px;
  max-height: 175px;
  margin: 0 20px;
}
.program-waistband .inner .logos .logo-wrapper img.logo {
  height: 100%;
}

.program-title-block {
  text-align: center;
  margin: 40px 0;
}

.schedule-block,
.pricing-block {
  margin: 75px auto;
  max-width: 800px;
  width: 90%;
}
.schedule-block .schedule-icon,
.pricing-block .schedule-icon {
  width: 75px;
  display: block;
  margin: 0 auto;
}
.schedule-block .schedule-title,
.schedule-block .pricing-title,
.pricing-block .schedule-title,
.pricing-block .pricing-title {
  color: #234a82;
  text-align: center;
  color: #234a82;
  font-size: 5vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  font-feature-settings: "lnum" 1;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  .schedule-block .schedule-title,
  .schedule-block .pricing-title,
  .pricing-block .schedule-title,
  .pricing-block .pricing-title {
    font-size: 28px;
  }
}
.schedule-block .pricing-copy,
.pricing-block .pricing-copy {
  text-align: center;
  color: #585858;
  line-height: 2;
  margin-bottom: 20px;
}
.schedule-block tr,
.pricing-block tr {
  border-bottom: 2px solid #40c1ab;
}
.schedule-block tr th,
.schedule-block tr td,
.pricing-block tr th,
.pricing-block tr td {
  height: 50px;
  padding: 18px 0;
}
.schedule-block tr th:nth-of-type(1), .schedule-block tr th:nth-of-type(2),
.schedule-block tr td:nth-of-type(1),
.schedule-block tr td:nth-of-type(2),
.pricing-block tr th:nth-of-type(1),
.pricing-block tr th:nth-of-type(2),
.pricing-block tr td:nth-of-type(1),
.pricing-block tr td:nth-of-type(2) {
  width: 25%;
}
.schedule-block tr th:nth-of-type(3),
.schedule-block tr td:nth-of-type(3),
.pricing-block tr th:nth-of-type(3),
.pricing-block tr td:nth-of-type(3) {
  width: 50%;
}
.schedule-block tr th,
.pricing-block tr th {
  text-align: left;
  color: #40c1ab;
  padding: 5px 5px;
  font-size: 15px;
  height: 30px;
  font-weight: bold;
}
.schedule-block tr td,
.pricing-block tr td {
  color: #585858;
  padding: 18px 5px;
}
.schedule-block tr td:nth-of-type(1),
.pricing-block tr td:nth-of-type(1) {
  color: #40c1ab;
  font-weight: bold;
  font-size: 18px;
}

.pricing-block tr th,
.pricing-block tr td {
  height: 50px;
  padding: 18px 10px 18px 5px;
}
.pricing-block tr th:nth-of-type(1),
.pricing-block tr td:nth-of-type(1) {
  width: 40%;
}
.pricing-block tr th:nth-of-type(2),
.pricing-block tr td:nth-of-type(2) {
  width: 40%;
}
.pricing-block tr th:nth-of-type(3),
.pricing-block tr td:nth-of-type(3) {
  width: 20%;
}

.program-register-block {
  color: white;
}
.program-register-block .inner {
  width: 80%;
  max-width: 755px;
  margin: 0 auto;
  padding: 1px 0;
  text-align: center;
}
.program-register-block .inner .button-wrapper {
  display: block;
  margin: 0 auto 20px;
}
.program-register-block .inner .button-wrapper a .button {
  border-radius: 45px;
  height: 45px;
  padding: 15px 35px 5px;
  background-color: #fc6349;
  color: white;
}
.program-register-block .inner .button-wrapper a .button:hover {
  background-color: #234a82;
}
.program-register-block .inner .text-1 {
  width: 100%;
  color: #234a82;
  font-family: calluna-sans, sans-serif;
  font-size: 6vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .program-register-block .inner .text-1 {
    font-size: 28px;
  }
}
.program-register-block .inner .text-2 {
  width: 100%;
  color: #234a82;
  font-size: 16px;
  line-height: 2;
  margin: 50px 0 30px;
}
.program-register-block .inner .text-2 a {
  color: #234a82;
  font-weight: bold;
  transition: 0.3s ease;
}
.program-register-block .inner .text-2 a:hover {
  color: #fc6349;
}

.four-column-table .title {
  text-align: center;
  color: #234a82;
  font-size: 5vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  font-feature-settings: "lnum" 1;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  .four-column-table .title {
    font-size: 28px;
  }
}
.four-column-table tr {
  border-bottom: 2px solid #40c1ab;
}
.four-column-table tr th,
.four-column-table tr td {
  height: 50px;
  padding: 18px 0;
  width: 20%;
}
.four-column-table tr th:nth-of-type(1),
.four-column-table tr td:nth-of-type(1) {
  width: 50%;
}
.four-column-table tr th {
  text-align: left;
  color: #40c1ab;
  padding: 5px 5px;
  font-size: 12px;
  height: 30px;
  font-weight: bold;
}
.four-column-table tr td {
  color: #585858;
  padding: 18px 5px;
}
.four-column-table tr td:nth-of-type(1) {
  color: #40c1ab;
  font-weight: bold;
  font-size: 18px;
}

section#gallery {
  padding-bottom: 80px;
}
section#gallery .inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
section#gallery .inner .featured {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section#gallery .inner .featured {
    flex-wrap: nowrap;
  }
}
section#gallery .inner .featured:first-child {
  display: flex;
  align-items: flex-start;
}
section#gallery .inner .featured .gallery-image {
  width: 100%;
}
@media (min-width: 768px) {
  section#gallery .inner .featured .gallery-image {
    width: 48.5%;
  }
}
section#gallery .inner .featured .right {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  section#gallery .inner .featured .right {
    width: 47%;
    margin-top: 0;
  }
}
section#gallery .inner .featured .right .dining-caption {
  color: #585858;
  line-height: 1.5;
  font-family: calluna-sans, sans-serif;
  margin-bottom: 30px;
}
section#gallery .inner .featured .right .dining-caption ul {
  margin: 10px 0;
}
section#gallery .inner .featured .right .dining-caption ul li {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 0 0 5px 0;
}
section#gallery .inner .featured .right .dining-caption ul li::before {
  content: "●";
  color: #40c1ab;
  display: inline-block;
  width: 20px;
  margin-left: 0;
}
section#gallery .inner .featured .right .dining-caption strong {
  color: #40c1ab;
  font-size: 5vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  section#gallery .inner .featured .right .dining-caption strong {
    font-size: 28px;
  }
}
section#gallery .inner .featured .right .button-wrapper {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  section#gallery .inner .featured .right .button-wrapper {
    text-align: left;
  }
}
section#gallery .inner .featured .right .button-wrapper .button {
  background-color: #fc6349;
  font-size: 16px;
  padding: 12px 40px;
  height: 40px;
}
section#gallery .inner .featured .right .button-wrapper .button:hover {
  color: white;
  background-color: #234a82;
}
section#gallery .inner .images {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section#gallery .inner .images {
    flex-wrap: nowrap;
  }
}
section#gallery .inner .images .dining-image {
  width: 100%;
}

.hours-block {
  background-color: #7acff4;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .hours-block {
    padding: 60px 0;
  }
}
.hours-block .inner {
  width: 90%;
  max-width: 888px;
  margin: 0 auto;
  color: white;
  text-align: center;
}
.hours-block .inner .hours-title {
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
}
@media (min-width: 768px) {
  .hours-block .inner .hours-title {
    font-size: 45px;
  }
}
.hours-block .inner .hours-copy {
  color: #585858;
  font-size: 16px;
  line-height: 2;
  margin: 40px 0 35px;
}
.hours-block .inner .hours1, .hours-block .inner .hours2 {
  font-size: 4vw;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .hours-block .inner .hours1, .hours-block .inner .hours2 {
    font-size: 24px;
  }
}
.hours-block .inner .button-wrapper {
  display: block;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .hours-block .inner .button-wrapper {
    margin: 50px auto 0;
  }
}
.hours-block .inner .button-wrapper a .button {
  border-radius: 45px;
  height: 45px;
  padding: 15px 35px 5px;
  background-color: #fc6349;
  color: white;
}
.hours-block .inner .button-wrapper a .button:hover {
  background-color: #234a82;
}

.dining-waistband {
  background-color: #7acff4;
  padding: 50px 0;
  background-size: cover;
  height: 550px;
}
.dining-waistband .inner {
  width: 90%;
  max-width: 888px;
  margin: 0 auto;
  color: white;
  text-align: center;
}
.dining-waistband .inner .dining-waistband-title {
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  color: #fc6349;
}
@media (min-width: 768px) {
  .dining-waistband .inner .dining-waistband-title {
    font-size: 45px;
  }
}
.dining-waistband .inner .dining-waistband-copy {
  color: #585858;
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 35px;
  height: 175px;
}
.dining-waistband .inner .hours1, .dining-waistband .inner .hours2 {
  font-size: 4vw;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .dining-waistband .inner .hours1, .dining-waistband .inner .hours2 {
    font-size: 24px;
  }
}
.dining-waistband .inner .button-wrapper {
  display: block;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .dining-waistband .inner .button-wrapper {
    margin: 50px auto 0;
  }
}
.dining-waistband .inner .button-wrapper a .button {
  border-radius: 45px;
  height: 45px;
  padding: 15px 35px 5px;
  background-color: #fc6349;
  color: white;
}
.dining-waistband .inner .button-wrapper a .button:hover {
  background-color: #234a82;
}

section#events .find-events {
  background-color: #40c1ab;
  padding: 60px 0;
}
section#events .find-events .inner {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
section#events .find-events .inner .find-events-title {
  color: white;
  font-family: calluna-sans, sans-serif;
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section#events .find-events .inner .find-events-title {
    font-size: 25px;
  }
}
section#events .find-events .inner .search-block form input:focus,
section#events .find-events .inner .search-block form textarea:focus,
section#events .find-events .inner .search-block form select:focus {
  outline: none;
  -webkit-appearance: none;
}
section#events .find-events .inner .search-block form input[type=text] {
  height: 30px;
  border-radius: 30px;
  border: none;
  padding: 0 30px;
  margin: 15px 0;
  color: #585858;
  text-align: center;
}
@media (min-width: 768px) {
  section#events .find-events .inner .search-block form input[type=text] {
    margin: 0 5px;
  }
}
section#events .find-events .inner .search-block form ::-webkit-calendar-picker-indicator {
  opacity: 0.4;
  color: #c6c6c6;
}
section#events .find-events .inner .search-block form input[type=submit] {
  background-color: #fc6349;
  border-radius: 30px;
  height: 34px;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 40px;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  section#events .find-events .inner .search-block form input[type=submit] {
    margin: 0 0 0 15px;
  }
}
section#events .event-search-results {
  padding: 60px 0;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
section#events .event-search-results .title {
  color: #40c1ab;
  text-align: center;
  font-family: calluna-sans, sans-serif;
  margin: 0px 0 50px;
  font-size: 4.5vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  section#events .event-search-results .title {
    font-size: 25px;
  }
}
section#events .event-search-results .event-date {
  width: 100%;
  color: #fc6349;
  font-family: calluna-sans, sans-serif;
  font-size: 4.5vw;
  font-weight: bold;
  font-feature-settings: "lnum" 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  section#events .event-search-results .event-date {
    font-size: 25px;
  }
}
section#events .event-search-results .event-title {
  width: 100%;
  color: #234a82;
  font-family: calluna-sans, sans-serif;
  font-size: 6vw;
  font-weight: bold;
  font-feature-settings: "lnum" 1;
}
@media (min-width: 768px) {
  section#events .event-search-results .event-title {
    font-size: 28px;
  }
}
section#events .event-search-results .event.hidden {
  display: none;
}
section#events .event-search-results .event .bottom-section {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 70px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  section#events .event-search-results .event .bottom-section {
    flex-wrap: nowrap;
    margin: 30px 0 50px;
  }
}
section#events .event-search-results .event .bottom-section img {
  width: 100%;
}
@media (min-width: 768px) {
  section#events .event-search-results .event .bottom-section img {
    width: 260px;
  }
}
section#events .event-search-results .event .bottom-section .text-and-button {
  margin: 0 auto;
}
@media (min-width: 768px) {
  section#events .event-search-results .event .bottom-section .text-and-button {
    margin: 0 0 0 40px;
  }
}
section#events .event-search-results .event .bottom-section .text-and-button .event-text {
  width: 100%;
  color: #585858;
  font-size: 16px;
  line-height: 2;
  margin: 10px 0 20px;
}
@media (min-width: 768px) {
  section#events .event-search-results .event .bottom-section .text-and-button .event-text {
    margin: -9px 0 20px;
  }
}
section#events .event-search-results .event .bottom-section .text-and-button .button-wrapper {
  margin-top: auto;
  text-align: center;
}
@media (min-width: 768px) {
  section#events .event-search-results .event .bottom-section .text-and-button .button-wrapper {
    text-align: left;
  }
}
section#events .event-search-results .event .bottom-section .text-and-button .button-wrapper a .button {
  background-color: #fc6349;
}
section#events .event-search-results .event .bottom-section .text-and-button .button-wrapper a .button:hover {
  background-color: #234a82;
  color: white;
}
section#events .event-search-results .no-events {
  text-align: center;
}
section#events .event-search-results .no-events.hidden {
  display: none;
}
section#events .event-search-results .no-events .sorry {
  width: 100%;
  color: #fc6349;
  font-family: calluna-sans, sans-serif;
  font-size: 6vw;
  font-weight: bold;
  font-feature-settings: "lnum" 1;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  section#events .event-search-results .no-events .sorry {
    font-size: 28px;
  }
}
section#events .event-search-results .no-events .button {
  background-color: #fc6349;
  border-radius: 30px;
  height: 34px;
  border: none;
  color: white;
  font-weight: bold;
  padding: 9px 40px;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  section#events .event-search-results .no-events .button {
    margin: 0 0 0 15px;
  }
}
section#events .event-search-results .no-events .button:hover {
  background-color: #234a82;
}

#ui-datepicker-div {
  background-color: #234a82;
  border-radius: 20px;
  margin-top: 10px;
  border: none;
  padding: 14px;
  width: 15em;
}
#ui-datepicker-div .ui-datepicker-header {
  background: transparent;
  color: white;
  border: none;
  margin-bottom: 10px;
}
#ui-datepicker-div .ui-datepicker-month {
  color: white;
  text-transform: uppercase;
}
#ui-datepicker-div th {
  background: #476692;
  padding: 1px 2px;
  margin-bottom: 4px;
}
#ui-datepicker-div th span {
  font-size: 12px;
}
#ui-datepicker-div span {
  color: white;
}
#ui-datepicker-div .ui-state-default {
  background: #476692;
  color: white;
  border: transparent;
  border-radius: 2px;
  text-align: center;
}
#ui-datepicker-div .ui-state-highlight {
  background: #40c1ab;
}
#ui-datepicker-div .ui-datepicker td {
  border: 0;
  padding: 2px;
}
#ui-datepicker-div .ui-datepicker-today {
  background: #40c1ab;
  color: white;
}
#ui-datepicker-div .ui-datepicker-today .ui-state-highlight {
  color: white;
}
#ui-datepicker-div .ui-widget-header .ui-icon {
  background-image: url("/img/calendar-dropdown/ui-icons_444444_256x240-blue.png");
}
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-button:hover,
#ui-datepicker-div .ui-button:focus {
  border: none;
  background: none;
  font-weight: normal;
  color: #40c1ab;
  cursor: pointer;
}

section#about-the-mountain {
  min-height: 90vh;
}

#trails-and-conditions .title-and-conditions .inner {
  width: 90%;
  max-width: 888px;
  margin: 50px auto 60px;
}
#trails-and-conditions .title-and-conditions .inner .page-title {
  text-align: center;
  color: #fc6349;
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
}
@media (min-width: 768px) {
  #trails-and-conditions .title-and-conditions .inner .page-title {
    font-size: 45px;
  }
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions {
  color: #234a82;
  font-size: 3vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  #trails-and-conditions .title-and-conditions .inner .overall-conditions {
    font-size: 28px;
  }
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions table {
  table-layout: fixed;
  border-spacing: 5px 15px;
  border-collapse: separate;
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions table tr td {
  width: 25%;
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions table tr td:nth-of-type(1) {
  width: 22%;
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions table tr td:nth-of-type(2) {
  width: 28%;
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions table tr td.light-blue {
  color: #40c1ab;
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions .detailed-conditions {
  color: #585858;
  font-size: 16px;
  line-height: 2;
  margin: 40px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions .last-updated {
  margin-top: 20px;
  text-align: center;
  color: #40c1ab;
  font-size: 3vw;
}
@media (min-width: 768px) {
  #trails-and-conditions .title-and-conditions .inner .overall-conditions .last-updated {
    font-size: 20px;
  }
}
#trails-and-conditions .title-and-conditions .inner .overall-conditions .last-updated span {
  color: #234a82;
}
#trails-and-conditions .trail-map {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
#trails-and-conditions .trail-map img {
  width: 100%;
}
#trails-and-conditions .trails-and-lifts {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
}
@media (min-width: 768px) {
  #trails-and-conditions .trails-and-lifts {
    display: flex;
  }
}
#trails-and-conditions .trails-and-lifts .trails-open .trails-title,
#trails-and-conditions .trails-and-lifts .lifts-open .trails-title {
  color: #40c1ab;
  font-size: 5vw;
  font-weight: bold;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  #trails-and-conditions .trails-and-lifts .trails-open .trails-title,
  #trails-and-conditions .trails-and-lifts .lifts-open .trails-title {
    font-size: 28px;
  }
}
#trails-and-conditions .trails-and-lifts .trails-open .trails-title span,
#trails-and-conditions .trails-and-lifts .lifts-open .trails-title span {
  color: #234a82;
}
#trails-and-conditions .trails-and-lifts .trails-open .trails .trail,
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail {
  color: #234a82;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
}
#trails-and-conditions .trails-and-lifts .trails-open .trails .trail.closed .trail-name,
#trails-and-conditions .trails-and-lifts .trails-open .trails .trail.closed .status,
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail.closed .trail-name,
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail.closed .status {
  opacity: 0.5;
}
#trails-and-conditions .trails-and-lifts .trails-open .trails .trail .difficulty,
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail .difficulty {
  margin-right: 20px;
}
#trails-and-conditions .trails-and-lifts .trails-open .trails .trail .difficulty img,
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail .difficulty img {
  width: 15px;
}
#trails-and-conditions .trails-and-lifts .trails-open .trails .trail .trail-name,
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail .trail-name {
  width: 50%;
}
#trails-and-conditions .trails-and-lifts .trails-open .trails .trail .status,
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail .status {
  width: 40%;
}
#trails-and-conditions .trails-and-lifts .trails-open {
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  #trails-and-conditions .trails-and-lifts .trails-open {
    width: 60%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #trails-and-conditions .trails-and-lifts .lifts-open {
    width: 40%;
  }
}
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail .trail-name {
  width: 80%;
}
@media (min-width: 768px) {
  #trails-and-conditions .trails-and-lifts .lifts-open .trails .trail .trail-name {
    width: 90%;
  }
}
#trails-and-conditions .trails-and-lifts .lifts-open .trails .trail .status {
  width: 10%;
}
#trails-and-conditions .terrain-park {
  background-color: #40c1ab;
}
#trails-and-conditions .terrain-park .inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 60px 0;
}
#trails-and-conditions .terrain-park .inner .terrain-park-title {
  color: white;
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  #trails-and-conditions .terrain-park .inner .terrain-park-title {
    font-size: 45px;
  }
}
#trails-and-conditions .terrain-park .inner .content {
  margin: 40px 0;
}
@media (min-width: 768px) {
  #trails-and-conditions .terrain-park .inner .content {
    display: flex;
    justify-content: space-between;
  }
}
#trails-and-conditions .terrain-park .inner .content .left {
  color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 577px;
}
@media (min-width: 768px) {
  #trails-and-conditions .terrain-park .inner .content .left {
    width: 50%;
  }
}
#trails-and-conditions .terrain-park .inner .content .left .statuses li {
  display: flex;
  padding: 15px 20px;
}
#trails-and-conditions .terrain-park .inner .content .left .statuses li:nth-of-type(odd) {
  background-color: #34b59d;
}
#trails-and-conditions .terrain-park .inner .content .left .statuses li .detail {
  width: 70%;
  font-weight: bold;
  font-size: 4vw;
}
@media (min-width: 768px) {
  #trails-and-conditions .terrain-park .inner .content .left .statuses li .detail {
    width: 80%;
    font-size: 20px;
  }
}
#trails-and-conditions .terrain-park .inner .content .left .statuses li .status {
  width: 30%;
  font-size: 3vw;
  padding-top: 2px;
}
@media (min-width: 768px) {
  #trails-and-conditions .terrain-park .inner .content .left .statuses li .status {
    width: 20%;
    font-size: 15px;
    padding-top: 4px;
  }
}
#trails-and-conditions .terrain-park .inner .content .left .update {
  padding-left: 20px;
  margin-top: 60px;
}
#trails-and-conditions .terrain-park .inner .content .left .update-header {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#trails-and-conditions .terrain-park .inner .content .left .update-copy {
  font-size: 14px;
  line-height: 2;
}
#trails-and-conditions .terrain-park .inner .content .left .button-wrapper {
  margin-top: auto;
  text-align: center;
}
#trails-and-conditions .terrain-park .inner .content .left .button-wrapper .button {
  border-radius: 45px;
  height: 45px;
  padding: 15px 35px 5px;
  background-color: #fc6349;
  color: white;
}
#trails-and-conditions .terrain-park .inner .content .left .button-wrapper .button:hover {
  background-color: #234a82;
}
#trails-and-conditions .terrain-park .inner .content .right {
  margin-top: 60px;
}
@media (min-width: 768px) {
  #trails-and-conditions .terrain-park .inner .content .right {
    margin-top: 0;
    width: 45%;
  }
}
#trails-and-conditions .terrain-park .inner .content .right img {
  width: 100%;
}
#trails-and-conditions .mountain-rules .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
#trails-and-conditions .mountain-rules .inner .rules-icon {
  display: block;
  margin: 0 auto 40px;
  width: 85px;
}
#trails-and-conditions .mountain-rules .inner .rules-title {
  color: #40c1ab;
  font-size: 7vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  text-align: center;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  #trails-and-conditions .mountain-rules .inner .rules-title {
    font-size: 45px;
  }
}
#trails-and-conditions .mountain-rules .inner .rules {
  counter-reset: rules-counter;
  column-count: 1;
  column-gap: 10%;
  margin-left: 2em;
  text-indent: -2em;
}
@media (min-width: 768px) {
  #trails-and-conditions .mountain-rules .inner .rules {
    column-count: 2;
  }
}
#trails-and-conditions .mountain-rules .inner .rules .rule {
  counter-increment: rules-counter;
  color: #585858;
  line-height: 2;
  height: auto;
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 768px) {
  #trails-and-conditions .mountain-rules .inner .rules .rule {
    height: 110px;
    margin: 0;
  }
}
#trails-and-conditions .mountain-rules .inner .rules .rule::before {
  content: counter(rules-counter) ".  ";
  color: #40c1ab;
  font-weight: bold;
  font-size: 24px;
}

#hours .regular-hours .inner, #hours .holiday-hours .inner {
  margin: 75px auto;
  max-width: 800px;
  width: 90%;
}
#hours .regular-hours .inner .regular-hours-icon, #hours .holiday-hours .inner .regular-hours-icon {
  width: 75px;
  display: block;
  margin: 0 auto;
}
#hours .regular-hours .inner .regular-hours-title, #hours .regular-hours .inner .holiday-hours-title, #hours .holiday-hours .inner .regular-hours-title, #hours .holiday-hours .inner .holiday-hours-title {
  color: #234a82;
  text-align: center;
  color: #234a82;
  font-size: 5vw;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  font-feature-settings: "lnum" 1;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  #hours .regular-hours .inner .regular-hours-title, #hours .regular-hours .inner .holiday-hours-title, #hours .holiday-hours .inner .regular-hours-title, #hours .holiday-hours .inner .holiday-hours-title {
    font-size: 28px;
  }
}
#hours .regular-hours .inner .regular-hours-schedule table tr, #hours .regular-hours .inner .holiday-hours-schedule table tr, #hours .holiday-hours .inner .regular-hours-schedule table tr, #hours .holiday-hours .inner .holiday-hours-schedule table tr {
  border-bottom: 2px solid #40c1ab;
}
#hours .regular-hours .inner .regular-hours-schedule table tr th,
#hours .regular-hours .inner .regular-hours-schedule table tr td, #hours .regular-hours .inner .holiday-hours-schedule table tr th,
#hours .regular-hours .inner .holiday-hours-schedule table tr td, #hours .holiday-hours .inner .regular-hours-schedule table tr th,
#hours .holiday-hours .inner .regular-hours-schedule table tr td, #hours .holiday-hours .inner .holiday-hours-schedule table tr th,
#hours .holiday-hours .inner .holiday-hours-schedule table tr td {
  height: 50px;
  padding: 18px 0;
}
#hours .regular-hours .inner .regular-hours-schedule table tr th:nth-of-type(1),
#hours .regular-hours .inner .regular-hours-schedule table tr td:nth-of-type(1), #hours .regular-hours .inner .holiday-hours-schedule table tr th:nth-of-type(1),
#hours .regular-hours .inner .holiday-hours-schedule table tr td:nth-of-type(1), #hours .holiday-hours .inner .regular-hours-schedule table tr th:nth-of-type(1),
#hours .holiday-hours .inner .regular-hours-schedule table tr td:nth-of-type(1), #hours .holiday-hours .inner .holiday-hours-schedule table tr th:nth-of-type(1),
#hours .holiday-hours .inner .holiday-hours-schedule table tr td:nth-of-type(1) {
  width: 40%;
}
#hours .regular-hours .inner .regular-hours-schedule table tr th:nth-of-type(2),
#hours .regular-hours .inner .regular-hours-schedule table tr td:nth-of-type(2), #hours .regular-hours .inner .holiday-hours-schedule table tr th:nth-of-type(2),
#hours .regular-hours .inner .holiday-hours-schedule table tr td:nth-of-type(2), #hours .holiday-hours .inner .regular-hours-schedule table tr th:nth-of-type(2),
#hours .holiday-hours .inner .regular-hours-schedule table tr td:nth-of-type(2), #hours .holiday-hours .inner .holiday-hours-schedule table tr th:nth-of-type(2),
#hours .holiday-hours .inner .holiday-hours-schedule table tr td:nth-of-type(2) {
  width: 60%;
}
#hours .regular-hours .inner .regular-hours-schedule table tr th, #hours .regular-hours .inner .holiday-hours-schedule table tr th, #hours .holiday-hours .inner .regular-hours-schedule table tr th, #hours .holiday-hours .inner .holiday-hours-schedule table tr th {
  text-align: left;
  color: #40c1ab;
  padding: 5px 5px;
  font-size: 15px;
  height: 30px;
  font-weight: bold;
}
#hours .regular-hours .inner .regular-hours-schedule table tr td, #hours .regular-hours .inner .holiday-hours-schedule table tr td, #hours .holiday-hours .inner .regular-hours-schedule table tr td, #hours .holiday-hours .inner .holiday-hours-schedule table tr td {
  color: #585858;
  padding: 18px 5px;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #hours .regular-hours .inner .regular-hours-schedule table tr td, #hours .regular-hours .inner .holiday-hours-schedule table tr td, #hours .holiday-hours .inner .regular-hours-schedule table tr td, #hours .holiday-hours .inner .holiday-hours-schedule table tr td {
    font-size: 16px;
  }
}
#hours .regular-hours .inner .regular-hours-schedule table tr td:nth-of-type(1), #hours .regular-hours .inner .holiday-hours-schedule table tr td:nth-of-type(1), #hours .holiday-hours .inner .regular-hours-schedule table tr td:nth-of-type(1), #hours .holiday-hours .inner .holiday-hours-schedule table tr td:nth-of-type(1) {
  color: #40c1ab;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 768px) {
  #hours .regular-hours .inner .regular-hours-schedule table tr td:nth-of-type(1), #hours .regular-hours .inner .holiday-hours-schedule table tr td:nth-of-type(1), #hours .holiday-hours .inner .regular-hours-schedule table tr td:nth-of-type(1), #hours .holiday-hours .inner .holiday-hours-schedule table tr td:nth-of-type(1) {
    font-size: 18px;
  }
}
#hours .regular-hours .inner .holiday-hours-schedule table tr, #hours .holiday-hours .inner .holiday-hours-schedule table tr {
  border-bottom: 2px solid #40c1ab;
}
#hours .regular-hours .inner .holiday-hours-schedule table tr th:nth-of-type(1),
#hours .regular-hours .inner .holiday-hours-schedule table tr td:nth-of-type(1), #hours .holiday-hours .inner .holiday-hours-schedule table tr th:nth-of-type(1),
#hours .holiday-hours .inner .holiday-hours-schedule table tr td:nth-of-type(1) {
  width: 40%;
}
#hours .regular-hours .inner .holiday-hours-schedule table tr th:nth-of-type(2),
#hours .regular-hours .inner .holiday-hours-schedule table tr td:nth-of-type(2), #hours .holiday-hours .inner .holiday-hours-schedule table tr th:nth-of-type(2),
#hours .holiday-hours .inner .holiday-hours-schedule table tr td:nth-of-type(2) {
  width: 40%;
}
#hours .regular-hours .inner .holiday-hours-schedule table tr th:nth-of-type(3),
#hours .regular-hours .inner .holiday-hours-schedule table tr td:nth-of-type(3), #hours .holiday-hours .inner .holiday-hours-schedule table tr th:nth-of-type(3),
#hours .holiday-hours .inner .holiday-hours-schedule table tr td:nth-of-type(3) {
  width: 20%;
}

#lift-tickets .price-chart {
  margin: 75px auto 30px;
}
#lift-tickets .price-chart table.five-column tr th:nth-of-type(1),
#lift-tickets .price-chart table.five-column tr td:nth-of-type(1) {
  width: 40%;
}
#lift-tickets .price-chart table.five-column tr th:nth-of-type(2), #lift-tickets .price-chart table.five-column tr th:nth-of-type(3), #lift-tickets .price-chart table.five-column tr th:nth-of-type(4),
#lift-tickets .price-chart table.five-column tr td:nth-of-type(2),
#lift-tickets .price-chart table.five-column tr td:nth-of-type(3),
#lift-tickets .price-chart table.five-column tr td:nth-of-type(4) {
  width: 14%;
}
#lift-tickets .price-chart table.five-column tr th:nth-of-type(5),
#lift-tickets .price-chart table.five-column tr td:nth-of-type(5) {
  width: 18%;
  text-align: right;
}
#lift-tickets .price-chart .fine-print {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
  line-height: 1.25;
  color: #585858;
}
#lift-tickets .featured-deal .inner {
  width: 90%;
  max-width: 755px;
  margin: 0 auto;
  padding: 25px 10px;
  text-align: center;
  background-color: #d2ede8;
}
#lift-tickets .featured-deal .inner .deal-title {
  color: #234a82;
  font-weight: bold;
  font-family: calluna-sans, sans-serif;
  font-size: 5vw;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #lift-tickets .featured-deal .inner .deal-title {
    font-size: 28px;
  }
}
#lift-tickets .featured-deal .inner .deal-text {
  color: #585858;
}
#lift-tickets .featured-deal .inner .deals {
  color: #40c1ab;
  font-weight: bold;
  display: flex;
  margin: 20px auto 5px;
}
#lift-tickets .featured-deal .inner .deals .deal1 {
  margin: 0 20px 0 auto;
}
#lift-tickets .featured-deal .inner .deals .deal2 {
  margin: 0 auto 0 20px;
}
#lift-tickets .button-wrapper.prices-button {
  text-align: center;
  margin: 40px 0 60px;
}
#lift-tickets .button-wrapper.prices-button a .button {
  background-color: #fc6349;
  padding: 12px 35px;
  height: 40px;
}
#lift-tickets .button-wrapper.prices-button a .button:hover {
  background-color: #234a82;
  color: white;
}
#lift-tickets .learn-more-section {
  margin-bottom: 50px;
}

#getting-here .address-entry {
  background-color: #40c1ab;
  padding: 60px 0;
}
#getting-here .address-entry .inner {
  width: 90%;
  max-width: 888px;
  margin: 0 auto;
  text-align: center;
  color: white;
}
#getting-here .address-entry .inner .title {
  width: 100%;
  font-family: calluna-sans, sans-serif;
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #getting-here .address-entry .inner .title {
    font-size: 28px;
  }
}
#getting-here .address-entry .inner .subtitle {
  width: 100%;
  font-family: calluna-sans, sans-serif;
  font-size: 4vw;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #getting-here .address-entry .inner .subtitle {
    font-size: 16px;
  }
}
#getting-here .address-entry .inner form input:focus,
#getting-here .address-entry .inner form textarea:focus,
#getting-here .address-entry .inner form select:focus {
  outline: none;
  -webkit-appearance: none;
}
#getting-here .address-entry .inner form input[type=address] {
  border-radius: 30px;
  height: 30px;
  border: none;
  padding: 0 15px;
  width: 80%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #getting-here .address-entry .inner form input[type=address] {
    margin-bottom: 0;
    width: 40%;
  }
}
#getting-here .address-entry .inner form input[type=submit] {
  background-color: #fc6349;
  border-radius: 30px;
  height: 34px;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 14px;
}
@media (min-width: 768px) {
  #getting-here .address-entry .inner form input[type=submit] {
    margin-left: 20px;
  }
}
#getting-here .map img {
  width: 100%;
}
#getting-here .driving-directions {
  width: 90%;
  max-width: 888px;
  margin: 0 auto;
  padding: 40px 0;
}
#getting-here .driving-directions .title {
  color: #40c1ab;
  text-align: center;
  font-size: 24px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
#getting-here .driving-directions .locations {
  display: grid;
}
@media (min-width: 768px) {
  #getting-here .driving-directions .locations {
    grid-template-columns: 1fr 1fr;
  }
}
#getting-here .driving-directions .locations .location {
  width: 100%;
  margin: 40px 0;
}
@media (min-width: 768px) {
  #getting-here .driving-directions .locations .location:nth-of-type(even) {
    padding-left: 40px;
  }
}
#getting-here .driving-directions .locations .location .drive-duration {
  color: #fc6349;
  font-size: 11px;
  margin-bottom: 7px;
}
#getting-here .driving-directions .locations .location .location-title {
  color: #234a82;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  font-family: calluna-sans, sans-serif;
}
#getting-here .driving-directions .locations .location .location-copy {
  color: #585858;
  line-height: 2;
}

#multi-purpose-page tr th,
#multi-purpose-page tr td {
  height: 50px;
  padding: 18px 10px 18px 5px;
}
#multi-purpose-page tr th:nth-of-type(1),
#multi-purpose-page tr td:nth-of-type(1) {
  width: 50%;
}
#multi-purpose-page tr th:nth-of-type(2),
#multi-purpose-page tr td:nth-of-type(2) {
  width: 30%;
}
#multi-purpose-page tr th:nth-of-type(3),
#multi-purpose-page tr td:nth-of-type(3) {
  width: 20%;
}
#multi-purpose-page.subdomain .text-with-background-image .inner {
  max-width: 850px;
}
#multi-purpose-page.subdomain .text-with-background-image .inner h1 {
  margin-bottom: 20px;
  color: #3f008e;
}
#multi-purpose-page.subdomain .text-with-background-image .inner h2 {
  line-height: 1.25;
}
#multi-purpose-page.subdomain .text-with-background-image .inner h3 {
  color: #3f008e;
}
#multi-purpose-page.subdomain .text-with-background-image .inner .button-wrapper {
  margin-top: 70px;
}
#multi-purpose-page.subdomain .text-with-background-image .inner .button-wrapper .button {
  color: #3f008e;
  background-color: #bafff3;
  font-weight: bold;
  height: 40px;
  padding: 13px 25px 5px;
}
@media (min-width: 768px) {
  #multi-purpose-page.subdomain .text-with-background-image .inner .button-wrapper .button {
    padding: 14px 60px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
  }
}
#multi-purpose-page.subdomain .text-with-background-image .inner .button-wrapper .button:hover {
  color: white;
  background-color: #3f008e;
}
#multi-purpose-page.subdomain .text-with-background-image .inner .button-wrapper .button.alternate {
  color: white;
  background-color: #3f008e;
}
#multi-purpose-page.subdomain .text-with-background-image .inner .button-wrapper .button.alternate:hover {
  color: white;
  background-color: #bafff3;
}

#stayConnected .form-wrapper {
  width: 80%;
  max-width: 755px;
  margin: 0 auto;
  text-align: center;
}
#stayConnected .form-wrapper .ctct-form-button {
  background-color: #fc6349;
  border: 1px solid #fc6349;
  border-radius: 45px;
  height: 45px;
  padding: 8px 35px 5px;
  color: white;
  display: inline-block;
  width: auto;
  font-weight: bold;
  transition: all 0.3s ease;
}
#stayConnected .form-wrapper .ctct-form-button:hover {
  background-color: #234a82;
  border: 1px solid #234a82;
}
#stayConnected .form-wrapper .ctct-form-button:focus {
  outline: none;
}
#stayConnected .form-wrapper .ctct-form-header {
  color: #234a82;
}

#footer {
  background-color: #234a82;
  color: white;
  width: 100vw;
}
#footer .content {
  padding: 50px 5%;
}
@media (min-width: 950px) {
  #footer .content {
    display: flex;
    justify-content: space-between;
  }
}
#footer .left {
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #footer .left {
    margin-bottom: 0;
  }
}
#footer .left .footer-title {
  font-size: 20px;
  font-weight: bold;
}
#footer .left .footer-subtitle {
  font-size: 14px;
  margin-bottom: 35px;
}
#footer .left .button-wrapper {
  display: block;
  margin: 20px auto 50px;
}
#footer .left .button-wrapper a .button {
  border-radius: 45px;
  height: 45px;
  padding: 10px 35px 5px;
  background-color: #fc6349;
  color: white;
}
#footer .left .button-wrapper a .button:hover {
  background-color: #40c1ab;
}
#footer .left .copy {
  font-size: 10px;
}
#footer .center {
  margin: 0 0 50px 0;
}
@media (min-width: 950px) {
  #footer .center {
    margin: 0 20px 0 auto;
    padding: 0 20px 0 0;
    border-right: 1px solid white;
  }
}
#footer .center .contact-and-socials .title {
  font-weight: bold;
  font-size: 18px;
}
#footer .center .contact-and-socials .phone,
#footer .center .contact-and-socials .mail {
  display: flex;
  margin: 13px 0;
  font-size: 12px;
}
#footer .center .contact-and-socials .phone img,
#footer .center .contact-and-socials .mail img {
  height: 16px;
  margin: 0 20px 0 0;
}
#footer .center .contact-and-socials .phone-value,
#footer .center .contact-and-socials .mail-value {
  font-weight: bold;
}
#footer .center .contact-and-socials .phone img {
  margin: 0 23px 0 5px;
}
#footer .center .contact-and-socials .mail {
  transition: color 0.3s ease;
}
#footer .center .contact-and-socials .mail:hover {
  color: #40c1ab;
}
#footer .center .contact-and-socials .address {
  font-size: 12px;
  margin: 13px 0 20px 0;
  line-height: 1.25;
}
#footer .center .footer-socials {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
#footer .center .footer-socials .title {
  margin-right: 15px;
}
#footer .center .footer-socials li {
  width: 20px;
}
#footer .center .footer-socials li a {
  position: relative;
}
#footer .center .footer-socials li a:hover .over {
  opacity: 1;
}
#footer .center .footer-socials li a img {
  height: 15px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  transition: 0.3s all;
}
#footer .center .footer-socials li a img.over {
  opacity: 0;
}
#footer .right {
  flex: 0 1 150px;
}
@media (min-width: 950px) {
  #footer .right {
    margin-left: 20px;
  }
}
#footer .right .footer-links li {
  font-size: 14px;
  margin: 0 0 14px 0;
  transition: color 0.3s ease;
}
#footer .right .footer-links li:hover {
  color: #40c1ab;
}

.below-footer {
  background-color: #7acff4;
  width: 100vw;
}
.below-footer .inner-content {
  padding: 30px 1% 40px 5%;
}
@media (min-width: 950px) {
  .below-footer .inner-content {
    display: flex;
    justify-content: space-between;
  }
}
.below-footer .inner-content a:hover img {
  transform: scale(1.025);
}
.below-footer .inner-content img {
  height: 70px;
  margin-right: 15px;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .below-footer .inner-content img {
    height: 90px;
  }
}
.below-footer .inner-content .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 950px) {
  .below-footer .inner-content .left {
    width: 40%;
  }
}
.below-footer .inner-content .left .top {
  width: 100%;
}
.below-footer .inner-content .left .bottom {
  width: 100%;
  margin-top: 10px;
}
.below-footer .inner-content .left .bottom img {
  height: 40px;
  margin: 0 3px 3px 0;
}
@media only screen and (min-width: 768px) {
  .below-footer .inner-content .left .bottom img {
    height: 50px;
    margin: 0 5px 5px 0;
  }
}
.below-footer .inner-content .right {
  width: 100%;
  color: #234a82;
}
@media only screen and (min-width: 950px) {
  .below-footer .inner-content .right {
    width: 50%;
  }
}
@media only screen and (min-width: 1335px) {
  .below-footer .inner-content .right {
    width: 45%;
  }
}
.below-footer .inner-content .right .top {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3vw;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .below-footer .inner-content .right .top {
    font-size: 18px;
  }
}
.below-footer .inner-content .right .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .below-footer .inner-content .right .bottom {
    margin-top: 0;
  }
}
.below-footer .inner-content .right .bottom img {
  height: 40px;
  margin: 0 20px 20px 0;
}
@media only screen and (min-width: 768px) {
  .below-footer .inner-content .right .bottom img {
    height: 55px;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  width: 100%;
  font-feature-settings: "lnum" 1;
}
body.mobile-nav-open {
  position: fixed;
  width: 100%;
}

.content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.inner-content {
  width: 90%;
  margin: 0 auto;
}

.section-content {
  min-height: 90vh;
  width: 100vw;
}

a {
  text-decoration: none;
  color: unset;
}

li {
  list-style: none;
}

.button {
  display: inline-block;
  background-color: #40c1ab;
  border-radius: 20px;
  height: 30px;
  padding: 7px 15px 5px;
  color: white;
  font-weight: bold;
  transition: 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
}
.button:hover, .button.active {
  background-color: white;
  color: #40c1ab;
}

input[type=submit] {
  -webkit-appearance: none;
}

.noselect {
  user-select: none;
}

section:first-of-type {
  margin-top: 108px;
}
@media (min-width: 768px) {
  section:first-of-type {
    margin-top: 78px;
  }
}

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