body {
  margin: 0;
  padding: 0;
  background-color: #F7F7F7;
  font-family: Helvetica, sans-serif;
  color: #76777A; }

p {
  margin: 0 0 1.2em 0; }

a {
  color: #52B8E8;
  text-decoration: none; }
  a:hover {
    opacity: .7; }

.alert {
  background-color: #52B8E8;
  color: #fff;
  box-sizing: border-box;
  text-align: right;
  overflow: hidden; }
  .alert a {
    color: #fff; }
  .alert.alert--maxheight {
    max-height: 38px; }
  .alert .alert__message {
    padding-top: 13px;
    padding-bottom: 8px; }
  .alert .button {
    display: inline; }

.button {
  display: inline-block;
  padding: 11px 20px 10px 20px;
  min-width: 125px;
  min-height: 33px;
  box-sizing: border-box;
  line-height: 1;
  white-space: nowrap;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: 19px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color .5s ease, background-color .5s ease; }
  .button:hover {
    transition: color .5s ease, background-color .5s ease;
    background-color: #fff;
    color: #52B8E8;
    opacity: 1; }
  .button.button--small {
    min-width: 80px;
    min-height: 20px;
    padding: 3px 16px 2px 16px;
    font-size: 13px; }
  .button.button--inverted {
    background-color: transparent; }
    .button.button--inverted:hover {
      background-color: #fff;
      color: #52B8E8; }
  .button.button--blue {
    border-color: #AADEF2;
    color: #AADEF2; }
    .button.button--blue:hover {
      background-color: #AADEF2;
      color: #00304F; }

.logo img {
  display: block;
  width: auto;
  height: 80px; }

.logo a:hover {
  opacity: 1; }

.masthead {
  position: relative;
  overflow: hidden; }
  .masthead.masthead--fullheight {
    height: calc(100vh - 38px);
    overflow: hidden; }
    .masthead.masthead--fullheight .caption {
      padding-top: 117px; }
  .masthead .masthead__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -ms-transform: translateX(-50.06%) translateY(-50%);
        transform: translateX(-50.06%) translateY(-50%);
    z-index: -1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .masthead .masthead__bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 70%;
      background-image: linear-gradient(#000, transparent); }
    .masthead .masthead__bg img {
      visibility: hidden;
      display: block;
      width: 100%;
      height: auto; }
    .masthead .masthead__bg video {
      margin-top: -1px;
      margin-left: -1px;
      min-width: 100%;
      min-height: 100%; }
    .masthead .masthead__bg.masthead__bg--pinbottom {
      top: auto;
      bottom: 5%;
      -ms-transform: translateX(-50.06%) translateY(0);
          transform: translateX(-50.06%) translateY(0);
      background-position: bottom center; }
  .masthead .masthead__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .masthead .logo {
    margin-top: 36px; }
  .masthead .caption {
    padding-top: 91px;
    padding-bottom: 91px;
    max-width: 520px;
    color: #fff; }
    .masthead .caption.caption--wide {
      max-width: 590px; }
    .masthead .caption .button {
      margin-bottom: 1.2em; }
    .masthead .caption .u-h1 span, .masthead .caption h1 span,
    .masthead .caption .u-h2 span,
    .masthead .caption h2 span {
      color: #AADEF2; }
    .masthead .caption p {
      max-width: 470px;
      margin-bottom: 36px;
      font-weight: 100; }
  .masthead .caption__links a:first-child {
    margin-right: 40px; }

.faq h2 {
  color: #52B8E8;
  margin-bottom: 36px;
  text-align: center; }

.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #D0CFCD; }

.faq__item {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid #D0CFCD; }

.faq__question button {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  display: block;
  position: relative;
  padding-right: 80px;
  padding-left: 0;
  color: #52B8E8; }
  .faq__question button:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 5px;
    width: 20px;
    height: 10px;
    background: transparent url(../images/FAQ-Arrow_144dpi.png) 97% 50%/20px 10px no-repeat; }
    .faq__item--expanded .faq__question button:after {
      background-image: url(../images/FAQ-Arrow_144dpi__inverted.png); }

.faq__answer {
  height: 0;
  padding: 0 80px 0 0;
  overflow: hidden; }
  .faq__item--expanded .faq__answer {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: padding .5s ease-out; }
  .faq__answer p:last-child {
    margin-bottom: 0; }

.footer {
  color: #fff; }
  .footer address {
    font-style: normal;
    margin-bottom: 20px; }
  .footer a {
    color: #fff; }
  .footer .footer__top {
    background-color: #053f69; }
  .footer .footer__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 62px; }
  .footer .footer__logo {
    padding-top: 36px;
    width: 34%;
    min-width: 330px; }
  .footer .footer__statement {
    padding-top: 62px;
    width: 42%;
    padding-right: 10%;
    box-sizing: border-box; }
  .footer .footer__contact {
    padding-top: 62px;
    width: 24%; }
  .footer .footer__copyright {
    padding-top: 6px;
    padding-bottom: 4px;
    background-color: #032f4b; }

.tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .tiles .tiles__tile {
    padding: 17px 17px 23px 17px;
    width: 29.3%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(118, 119, 122, 0.3);
    margin-bottom: 6%;
    line-height: 1.18;
    transition: box-shadow .5s ease-in; }
    .tiles .tiles__tile:hover {
      box-shadow: 0 0 15px rgba(118, 119, 122, 0.6);
      transition: box-shadow .5s ease-out; }
  .tiles .tile__icon {
    width: 45px;
    height: 60px;
    margin: 0 auto 12px auto;
    position: relative; }
    .tiles .tile__icon img {
      display: block;
      max-width: 45px;
      max-height: 45px;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .tiles h3 {
    text-align: center; }
  .tiles p {
    margin-bottom: .8em; }
    .tiles p:last-child {
      margin-bottom: 0; }

.u-site-width {
  max-width: 1200px;
  margin: 0 auto; }

.u-content-width {
  max-width: 880px;
  margin: 0 auto; }

.u-padding-buffer {
  padding-left: 5%;
  padding-right: 5%; }

.u-text-right {
  text-align: right; }

.u-text-center {
  text-align: center; }

.u-left-margin {
  margin-left: 20px; }

.u-margin-bottom-1 {
  margin-bottom: 36px; }

.u-margin-top-1 {
  margin-top: 36px; }

.u-padding-bottom-1 {
  padding-bottom: 36px; }

.u-padding-top-1 {
  padding-top: 36px; }

.u-margin-bottom-2 {
  margin-bottom: 62px; }

.u-margin-top-2 {
  margin-top: 62px; }

.u-padding-bottom-2 {
  padding-bottom: 62px; }

.u-padding-top-2 {
  padding-top: 62px; }

.u-margin-bottom-3 {
  margin-bottom: 75px; }

.u-margin-top-3 {
  margin-top: 75px; }

.u-padding-bottom-3 {
  padding-bottom: 75px; }

.u-padding-top-3 {
  padding-top: 75px; }

.u-margin-bottom-4 {
  margin-bottom: 100px; }

.u-margin-top-4 {
  margin-top: 100px; }

.u-padding-bottom-4 {
  padding-bottom: 100px; }

.u-padding-top-4 {
  padding-top: 100px; }

.u-margin-bottom-5 {
  margin-bottom: 175px; }

.u-margin-top-5 {
  margin-top: 175px; }

.u-padding-bottom-5 {
  padding-bottom: 175px; }

.u-padding-top-5 {
  padding-top: 175px; }

.u-bg-blue {
  background-color: #52B8E8;
  color: #fff; }

.u-margin-bottom-large {
  margin-bottom: 175px; }

.u-margin-bottom-normal {
  margin-bottom: 100px; }

.u-margin-bottom-small {
  margin-bottom: 75px; }

.u-padding-top-large {
  padding-top: 100px; }

.u-padding-top-normal {
  padding-top: 62px; }

.u-padding-top-small {
  padding-top: 36px; }

.u-h1, h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 93px;
  line-height: 85px;
  margin: 0 0 0.115em 0; }

.u-h2, h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 65px;
  margin: 0 0 0.115em 0; }
  .u-h2.u-h2-bottom-margin-lrg, h2.u-h2-bottom-margin-lrg {
    margin-bottom: 36px; }

.u-h3, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 .8em 0; }

.u-text-large, .masthead .caption p {
  font-size: 22px;
  line-height: 30px; }

.u-text-normal, body, .faq__question button {
  font-size: 14px;
  line-height: 20px; }

.u-text-small, .tiles .tiles__tile {
  font-size: 13px;
  line-height: 18px; }

.u-text-small-x1, .alert, .footer, .footer .footer__copyright {
  font-size: 12px;
  line-height: 17px; }

.u-blue {
  color: #52B8E8; }

@media all and (max-width: 1015px) {
  .masthead .masthead__columns {
    display: block; }
  .masthead .caption {
    padding-top: 11.5vw; }
  .masthead.masthead--fullheight .caption {
    padding-top: 11.5vw; } }

@media all and (max-width: 900px) {
  .footer .footer__columns {
    display: block; }
  .footer .footer__logo {
    margin-bottom: 2em;
    width: auto; }
  .footer .footer__statement {
    padding-top: 0;
    width: auto;
    max-width: 600px;
    padding-right: 0;
    margin-left: 30px;
    margin-bottom: 2em; }
  .footer .footer__contact {
    width: auto;
    padding-top: 0;
    margin-left: 30px; } }

@media all and (max-width: 700px) {
  .tiles .tiles__tile {
    width: 46.6%; } }

@media all and (max-width: 600px) {
  .alert {
    text-align: center; }
  .caption-wrapper {
    display: block;
    margin-top: 60px; }
  .caption {
    width: 100%;
    min-width: 0; }
  .u-h1, h1 {
    font-size: 15.68vw;
    line-height: 14.2vw; }
  .u-h2, h2 {
    font-size: 11.68vw;
    line-height: 10.8vw; } }

@media all and (max-width: 440px) {
  .tiles {
    display: block; }
    .tiles .tiles__tile {
      padding: 17px;
      width: auto;
      margin-bottom: 6%; }
  .u-block-at-mobile {
    margin-bottom: .6em;
    display: block; }
  .alert__message .u-left-margin {
    margin-left: 0; } }

@media all and (max-width: 359px) {
  .alert {
    font-size: 11px; }
  .masthead .caption__links a:first-child {
    margin-right: 15px; } }
