@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  color: #666;
  font-size: 1em;
  background-image: url(//cdn.ski/llHkbxlP4XWX7HO3.png);
  background-repeat: repeat-x;
  margin: 0;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1 {
  text-transform: uppercase;
  margin: 10px 0;
  color: #002846;
}

h2 {
  text-transform: uppercase;
  font-weight: 800;
  color: #002846;
}

h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
  color: #002846;
  text-transform: uppercase;
}

a {
  color: #009bde;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #002846;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.navbar-wrapper {
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  top: 0;
  background: transparent;
  height: inherit;
}

.navbar-wrapper:hover,
.navbar-wrapper:active {
  background-color: rgba(0, 40, 70, 0.8);
}

button.navbar-toggle.collapsed {
  background-color: transparent;
  float: left;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  transform: skewX(-30deg);
  border-right: solid 1px #fff;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0;
  margin-left: 5px;
  padding-top: 15px;
  min-width: 95px;
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ftcontroller {
  -webkit-animation: fadeIn 1s; /* Safari and Chrome */
  -moz-animation: fadeIn 1s; /* Firefox */
  -ms-animation: fadeIn 1s; /* Internet Explorer */
  -o-animation: fadeIn 1s; /* Opera */
  animation: fadeIn 1s;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

button.navbar-toggle {
  float: left;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  transform: skewX(-30deg);
  border-right: solid 1px #fff;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 12px;
  margin-left: 5px;
  padding-top: 15px;
  min-width: 95px;
  background: #fff;
}

.nav-placeholder {
  width: 95px;
  display: block;
  position: relative;
  float: left;
  height: 73px;
}

.navbar-main ul.nav.navbar-nav {
  display: block;
}

.navbar-toggle .icon-bar.bar-top {
  transform: skewX(30deg) rotate(45deg);
  transform-origin: 10% 10%;
  margin-left: -10px;
  width: 35px;
}

.navbar-toggle .icon-bar.bar-middle {
  opacity: 0;
}

.navbar-toggle .icon-bar.bar-bottom {
  transform: skewX(30deg) rotate(-45deg);
  transform-origin: 20% 90%;
  margin-left: -2px;
  width: 35px;
}

.navbar-toggle.collapsed .icon-bar {
  background: #fff;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background: #002846;
  margin-left: 2px;
  margin-bottom: 5px;
  transition: all 0.2s;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle.collapsed .icon-bar.bar-top {
  transform: skewX(30deg);
  width: 35px;
  margin-left: -15px;
}

.navbar-toggle.collapsed .icon-bar.bar-middle {
  transform: skewX(30deg);
  width: 30px;
  margin-left: -10px;
  opacity: 1;
}

.navbar-toggle.collapsed .icon-bar.bar-bottom {
  transform: skewX(30deg);
  width: 25px;
  margin-left: -5px;
}

.navbar-toggle .small {
  color: #fff;
  transform: skewX(30deg);
  font-size: 10px;
}

button.navbar-toggle.collapsed:hover {
  background: #fff;
}

button.navbar-toggle.collapsed:hover .icon-bar {
  background: #002846;
}

button.navbar-toggle.collapsed:hover .small {
  color: #002846;
}

.navbar-header {
  float: left;
}

.logo {
  margin-top: 5px;
  margin-left: 10px;
  position: absolute;
  z-index: 999;
  max-width: 160px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: #009bde;
  text-decoration: none;
}

.logoColor {
  opacity: 0;
  margin-top: 5px;
  margin-left: -15px;
  position: absolute;
  z-index: 998;
}

.logoColor {
  opacity: 0;
  margin-top: 5px;
  margin-left: 0;
  position: absolute;
  z-index: 998;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navbar-collapse {
  background: rgb(255, 255, 255);
  transition: all 0.5s ease-in-out;
  position: absolute;
  border-bottom: solid 3px #002846;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}

.navbar-collapse h4 {
  margin-bottom: 0;
  border-bottom: solid 1px;
}

.navbar-nav > li {
  float: none;
  display: block;
}

.navbar-main ul.nav.navbar-nav > li > a {
  float: none;
  padding: 3px 0;
  color: #009bde;
  text-decoration: none;
  border-right: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-bottom: solid 2px transparent;
  text-transform: capitalize;
  padding-left: 5px;
}

.navbar-main ul.nav.navbar-nav > li > a:hover {
  color: #002846;
  background: #eee;
  border-bottom: solid 2px #fff;
}

.top-bar {
  position: relative;
  bottom: 15px;
  float: left;
  top: 0;
  display: block;
  width: 100%;
  border-top: solid 1px #ddd;
  text-align: center;
}

.user {
  display: inline-block;
  padding-right: 20px;
  padding-left: 5px;
}

.user a i.fad.fa-users {
  font-size: 1.15em;
  color: white;
}

.user span {
  font-size: 12px;
  color: #fff;
  margin-left: 2px;
}

.top-bar a.phone {
  color: #fff;
  font-size: 1.1em;
  font-weight: 800;
  position: relative;
  display: inline-block;
  padding: 6px 0 6px 2px;
  line-height: 18px;
  margin-right: 15px;
}

small.overseas {
  display: block;
  text-align: right;
  margin-right: 15px;
  color: #fff;
  font-size: 10px;
}

[class^=icon-],
[class*=" icon-"] {
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
}

.ticker {
  position: absolute;
  height: 30px;
  width: 100%;
  background: #69b417;
  display: block;
  box-sizing: border-box;
  z-index: 9999;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.ticker .carousel-inner > .item > a > img {
  display: none;
}

.ticker .promo-content {
  position: relative;
  width: 100%;
  margin-top: 0;
}

.ticker .hero {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  color: #fff;
  display: inline;
  line-height: 2em;
  text-shadow: none;
  text-transform: none;
}

.ticker .promo-content .lead {
  display: inline;
  font-size: 0.7em;
  text-shadow: none;
  padding-left: 2px;
}

.ticker .carousel-control {
  background: transparent;
  top: 0;
  margin-top: -3px;
  font-size: 26px;
  line-height: 35px;
}

.ticker .carousel-control.left {
  margin-left: -8px;
}

.ticker .carousel-control.right {
  margin-right: -8px;
}

.top-bar .dropdown-menu {
  margin-left: -12px;
}

.dropdown-menu {
  display: none;
}

span.homeIcons {
  font-size: 18px;
  color: #009bde;
  display: inline-block;
}

.top-bar span {
  margin-right: 0;
}

span.homeIcons a {
  color: #fff;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.d-inline-block {
  display: inline-block !important;
}

.text-right {
  text-align: right !important;
}

ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.affix {
  position: fixed;
}

.navbar-nav {
  margin-top: 10px;
}

.nav {
  padding-left: 0;
  list-style: none;
}

.navbar-nav > li > a {
  line-height: 20px;
}

.nav > li > a {
  position: relative;
  display: block;
}

.nav-justified {
  width: 100%;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

.navbar-right {
  margin-right: 15px;
  margin-top: 28px;
}

.navbar-fixed-top {
  right: 0;
  left: 0;
  margin-bottom: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border-left: solid 5px transparent;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav > li > a {
  position: relative;
  display: block;
}

[class^=icon-],
[class*=" icon-"] {
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(//images.ski.com/media/img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.navbar-toggle .small {
  color: #fff;
  font-size: 10px;
}

.topfade {
  background-image: linear-gradient(to bottom, rgba(10, 45, 85, 0.75) 0, rgba(10, 45, 85, 0) 100%);
  height: 150px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.carousel {
  margin-bottom: 0;
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item > a > picture > img {
  display: block;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item > a > picture > img {
  width: 200%;
}

.hero {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 15px rgb(3, 24, 64);
  display: block;
  margin-top: 35%;
  margin-bottom: -5px;
}

.home-hero .hero {
  margin-top: 50%;
  font-size: 2.5em;
  padding: 0 10px;
}

.promo-content .lead {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 15px rgb(3, 24, 64);
  margin-bottom: 30px;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item:active {
  position: relative;
  display: block;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 0;
  width: 33px;
  height: 60px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  background: #777777;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  border-radius: 0 30px 30px 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  border-radius: 30px 0 0 30px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > a > picture > img {
  width: 200%;
  position: relative;
  max-width: none;
  left: -37%;
}

.promo-content {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 99;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.white-section {
  background-color: #f9f9f9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.widget-home-content {
  padding: 15px;
}

.widget-full {
  position: relative;
  width: 100%;
  background: #002846;
  display: block;
  margin-top: -10px;
  height: inherit;
  margin-bottom: 0;
  border-radius: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  height: auto;
}

#homeWidget .widget-full {
  margin-top: -50%;
}

#homeWidget .widget-full .container {
  background-color: rgba(0, 40, 70, 0.8);
}

.why-strip h3 {
  font-size: 14px;
}

.why-strip h5 {
  font-size: 12px;
}

.btn-sm {
  padding: 0.75rem 1rem;
  font-size: 0.75em;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

a:not([href]):not([tabindex]) {
  color: #009bde;
  text-decoration: none;
}

.widget-options {
  display: none;
  margin-top: 0;
}

.widget-options input[type=checkbox] {
  display: none;
}

.widget-options label {
  font-size: 14px;
  margin-top: 0;
  line-height: 14px;
  font-weight: 400;
  margin-right: 35px;
  margin-left: -15px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.widget-options input[type=checkbox] {
  display: none;
}

.widget-options input[type=checkbox] + label::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.widget-options input[type=checkbox] + label::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f0c8";
  font-size: 18px;
  line-height: 14px;
  vertical-align: bottom;
}

.widget-options input[type=checkbox] + label::before {
  letter-spacing: 7px;
}

.widget-options input[type=checkbox]:checked + label::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f14a";
}

.white-section.why-strip {
  padding-bottom: 0;
  padding-top: 12px;
  margin-top: 0;
}

.why-strip h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.25em;
}

.why-strip h5 {
  text-transform: inherit;
  margin-top: 0;
  position: absolute;
  display: block;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal.fade.in.modal-fullscreen.show {
  display: block;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  body {
    background-image: url(//cdn.ski/oDvfgA5BTD80S1KM.png);
    background-repeat: repeat-x;
  }
  .ticker .hero,
  .ticker .promo-content .lead {
    font-size: 1em;
  }
  .top-bar {
    position: relative;
    bottom: 15px;
    float: right;
    top: 15px;
    width: auto;
    border-top: none;
  }
  .top-bar a.phone {
    font-size: 1.7em;
  }
  #homeWidget .widget-full {
    margin-top: -15%;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > a > picture > img {
    width: 125%;
    position: relative;
    left: -10%;
  }
  .hero {
    font-size: 2.25em;
    margin-top: 25%;
  }
  .home-hero .hero {
    margin-top: 22%;
  }
}
@media (min-width: 768px) {
  button.navbar-toggle.collapsed {
    padding-bottom: 12px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .home-hero .hero {
    margin-top: 15%;
    font-size: 3.5em;
    padding: 0 10px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > a > picture > img {
    width: 100%;
    left: 0;
  }
  .hero {
    font-size: 2.75em;
    margin-top: 15%;
  }
  .promo-content .lead {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .widget-options {
    display: block;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1024px) {
  .hero {
    margin-top: 12%;
    font-size: 3em;
  }
  .home-hero .hero {
    font-size: 4em;
  }
  .widget-full {
    position: relative;
    margin-top: -20px;
    height: inherit;
    background: #002846;
  }
  .widget-full .container {
    background-color: transparent;
    border: none;
    min-height: inherit;
  }
  #homeWidget .widget-full {
    position: absolute;
    margin-top: -170px;
    height: inherit;
    background: transparent;
  }
  #homeWidget .widget-full .container {
    background-color: rgba(0, 40, 70, 0.8);
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
  }
  #homeWidget .widget-full {
    margin-top: -21%;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: 10%;
    font-size: 3em;
  }
  .home-hero .hero {
    margin-top: 15%;
    font-size: 4.5em;
  }
  .widget-full {
    position: absolute;
    background: transparent;
  }
  .widget-full .container {
    background-color: rgba(0, 40, 70, 0.8);
    border-radius: 4px;
    border-radius: 4px;
    border: none;
    min-height: inherit;
  }
  .widget-options {
    margin-top: 5px;
  }
  .DateInput {
    width: 125px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  #bookingForm .btn {
    padding: 13px 10px;
    font-size: 0.85em;
  }
  .form-control {
    font-size: 0.95em;
  }
}
@media (max-width: 979px) {
  .logo {
    width: 155px;
    margin-left: 15px;
    margin-top: 8px;
  }
  .DateInput {
    width: 125px;
  }
  .home-hero .carousel-inner {
    height: 100%;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
    position: absolute;
  }
  .carousel-inner > .item > a > img {
    width: 125%;
    max-width: none;
  }
  .widget-options {
    margin-top: 0;
  }
  #tabWidget .input-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-top: 5px;
    margin-left: 15px;
    width: 135px;
  }
  .navbar-toggle {
    margin-top: 20px;
    margin-right: 0;
  }
  .header-map .map-view-root {
    height: 675px;
  }
  #travelers .btn {
    margin-bottom: 10px;
  }
  .widget-home .btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .home-hero .carousel-inner > .item > img,
  .carousel-inner > .item > a > img,
  .home-hero .carousel-inner > .item > a > picture > img {
    width: 280%;
  }
  .top-bar a.phone {
    margin-right: 0;
    font-size: 0.85em;
  }
  .header-map .map-view-root {
    height: 625px;
  }
}