.c-cover--main {
  opacity: 1; }
.scroll-active .c-cover--main {
  opacity: 0; }
    
.c-cover__inner:after {
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(#002846), color-stop(#002846), color-stop(rgba(0, 40, 70, 0.9)), to(rgba(0, 40, 70, 0)));
  background-image: -webkit-linear-gradient(bottom, #002846, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0));
  background-image: -o-linear-gradient(bottom, #002846, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0));
  background-image: linear-gradient(to top, #002846, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0));
  width: 100vw;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  @media (min-width: 700px) {
    .c-cover__inner:after {
      display: none; } }

.c-masonry-wrapper {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh; }
  .c-masonry-wrapper:after {
    content: '';
    background-image: -webkit-gradient(linear, left bottom, left top, from(#002846), color-stop(#002846), color-stop(rgba(0, 40, 70, 0.9)), to(rgba(0, 40, 70, 0)));
    background-image: -webkit-linear-gradient(bottom, #002846, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0));
    background-image: -o-linear-gradient(bottom, #002846, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0));
    background-image: linear-gradient(to top, #002846, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0));
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none; }
  @media (min-width: 700px) {
    .c-masonry-wrapper {
      height: -webkit-calc(100vh - 100px);
      height: calc(100vh - 100px); }
      .c-masonry-wrapper:before {
        content: '';
        background-image: -webkit-gradient(linear, left top, right top, from(#002846), color-stop(rgba(0, 40, 70, 0.8)), to(rgba(0, 40, 70, 0)));
        background-image: -webkit-linear-gradient(left, #002846, rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0));
        background-image: -o-linear-gradient(left, #002846, rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0));
        background-image: linear-gradient(to right, #002846, rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0));
        width: 70%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      .c-masonry-wrapper:after {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 70, 0.8)), color-stop(rgba(0, 40, 70, 0.8)), to(rgba(0, 40, 70, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0));
        background-image: linear-gradient(to top, rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0.8), rgba(0, 40, 70, 0));
        width: 100%;
        height: 28%;
        z-index: 1;
        display: block; } }

.c-masonry-view {
  -webkit-animation-name: up;
          animation-name: up;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin: 0 -20%; }
  @media (min-width: 700px) {
    .c-masonry-view {
      margin: 0; } }
  @media (min-width: 1200px) {
    .c-masonry-view {
      -webkit-animation-duration: 135s;
              animation-duration: 135s; } }

.c-masonry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 700px) {
    .c-masonry {
      margin-right: -7%;
      margin-left: -1%; } }

.c-masonry__item {
  width: 33.3333%;
  padding: 8px; }
  .c-masonry__item .c-masonry__image {
    width: 100%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3); }
  .c-masonry__item:nth-child(3n+2) {
    margin-top: -5%; }
  .c-masonry__item:nth-last-of-type(1), .c-masonry__item:nth-last-of-type(2) {
    display: none; }
  @media (min-width: 800px) {
    .c-masonry__item {
      width: 24%;
      padding: 15px; }
      .c-masonry__item:nth-child(3n+2) {
        margin-top: 0; }
      .c-masonry__item:nth-child(2n+2) {
        margin-top: -5%; }
      .c-masonry__item:nth-last-of-type(1), .c-masonry__item:nth-last-of-type(2) {
        display: block; } }
  @media (min-width: 1200px) {
    .c-masonry__item {
      width: 12%;
      padding: 15px; }
      .c-masonry__item:nth-child(3n+2) {
        margin-top: 0; }
      .c-masonry__item:nth-child(2n+2) {
        margin-top: -5%; }
      .c-masonry__item:nth-last-of-type(1), .c-masonry__item:nth-last-of-type(2) {
        display: block; } }

@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@keyframes up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.c-cover {
  background-color: #002846;
  height: 100vh;
  position: relative; }
  .c-cover--main:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-240px);
        -ms-transform: translateY(-240px);
            transform: translateY(-240px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002846), color-stop(#002846), color-stop(rgba(0, 40, 70, 0.9)), to(rgba(0, 40, 70, 0)));
    background-image: -webkit-linear-gradient(top, #002846 0%, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0) 100%);
    background-image: -o-linear-gradient(top, #002846 0%, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0) 100%);
    background-image: linear-gradient(-180deg, #002846 0%, #002846, rgba(0, 40, 70, 0.9), rgba(0, 40, 70, 0) 100%);
    height: 420px;
    z-index: 2; }
    @media (min-width: 700px) {
      .c-cover--main:before {
        display: none; } }
  @media (min-width: 700px) {
    .c-cover {
      height: -webkit-calc(100vh - 100px);
      height: calc(100vh - 100px); } }

.c-cover__inner {
  margin: 0 auto;
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    .c-cover__inner {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .c-cover__inner {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .c-cover__inner {
      max-width: 1170px; } }

.c-cover__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  font-weight: 300;
  z-index: 15;
  max-width: 100%; }
  .c-cover--main .c-cover__content {
    bottom: 6.5rem; }
  @media (min-width: 700px) {
    .c-cover__content {
      bottom: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .c-cover__content--alt {
        bottom: 40px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: auto; } }

.home_wrapper.home_wrapper {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 40px; }
  @media (min-width: 992px) {
    .home_wrapper.home_wrapper {
      padding-top: 60px; } }

@media (min-width: 700px) {
  .c-highlights__all {
    display: none; } }

.hidden-xs {
  display: none; }
  @media (min-width: 768px) {
    .hidden-xs {
      display: block; } }

@media (min-width: 992px) {
  .c-highlights-wrapper {
    position: relative;
    top: 2rem;
    padding-bottom: 1.3rem; } }

.c-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  width: 100%; }
  .c-highlights:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0; }
  @media (min-width: 992px) {
    .c-highlights {
      margin-top: 0; } }

.c-highlights-overflow {
  overflow: hidden; }
  @media (min-width: 992px) {
    .c-highlights-overflow {
      overflow: visible; } }

.c-highlights__item {
  width: 100%; }
  .c-highlights__item:first-of-type {
    margin-right: -20%; }
  .c-highlights__item:last-of-type {
    margin-left: -20%; }
  .c-highlights__item:nth-child(2) {
    z-index: 5;
    padding-top: 4%; }

.c-highlights__image {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 100%; }

.c-highlights__nav {
  text-align: center;
  margin-top: 15px; }

.c-highlights-nav-button {
  background-color: #fff;
  opacity: 0.2;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  outline: none;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .c-highlights-nav-button.is-active {
    opacity: 1; }

.c-highlights__item:hover {
  cursor: pointer; }

.c-highlights__item {
  opacity: 0; }

.js-carousel-theme-label {
  opacity: 0; }

.c-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 8px 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.42857143;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #002846;
  background-color: #fff;
  font-family: 'FSJoeyMedium', Arial, sans-serif;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  @media (min-width: 700px) {
    .c-btn {
      font-size: 15px;
      padding: 10px 12px;
      letter-spacing: 0.1em; } }
  .c-btn .glyphicon:before {
    content: '';
    background-image: url("/images/2k18/ic-arrow-right.svg");
    display: inline-block;
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    margin-left: 3px; }
  .c-btn .glyphicon--alt:before {
    background-image: url("/images/2k18/ic-arrow-right-blue.svg"); }
  .c-btn:hover {
    color: #002846;
    text-decoration: none;
    background-color: #ededed;
    border: none; }

.c-btn--primary {
  background-color: #fa4b14;
  color: #fff; }
  .c-btn--primary:hover {
    background-color: #d43604;
    color: #fff; }
  .c-btn--primary:focus {
    color: #fff;
    text-decoration: none; }

.c-btn--compact {
  padding: 5px 12px; }
  @media (min-width: 992px) {
    .c-btn--compact {
      padding: 7px 16px; } }
  .c-btn--compact span.glyphicon {
    display: none; }
    @media (min-width: 992px) {
      .c-btn--compact span.glyphicon {
        display: inline-block;
        font-size: 0.8em;
        margin-left: 0.4em;
        vertical-align: 0.04em; } }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.o-section {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .o-section {
      margin: 60px 0; } }

.o-section-start {
  margin-top: 0; }

.o-segment {
  padding: 60px 0; }

@media (min-width: 992px) {
  .o-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 992px) {
  .o-flex-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; } }

.o-title-sub {
  color: #fff;
  margin-bottom: 0.6em; }
  @media (min-width: 800px) {
    .o-title-sub {
      font-size: 62px; } }

.o-title-sub__extension {
  color: #fa4b14;
  display: block; }

footer {
  position: relative;
  z-index: 5; }

.o-item-container {
  margin-top: -15px;
  margin-bottom: -15px; }

.o-item {
  margin: 15px 0; }

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 53px;
  z-index: 100; }

.c-header__col {
  position: relative;
  z-index: 2; }

.c-header__logo {
  display: block;
  width: 60px; }

.js-header {
  -webkit-transition: background-color 0.75s, -webkit-box-shadow 0.75s;
  transition: background-color 0.75s, -webkit-box-shadow 0.75s;
  -o-transition: background-color 0.75s, box-shadow 0.75s;
  transition: background-color 0.75s, box-shadow 0.75s;
  transition: background-color 0.75s, box-shadow 0.75s, -webkit-box-shadow 0.75s; }
  .js-header.is-scrolled {
    background-color: rgba(0, 40, 70, 0.95);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35); }
    .js-header.is-scrolled:before {
      display: none; }

.c-nav {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  margin: 0;
  padding: 0 15px; }
  .c-nav a {
    opacity: 0.7 !important;
    font-size: 17px !important;
    font-family: 'FSJoeyRegular', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff; }
    .c-nav a:hover {
      opacity: 1 !important;
      background-color: transparent;
      text-decoration: none; }
      .c-nav a:hover:before {
        display: none; }
    .c-nav a:active, .c-nav a:focus {
      text-decoration: none; }
    .c-nav a:after {
      content: '';
      background-image: url("/images/2k18/ic-arrow-down.svg");
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      width: 8px;
      height: 8px;
      display: inline-block;
      margin-left: 0.4em; }

.c-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0; }
  .c-nav__list li:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0.3;
    width: 1px;
    height: 11px;
    margin: 0 15px 0 12px; }
  .c-nav__list li:last-of-type:after {
    display: none; }

.c-subscribe {
  background-color: #003B65;
  color: #fff;
  padding: 30px 0; }

.c-subscribe__title {
  color: #fff;
  font-size: 26px;
  max-width: 432px;
  line-height: 1.25; }

.c-subscribe__title {
  color: #fff;
  font-size: 26px;
  max-width: 432px;
  line-height: 1.25; }
  .c-subscribe__title--sub {
    font-size: 20px;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .c-subscribe__title--sub {
        margin-top: 0; } }

.c-form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -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; }
  @media (min-width: 700px) {
    .c-form__group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .c-form__group .c-form__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.c-form__input {
  color: #5E768A;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 8px 16px;
  margin-bottom: 14px;
  border: 0; }
  .c-form__input::-webkit-input-placeholder {
    color: #5E768A;
    font-size: 18px;
    font-weight: 500; }
  .c-form__input:-ms-input-placeholder {
    color: #5E768A;
    font-size: 18px;
    font-weight: 500; }
  .c-form__input::-ms-input-placeholder {
    color: #5E768A;
    font-size: 18px;
    font-weight: 500; }
  .c-form__input::placeholder {
    color: #5E768A;
    font-size: 18px;
    font-weight: 500; }

.c-form__submit-wrapper {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }
  @media (min-width: 700px) {
    .c-form__submit-wrapper {
      margin-left: 20px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.c-form__submit {
  background-color: #002846;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 12px 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .c-form__submit:hover {
    background-color: #002440; }
  @media (min-width: 992px) {
    .c-form__submit {
      font-size: 16px;
      padding: 10px 20px; } }

.c-form__custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 15px 0;
  width: 100%; }
  @media (min-width: 700px) {
    .c-form__custom {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }
  .c-form__custom a {
    color: #fff;
    text-decoration: underline; }
    .c-form__custom a:hover {
      color: #fa4b14; }

.c-form__checkbox {
  position: relative;
  top: 0.2em;
  margin-right: 13px; }
  .c-form__checkbox input {
    position: absolute;
    opacity: 0; }

.c-form__checkbox-square:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  border: 4px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .c-form__checkbox input:checked + .c-form__checkbox-square:after {
    background-color: #003B65; }

.js-anim-item, .js-anim-single {
  opacity: 0; }

.u-phrase {
  display: block;
  margin: 12px 0;
  opacity: 0.7;
  font-family: 'FSJoeyRegular', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em; }
  .u-phrase--alt {
    color: #002846; }

.u-highlight {
  color: #fff;
  font-size: 22px;
  display: block;
  margin-bottom: 25px; }

.u-regular {
  font-family: 'FSJoeyRegular', Arial, sans-serif; }

.u-medium {
  font-family: 'FSJoeyMedium', Arial, sans-serif; }

.u-light {
  font-family: 'FSJoeyLight', Arial, sans-serif; }

.u-gradient:after {
  display: block;
  width: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#002846));
  background-image: -webkit-linear-gradient(top, transparent 60%, #002846 100%);
  background-image: -o-linear-gradient(top, transparent 60%, #002846 100%);
  background-image: linear-gradient(to bottom, transparent 60%, #002846 100%);
  top: 0;
  bottom: -1px;
  content: '';
  z-index: 5; }

.u-relative {
  position: relative; }

.u-cta {
  color: #fff;
  font-family: 'FSJoeyMedium', Arial, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  margin: 20px 0;
  display: block; }

.u-overflow-hidden {
  overflow: hidden; }

.u-mobile-space-top {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .u-mobile-space-top {
      margin-top: 0; } }

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