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: 0px;
  background-color: #ffb83c;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Tabac sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fca000;
}

.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 {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Tabac sans', sans-serif;
  color: #fff;
}

.navigation-link:hover {
  color: #bac2c7;
}

.navigation-link.w--current {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #f0f0f0;
}

.navigation-bar {
  position: fixed;
  overflow: visible;
  width: 100%;
  margin-top: -75px;
  float: none;
  background-color: rgba(38, 54, 100, .9);
}

.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;
  margin-top: 0px;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

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

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

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

.hero-section.centered {
  margin-top: 75px;
  padding-top: 110px;
  padding-bottom: 110px;
  border-bottom: 4px none #69b9ff;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #263664, rgba(46, 157, 255, .6)), url('../images/jason-leung-595865-unsplash2.jpg');
  background-image: linear-gradient(180deg, #263664, rgba(46, 157, 255, .6)), url('../images/jason-leung-595865-unsplash2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-heading {
  margin-bottom: 40px;
  font-family: 'Tabac sans', sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  font-family: 'Tabac sans', sans-serif;
  color: #f0f0f0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  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: #fff;
  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 {
  border-radius: 0px;
  font-family: 'Tabac sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #999;
  color: #999;
  text-decoration: none;
}

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

.section-heading.centered {
  margin-bottom: 30px;
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.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, .3);
}

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

.footer {
  padding: 80px 10px;
}

.footer.center {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #dbdbdb;
  background-color: #6d7e8c;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Tabac sans', sans-serif;
  color: #bac2c7;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 175px;
  margin: 20px auto;
  padding: 20px;
  background-color: transparent;
}

.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, .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%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.body {
  background-color: #263664;
}

.image {
  margin-top: 15px;
}

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

.hero-section-2.centered {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 4px none #69b9ff;
  background-image: -webkit-linear-gradient(270deg, #263664 -2%, rgba(46, 157, 255, .6)), url('../images/emmanuel-appiah-460675-unsplash.jpg');
  background-image: linear-gradient(180deg, #263664 -2%, rgba(46, 157, 255, .6)), url('../images/emmanuel-appiah-460675-unsplash.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-heading-2 {
  margin-bottom: 30px;
  font-family: 'Tabac sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: none;
}

.hero-subheading-2 {
  margin-bottom: 40px;
  font-family: 'Tabac sans', sans-serif;
  color: #f0f0f0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}

.heading {
  margin-bottom: 30px;
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
  font-weight: 700;
  text-align: center;
}

.text-block {
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
}

.rules {
  padding: 80px 10px;
  background-color: #fff;
}

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

.heading-2 {
  margin-top: 52px;
  margin-bottom: auto;
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
  line-height: 32px;
}

.heading-3 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
  line-height: 32px;
}

.heading-4 {
  margin-top: 52px;
  margin-bottom: auto;
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
  line-height: 32px;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 30px;
  border-top: 5px solid #ffb83c;
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
}

.paragraph-2 {
  margin-top: 30px;
  margin-bottom: 85px;
  padding-top: 30px;
  border-top: 5px solid #ffb83c;
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
}

.paragraph-3 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 5px solid #ffb83c;
  font-family: 'Tabac sans', sans-serif;
  color: #263664;
}

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 (max-width: 991px) {
  .navigation-link {
    padding-left: 0px;
    color: #fff;
  }
  .navigation-link.w--current {
    padding-left: 0px;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: rgba(38, 54, 100, .9);
  }
  .navigation-menu {
    background-color: rgba(38, 54, 100, .9);
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .hero-heading {
    margin-bottom: 30px;
  }
  .hero-subheading {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 36px;
  }
  .grid-image {
    width: 125px;
    padding: 15px;
  }
  .image {
    margin-top: 10px;
  }
  .hero-section-2.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .hero-subheading-2 {
    font-size: 26px;
    line-height: 36px;
  }
  .heading-2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 15px;
  }
  .heading-3 {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .heading-4 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 15px;
  }
  .paragraph {
    margin-top: auto;
    margin-bottom: 110px;
  }
  .paragraph-2 {
    margin-top: auto;
    margin-bottom: 133px;
  }
  .paragraph-3 {
    margin-top: auto;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .navigation-link {
    padding-left: 10px;
  }
  .navigation-link.w--current {
    padding-left: 10px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero-heading {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 48px;
  }
  .hero-subheading {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 200px;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .hero-section-2.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading-2 {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }
  .heading-2 {
    margin-top: auto;
    margin-bottom: 30px;
  }
  .heading-3 {
    margin-top: auto;
    margin-bottom: 30px;
  }
  .heading-4 {
    margin-top: auto;
    margin-bottom: 30px;
  }
  .paragraph {
    margin-top: auto;
    margin-bottom: auto;
  }
  .paragraph-2 {
    margin-bottom: auto;
  }
  .paragraph-3 {
    margin-bottom: auto;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-heading {
    font-size: 48px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 150px;
  }
  .hero-section-2.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@font-face {
  font-family: 'Tabac sans';
  src: url('../fonts/Tabac-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Tabac sans';
  src: url('../fonts/Tabac-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Tabac sans';
  src: url('../fonts/Tabac-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}