body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f0f0f0;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #f0f0f0;
}

.navigation-bar {
  position: fixed;
  z-index: 2000;
  min-width: 100vw;
  background-color: #ae0000;
  box-shadow: 6px 5px 6px 0 #404047;
  color: #f0f0f0;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 31px 10px 80px;
  background-color: #fff;
  color: #192024;
  font-size: 24px;
  text-align: center;
}

.section.accent {
  padding-top: 0px;
  background-color: #f3cf7e;
  background-image: url('../images/digitalbg_light.fw.png');
  background-position: 0px 0px;
  background-size: 1666px;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  padding-top: 0px;
  border-style: none;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
}

.white-box.transparent.gold-box {
  padding-bottom: 14px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 157, 255, 0.5)), to(rgba(46, 157, 255, 0.22))), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-image: linear-gradient(180deg, rgba(46, 157, 255, 0.5), rgba(46, 157, 255, 0.22)), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #bf3a30;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #bf3a30;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #2d3e4f;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-top: 30px;
  color: #192024;
  font-weight: 700;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  margin-top: 10px;
  margin-bottom: 1px;
  padding-bottom: 0px;
  color: #192024;
  font-size: 12px;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 30%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #bf3a30;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  max-width: 90%;
  margin-bottom: 46px;
  box-shadow: 1px 1px 0 -20px transparent, 9px 9px 35px 0 #404047;
}

.white-text {
  margin-top: -4px;
  margin-bottom: 2px;
  padding-left: 20px;
  color: #192024;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 2px;
}

.white-text.lftjustified {
  padding-left: 29px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.form {
  margin-top: 40px;
}

.background-video {
  min-height: 75vh;
  text-shadow: 6px 6px 20px #000;
}

.image {
  margin-top: 52px;
  margin-left: 164px;
}

.heading {
  margin-top: 365px;
  margin-left: 240px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 75px;
  line-height: 85px;
}

.heading-2 {
  margin-top: -18px;
  margin-left: 240px;
  color: #f0f0f0;
  text-align: left;
}

.background-video-2 {
  min-height: 75vh;
  margin-top: 0px;
  padding-top: 52px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 75px;
}

.section-2 {
  min-height: 75px;
  background-color: #143753;
}

.image-2 {
  margin-top: 33px;
  margin-left: 100px;
}

.heading-3 {
  margin-top: 0px;
  margin-left: 5px;
  padding-top: 0px;
  font-size: 40px;
  line-height: 90px;
  text-shadow: 7px 7px 22px #000;
}

.heading-4 {
  margin-top: -35px;
  margin-left: 13px;
  color: #f0f0f0;
  font-size: 20px;
  text-align: left;
  text-shadow: 5px 5px 15px #000;
}

.paragraph {
  margin: 0px 90px 11px 2px;
  padding-right: 0px;
  background-color: rgba(0, 3, 5, 0.6);
  box-shadow: 0 0 20px 7px #0a0909;
  font-size: 14px;
  line-height: 30px;
}

.row {
  margin-top: 44px;
}

.heading-5 {
  margin-top: 12px;
}

.heading-6 {
  margin-top: 12px;
}

.heading-7 {
  margin-top: 12px;
}

.heading-8 {
  margin-top: 12px;
}

.heading-9 {
  margin-top: 12px;
}

.heading-10 {
  margin-top: 12px;
}

.paragraph-2 {
  color: #404047;
}

.heading-11 {
  color: #192024;
}

.heading-12 {
  color: #192024;
}

.heading-13 {
  color: #192024;
}

.section-3 {
  background-color: #f0f0f0;
}

.section-4 {
  background-color: #fcfdfd;
}

.list-item {
  color: #192024;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.list-item-2 {
  color: #192024;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.list-item-3 {
  color: #192024;
  font-weight: 300;
  text-align: left;
}

.list-item-4 {
  color: #192024;
  font-weight: 300;
  text-align: left;
}

.list-item-5 {
  color: #192024;
  font-weight: 300;
  text-align: left;
}

.unordered-list {
  font-weight: 300;
}

.unordered-list-2 {
  font-weight: 300;
}

.heading-14 {
  margin-top: -14px;
  margin-bottom: 6px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #192024;
  font-size: 20px;
  font-weight: 400;
}

.column {
  padding-bottom: 1px;
}

.heading-15 {
  background-color: #fff;
}

.heading-16 {
  max-height: 100px;
  min-height: 75px;
  margin-top: 0px;
  padding-top: 2px;
  background-color: #ae0000;
}

.section-5 {
  background-color: #ae0000;
}

.heading-17 {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #f6f6fa;
  font-size: 24px;
}

.container {
  padding-top: 0px;
}

.section-6 {
  margin-top: 2px;
  margin-bottom: 60px;
}

.paragraph-3 {
  padding-top: 0px;
  padding-bottom: 29px;
}

.video {
  margin-top: 30px;
}

.video-2 {
  margin-top: 30px;
}

.video-3 {
  margin-top: 30px;
}

.heading-18 {
  margin-top: 58px;
  margin-bottom: 0px;
  color: #192024;
  font-size: 30px;
  font-weight: 700;
}

.video-4 {
  margin-top: 30px;
}

.video-5 {
  margin-top: 30px;
}

.video-6 {
  margin-top: 30px;
}

.heading-19 {
  margin-top: 11px;
  color: #192024;
}

.section-7 {
  background-color: #dce6ed;
}

.body {
  background-color: #fff;
}

.gold-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.gold-box.transparent {
  padding-top: 0px;
  border-style: none;
  background-color: #fbe3ad;
  box-shadow: 5px 5px 29px 0 #634f27;
  font-size: 14px;
  text-align: center;
}

.image-3 {
  box-shadow: 9px 9px 20px 0 #404047;
}

.image-4 {
  margin-top: 20px;
  margin-left: 86px;
  padding-bottom: 18px;
  text-align: center;
}

.image-5 {
  margin-top: 20px;
  margin-left: 88px;
  text-align: center;
}

.image-6 {
  margin-top: 20px;
  margin-left: 66px;
}

.column-2 {
  margin-top: 30px;
  color: #f0f0f0;
  font-size: 24px;
  line-height: 30px;
}

.column-3 {
  margin-top: 30px;
}

.column-4 {
  margin-top: 30px;
}

.text-block {
  margin-top: -3px;
  color: #f0f0f0;
  font-size: 24px;
  line-height: 30px;
}

.text-block-2 {
  line-height: 20px;
  text-align: right;
}

.video-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.column-6 {
  display: inline-block;
}

.column-9 {
  font-size: 40px;
}

.text-block-3 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.text-block-4 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.text-block-5 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.list-item-6 {
  color: #192024;
  text-align: left;
}

.list-item-7 {
  color: #192024;
  text-align: left;
}

.list-item-8 {
  color: #192024;
  text-align: left;
}

.list-item-9 {
  color: #192024;
  text-align: left;
}

.list-item-10 {
  color: #192024;
  text-align: left;
}

.list-item-11 {
  color: #192024;
  text-align: left;
}

.list-item-12 {
  color: #192024;
  text-align: left;
}

.section-8 {
  min-height: 20px;
  background-color: #143753;
}

.text-block-6 {
  font-size: 18px;
  font-weight: 700;
}

.link {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
}

.text-block-7 {
  padding-top: 14px;
}

.row-2 {
  padding-bottom: 0px;
}

.heading-20 {
  font-size: 30px;
}

.list-item-13 {
  color: #192024;
}

.row-3 {
  margin-bottom: -6px;
}

.image-7 {
  box-shadow: 5px 5px 15px 0 #676770;
}

.container-2 {
  padding-top: 200px;
}

.video-9 {
  margin-top: -40px;
  margin-bottom: 42px;
  padding-bottom: 0px;
}

.text-block-8 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.image-8 {
  box-shadow: 9px 9px 20px 0 #404047;
}

.bold-text-5 {
  margin-top: 73px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.column-10 {
  margin-top: 32px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .section-subheading.center.off-white {
    margin-bottom: 35px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .white-text {
    padding-left: 0px;
    letter-spacing: 1px;
  }
  .background-video {
    min-height: 50vh;
  }
  .image-2 {
    margin-top: 43px;
    margin-left: 57px;
  }
  .heading-3 {
    margin-top: 22px;
    margin-left: 85px;
  }
  .heading-4 {
    margin-left: 101px;
  }
  .paragraph {
    margin-right: 18px;
    margin-left: 108px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 25px;
  }
  .heading-5 {
    font-size: 16px;
  }
  .heading-6 {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .heading-7 {
    font-size: 16px;
  }
  .heading-8 {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .heading-9 {
    font-size: 16px;
  }
  .heading-10 {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .section-6 {
    margin-top: 0px;
    background-color: #fff;
  }
  .paragraph-3 {
    font-size: 12px;
  }
  .video {
    margin-top: 15px;
    margin-bottom: 54px;
    padding-bottom: 0px;
  }
  .video-2 {
    margin-top: 62px;
    margin-bottom: 8px;
  }
  .video-3 {
    margin-top: 73px;
    margin-bottom: 25px;
  }
  .heading-18 {
    margin-top: 23px;
  }
  .video-4 {
    margin-top: 116px;
  }
  .video-5 {
    margin-top: 95px;
  }
  .video-6 {
    margin-top: 75px;
    margin-bottom: 25px;
  }
  .heading-19 {
    margin-bottom: 4px;
  }
  .image-4 {
    margin-right: 1px;
    padding-right: 1px;
  }
  .image-5 {
    margin-top: 18px;
    margin-left: 55px;
  }
  .image-6 {
    margin-top: 8px;
    margin-left: 40px;
  }
  .text-block {
    margin-right: 2px;
    margin-left: -2px;
    padding-left: 0px;
  }
  .column-5 {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .video-7 {
    margin-bottom: 52px;
  }
  .video-8 {
    margin-top: 11px;
  }
  .text-block-3 {
    font-size: 36px;
  }
  .text-block-4 {
    font-size: 36px;
  }
  .text-block-5 {
    font-size: 34px;
  }
  .list-item-13 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .background-video {
    min-height: 20vh;
  }
  .image-2 {
    margin-top: 17px;
  }
  .heading-3 {
    margin-top: 40px;
    margin-left: 36px;
    font-size: 40px;
  }
  .heading-4 {
    margin-left: 51px;
    font-size: 18px;
  }
  .paragraph {
    margin-left: 54px;
    font-size: 12px;
    line-height: 20px;
  }
  .gold-box {
    margin-bottom: 30px;
  }
  .image-4 {
    margin-left: 0px;
  }
  .image-5 {
    margin-bottom: 20px;
    margin-left: -1px;
  }
  .image-6 {
    margin-bottom: 25px;
    margin-left: 0px;
  }
  .text-block {
    margin-top: -49px;
    margin-bottom: 4px;
    padding-bottom: 1px;
    text-align: center;
  }
  .column-6 {
    text-align: center;
  }
  .column-7 {
    text-align: center;
  }
  .column-8 {
    padding-left: 0px;
    text-align: center;
  }
  .bold-text {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    margin-bottom: 1px;
    line-height: 30px;
  }
  .section-subheading.center.off-white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .white-text {
    text-align: center;
  }
  .background-video {
    min-height: 15vh;
  }
  .background-video-2 {
    min-height: 25vh;
  }
  .image-2 {
    margin-top: 35px;
    margin-left: 24px;
  }
  .heading-3 {
    margin-top: 156px;
    margin-left: 22px;
    font-size: 33px;
  }
  .heading-4 {
    margin-top: -45px;
    margin-left: 26px;
    font-size: 20px;
  }
  .paragraph {
    margin-left: 28px;
  }
  .heading-14 {
    margin-top: 29px;
  }
  .column-6 {
    margin-top: -1px;
  }
  .container-2 {
    padding-top: 0px;
  }
  .link-2 {
    font-size: 16px;
  }
}

