h3 {
  color: #1D1D1D;
  font: 500 24px "poppins", sans-serif; }
  @media (min-width: 768px) {
    h3 {
      font-size: 26px; } }

h4 {
  color: #2C2F3C;
  font: 18px/1 "poppins", sans-serif; }

h5 {
  color: #2C2F3C;
  font: 14px/1 "poppins", sans-serif; }

p {
  color: #2C2F3C;
  font: 19px/1.35 "poppins", sans-serif; }
  p img {
    margin: 5px 15px 5px 0px; }

ul {
  margin: 0;
  padding-inline-start: 20px; }
  ul li {
    color: #2C2F3C;
    font: 19px/1.5 "poppins", sans-serif;
    margin: 0; }

b,
strong {
  font-weight: bold !important; }

nav.navbar {
  height: 75px;
  z-index: 1000;
  background: url(../images/border.png) no-repeat;
  background-position: center bottom;
  background-size: 100% 8px; }
  @media (min-width: 992px) {
    nav.navbar {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1399px) {
    nav.navbar {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    nav.navbar {
      height: auto;
      min-height: 90px;
      padding: 0; }
      nav.navbar .container {
        position: relative; } }
nav .navbar-brand {
  width: 210px;
  padding: 0px 0px 15px 0; }
  @media (min-width: 992px) {
    nav .navbar-brand {
      padding: 1rem 0;
      width: auto; } }
  @media (max-width: 992px) {
    nav .navbar-brand {
      padding: 10px 0 20px 0; } }
  nav .navbar-brand img {
    width: auto;
    max-width: 100%; }
    @media (max-width: 992px) {
      nav .navbar-brand img {
        width: 162px; } }
nav .nav-links {
  flex-basis: auto;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative; }
  @media (min-width: 768px) {
    nav .nav-links {
      min-height: 110px; } }
  @media (min-width: 992px) {
    nav .nav-links {
      justify-content: space-between; } }
nav .more-nav-icon {
  position: absolute;
  right: 0;
  bottom: 0; }
  nav .more-nav-icon .list {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    display: flex; }
    nav .more-nav-icon .list li {
      margin: 0 0 0 20px;
      font-size: 16px; }
      nav .more-nav-icon .list li a {
        color: #0056b3;
        text-decoration: none; }
        nav .more-nav-icon .list li a i {
          margin: 0 8px 0 0; }
@media (max-width: 992px) {
  nav .main-nav {
    background: #F5F5F5;
    position: fixed;
    top: 90px;
    height: calc(100vh - 90px);
    transition: right 0.3s ease-in-out;
    right: -350px;
    width: 350px;
    overflow: auto;
    height: calc(100vh - 102px);
    top: 102px;
    justify-content: space-between;
    padding-bottom: 20px; } }
nav .main-nav.open {
  right: 0; }
nav .nav-icon {
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  margin-left: 20px;
  width: 24px;
  cursor: pointer; }
  @media (min-width: 992px) {
    nav .nav-icon {
      display: none; } }
  nav .nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #7B7B7B;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out; }
    nav .nav-icon span:nth-child(1) {
      top: 0px;
      width: 50%; }
    nav .nav-icon span:nth-child(2) {
      top: 7px; }
    nav .nav-icon span:nth-child(3) {
      top: 14px;
      width: 50%; }
  nav .nav-icon.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
    width: 100%; }
  nav .nav-icon.open span:nth-child(2) {
    opacity: 0; }
  nav .nav-icon.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
    width: 100%; }
nav .navbar-nav li {
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 20px;
  position: relative; }
  @media (min-width: 992px) {
    nav .navbar-nav li {
      display: flex;
      align-items: center; } }
  @media (max-width: 992px) {
    nav .navbar-nav li:after {
      position: absolute;
      content: ''; } }
  @media (min-width: 992px) {
    nav .navbar-nav li {
      border-bottom: 0 none;
      margin-left: 20px;
      margin-top: 0;
      padding: 0; } }
  nav .navbar-nav li .icon {
    margin-left: 10px;
    width: 10px;
    height: 10px; }
    @media (max-width: 992px) {
      nav .navbar-nav li .icon {
        position: absolute;
        right: 20px;
        padding: 10px;
        z-index: 10;
        top: 18px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    nav .navbar-nav li .icon img {
      vertical-align: top; }
  nav .navbar-nav li a {
    color: #2C2F3C;
    font: 18px/1 "poppins", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-flex;
    align-items: center; }
    @media (min-width: 992px) {
      nav .navbar-nav li a {
        padding: 47px 0;
        font: 12px/1 "poppins", sans-serif; } }
    @media (min-width: 1200px) {
      nav .navbar-nav li a {
        font: 14px/1 "poppins", sans-serif; } }
    @media (min-width: 1300px) {
      nav .navbar-nav li a {
        font: 16px/1 "poppins", sans-serif; } }
    @media (min-width: 1400px) {
      nav .navbar-nav li a {
        font: 18px/1 "poppins", sans-serif; } }
    @media (min-width: 992px) {
      nav .navbar-nav li a:hover {
        color: #1D1D1D; } }
  @media (min-width: 1200px) {
    nav .navbar-nav li:hover > a {
      color: #1D1D1D; }
    nav .navbar-nav li:hover .sub-nav {
      display: block; } }
  nav .navbar-nav li.active a {
    color: #1D1D1D; }
  nav .navbar-nav li .sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 30px;
    list-style: none;
    background: #F5F5F5; }
    nav .navbar-nav li .sub-nav li {
      margin: 0 0 20px 0; }
      nav .navbar-nav li .sub-nav li.header {
        text-transform: uppercase;
        font-weight: 500; }
      nav .navbar-nav li .sub-nav li a {
        padding: 0;
        text-transform: initial;
        color: #2C2F3C; }
        nav .navbar-nav li .sub-nav li a:hover {
          color: #1D1D1D; }
      nav .navbar-nav li .sub-nav li.active a {
        color: #1D1D1D; }
      nav .navbar-nav li .sub-nav li:last-child {
        margin: 0; }
  nav .navbar-nav li.open-sub .icon {
    transform: rotate(180deg); }
  @media (max-width: 1199px) {
    nav .navbar-nav li.open-sub .sub-nav {
      display: block; } }
  @media (max-width: 992px) {
    nav .navbar-nav li.open-sub .sub-nav {
      position: static;
      padding: 10px; } }
  @media (max-width: 992px) {
    nav .navbar-nav li.open-sub .sub-nav li {
      margin: 0;
      border: 0 none;
      padding: 10px; } }
nav .social {
  display: flex;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  justify-content: center; }
  @media (min-width: 992px) {
    nav .social {
      display: none; } }
  nav .social li {
    margin: 0 10px; }
    nav .social li a {
      background: #1D1D1D;
      color: #fff;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 20px; }

.location-weather {
  align-items: center;
  display: flex;
  background: #1D1D1D;
  width: 100%;
  padding: 1rem;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .location-weather {
      /*margin-top: 30px;*/ } }
  .location-weather .weather-info {
    align-items: center;
    display: flex; }
    .location-weather .weather-info .icon {
      width: 44px;
      margin-right: 10px; }
      .location-weather .weather-info .icon img {
        width: 100%; }
    .location-weather .weather-info h3 {
      color: #fff;
      margin: 3px 0 0 0;
      font: 33px/1 "poppins", sans-serif; }
      @media (min-width: 768px) {
        .location-weather .weather-info h3 {
          color: #1D1D1D; } }
      .location-weather .weather-info h3 sup {
        font-size: 16px;
        top: -12px; }
  .location-weather .view-report-mob {
    display: flex;
    align-items: center;
    color: #fff;
    font: 16px "poppins", sans-serif;
    text-transform: uppercase; }
    .location-weather .view-report-mob img {
      margin-left: 10px;
      transform: rotate(180deg); }
    .location-weather .view-report-mob.open img {
      transform: rotate(0); }

.navoverlap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  opacity: 0.45; }

.weather-info {
  align-items: center;
  display: flex; }
  .weather-info .icon {
    width: 44px;
    margin-right: 10px; }
    .weather-info .icon img {
      width: 100%; }
  .weather-info h3 {
    color: #fff;
    margin: 3px 0 0 0;
    font: 33px/1 "poppins", sans-serif; }
    @media (min-width: 768px) {
      .weather-info h3 {
        color: #1D1D1D; } }
    .weather-info h3 sup {
      font-size: 16px;
      top: -12px; }

.hero-banner {
  background-size: cover;
  /* background-position: 50% 50%;*/
  background-position: 50% 0;
  position: relative;
  /*@media (min-width: 768px) {
      padding: 95px 0;
  }*/ }
  .hero-banner img {
    max-width: 100%;
    width: 100%; }
  .hero-banner .image-place img {
    width: 100%; }
  @media (min-width: 768px) {
    .hero-banner .caption {
      padding: 150px 15px;
      max-width: 1440px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      z-index: 99;
      height: 100%;
      justify-content: space-between; } }
  .hero-banner .caption.home {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 95px 15px;
    width: 100%; }
    @media (min-width: 1400px) {
      .hero-banner .caption.home {
        left: auto; } }
    @media (min-width: 768px) {
      .hero-banner .caption.home.copy-link {
        width: auto;
        right: 0;
        left: auto; } }
  @media (min-width: 768px) and (min-width: 1600px) {
    .hero-banner .caption.home.copy-link {
      right: 7%; } }
  @media (min-width: 768px) and (min-width: 1800px) {
    .hero-banner .caption.home.copy-link {
      right: 9%; } }
  @media (min-width: 768px) and (min-width: 2000px) {
    .hero-banner .caption.home.copy-link {
      right: 14%; } }
  @media (min-width: 768px) and (min-width: 2200px) {
    .hero-banner .caption.home.copy-link {
      right: 22%; } }

  @media (max-width: 767px) {
    .hero-banner .caption .caption-box {
      padding: 0 15px;
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0;
      transform: translateY(-50%); } }
  .hero-banner .caption .caption-box .copy {
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.4); }
    .hero-banner .caption .caption-box .copy h2 {
      color: #fff;
      font: 600 11.1vw/1.1 "poppins", sans-serif;
      margin: 0 0 0 0;
      text-transform: uppercase; }
      @media (min-width: 375px) {
        .hero-banner .caption .caption-box .copy h2 {
          font-size: 42px; } }
      @media (min-width: 768px) {
        .hero-banner .caption .caption-box .copy h2 {
          font-size: 5vw; } }
      @media (min-width: 1200px) {
        .hero-banner .caption .caption-box .copy h2 {
          font-size: 50px; } }
      .hero-banner .caption .caption-box .copy h2 .light {
        display: block;
        font-weight: 100; }
    .hero-banner .caption .caption-box .copy h3 {
      color: #fff;
      font: 30px "poppins", sans-serif;
      margin-bottom: 15px; }
    .hero-banner .caption .caption-box .copy .cta {
      align-items: center;
      border: 1px solid #3b3b4b;
      border-radius: 5px;
      color: #1B79C1;
      display: inline-flex;
      font: 18px/1 "poppins", sans-serif;
      height: 50px;
      justify-content: center;
      padding: 0 30px 0;
      text-decoration: none;
      background: #1B79C1;
      color: #fff;
      text-decoration: none;
      border: none;
      background: #1B79C1;
      color: #fff;
      border: 0 none;
      margin-top: 30px;
      padding-left: 40px;
      padding-right: 40px; }
      .hero-banner .caption .caption-box .copy .cta:hover, .hero-banner .caption .caption-box .copy .cta:active {
        background: #035CA1;
        border-color: #1B79C1;
        color: #fff; }
      .hero-banner .caption .caption-box .copy .cta:hover {
        background: #035CA1; }
      .hero-banner .caption .caption-box .copy .cta:active {
        background: #1B79C1; }
  .hero-banner .conditions-reports {
    background: #fff; }
    @media (min-width: 768px) {
      .hero-banner .conditions-reports {
        width: 305px;
        flex: 0 0 305px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        padding: 0; } }
    @media (max-width: 767px) {
      .hero-banner .conditions-reports {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        display: none;
        z-index: 100; } }
    .hero-banner .conditions-reports .box {
      padding: 20px; }
      .hero-banner .conditions-reports .box h2 {
        color: #1D1D1D;
        text-align: center;
        font: 800 26px "poppins", sans-serif;
        margin: 0 0 10px 0; }
      .hero-banner .conditions-reports .box h5 {
        color: #1D1D1D;
        text-align: center;
        font: 800 18px "poppins", sans-serif;
        text-transform: uppercase;
        margin: 0 0 15px 0; }
      .hero-banner .conditions-reports .box p {
        color: #2C2F3C;
        font: 14px/1 "poppins", sans-serif;
        margin: 15px 0 0 0;
        text-align: center;
        text-transform: uppercase; }
      .hero-banner .conditions-reports .box .now {
        display: flex;
        align-items: center;
        justify-content: center; }
        .hero-banner .conditions-reports .box .now .icon {
          width: 75px; }
          .hero-banner .conditions-reports .box .now .icon img {
            width: 100%; }
        .hero-banner .conditions-reports .box .now h3 {
          margin: 3px 0 0 20px;
          color: #1D1D1D;
          font: 65px/1 "poppins", sans-serif; }
          .hero-banner .conditions-reports .box .now h3 sup {
            font-size: 32px;
            top: -24px; }
      .hero-banner .conditions-reports .box .outer {
        display: flex;
        justify-content: space-between; }
        .hero-banner .conditions-reports .box .outer .day {
          text-align: center;
          text-transform: uppercase; }
          .hero-banner .conditions-reports .box .outer .day .upper {
            color: #2C2F3C;
            font: 14px/1 "poppins", sans-serif; }
        .hero-banner .conditions-reports .box .outer .lower {
          color: #1D1D1D;
          padding: 4px 0 0 0;
          font: 33px "poppins", sans-serif; }
          .hero-banner .conditions-reports .box .outer .lower sup {
            font-size: 16px;
            top: -11px; }
      .hero-banner .conditions-reports .box.days {
        background: #F5F5F5;
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        padding-left: 35px;
        padding-right: 35px; }
      .hero-banner .conditions-reports .box.snowfall .outer {
        padding-left: 35px;
        padding-right: 35px; }
  .hero-banner.internal-banner {
    background-position: 50% 0; }

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: pan-Y;
    touch-action: manipulation;
    backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel .owl-dot {
  cursor: pointer;
  user-select: none; }
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  user-select: none; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }
  .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: transform .1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*.border-image{
    float: left;
    z-index: 999;
    position: relative;
    margin-top: 0px;
    height: 3px;
    img{
        &.mast-img {
            max-width: 100%;
            height:3px;
            display: block;
            width: 100%;
            @media (min-width: 992px) {
                height:auto;
            }
            margin-top: -20px;
            @media (max-width: 1572px) {margin-top: -21px;}
            
        }
    }
}*/
.border-image {
  display: none; }

h3 {
  margin-top: 20px; }

.welcome-box {
  background: #F5F5F5;
  padding: 50px 0 0; }
  @media (min-width: 992px) {
    .welcome-box {
      padding: 70px 0; } }
  .welcome-box h3 {
    color: #1D1D1D;
    font: 800 30px "poppins", sans-serif;
    letter-spacing: -0.6px;
    line-height: 40px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .welcome-box h3 {
        font-size: 36px; } }
    @media (min-width: 1025px) {
      .welcome-box h3 {
        margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .welcome-box .slider-event {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .welcome-box .slider-event {
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px);
      padding-left: 15px; } }
  .welcome-box .box {
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .welcome-box .box .img-place {
      border-bottom: 1px solid #D6D6D6; }
    .welcome-box .box .copy {
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1;
      align-items: flex-start; }
      .welcome-box .box .copy h3 {
        font-size: 24px;
        margin: 0 0 10px 0; }
        @media (min-width: 992px) {
          .welcome-box .box .copy h3 {
            font-size: 1.4vw; } }
        @media (min-width: 1400px) {
          .welcome-box .box .copy h3 {
            font-size: 26px; } }
      .welcome-box .box .copy h5 {
        color: #2C2F3C;
        font: 18px/1.5 "poppins", sans-serif; }
        @media (min-width: 992px) {
          .welcome-box .box .copy h5 {
            font-size: 1vw; } }
        @media (min-width: 1400px) {
          .welcome-box .box .copy h5 {
            font-size: 18px; } }
      .welcome-box .box .copy a {
        align-items: center;
        border: 1px solid #3b3b4b;
        border-radius: 5px;
        color: #1B79C1;
        display: inline-flex;
        font: 18px/1 "poppins", sans-serif;
        height: 50px;
        justify-content: center;
        padding: 0 30px 0;
        text-decoration: none;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px; }
        .welcome-box .box .copy a:hover, .welcome-box .box .copy a:active {
          background: #035CA1;
          border-color: #1B79C1;
          color: #fff; }
    .welcome-box .box:hover {
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1025px) {
    .welcome-box .owl-carousel {
      padding: 0 0 0 10px; } }
  @media (min-width: 1025px) {
    .welcome-box .owl-carousel .owl-stage-outer {
      margin: 0 15px 0 -20px; } }
  .welcome-box .owl-carousel .owl-stage-outer .owl-stage {
    display: flex; }
    @media (min-width: 1025px) {
      .welcome-box .owl-carousel .owl-stage-outer .owl-stage {
        padding: 0 0 0 10px; } }
    @media (min-width: 1025px) {
      .welcome-box .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        padding: 20px 10px; } }
  @media (min-width: 1025px) {
    .welcome-box .owl-carousel .owl-nav {
      position: absolute;
      right: 25px;
      top: -50px; }
      .welcome-box .owl-carousel .owl-nav [class*="owl-"] {
        opacity: 0.7; }
        .welcome-box .owl-carousel .owl-nav [class*="owl-"]:hover {
          opacity: 1; }
      .welcome-box .owl-carousel .owl-nav .owl-prev {
        transform: rotate(180deg);
        margin-right: 10px; } }

@media (min-width: 768px) {
  .discover .row {
    margin-top: 50px; } }
.discover .discover-img {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .discover .discover-img {
      margin-bottom: 0; } }
  .discover .discover-img img {
    width: 100%; }
.discover .copy {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .discover .copy {
      margin-bottom: 0; } }
  @media (min-width: 1400px) {
    .discover .copy {
      margin: 0 auto;
      max-width: 575px; } }
  .discover .copy h3 {
    color: #1D1D1D;
    font: 800 42px "poppins", sans-serif; }
    @media (min-width: 768px) {
      .discover .copy h3 {
        margin-top: -10px; } }
    @media (min-width: 768px) {
      .discover .copy h3 {
        font-size: 46px; } }
  .discover .copy h4 {
    color: #1D1D1D;
    font: 28px "poppins", sans-serif; }
    @media (min-width: 768px) {
      .discover .copy h4 {
        font-size: 32px; } }
  .discover .copy p {
    color: #2C2F3C;
    font: 18px/1.5 "poppins", sans-serif; }
  .discover .copy .cta {
    align-items: center;
    border: 1px solid #3b3b4b;
    border-radius: 5px;
    color: #1B79C1;
    display: inline-flex;
    font: 18px/1 "poppins", sans-serif;
    height: 50px;
    justify-content: center;
    padding: 0 30px 0;
    text-decoration: none;
    background: #1B79C1;
    color: #fff;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
    .discover .copy .cta:hover, .discover .copy .cta:active {
      background: #035CA1;
      border-color: #1B79C1;
      color: #fff; }
    .discover .copy .cta:hover {
      background: #035CA1; }
    .discover .copy .cta:active {
      background: #1B79C1; }

.stay-meta {
  background: #F5F5F5;
  padding: 50px 0 25px; }
  @media (min-width: 992px) {
    .stay-meta {
      padding: 100px 0; } }
  .stay-meta .box {
    padding: 40px 30px 30px;
    border-radius: 6px;
    border: 1px solid #D6D6D6;
    background: #fff;
    overflow: hidden;
    margin: 0 0 25px 0; }
    @media (min-width: 992px) {
      .stay-meta .box {
        height: 100%;
        margin: 0; } }
    @media (min-width: 992px) {
      .stay-meta .box .copy {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; } }
    .stay-meta .box .copy h3 {
      color: #1D1D1D;
      font: 500 24px "poppins", sans-serif;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .stay-meta .box .copy h3 {
          font-size: 26px; } }
    .stay-meta .box .copy h5 {
      color: #2C2F3C;
      font: 18px/1.5 "poppins", sans-serif;
      margin: 0 0 10px 0; }
    .stay-meta .box .copy h6 {
      color: #1D1D1D;
      font: 800 16px "poppins", sans-serif;
      margin: 0 0 10px; }
    .stay-meta .box .copy p {
      color: #2C2F3C;
      font: 18px "poppins", sans-serif; }
      @media (min-width: 768px) {
        .stay-meta .box .copy p {
          letter-spacing: -0.1px; } }
    .stay-meta .box .form {
      margin: 20px 0 0; }
      @media (min-width: 768px) {
        .stay-meta .box .form .input {
          display: flex; } }
      .stay-meta .box .form .input input[type="text"] {
        border-radius: 6px;
        border: 1px solid #DEDEDE;
        height: 50px;
        color: #1D1D1D;
        padding: 4px 5px 0 15px;
        font: 18px "poppins", sans-serif;
        width: 100%; }
        @media (min-width: 768px) {
          .stay-meta .box .form .input input[type="text"] {
            flex-grow: 1;
            width: auto; } }
      .stay-meta .box .form .input button {
        align-items: center;
        border: 1px solid #3b3b4b;
        border-radius: 5px;
        color: #1B79C1;
        display: inline-flex;
        font: 18px/1 "poppins", sans-serif;
        height: 50px;
        justify-content: center;
        padding: 0 30px 0;
        text-decoration: none;
        background: #BE151C;
        color: #fff;
        text-decoration: none;
        border-color: #BE151C;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin: 15px 0 0 0;
        width: 100%;
        border: 0 none; }
        .stay-meta .box .form .input button:hover, .stay-meta .box .form .input button:active {
          background: #035CA1;
          border-color: #1B79C1;
          color: #fff; }
        .stay-meta .box .form .input button:hover {
          border-color: #810005;
          background: #810005; }
        .stay-meta .box .form .input button:active {
          border-color: #3b3b4b;
          background: #3b3b4b; }
        @media (min-width: 768px) {
          .stay-meta .box .form .input button {
            width: 130px;
            margin-left: 15px;
            margin-top: 0; } }
      .stay-meta .box .form .input select {
        width: 100%;
        height: 50px;
        border: 1px solid #DEDEDE;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background-image: url("../images/select-arrow.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 50%;
        background-size: 14px;
        border-radius: 6px;
        padding: 7px 25px 0px 15px;
        background-color: #fff;
        color: #1D1D1D;
        font: 18px "poppins", sans-serif; }
        .stay-meta .box .form .input select::-ms-expand {
          display: none; }
    .stay-meta .box .info {
      margin-top: 25px; }
      .stay-meta .box .info ul {
        margin: 0 0 -10px 0;
        padding: 0;
        list-style: none;
        flex-wrap: wrap; }
        .stay-meta .box .info ul li {
          color: #1D1D1D;
          font: 16px "poppins", sans-serif;
          margin: 0 0 10px 0;
          width: 100%; }
          @media (min-width: 768px) {
            .stay-meta .box .info ul li {
              width: 50%;
              flex: 0 0 50%; } }
          .stay-meta .box .info ul li strong {
            margin-right: 5px;
            white-space: nowrap; }
          .stay-meta .box .info ul li a {
            color: #0F6DB5;
            text-decoration: none; }
            .stay-meta .box .info ul li a:hover {
              color: #1D1D1D; }
          @media (max-width: 767px) {
            .stay-meta .box .info ul li:nth-child(2) {
              order: 3; } }
    .stay-meta .box.instagram-follow {
      background-image: url("../images/instagram-follow-bg-40op.jpg");
      background-size: cover;
      background-position: 50%; }
      .stay-meta .box.instagram-follow .copy {
        text-shadow: 0 3px 9px rgba(0, 0, 0, 0.16); }
        .stay-meta .box.instagram-follow .copy h3,
        .stay-meta .box.instagram-follow .copy h5 {
          color: #fff; }
        .stay-meta .box.instagram-follow .copy .cta {
          align-items: center;
          border: 1px solid #3b3b4b;
          border-radius: 5px;
          color: #1B79C1;
          display: inline-flex;
          font: 18px/1 "poppins", sans-serif;
          height: 50px;
          justify-content: center;
          padding: 0 30px 0;
          text-decoration: none;
          margin-top: 60px;
          background: #fff;
          border-color: #fff;
          font-size: 16px; }
          .stay-meta .box.instagram-follow .copy .cta:hover, .stay-meta .box.instagram-follow .copy .cta:active {
            background: #035CA1;
            border-color: #1B79C1;
            color: #fff; }
          .stay-meta .box.instagram-follow .copy .cta i {
            margin: 0 10px 0 0;
            font-size: 18px; }

.mountain-stats {
  background: #F5F5F5;
  padding: 50px 0 0; }
  @media (min-width: 768px) {
    .mountain-stats {
      padding: 150px 0 100px; } }
  .mountain-stats .stats-box {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .mountain-stats .stats-box {
        margin-top: 0; } }
    .mountain-stats .stats-box .heading {
      margin-bottom: 15px; }
      .mountain-stats .stats-box .heading h3 {
        color: #1D1D1D;
        font: 500 24px "poppins", sans-serif; }
        @media (min-width: 768px) {
          .mountain-stats .stats-box .heading h3 {
            font-size: 26px; } }
    @media (min-width: 768px) {
      .mountain-stats .stats-box .row {
        border-top: 1px solid #D6D6D6;
        position: relative; }
        .mountain-stats .stats-box .row:after {
          position: absolute;
          left: 0;
          top: -1px;
          width: 15px;
          content: '';
          background: #fff;
          height: 1px; }
        .mountain-stats .stats-box .row:before {
          position: absolute;
          right: 0;
          top: -1px;
          width: 15px;
          content: '';
          background: #fff;
          height: 1px; } }
    .mountain-stats .stats-box .box {
      padding: 20px 0; }
      .mountain-stats .stats-box .box h4 {
        color: #2C2F3C;
        font: 18px/1.5 "poppins", sans-serif;
        color: #2C2F3C;
        margin: 0 0 10px 0;
        line-height: normal;
        text-transform: uppercase; }
      .mountain-stats .stats-box .box h3 {
        color: #1D1D1D;
        font: 26px "poppins", sans-serif;
        margin: 0; }
        @media (min-width: 768px) {
          .mountain-stats .stats-box .box h3 {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .mountain-stats .stats-box .box h3 {
            display: flex;
            align-items: baseline; } }
        .mountain-stats .stats-box .box h3 .two-col {
          font-size: 16px;
          line-height: normal;
          vertical-align: middle;
          margin: 0 0 0 12px; }
          @media (min-width: 768px) {
            .mountain-stats .stats-box .box h3 .two-col {
              display: inline-flex; } }
  @media (min-width: 768px) {
    .mountain-stats .mountain-know {
      padding-top: 50px; } }
  .mountain-stats .mountain-know .img {
    border-radius: 6px;
    overflow: hidden;
    margin-top: 50px; }
    @media (min-width: 768px) {
      .mountain-stats .mountain-know .img {
        margin-top: 0; } }
    .mountain-stats .mountain-know .img img {
      width: 100%; }
  @media (max-width: 1480px) {
    .mountain-stats .mountain-know .copy {
      max-width: 95%;
      margin: 0 2.5%; } }
  .mountain-stats .mountain-know .copy p img {
    width: 600px; }
    @media (max-width: 768px) {
      .mountain-stats .mountain-know .copy p img {
        width: 100%;
        margin-bottom: 8px; } }
  .mountain-stats .mountain-know .copy h2 {
    color: #1D1D1D;
    font: 500 30px "poppins", sans-serif;
    letter-spacing: -0.6px;
    line-height: 40px;
    margin: 0 0 10px 0; }
    @media (min-width: 768px) {
      .mountain-stats .mountain-know .copy h2 {
        margin: 0 0 20px 0;
        font-size: 36px; } }
  .mountain-stats .mountain-know .copy h4 {
    color: #1D1D1D;
    font: 28px "poppins", sans-serif;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .mountain-stats .mountain-know .copy h4 {
        font-size: 30px; } }
  .mountain-stats .mountain-know .copy a {
    color: #1B79C1;
    text-decoration: none; }
    .mountain-stats .mountain-know .copy a:hover {
      background: none;
      color: #035CA1;
      border-bottom: none; }
  .mountain-stats .mountain-know .copy .cta {
    align-items: center;
    border: 1px solid #3b3b4b;
    border-radius: 5px;
    color: #1B79C1;
    display: inline-flex;
    font: 18px/1 "poppins", sans-serif;
    height: 50px;
    justify-content: center;
    padding: 0 30px 0;
    text-decoration: none;
    background: #1B79C1;
    color: #fff;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px; }
    .mountain-stats .mountain-know .copy .cta:hover, .mountain-stats .mountain-know .copy .cta:active {
      background: #035CA1;
      border-color: #1B79C1;
      color: #fff; }
    .mountain-stats .mountain-know .copy .cta:hover {
      background: #035CA1; }
    .mountain-stats .mountain-know .copy .cta:active {
      background: #1B79C1; }
    @media (min-width: 768px) {
      .mountain-stats .mountain-know .copy .cta {
        margin-top: 60px; } }
    .mountain-stats .mountain-know .copy .cta i {
      margin-top: -6px;
      margin-right: 10px; }
  @media (max-width: 767px) {
    .mountain-stats .mountain-know .stats-box .box h3 {
      display: block; } }

.school-box {
  background: #F5F5F5;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .school-box {
      padding: 85px 0; } }
  .school-box .box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden; }
    .school-box .box .img img {
      width: 100%; }
    .school-box .box .copy {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 20px 25px; }
      .school-box .box .copy h3 {
        color: #fff;
        text-shadow: 2px 2px 2px #333;
        font: 800 30px "poppins", sans-serif;
        text-transform: uppercase;
        margin: 0; }
        @media (min-width: 768px) {
          .school-box .box .copy h3 {
            font-size: 42px; } }
      .school-box .box .copy h5 {
        color: #fff;
        font: 28px "poppins", sans-serif;
        margin: 0; }
        @media (min-width: 768px) {
          .school-box .box .copy h5 {
            font-size: 30px; } }

.mobile-hook {
  width: 100%; }

@media (max-width: 767px) {
  .row.mountain .col-md-6 {
    max-width: 50%; }
    .row.mountain .col-md-6:first-child {
      max-width: 100%;
      flex: 0 0 100%; } }
@media (max-width: 767px) {
  .row.mountain .box h3 {
    display: flex;
    align-items: baseline; } }

.mountain-stats .mountain-know .copy table {
  width: 100%; }
  .mountain-stats .mountain-know .copy table thead tr {
    background: #ECEEEF !important; }
  .mountain-stats .mountain-know .copy table tr:nth-child(odd) {
    background: #ffffff; }
  .mountain-stats .mountain-know .copy table tr:nth-child(even) {
    background: #ECEEEF; }
  .mountain-stats .mountain-know .copy table tr th {
    color: #2C2F3C;
    font: 21px/1.35 "poppins", sans-serif;
    padding: 20px; }
  .mountain-stats .mountain-know .copy table tr td {
    color: #2C2F3C;
    font: 18px/1.35 "poppins", sans-serif;
    padding: 20px; }

@media (min-width: 992px) {
  .emergency-banner .navbar-expand-lg {
    flex-direction: column; } }
.emergency-banner .navbar-expand-lg .show-emergency {
  padding: 10px 0px;
  text-align: center;
  background: #ec3956;
  width: 100%; }
  .emergency-banner .navbar-expand-lg .show-emergency p {
    margin: 0px;
    font: 18px/1.35 "poppins", sans-serif;
    color: #ffffff; }
.emergency-banner .navbar-expand-lg .container {
  flex-direction: initial; }

.opscalendar {
  margin-top: 5%;
  margin-bottom: 5%; }
  @media (min-width: 1200px) {
    .opscalendar {
      width: 90%; } }
  .opscalendar .color-box-outer {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .opscalendar .color-box-outer {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .opscalendar .color-box-outer {
        position: absolute;
        right: 0;
        top: -50px; } }
    .opscalendar .color-box-outer .color-info-box {
      align-items: center;
      display: flex;
      background: #fff;
      border: 1px solid #cbcbcb;
      padding: 5px 10px;
      width: 100%; }
      @media (min-width: 640px) {
        .opscalendar .color-box-outer .color-info-box {
          padding: 15px 25px;
          width: auto; } }
      .opscalendar .color-box-outer .color-info-box h3 {
        font: 800 20px 'chaparral-pro';
        color: #212529;
        margin: 0; }
      .opscalendar .color-box-outer .color-info-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap; }
        @media (min-width: 640px) {
          .opscalendar .color-box-outer .color-info-box ul {
            flex-wrap: nowrap;
            margin: 0 0 0 10px;
            align-items: center;
            justify-content: space-between; } }
        .opscalendar .color-box-outer .color-info-box ul li {
          align-items: center;
          color: #000;
          display: flex;
          font-size: 12px;
          font-weight: 500;
          margin: 5px 0 5px 10px;
          white-space: nowrap;
          flex-basis: calc(50% - 10px); }
          @media (min-width: 640px) {
            .opscalendar .color-box-outer .color-info-box ul li {
              flex-basis: auto;
              font-size: 14px;
              margin: 0 0 0 15px; } }
          .opscalendar .color-box-outer .color-info-box ul li .col-box {
            border: 1px solid #999;
            height: 20px;
            margin-right: 8px;
            width: 35px; }
            @media (min-width: 640px) {
              .opscalendar .color-box-outer .color-info-box ul li .col-box {
                height: 30px;
                width: 90px; } }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.unlimited {
              background: #800080;
              border-color: #800080; }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.limited {
              background: #00ffff; }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.closed {
              background: #c0c0c0; }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.open {
              background: #4104FE; }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.early-late {
              background: #ffff00; }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.gondola-open {
              background: #61bb47; }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.gondola-closed {
              background: #aea691; }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.gondola-chair-open {
              background: #fbb419; }
            .opscalendar .color-box-outer .color-info-box ul li .col-box.gondola-chair-closed {
              background: #d25152; }
            @media (min-width: 640px) {
              .opscalendar .color-box-outer .color-info-box ul li .col-box.w50 {
                width: 50px; } }
  .opscalendar table {
    width: 100%;
    /* Status Styles */ }
    .opscalendar table .table-header {
      font: 800 26px "chaparral-pro", sans-serif;
      text-align: center;
      padding: 20px 0 20px 0; }
    .opscalendar table .tr-header {
      width: 100%;
      font: 18px "neusa-next-std", sans-serif;
      color: #3B3B4B;
      text-align: center;
      border: 1px solid #ffffff; }
      @media (max-width: 767px) and (orientation: portrait) {
        .opscalendar table .tr-header td .ch-count {
          display: inline-block;
          font-family: monospace;
          overflow: hidden;
          white-space: nowrap;
          width: 3ch; } }
    .opscalendar table td {
      font-family: 'Montserrat';
      padding: 10px 0 10px 0;
      width: 14.2857142857%; }
    .opscalendar table .dates {
      height: 50px;
      background-color: #FAFCFD;
      border: 1px solid #cccccc; }
      @media (min-width: 768px) {
        .opscalendar table .dates {
          height: 80px; } }
      @media (min-width: 992px) {
        .opscalendar table .dates {
          height: 120px; } }
      .opscalendar table .dates .meta {
        padding: 5px 5px 0 10px; }
        .opscalendar table .dates .meta select,
        .opscalendar table .dates .meta input {
          width: 100%;
          border-radius: 3px;
          margin-bottom: 8px;
          border: 1px solid #04375a;
          font-size: 15px;
          padding: 5px;
          color: #000; }
      .opscalendar table .dates p {
        font-size: 1.2rem;
        font: 20px "neusa-next-std", sans-serif;
        margin: 5px 0 0 0;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2); }
    .opscalendar table .default {
      background-color: #FAFCFD;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0; }
    .opscalendar table .unlimited {
      background-color: #800080;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0;
      color: #fff; }
    .opscalendar table .limited {
      background-color: #00ffff;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0; }
    .opscalendar table .early-late {
      background-color: #ffff00;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0; }
    .opscalendar table .closed {
      background-color: #c0c0c0;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0; }
    .opscalendar table .open {
      background-color: #4104FE;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0;
      color: #fff; }
      .opscalendar table .open .meta p {
        color: #fff;
        text-shadow: none; }
    .opscalendar table .gondola-open {
      background: #61bb47;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0; }
    .opscalendar table .gondola-closed {
      background: #aea691;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0; }
    .opscalendar table .gondola-chair-open {
      background: #fbb419;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0; }
    .opscalendar table .gondola-chair-closed {
      background: #d25152;
      border: 1px solid #000;
      border-radius: 2px;
      font: 200 18px 'roboto';
      vertical-align: top;
      text-align: right;
      padding: 8px 8px 0 0; }
  .opscalendar .text-size {
    padding-top: 30px; }
    .opscalendar .text-size p {
      font-size: 16px;
      margin: 20px 0 0 0; }
      .opscalendar .text-size p strong {
        display: inline-block;
        margin-bottom: 5px;
        padding: 3px 6px; }
      .opscalendar .text-size p.unlimited strong {
        background: #800080;
        color: #fff; }
      .opscalendar .text-size p.limited strong {
        background: #00ffff; }
      .opscalendar .text-size p.closed strong {
        background: #c0c0c0; }
      .opscalendar .text-size p.open strong {
        background: #4104FE; }
      .opscalendar .text-size p.early-late strong {
        background: #ffff00; }
      .opscalendar .text-size p.gondola-open strong {
        background: #61bb47; }
      .opscalendar .text-size p.gondola-closed strong {
        background: #aea691; }
      .opscalendar .text-size p.gondola-chair-open strong {
        background: #fbb419; }
      .opscalendar .text-size p.gondola-chair-closed strong {
        background: #d25152; }

.new-operation {
  margin-top: 5%;
  display: flex;
  align-items: center; }
  .new-operation p {
    margin: 0px;
    font: 19px/1.35 "poppins", sans-serif; }
    .new-operation p strong {
      font-weight: 500 !important; }
  .new-operation select {
    margin-left: 10px;
    background: #fff;
    border: 1px solid #cbcbcb;
    width: 200px;
    border-radius: 3px;
    font-size: 15px;
    padding: 5px;
    color: #000; }

.opscalendar.w-100.edit {
  margin-top: 2%; }

.update-button {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .update-button {
      display: flex;
      align-items: center; } }
  .update-button button {
    align-items: center;
    border: 1px solid #3b3b4b;
    border-radius: 5px;
    color: #1B79C1;
    display: inline-flex;
    font: 18px/1 "poppins", sans-serif;
    height: 50px;
    justify-content: center;
    padding: 0 30px 0;
    text-decoration: none;
    padding-left: 20px;
    background-color: transparent;
    padding-right: 20px; }
    .update-button button:hover {
      background: #035CA1;
      border-color: #1B79C1;
      color: #fff; }
  .update-button p {
    margin: 15px 0px; }
    @media (min-width: 768px) {
      .update-button p {
        margin: 0px 10px; } }
  .update-button img.form-loader {
    margin: 0px 10px; }

.foot .foot-link {
  margin: 30px 0 0 0; }
  @media (min-width: 768px) {
    .foot .foot-link {
      margin-bottom: 40px; } }
  .foot .foot-link h4 {
    color: #1D1D1D;
    text-transform: uppercase;
    font: 800 14px "poppins", sans-serif; }
  .foot .foot-link ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .foot .foot-link ul li a {
      color: #1D1D1D;
      font: 14px "poppins", sans-serif;
      text-decoration: none; }
    .foot .foot-link ul.social {
      display: flex; }
      .foot .foot-link ul.social li {
        margin: 0 10px 0 0; }
        .foot .foot-link ul.social li a {
          color: #fff;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%; }
        .foot .foot-link ul.social li.facebook a {
          background: #3B5998; }
        .foot .foot-link ul.social li.instagram a {
          background: #E864E8; }
        .foot .foot-link ul.social li.twitter a {
          background: #55ACEE; }
        .foot .foot-link ul.social li.youtube a {
          background: #EB3131; }
    .foot .foot-link ul.partner-list li {
      margin-right: 20px;
      width: 65px; }
      .foot .foot-link ul.partner-list li img {
        width: 100%; }
  .foot .foot-link .address {
    color: #1D1D1D;
    text-decoration: none;
    font: 14px/1.5 "poppins", sans-serif; }
.foot .foot-copy {
  border-top: 1px solid #D8D8D8;
  padding-bottom: 24px;
  padding-top: 24px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .foot .foot-copy {
      padding-left: 0;
      padding-right: 0;
      margin-top: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .foot .foot-copy .copyright {
    color: #1D1D1D;
    font: 14px "poppins", sans-serif; }
  .foot .foot-copy .pri-link {
    display: flex;
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0; }
    @media (min-width: 768px) {
      .foot .foot-copy .pri-link {
        margin: 0;
        width: auto; } }
    .foot .foot-copy .pri-link li {
      margin: 0 10px 0 0;
      border-right: 1px solid #1D1D1D;
      padding-right: 10px;
      line-height: 1; }
      .foot .foot-copy .pri-link li:last-child {
        border-right: 0 none;
        margin-right: 0;
        padding-right: 0; }
      .foot .foot-copy .pri-link li a {
        color: #1D1D1D;
        font: 14px "poppins", sans-serif;
        text-decoration: none; }
    .foot .foot-copy .pri-link:first-child {
      margin-left: 0; }
@media (min-width: 768px) {
  .foot .row {
    display: flex !important; } }
@media (min-width: 768px) {
  .foot .row {
    display: flex !important; } }
@media (min-width: 768px) {
  .foot .row {
    display: flex !important; } }

* {
  outline: 0 none; }

.container {
  max-width: 100%; }
  @media (min-width: 1440px) {
    .container {
      max-width: 1440px; } }

body {
  text-decoration: none; }
  @media (max-width: 1399px) {
    body {
      padding-top: 110px; } }
  body.navopen {
    overflow: hidden; }

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