/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   @mixin ========================================================================= */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   @mixin ========================================================================= */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a.nice-select.open,
a:hover {
  outline: 0; }

/* Text-level semantics
   @mixin ========================================================================= */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   @mixin ========================================================================= */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   @mixin ========================================================================= */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   @mixin ========================================================================= */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   @mixin ========================================================================= */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.clearfix {
  display: table;
  clear: both; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mountain {
  width: 106px;
  height: 66px;
  fill: #C00318; }

.btn-example {
  margin-bottom: 100px;
  text-align: center; }

.welcome {
  text-align: center; }

@media screen and (max-width: 640px) {
  .welcome p br {
    display: none; } }

.nav-bg {
  position: absolute;
  width: 100%;
  height: 140px;
  background-color: rgba(30, 30, 30, 0.7);
  mix-blend-mode: multiply;
  z-index: 5; }

.nav {
  position: relative;
  height: 140px;
  z-index: 10; }
  .nav__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%; }
  .nav__item {
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: background ease 0.3s;
    -o-transition: background ease 0.3s;
    transition: background ease 0.3s; }
    .nav__item:hover {
      background: rgba(0, 0, 0, 0.7); }
      .nav__item:hover .nav__sub {
        visibility: visible;
        opacity: 1; }
    .nav__item--logo:hover {
      background: transparent; }
    .nav__item--login {
      margin-right: 0;
      margin-left: auto; }
      .nav__item--login .nav__link {
        width: 205px;
        background: #fff;
        color: #323232;
        line-height: 45px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center; }
        .nav__item--login .nav__link:hover {
          background-color: #c4161c;
          color: #fff; }
  .nav__link {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase; }
  .nav__sub {
    position: absolute;
    bottom: -65.5px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .nav__sub-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.7); }
  .nav__sub-item {
    margin-left: 30px;
    margin-right: 30px; }
  .nav__sub-link {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 66px; }
    .nav__sub-link:hover {
      color: #C4161C; }
  .nav__hamburger {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 25; }
    .nav__hamburger span {
      display: block;
      position: absolute;
      height: 4px;
      width: 50%;
      background: #fff;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .nav__hamburger span:nth-child(even) {
        left: 50%;
        -webkit-border-radius: 0 9px 9px 0;
        border-radius: 0 9px 9px 0; }
      .nav__hamburger span:nth-child(odd) {
        left: 0px;
        -webkit-border-radius: 9px 0 0 9px;
        border-radius: 9px 0 0 9px; }
      .nav__hamburger span:nth-child(1), .nav__hamburger span:nth-child(2) {
        top: 0px; }
      .nav__hamburger span:nth-child(3), .nav__hamburger span:nth-child(4) {
        top: 13px; }
      .nav__hamburger span:nth-child(5), .nav__hamburger span:nth-child(6) {
        top: 26px; }
    .nav__hamburger.open span:nth-child(1), .nav__hamburger.open span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .nav__hamburger.open span:nth-child(2), .nav__hamburger.open span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .nav__hamburger.open span:nth-child(1) {
      left: 3px;
      top: 7px; }
    .nav__hamburger.open span:nth-child(2) {
      left: -webkit-calc(50% - 3px);
      left: calc(50% - 3px);
      top: 7px; }
    .nav__hamburger.open span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    .nav__hamburger.open span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    .nav__hamburger.open span:nth-child(5) {
      left: 3px;
      top: 20px; }
    .nav__hamburger.open span:nth-child(6) {
      left: -webkit-calc(50% - 3px);
      left: calc(50% - 3px);
      top: 20px; }
  .nav__mobile-logo {
    display: none;
    margin-top: 35px;
    width: 242px;
    height: 93px; }
    .nav__mobile-logo img {
      width: 100%;
      height: 100%; }
  .nav__mobile-login {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    padding: 0 42px;
    font-size: 12px;
    text-align: center;
    line-height: 44px;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    color: #4c4c4c;
    font-weight: 700;
    z-index: 25; }

@media screen and (min-width: 1600px) {
  .nav__item {
    margin-left: 2%;
    margin-right: 2%; }
    .nav__item--login {
      margin-left: 2%;
      margin-right: 2%; } }

@media screen and (max-width: 1100px) {
  .nav {
    padding-top: 1px; }
    .nav__item--logo img {
      width: 100px; }
    .nav__item--login .nav__link {
      padding-left: 20px;
      width: 135px; }
    .nav__link {
      padding-left: 7px;
      padding-right: 7px; } }

@media screen and (max-width: 900px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 100; }
    .nav__hamburger {
      display: block; }
    .nav__list {
      display: none; }
    .nav__mobile-logo {
      display: block; }
    .nav__mobile-login {
      display: block; }
    .nav__list {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 105px;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      background: rgba(0, 0, 0, 0.93);
      z-index: 20; }
    .nav__item {
      margin-bottom: 45px; }
      .nav__item:hover {
        background-color: transparent; }
    .nav__item--logo, .nav__item--login {
      display: none; }
    .nav__link {
      font-size: 18px;
      font-weight: 700;
      text-align: center; }
    .nav__sub {
      display: none;
      visibility: visible;
      opacity: 1;
      position: static;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .nav__sub-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background: transparent; }
    .nav__sub-link {
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 1px; } }

@media screen and (max-width: 900px) and (max-width: 420px) {
  .nav__mobile-login {
    padding-left: 15px;
    padding-right: 15px; } }

.has-hero-video .header {
  height: 750px; }

.header {
  position: relative;
  width: 100%;
  height: 550px;
  background: url("../img/man-on-ski.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 100px; }
  .header__desc-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #c4161c;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100px;
    max-width: 905px;
    z-index: 10;
    will-change: opacity; }
  .header__desc {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20; }

.header-with-video {
  background: transparent; }

video#bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-background-size: cover;
  background-size: cover; }

@media screen and (max-width: 905px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  .header {
    height: 960px;
    background-image: url("../img/video-first-frame.png");
    -webkit-background-size: cover;
    background-size: cover; }
  video#bgvideo {
    display: none; }
  .has-hero-video .header__desc-bg {
    z-index: 1 !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .nav__item {
    margin-left: 0;
    margin-right: 0; }
    .nav__item--login {
      margin-left: 0;
      margin-right: 0; } }

.desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 27px;
  padding-right: 0;
  width: 100%;
  height: 100px;
  max-width: 905px;
  z-index: 10;
  background: transparent; }
  .desc__item {
    padding-left: 23px;
    padding-right: 23px;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #000; }
    .desc__item:first-child {
      padding-left: 0; }
    .desc__item:last-child {
      padding-right: 0;
      border-right: none; }
    .desc__item--full {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      padding-right: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .desc__item--link {
      padding-left: 0;
      padding-right: 0; }
  .desc__item-half {
    float: left;
    margin-right: 20px; }
    .desc__item-half:last-child {
      margin-right: 0; }
  .desc__link {
    display: block;
    height: 100%;
    padding-left: 27px;
    padding-right: 27px;
    text-decoration: none; }
  .desc__lowercase {
    text-transform: lowercase;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700; }
  .desc__view-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    height: 100%; }
  .desc__title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff; }
  .desc__info {
    line-height: 34px !important;
    margin-top: 7px;
    margin-bottom: 0;
    color: #fff !important; }
    .desc__info--status {
      font-size: 17px !important; }
      .desc__info--status .opens-9am {
        width: 69px;
        display: block;
        line-height: 20px;
        margin: 0 auto; }
    .desc__info--sun {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .desc__sun-icon {
    float: left;
    margin-right: 9px;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/sun.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .desc__camera-icon {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    line-height: 50px;
    width: 28px;
    height: 23px;
    background: url("../img/camera.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }

@media screen and (max-width: 905px) {
  .desc {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: auto;
    padding: 25px 0 0;
    padding-top: 25px;
    height: auto; }
    .desc__item {
      -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
      padding: 20px;
      border-bottom: 1px solid #000; }
      .desc__item:last-child, .desc__item:first-child {
        padding-left: 20px;
        padding-right: 20px; }
      .desc__item:nth-child(3), .desc__item:nth-child(6) {
        border-right: none; }
      .desc__item:first-child, .desc__item:nth-child(2), .desc__item:nth-child(3) {
        padding-top: 0; }
      .desc__item--full {
        padding: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border: none; }
      .desc__item--link {
        padding: 0; }
    .desc__link {
      padding: 20px; }
    .desc__view-full {
      padding: 20px;
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
      .desc__view-full br {
        display: none; }
    .desc__item-half {
      display: inline-block;
      float: none; } }

@media screen and (max-width: 581px) {
  .desc__item {
    padding-left: 5px;
    padding-right: 5px; }
    .desc__item:last-child, .desc__item:first-child {
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 490px) {
  .desc__item {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; }
    .desc__item:nth-child(3) {
      padding-top: 20px;
      border-right: 1px solid #000; }
    .desc__item:nth-child(2), .desc__item:nth-child(4), .desc__item:nth-child(6) {
      border-right: none; }
    .desc__item:first-child, .desc__item:nth-child(2) {
      padding-top: 0; }
    .desc__item--full {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

@media screen and (max-width: 340px) {
  .desc__title {
    font-size: 15px; } }

.four-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px; }
  .four-column__item {
    -webkit-flex-basis: -webkit-calc(100% / 4);
    -ms-flex-preferred-size: calc(100% / 4);
    flex-basis: calc(100% / 4); }
    .four-column__item h5 {
      font-weight: 400; }
  .four-column__link {
    display: block;
    text-decoration: none; }
  .four-column__title {
    margin-bottom: 10px;
    line-height: 22px; }
  .four-column__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
    .four-column__icon--elevator {
      margin-top: -19px; }
      .four-column__icon--elevator img {
        margin-left: 20px; }
    .four-column__icon--ski-man {
      margin-top: -3px;
      margin-bottom: 16px; }

@media screen and (max-width: 905px) {
  .four-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .four-column__item {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin-bottom: 70px; }
      .four-column__item:nth-child(3), .four-column__item:nth-child(4) {
        margin-bottom: 0; } }

@media screen and (max-width: 450px) {
  .four-column__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    .four-column__item:nth-child(3) {
      margin-bottom: 70px; }
    .four-column__item:nth-child(4) {
      margin-bottom: 0; } }

.img-detail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 100px; }

.img-detail {
  position: relative;
  -webkit-flex-basis: -webkit-calc(100% / 4);
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4); }
  .img-detail:hover .img-detail__title {
    opacity: 0; }
  .img-detail__info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 44px;
    padding-right: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    .img-detail__info:hover {
      opacity: 1;
      background: rgba(30, 30, 30, 0.7); }
  .img-detail__title {
    display: inline-table;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    padding: 40px 37px;
    color: #fff;
    background: rgba(30, 30, 30, 0.7);
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    text-align: center;
    min-width: 65%;
    line-height: 1.12;
    height: 140px;
    padding: 0 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .img-detail__title-full {
    margin-bottom: 21px;
    color: #fff; }
  .img-detail__img {
    width: 100%;
    height: 100%; }
  .img-detail__text {
    color: #fff;
    font-size: 12px;
    line-height: 16px; }
  .img-detail__link {
    display: block;
    margin-top: 13px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }

@media screen and (max-width: 960px) {
  .img-detail-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .img-detail {
    -webkit-flex-basis: -webkit-calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2); } }

@media screen and (max-width: 905px) {
  .img-detail-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 690px) {
  .img-detail {
    margin-bottom: 0; } }

@media screen and (max-width: 600px) {
  .img-detail {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media screen and (max-width: 490px) {
  .img-detail {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none; } }

@media screen and (max-width: 420px) {
  .img-detail__title {
    min-width: 75%; } }

.tile {
  position: relative;
  margin-bottom: 100px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply; }
  .tile--color--red {
    background-color: #C4161C; }
    .tile--color--red .tile__link:hover {
      background: #680c0f; }
  .tile--color--blue {
    background-color: rgba(8, 45, 89, 0.79); }
  .tile--color--white {
    background-color: rgba(255, 255, 255, 0.65);
    background-blend-mode: screen; }
    .tile--color--white .tile__title {
      color: #464646; }
    .tile--color--white .tile__sub-title {
      color: #464646; }
    .tile--color--white .tile__text {
      color: #464646; }
    .tile--color--white .tile__link {
      color: #fff; }
    .tile--color--white .tile-dropdown__triangle {
      border-color: #4d4d4d transparent transparent transparent; }
  .tile__img {
    width: 100%;
    height: 100%;
    max-height: 600px; }
  .tile__info {
    max-width: 66.66%;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff; }
  .tile__text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center; }
  .tile__sub-title {
    color: #fff;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 10px; }
  .tile__title {
    margin-bottom: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.1; }
  .tile__link {
    display: inline-block;
    margin-top: 32px;
    min-width: 200px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
    .tile__link:hover {
      background: rgba(196, 22, 28, 0.8); }
    .tile__link--more {
      margin-left: 30px; }

.tile-dropdown {
  position: relative;
  overflow: hidden; }
  .tile-dropdown__wrapper {
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply; }
    .tile-dropdown__wrapper--color--red {
      background-color: #C4161C; }
    .tile-dropdown__wrapper--color--blue {
      background-color: rgba(8, 45, 89, 0.79); }
    .tile-dropdown__wrapper--color--white {
      background-color: rgba(255, 255, 255, 0.65);
      background-blend-mode: screen; }
  .tile-dropdown .tile__info {
    padding-top: 110px;
    padding-bottom: 120px;
    cursor: pointer; }
  .tile-dropdown .tile-dropdown__details {
    padding-top: 100px;
    display: none;
    background-color: #fff;
    overflow: hidden; }
    .tile-dropdown .tile-dropdown__details > *:last-child {
      margin-bottom: -2px;
      padding-bottom: 0; }
      .tile-dropdown .tile-dropdown__details > *:last-child.table-section > .row:last-of-type .btn {
        margin-bottom: 100px; }
  .tile-dropdown__triangle {
    margin-top: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 28px 0 28px;
    border-color: #ffffff transparent transparent transparent;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .tile-dropdown__triangle.open {
      -webkit-transform: rotate(180deg) scale(0.7);
      -ms-transform: rotate(180deg) scale(0.7);
      transform: rotate(180deg) scale(0.7); }

@media screen and (min-width: 905px) and (max-width: 1120px) {
  .tile__info {
    max-width: 70%; } }

@media screen and (max-width: 905px) {
  .tile__info {
    max-width: 100%;
    position: relative;
    z-index: 20;
    padding: 134px 130px 130px; }
  .tile__img {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: none; }
  .tile__text br {
    display: none; } }

@media screen and (max-width: 767px) {
  .tile__sub-title {
    line-height: 1;
    margin-bottom: 18px; }
  .tile__title {
    line-height: 1;
    margin-bottom: 13px; }
  .tile-dropdown__wrapper {
    height: auto; } }

@media screen and (max-width: 694px) {
  .tile__links {
    text-align: center; }
  .tile__link {
    margin-left: 0; }
    .tile__link--more {
      margin-top: 24px; } }

@media screen and (max-width: 600px) {
  .tile__info {
    padding: 70px 50px; } }

@media screen and (max-width: 400px) {
  .tile__info {
    padding: 55px 15px; } }

@media screen and (min-width: 767px) {
  .tile-dropdown__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .tile-dropdown__wrapper .tile__info {
      padding: 0; } }

.snaps__title {
  text-align: center; }
  .snaps__title a {
    text-decoration: none;
    color: #4d4d4d; }

.snaps__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px; }

.snaps__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 386px;
  -ms-flex-preferred-size: 386px;
  flex-basis: 386px; }
  .snaps__column a {
    display: block; }
  .snaps__column--type--vertical {
    -webkit-flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
    height: 386px; }
  .snaps__column--type--big {
    height: 386px; }

.snaps__img {
  display: block;
  margin-right: 6px; }
  .snaps__img--type--square {
    width: 190px;
    height: 190px; }
  .snaps__img--type--long {
    width: 386px;
    height: 190px; }
  .snaps__img--type--vertical {
    width: 190px;
    height: 100%; }
  .snaps__img--type--big {
    width: 386px;
    height: 100%; }
  .snaps__img--margin-bottom {
    margin-bottom: 6px; }
  .snaps__img--mrn {
    margin-right: 0; }

@media screen and (min-width: 969px) and (max-width: 1370px) {
  .snaps__column:last-child {
    display: none; }
  .snaps__img--type--big {
    margin-right: 0;
    -webkit-flex-basis: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px; } }

@media screen and (max-width: 974px) {
  .snaps__column--type--big {
    display: none; } }

@media screen and (max-width: 969px) {
  .snaps__column:last-child {
    display: none; }
  .snaps__column--type--square {
    -webkit-flex-basis: 432px;
    -ms-flex-preferred-size: 432px;
    flex-basis: 432px; }
  .snaps__column--type--vertical {
    -webkit-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    height: 426px; }
  .snaps__img--type--square {
    width: 210px;
    height: 210px; }
  .snaps__img--type--long {
    width: 426px;
    height: 210px; }
  .snaps__img--type--vertical {
    width: 210px;
    height: 426px;
    margin-right: 0; } }

@media screen and (max-width: 645px) {
  .snaps__column:last-child, .snaps__column:nth-last-of-type(2), .snaps__column:nth-last-of-type(3) {
    display: none; }
  .snaps__column--type--square {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    .snaps__column--type--square a:first-child {
      margin-right: 6px;
      -webkit-flex-basis: -webkit-calc(100% / 2 - 6px);
      -ms-flex-preferred-size: calc(100% / 2 - 6px);
      flex-basis: calc(100% / 2 - 6px); }
    .snaps__column--type--square a:nth-child(2) {
      margin-right: 0;
      -webkit-flex-basis: -webkit-calc(100% / 2);
      -ms-flex-preferred-size: calc(100% / 2);
      flex-basis: calc(100% / 2); }
    .snaps__column--type--square a:last-child {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-right: 0; }
  .snaps__img--type--square {
    display: block;
    max-width: 100%;
    max-height: 303px;
    width: 100%;
    height: 100%; }
  .snaps__img--type--long {
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto; } }

@media screen and (max-width: 490px) {
  .snaps__img--type--square {
    max-height: 250px; } }

@media screen and (max-width: 427px) {
  .snaps__column--type--square {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .snaps__img--type--square {
    display: block;
    max-width: none;
    min-height: 200px;
    max-height: 190px;
    width: -webkit-calc(50% - 3px);
    width: calc(50% - 3px);
    height: auto;
    margin: 0; }
    .snaps__img--type--square:first-child {
      margin-right: 6px; }
    .snaps__img--type--square img {
      width: 100%; }
  .snaps__img:last-child {
    margin-top: 3px;
    width: 100%;
    height: auto; } }

@media screen and (max-width: 427px) {
  .snaps__img--type--square {
    min-height: 180px;
    max-height: 180px; } }

.subscribe__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .subscribe__btn a img {
    width: 90px; }
  @media screen and (max-width: 1010px) {
    .subscribe__btn {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 0; } }

.feedback__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%; }
  .feedback__btn a img {
    width: 150px;
    margin-bottom: 5px; }
  @media screen and (max-width: 1010px) {
    .feedback__btn {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 0 35px; } }

.subscribe {
  padding-top: 21px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333333; }
  .subscribe__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 292px;
    -ms-flex-preferred-size: 292px;
    flex-basis: 292px;
    margin-right: 20px;
    margin-top: 13px; }
  .subscribe__title {
    margin-top: 10px;
    margin-right: 53px;
    color: #fff; }
  .subscribe__email {
    padding-left: 15px;
    margin-bottom: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 292px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none; }
    .subscribe__email::-webkit-input-placeholder {
      font-size: 10px;
      text-transform: uppercase; }
    .subscribe__email::-moz-placeholder {
      font-size: 10px;
      text-transform: uppercase; }
    .subscribe__email:-ms-input-placeholder {
      font-size: 10px;
      text-transform: uppercase; }
    .subscribe__email::-ms-input-placeholder {
      font-size: 10px;
      text-transform: uppercase; }
    .subscribe__email::placeholder {
      font-size: 10px;
      text-transform: uppercase; }
  .subscribe__input {
    display: none; }
    .subscribe__input:checked + .subscribe__label .subscribe__checkbox::after {
      display: block; }
  .subscribe__label {
    margin-right: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase; }
    .subscribe__label:last-of-type {
      margin-right: 0; }
  .subscribe__checkbox {
    position: relative;
    margin-right: 5px;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .subscribe__checkbox::after {
      position: absolute;
      top: 3px;
      left: 6px;
      content: '';
      display: none;
      width: 3px;
      height: 6px;
      border: solid #333333;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .subscribe__sponsors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 110px; }
  .subscribe__sponsor-img {
    display: block;
    margin-right: 20px;
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .subscribe__sponsor-img:last-of-type {
      margin-right: 0; }
    .subscribe__sponsor-img img {
      width: 100%;
      height: 100%; }
  .subscribe__awardees {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .subscribe__awardee-img {
    display: block;
    margin-right: 20px;
    width: 60px;
    height: 69px; }
    .subscribe__awardee-img:last-of-type {
      margin-right: 0; }
    .subscribe__awardee-img img {
      width: 100%;
      height: 100%; }

@media screen and (max-width: 1010px) {
  .subscribe {
    padding-left: 15px;
    padding-right: 15px; }
    .subscribe__form {
      margin-right: 0; }
    .subscribe__sponsors {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 35px auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .subscribe__awardees {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (max-width: 640px) {
  .subscribe {
    padding-top: 69px;
    padding-bottom: 48px; }
    .subscribe__sponsors, .subscribe__awardees {
      display: none; }
    .subscribe__title {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 0 auto 5px;
      text-align: center; }
    .subscribe__email {
      font-size: 12px;
      margin-bottom: 35px;
      padding: 0 15px;
      line-height: 49px; }
      .subscribe__email::-webkit-input-placeholder {
        text-align: center;
        font-size: 14px; }
      .subscribe__email::-moz-placeholder {
        text-align: center;
        font-size: 14px; }
      .subscribe__email:-ms-input-placeholder {
        text-align: center;
        font-size: 14px; }
      .subscribe__email::-ms-input-placeholder {
        text-align: center;
        font-size: 14px; }
      .subscribe__email::placeholder {
        text-align: center;
        font-size: 14px; }
    .subscribe__label {
      margin: 0;
      margin-bottom: 30px;
      padding-left: 70px;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .subscribe__label span:last-child {
        font-size: 14px; }
    .subscribe__checkbox {
      margin-right: 10px; } }

.footer {
  background-color: #262626; }
  .footer__nav-wrapper {
    padding-top: 37px;
    padding-bottom: 57px; }
  .footer__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__nav-item {
    margin-right: 74px; }
    .footer__nav-item:last-of-type {
      margin-right: 0; }
  .footer__nav-link {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
    .footer__nav-link:hover {
      text-decoration: underline; }
  .footer__awardees-sponsors {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__sponsor-img {
    width: 105px;
    height: 105px; }
  .footer__awardee-img {
    width: 97px;
    height: 112px; }
  .footer__social {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer__social a {
      display: block;
      width: 46px;
      height: 45px;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      background-position: center center; }
  .footer__facebook {
    margin-right: 6px;
    background-image: url("../img/facebook.png"); }
  .footer__instagram {
    margin-right: 5px;
    background-image: url("../img/instagram.png"); }
  .footer__twitter {
    background-image: url("../img/twitter.png"); }

@media screen and (max-width: 1010px) {
  .footer__nav-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .footer__nav-item {
    margin-right: 45px; } }

@media screen and (max-width: 840px) {
  .footer__nav-wrapper {
    padding-top: 70px;
    padding-bottom: 38px; }
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer__nav-item {
    margin-right: 0;
    margin-bottom: 40px; }
  .footer__nav-link {
    font-size: 14px; }
  .footer__awardees-sponsors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px; }
  .footer__sponsors, .footer__awardees {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .footer__sponsors {
    margin: 0 auto; }
  .footer__awardees {
    margin: 0 auto; } }

@media screen and (max-width: 500px) {
  .footer__awardees-sponsors {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__sponsors, .footer__awardees {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .footer__sponsors {
    margin-bottom: 30px; } }

.hero-text {
  max-width: 1066px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 100px; }
  .hero-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #808080;
    text-align: center; }
    .hero-text p:last-child {
      margin-bottom: 0; }

.cat-profile {
  max-width: 1076px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px; }
  .cat-profile--first {
    margin-bottom: 100px; }
  .cat-profile--before-footer {
    margin-bottom: 100px;
    padding-bottom: 0; }
  .cat-profile__info {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 140px;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left !important; }
  .cat-profile__img {
    max-width: 540px;
    width: 100%; }
  .cat-profile__title, .cat-profile__subtitle {
    text-align: left !important; }
  .cat-profile__text {
    color: #808080; }
  .cat-profile__link {
    margin-top: 10px;
    margin-right: auto;
    display: inline-block;
    padding: 0 25px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #C4161C;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .cat-profile__link:hover {
      background-color: #961115; }
  .cat-profile--type--right .cat-profile__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0;
    padding-left: 140px;
    text-align: right !important; }
  .cat-profile--type--right .cat-profile__title, .cat-profile--type--right .cat-profile__subtitle {
    text-align: right !important; }
  .cat-profile--type--right .cat-profile__link {
    margin-left: auto;
    margin-right: 0; }

@media screen and (max-width: 1100px) {
  .cat-profile__img {
    max-width: 300px;
    margin-top: auto;
    margin-bottom: auto; }
  .cat-profile--type--right .cat-profile__info {
    padding-left: 80px; }
  .cat-profile--type--left .cat-profile__info {
    padding-right: 80px; } }

@media screen and (max-width: 767px) {
  .cat-profile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px; }
    .cat-profile__info {
      display: block;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      text-align: center !important;
      padding-top: 63px; }
    .cat-profile__title {
      text-align: center !important; }
    .cat-profile__subtitle {
      text-align: center !important; }
    .cat-profile__img {
      max-width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin-bottom: auto; }
    .cat-profile--type--right .cat-profile__info {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding-left: 0;
      text-align: center !important; }
    .cat-profile--type--right .cat-profile__title {
      text-align: center !important; }
    .cat-profile--type--right .cat-profile__subtitle {
      text-align: center !important; }
    .cat-profile--type--right .cat-profile__text {
      text-align: center !important; }
    .cat-profile--type--right .cat-profile__img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .cat-profile--type--left .cat-profile__info {
      padding-right: 0;
      text-align: center !important;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .cat-profile--type--left .cat-profile__title {
      text-align: center !important; }
    .cat-profile--type--left .cat-profile__subtitle {
      text-align: center !important; }
    .cat-profile--type--left .cat-profile__text {
      text-align: center !important; }
    .cat-profile--type--left .cat-profile__img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }

@media screen and (max-width: 400px) {
  .cat-profile {
    padding-left: 30px;
    padding-right: 30px; } }

.full-width {
  padding-bottom: 100px; }
  .full-width__img, .full-width__video {
    width: 100%;
    margin-bottom: 20px; }
  .full-width + .btn-example {
    margin-top: -50px; }
  .full-width__iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    .full-width__iframe-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .full-width p {
    max-width: 66.66%;
    margin: 0 auto; }
  .full-width .swiper-slide {
    position: relative; }
  .full-width .slide-description {
    position: absolute;
    top: 20px;
    left: 100px;
    z-index: 100; }

@media screen and (max-width: 767px) {
  .full-width p {
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .full-width h4 {
    margin-top: 15px; } }

@media screen and (max-width: 460px) {
  .full-width p {
    max-width: 85%; } }

.column-data--gray {
  color: #999999; }

.scroll-indicator {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 30px;
  display: inline-block; }
  @media screen and (min-width: 721px) {
    .scroll-indicator {
      display: none !important; } }

.table-section {
  position: relative;
  max-width: 1066px;
  margin: 0 auto 100px; }
  .table-section__header-row-2-columns {
    border-top: 3px solid #cccccc; }
    .table-section__header-row-2-columns:first-of-type {
      border-top: 6px solid #cccccc; }
    .table-section__header-row-2-columns h5 {
      margin-top: 26px; }
  .table-section .row > h5 {
    margin-bottom: 26px; }
  .table-section p {
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center; }
  .table-section__title {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .table-section__select {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto; }
  .table-section .nice-select {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none; }
    .table-section .nice-select::after {
      display: none; }
    .table-section .nice-select::before {
      position: absolute;
      right: 0;
      top: 38%;
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: none;
      border-style: solid;
      border-width: 10px 8px 0 8px;
      border-color: #323232 transparent transparent transparent;
      cursor: pointer;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .table-section .nice-select.open::before {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .table-section .nice-select.open .list {
      left: -36px;
      top: 32px; }
  .table-section__row {
    border-top: 3px solid #cccccc; }
    .table-section__row h4, .table-section__row h5 {
      margin-top: 26px;
      margin-bottom: 26px; }

.table {
  margin: 0 auto;
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .table__row {
    display: table-row;
    position: relative;
    border-top: 3px solid #cccccc; }
    .table__row--scaled {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .table__row--header {
      border-width: 6px; }
    .table__row--no-border {
      border: none; }
    .table__row--sub {
      border-top: none; }
      .table__row--sub .table__cell h4 {
        margin-top: 0;
        color: #999999; }
  .table__cell {
    display: table-cell; }
    .table__cell--border-top {
      border-top: 3px solid #cccccc; }
    .table__cell h4 {
      margin-top: 38px;
      margin-bottom: 38px;
      line-height: 20px; }
      @media screen and (max-width: 700px) {
        .table__cell h4 {
          -webkit-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto;
          font-size: 20px; } }
    .table__cell h5 {
      font-weight: 500;
      margin-top: 26px;
      margin-bottom: 26px;
      padding-left: 15px;
      padding-right: 15px; }
    .table__cell--no-bottom-margin h4 {
      margin-bottom: 0; }
    .table__cell:first-of-type {
      padding-left: 5px; }
      .table__cell:first-of-type h4 {
        text-align: left; }
    .table__cell:last-of-type {
      padding-right: 5px; }
      .table__cell:last-of-type h4 {
        text-align: right; }

.table-icons {
  table-layout: auto; }
  .table-icons__row-mobile {
    display: none; }
  .table-icons .table__row.table-icons__row-desktop .table__cell {
    vertical-align: inherit; }
    .table-icons .table__row.table-icons__row-desktop .table__cell h4 {
      text-align: center !important; }
  .table-icons .table__row .table__cell {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    .table-icons .table__row .table__cell:first-child {
      width: 25%; }
    .table-icons .table__row .table__cell:last-child {
      width: 25%; }
  .table-icons .table__row:not(:first-child) .table__cell h4 {
    text-align: left; }
  .table-icons .table__row:not(:first-child) .table__cell:last-child h4 {
    text-align: right; }
  .table-icons .table__cell:first-of-type h4, .table-icons .table__cell:last-of-type h4 {
    text-align: center; }
  .table-icons__cell-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .table-icons__cell-wrapper div {
      margin-left: auto;
      margin-right: auto; }
  .table-icons__icon {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .table-icons__peaks {
    width: 136px;
    height: 150px; }
    .table-icons__peaks--sm {
      width: 80px;
      height: 150px; }
  .table-icons__lift {
    width: 87px;
    height: 95px; }
  .table-icons__ski-man {
    width: 103px; }
  .table-icons__double-peaks-road {
    width: 111px; }
  .table-icons__top-title {
    margin-top: -12px !important;
    max-width: 210px;
    margin: 0 auto; }
    .table-icons__top-title:first-of-type {
      margin-bottom: 12px; }
  .table-icons .table__cell {
    vertical-align: middle; }
  .table-icons__ski-man-cell {
    padding-right: 20px; }
  .table-icons__no-border-top {
    border-top: none; }
  .table-icons__top-row {
    border-top: 6px solid #cccccc; }
    .table-icons__top-row h4 {
      margin-top: 26px;
      margin-bottom: 0; }

.table-1-column .table__row h4 {
  text-align: center; }

.table-3-columns .table__row--header .table__cell h4,
.table-4-columns .table__row--header .table__cell h4,
.table-5-columns .table__row--header .table__cell h4,
.table-6-columns .table__row--header .table__cell h4 {
  color: #4d4d4d !important; }

.table-3-columns .table__row .table__cell h4,
.table-4-columns .table__row .table__cell h4,
.table-5-columns .table__row .table__cell h4,
.table-6-columns .table__row .table__cell h4 {
  color: #999999; }

.table-3-columns .table__row .table__cell:first-child h4,
.table-4-columns .table__row .table__cell:first-child h4,
.table-5-columns .table__row .table__cell:first-child h4,
.table-6-columns .table__row .table__cell:first-child h4 {
  color: #4d4d4d; }

.table-3-columns .table__row--sub .table__cell:first-child h4,
.table-4-columns .table__row--sub .table__cell:first-child h4,
.table-5-columns .table__row--sub .table__cell:first-child h4,
.table-6-columns .table__row--sub .table__cell:first-child h4 {
  color: #999999 !important; }

.table-6-columns {
  table-layout: auto; }
  .table-6-columns .table__row .table__cell:first-child {
    text-align: left; }
    .table-6-columns .table__row .table__cell:first-child h4 {
      text-align: left; }

@media screen and (max-width: 880px) {
  .table-section {
    padding-left: 15px;
    padding-right: 15px; }
    .table-section__select {
      right: 15px; } }

@media screen and (max-width: 767px) {
  .table-section .row:first-child {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .table-section__select {
    position: relative;
    margin-right: auto;
    margin-bottom: 10px;
    right: 0; }
  .table-section__title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px; }
  .table-wrapper {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px; }
    .table-wrapper::-webkit-scrollbar-button {
      width: 0;
      height: 0;
      display: none; }
    .table-wrapper::-webkit-scrollbar-thumb {
      height: 6px;
      border: 4px solid transparent;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.8), inset 1px 1px 0px rgba(0, 0, 0, 0.8);
      box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.8), inset 1px 1px 0px rgba(0, 0, 0, 0.8); }
    .table-wrapper::-webkit-scrollbar:horizontal {
      height: 20px; }
    .table-wrapper::-webkit-scrollbar {
      -webkit-appearance: none;
      background-color: #cccccc;
      padding-top: 5px;
      padding-bottom: 5px; }
    .table-wrapper .table {
      width: 1200px; }
  .table-icons {
    display: block; }
    .table-icons .table__row .table__cell {
      width: 50% !important; }
      .table-icons .table__row .table__cell h4 {
        text-align: center !important; }
    .table-icons__row-mobile {
      display: table-row; }
    .table-icons__row-desktop {
      display: none !important; }
    .table-icons .table__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .table-icons .table__row:first-child .table__cell {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .table-icons .table__row:first-child .table__cell:nth-child(3) {
          display: block; }
    .table-icons .table__cell {
      display: block;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
      .table-icons .table__cell:first-child {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media screen and (max-width: 460px) {
  .table-icons h4 {
    font-size: 16px; } }

@media screen and (max-width: 340px) {
  .table-icons h4 {
    font-size: 14px; } }

.form {
  max-width: 860px;
  margin: 0 auto 0;
  padding-bottom: 100px; }
  .form__form {
    padding-top: 15px; }
  .form__title {
    margin-top: 25px;
    margin-bottom: 25px; }
  .form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
    .form__row--top {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .form__label {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
    text-transform: uppercase;
    cursor: pointer; }
  .form__field {
    text-align: right;
    -webkit-flex-basis: 465px;
    -ms-flex-preferred-size: 465px;
    flex-basis: 465px;
    margin-left: auto; }
  .form__input, .form__textarea {
    padding: 0 30px;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    background-color: #D9D9D9;
    border: none;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
    .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
      color: #fff;
      text-align: right;
      font-weight: 600; }
    .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
      color: #fff;
      text-align: right;
      font-weight: 600; }
    .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
      color: #fff;
      text-align: right;
      font-weight: 600; }
    .form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
      color: #fff;
      text-align: right;
      font-weight: 600; }
    .form__input::placeholder, .form__textarea::placeholder {
      color: #fff;
      text-align: right;
      font-weight: 600; }
  .form__checkbox-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .form__checkbox-list li label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
  .form__checkbox {
    display: none; }
    .form__checkbox:checked + .form__checkbox-label span::after {
      display: block; }
  .form__checkbox-custom {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #D9D9D9;
    margin-right: 10px; }
  .form__checkbox-label {
    text-transform: uppercase;
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer; }
    .form__checkbox-label span:first-child {
      position: relative; }
      .form__checkbox-label span:first-child::after {
        display: none;
        content: 'X';
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-weight: 600; }
  .form__checkbox-hidden-label {
    display: none; }
  .form__checkbox-text {
    -webkit-flex-shrink: 12;
    -ms-flex-negative: 12;
    flex-shrink: 12;
    text-align: left; }
    .form__checkbox-text--bold {
      font-size: 20px;
      font-weight: 900;
      color: #4d4d4d; }

@media screen and (max-width: 880px) {
  .form {
    padding-left: 70px;
    padding-right: 70px; }
    .form__field {
      -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
      flex-basis: 300px; } }

@media screen and (max-width: 767px) {
  .form {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 650px) {
  .form__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .form__label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 26px;
    margin-bottom: 16px;
    text-align: center; }
  .form__field {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .form__input::-webkit-input-placeholder {
    text-align: center; }
  .form__input::-moz-placeholder {
    text-align: center; }
  .form__input:-ms-input-placeholder {
    text-align: center; }
  .form__input::-ms-input-placeholder {
    text-align: center; }
  .form__input::placeholder {
    text-align: center; }
  .form__textarea::-webkit-input-placeholder {
    text-align: left; }
  .form__textarea::-moz-placeholder {
    text-align: left; }
  .form__textarea:-ms-input-placeholder {
    text-align: left; }
  .form__textarea::-ms-input-placeholder {
    text-align: left; }
  .form__textarea::placeholder {
    text-align: left; }
  .form__checkbox-list li label {
    text-align: left; }
  .form__label-hidden {
    display: none; }
    .form__label-hidden + .form__field {
      margin-top: 28px; }
      .form__label-hidden + .form__field .form__checkbox-list li label {
        margin-bottom: 0; }
  .form__checkbox-hidden-label {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #4d4d4d; } }

.pdf-snow-report {
  max-width: 877px;
  margin: 0 auto; }
  .pdf-snow-report p {
    color: #64585B;
    font-weight: 500; }
  .pdf-snow-report__wrapper {
    max-width: 795px;
    margin: 0 auto; }
  .pdf-snow-report__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .pdf-snow-report__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pdf-snow-report header {
    margin-bottom: 25px;
    padding: 20px 20px 0 20px;
    background: #C4161C;
    height: 150px;
    color: #fff; }
  .pdf-snow-report__logo {
    display: block;
    float: left; }
  .pdf-snow-report__header-text-wrapper {
    float: right; }
  .pdf-snow-report__header-text {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: right; }
    .pdf-snow-report__header-text-status {
      font-size: 35px; }
  .pdf-snow-report__header-text-date {
    font-size: 18px;
    font-weight: 400;
    text-transform: none; }
  .pdf-snow-report__header-text-firsttracks {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin-top: 5px; }
  .pdf-snow-report table {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #C4161C;
    border-collapse: collapse; }
    .pdf-snow-report table thead {
      background-color: #C4161C;
      color: #fff;
      text-align: left;
      text-transform: uppercase; }
    .pdf-snow-report table th {
      padding: 5px 10px; }
    .pdf-snow-report table td {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 12px;
      border: 1px solid #C4161C;
      color: #64585B;
      font-weight: 500;
      line-height: 1.3; }
      .pdf-snow-report table td:first-child {
        padding-left: 10px;
        padding-right: 10px;
        width: 260px; }
      .pdf-snow-report table td:last-child {
        text-align: center; }
    .pdf-snow-report table .tal {
      text-align: left !important; }
    .pdf-snow-report table .color-green {
      color: #6EBB6C;
      font-weight: 600; }
    .pdf-snow-report table .color-orange {
      color: orange;
      font-weight: 600; }
    .pdf-snow-report table .color-red {
      color: #C4161C;
      font-weight: 600; }
    .pdf-snow-report table p {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 11px;
      line-height: 1.3;
      color: #64585B; }
      .pdf-snow-report table p.mb10 {
        margin-bottom: 10px; }
  .pdf-snow-report .align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 5px; }
  .pdf-snow-report .align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 5px; }
  .pdf-snow-report__tables-hours {
    font-size: 12.5px; }
  .pdf-snow-report .whatson__title {
    margin-top: 20px;
    text-align: left;
    color: #C4161C;
    font-weight: 600;
    text-transform: none;
    font-size: 30px;
    line-height: 2; }
  .pdf-snow-report .whatson__text {
    font-size: 12.5px;
    line-height: 1.3; }
  .pdf-snow-report__footer-link {
    color: #C4161C;
    font-weight: 600;
    text-transform: none;
    font-size: 30px; }
  .pdf-snow-report__footer-wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .pdf-snow-report__footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .pdf-snow-report__footer-social a {
      display: block;
      width: 45px;
      height: 45px; }
  .pdf-snow-report .pdf-snow-report__footer-facebook {
    margin-top: -3px;
    width: 52px;
    height: 52px;
    background: url("../img/facebook-round.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .pdf-snow-report .pdf-snow-report__footer-instagram {
    margin-right: 4px;
    background: url("../img/instagram-round.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .pdf-snow-report .pdf-snow-report__footer-twitter {
    background: url("../img/twitter-round.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }

@page {
  size: A4;
  margin: 0; }

@media print {
  html, body {
    width: 210mm;
    height: 297mm; }
  .pdf-snow-report header {
    height: 150px;
    margin-bottom: 20px; }
  .pdf-snow-report .pdf-snow-report__wrapper {
    padding-left: 30px;
    padding-right: 30px; }
  .pdf-snow-report table {
    margin-bottom: 10px; }
    .pdf-snow-report table th {
      padding: 5px 10px; }
    .pdf-snow-report table td {
      padding-top: 6px;
      padding-bottom: 6px; }
  .pdf-snow-report .pdf-snow-report__column table:last-of-type {
    margin-bottom: 0; }
  .pdf-snow-report .pdf-snow-report__tables-hours {
    margin-top: 10px; }
  .pdf-snow-report .whatson__title {
    margin-top: 0; } }

.jpopout-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jpopout {
  position: relative;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }
  .jpopout h2, .jpopout h4 {
    color: inherit;
    text-transform: uppercase; }
  .jpopout h2 {
    line-height: 29px;
    padding-bottom: 29px; }
  .jpopout h4 {
    line-height: 23px;
    margin-bottom: 0; }

.jpopout-wrapper {
  padding: 120px 100px; }
  @media screen and (max-width: 680px) {
    .jpopout-wrapper {
      padding: 80px 30px; } }
  .jpopout-wrapper a {
    display: inline-block;
    border-bottom: 1px solid #fff;
    color: #fff; }
  @media screen and (min-width: 922px) {
    .jpopout-wrapper #feedback-form {
      width: 800px; } }
  .jpopout-wrapper #feedback-form .form__row:last-child {
    margin-bottom: 0px; }
  .jpopout-wrapper input.form__input, .jpopout-wrapper textarea.form__textarea {
    color: #323232;
    line-height: 30px;
    padding: 13px 30px; }
    .jpopout-wrapper input.form__input::-webkit-input-placeholder, .jpopout-wrapper textarea.form__textarea::-webkit-input-placeholder {
      color: #323232; }
    .jpopout-wrapper input.form__input::-moz-placeholder, .jpopout-wrapper textarea.form__textarea::-moz-placeholder {
      color: #323232; }
    .jpopout-wrapper input.form__input:-ms-input-placeholder, .jpopout-wrapper textarea.form__textarea:-ms-input-placeholder {
      color: #323232; }
    .jpopout-wrapper input.form__input::-ms-input-placeholder, .jpopout-wrapper textarea.form__textarea::-ms-input-placeholder {
      color: #323232; }
    .jpopout-wrapper input.form__input::placeholder, .jpopout-wrapper textarea.form__textarea::placeholder {
      color: #323232; }
  .jpopout-wrapper label.form__label {
    color: #fff; }
    @media screen and (min-width: 1366px) {
      .jpopout-wrapper label.form__label {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
  .jpopout-wrapper a.action-submit-feedback-form {
    border: none; }
  .jpopout-wrapper--form {
    padding: 60px 50px; }
    @media screen and (max-width: 650px) {
      .jpopout-wrapper--form h2 {
        line-height: 33px; } }
  .jpopout-wrapper .feed-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 650px) {
      .jpopout-wrapper .feed-btn-wrapper {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }

.bgred {
  background-color: red; }

.bgblue {
  background-color: blue; }

.bggreen {
  background-color: green; }

.bgyellow {
  background-color: yellow; }

.bgtan {
  background-color: tan; }

.bgmagenta {
  background-color: magenta; }

.bgmarron {
  background-color: maroon; }

.snaps__title.snaps__title--insta {
  line-height: 45px;
  margin: 70px 0; }
  @media screen and (max-width: 619px) {
    .snaps__title.snaps__title--insta .hashtag {
      margin-top: 30px;
      display: inline-block;
      font-size: 30px;
      line-height: 40px !important; } }

.insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.insta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .insta-wrap-s-square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 310px;
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 769px) {
      .insta-wrap-s-square {
        -webkit-align-content: end;
        -ms-flex-line-pack: end;
        align-content: end; } }
    .insta-wrap-s-square div {
      width: 150px;
      height: 150px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .insta-wrap-s-square div:nth-child(1) {
      margin: 0 5px 3px 0; }
    .insta-wrap-s-square div:nth-child(2) {
      margin: 0 0 5px 0; }
    .insta-wrap-s-square div:nth-child(4) {
      margin-left: 5px; }
  .insta-wrap-l-square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .insta-wrap-l-square div {
      width: 305px;
      height: 305px; }
    .insta-wrap-l-square--item1 {
      margin-right: 5px; }
      @media screen and (max-width: 769px) {
        .insta-wrap-l-square--item1 {
          margin-top: 5px; } }
    .insta-wrap-l-square--item2 {
      margin-left: 5px; }
      @media screen and (max-width: 1079px) {
        .insta-wrap-l-square--item2 {
          display: none; } }
  .insta-wrap-l-square:nth-child(1) {
    margin-right: 5px; }
  .insta-wrap-col-square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 769px) {
      .insta-wrap-col-square {
        display: none; } }
    .insta-wrap-col-square > div {
      width: 150px;
      height: 150px; }
    .insta-wrap-col-square div:nth-child(1) {
      margin-bottom: 5px; }

.webcam-interface {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .webcam-interface .main-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding: 20px;
    margin-bottom: 30px; }
  .webcam-interface .right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 20px; }
  .webcam-interface .current-image {
    padding-bottom: 20px; }
    .webcam-interface .current-image img {
      width: 100%; }
  .webcam-interface .views li {
    margin-bottom: 20px;
    position: relative; }
    .webcam-interface .views li img {
      max-width: 100%; }
    .webcam-interface .views li p {
      position: absolute;
      bottom: 3px;
      width: 100%; }
      .webcam-interface .views li p span.overlay {
        display: inline-block;
        background-color: #c4161c;
        mix-blend-mode: multiply;
        width: 100%;
        height: 100%;
        position: absolute; }
      .webcam-interface .views li p span.text {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        padding: 2px 8px;
        position: relative;
        z-index: 90; }

@media screen and (max-width: 800px) {
  .webcam-interface .main-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .webcam-interface .right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; } }

@media screen and (max-width: 500px) {
  .webcam-interface .main-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .webcam-interface .right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.post-summary {
  padding: 0 0 30px;
  text-align: center; }

p.post-meta {
  font-style: italic;
  font-size: 14px; }

.post-separator {
  width: 30%;
  border-bottom: 1px solid #ddd;
  margin: 0 auto 40px; }

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .blog .blog-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding: 20px;
    margin-bottom: 30px; }
    .blog .blog-content img {
      max-width: 100%;
      height: auto; }
  .blog .blog-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 20px; }
    .blog .blog-sidebar nav {
      margin-bottom: 20px; }
    .blog .blog-sidebar h3 {
      text-align: left;
      font-size: 18px; }

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

*:hover {
  outline: none; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #323232;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol li {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px; }

p {
  margin-top: 0;
  margin-bottom: 0; }

h1, h2, h3, h4, h5 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4d4d4d;
  text-align: center; }

h1 {
  margin-bottom: 14px;
  font-size: 55px;
  line-height: 55px; }

h2 {
  font-size: 43px;
  line-height: 100px; }

h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900; }

h4 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700; }

h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400; }

h6 {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700; }

p {
  font-size: 16px;
  line-height: 28px;
  color: #323232; }

a {
  color: #C4161C;
  text-decoration: none; }

.wrapper {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper--last {
    margin-bottom: 20px; }

.quote {
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  color: #464646; }

p.h1sub {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 25px;
  line-height: 18px;
  color: #C4161C;
  text-transform: uppercase;
  text-align: center; }

.h1text {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  text-align: center; }

.h3sub {
  font-size: 15px;
  color: #C4161C;
  text-align: center;
  text-transform: uppercase; }

.h4text {
  font-size: 12px;
  line-height: 18px;
  color: #4d4d4d;
  text-align: center; }

.hashtag {
  font-size: 43px;
  line-height: 51px;
  color: #C4161C;
  font-weight: 400; }

.btn {
  display: inline-block;
  min-width: 140px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  background-color: #C4161C;
  text-align: center;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }
  .btn:hover {
    background-color: #961115; }

.btn-dropdown {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  background-color: #C4161C;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .btn-dropdown:hover {
    overflow: visible;
    background-color: #961115; }
    .btn-dropdown:hover .btn-dropdown__triangle {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .btn-dropdown span {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-decoration: none; }
  .btn-dropdown__triangle {
    margin: 7px auto 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8.5px 0 8.5px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .btn-dropdown__list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: rgba(196, 22, 28, 0.3);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .btn-dropdown__list li:hover {
      background-color: rgba(104, 12, 15, 0.3); }
    .btn-dropdown__list li a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      line-height: 19px;
      padding-top: 15px;
      padding-bottom: 15px; }

.nice-select .current {
  font-weight: 900;
  font-size: 20px; }

.nice-select.open .list {
  width: 127px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(77, 77, 77, 0.9); }
  .nice-select.open .list li {
    padding: 0 5px;
    line-height: 35px;
    min-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 20px; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(77, 77, 77, 0.9); }

.has-hero-video > section:not(.tile) {
  position: relative;
  z-index: 10;
  background-color: #fff; }

.has-hero-video .header__desc-bg {
  z-index: -1; }

header .announcement {
  width: 100%;
  text-align: center;
  background: #c4161c;
  padding: 15px 0; }
  header .announcement p {
    color: #fff; }
  header .announcement a {
    color: #fff; }

@media screen and (max-width: 905px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 767px) {
  p.h1sub {
    font-weight: 300;
    font-size: 31px;
    line-height: 37px; }
  h1 {
    font-size: 61px; }
  .h1text {
    font-size: 21px;
    line-height: 32px; }
  h4 {
    font-size: 24px;
    line-height: 27px; }
  .h4text {
    font-size: 16px;
    line-height: 24px; }
  h5 {
    font-size: 20px;
    line-height: 25px; }
  h6 {
    font-size: 16px;
    line-height: 25px; } }

@media screen and (max-width: 500px) {
  h1 {
    font-size: 40px;
    line-height: 47px; }
  h2 {
    font-size: 35px;
    line-height: 45px; }
  .hashtag {
    font-size: 38px;
    line-height: 45px; } }

@media screen and (max-width: 340px) {
  h1 {
    font-size: 52px; } }
