@font-face {
  font-family: 'FuturaBT-Book';
  src: url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg"), url("../fonts/FuturaBT-Book.ttf") format("truetype"), url("../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura-book-bt';
  src: url("../fonts/futura-book-bt.eot");
  src: url("../fonts/futura-book-bt.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-book-bt.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

*:focus,
:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'FuturaBT-Book',
    'futura-book-bt';
  font-size: 18px;
  line-height: 26px;
  color: #696969;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

a {
  color: #2E6DB2;
  transition: all .3s;
}

a:hover {
  color: #2B9CD4;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

.btn {
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  padding: 23px 30px 22px 32px;
  line-height: 1;
  transition: all .3s;
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-red {
  background-color: #f22f2f;
  color: #ffffff;
}

.section-title {
  text-align: center;
}

.section-title span {
  font-size: 18px;
  color: #696969;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 60px;
  color: #223559;
}

.header {
  position: absolute;
  z-index: 50;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: none;
  border-bottom: 2px solid #b7b7bc;
  transition: all 0.3s;
}

.header .navbar-brand {
  margin: 0;
  padding: 0;
  line-height: 80px;
  transition: all .3s;
}

.header .navbar {
  padding: 0;
}

.header .navbar-collapse span {
  font-size: 16px;
  color: #fff;
}

.header .navbar-collapse .social-icons {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-right: 40px;
}

.header .navbar-collapse .social-icons li {
  margin-right: 20px;
}

.header .navbar-collapse .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  font-size: 17px;
  transition: all .3s;
}

.header .navbar-collapse .social-icons li a:hover {
  background-color: #f22f2f;
  color: #fff;
}

@media (max-width: 767.98px) {
  .header .navbar-collapse {
    display: flex;
    background-color: #b7b7bc;
    position: fixed;
    width: 300px;
    left: -300px;
    top: 80px;
    transition: all .25s ease-in;
    height: auto;
    padding: 25px 0;
  }

  .header .navbar-collapse.open-menu {
    left: 0;
    width: 100%;
  }
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px;
}

.navbar-toggler:focus {
  outline: none;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 135px 0 50px;
  z-index: 1;
  overflow: hidden;
  backface-visibility: hidden;
}

.hero-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: .65;
  z-index: -1;
}

.hero-banner .banner-video {
  position: absolute;
  top: 0;
  z-index: -2;
  height: 100%;
}

.hero-banner .banner-video video {
  width: 100vw;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.hero-banner .hero-content {
  text-align: center;
}

.hero-banner .form-title {
  font-size: 45px;
  color: #fff;
  line-height: 54px;
}

.hero-banner .form-title span {
  border-bottom: 3px solid #f22f2f;
}

.hero-banner .invite-form {
  width: 800px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 31px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 35px;
  margin-bottom: 50px;
}

.hero-banner .invite-form #mce-responses {
  display: inline-block;
  width: 100%;
}

.hero-banner .invite-form #mce-responses .response {
  display: inline-block;
  margin-top: 20px;
}

.hero-banner .invite-form .form-control {
  height: 60px;
  border: none;
  border-radius: 5px;
  color: #090c0a;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 30px;
  margin-right: 25px;
}

.hero-banner .invite-form .form-control.email {
  width: 350px;
}

.hero-banner .invite-form .form-control.zip {
  width: 155px;
}

.hero-banner .text {
  text-align: left;
  color: #fff;
  font-style: italic;
}

.hero-banner .text h3 {
  font-size: 28px;
}

.hero-banner .image {
  width: 460px;
  height: 330px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner .timer {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.hero-banner .timer span {
  display: block;
}

.hero-banner .timer .days {
  flex-basis: 100%;
  margin-bottom: 20px;
}

.hero-banner .timer .days .c-text {
  font-size: 20px;
  margin-bottom: 12px;
}

.hero-banner .timer .days .count {
  font-size: 45px;
}

.hero-banner .timer .hours,
.hero-banner .timer .min,
.hero-banner .timer .second {
  flex-basis: 33.33333%;
}

.hero-banner .timer .hours .c-text,
.hero-banner .timer .min .c-text,
.hero-banner .timer .second .c-text {
  font-size: 16px;
}

.hero-banner .timer .hours .count,
.hero-banner .timer .min .count,
.hero-banner .timer .second .count {
  font-size: 26px;
}

.hero-banner .before-launch .launch-date {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  font-style: italic;
  padding-bottom: 15px;
  border-bottom: 2px solid #f22f2f;
}

.hero-banner .before-launch .to-dos {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 45px;
  padding: 25px 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: left;
}

.hero-banner .before-launch .to-dos .row {
  margin: 0 -12px;
}

.hero-banner .before-launch .to-dos .row .to-do {
  padding: 0 12px;
}

.hero-banner .before-launch .to-dos p {
  font-size: 20px;
  margin-left: 40px;
}

.benefits {
  position: relative;
  padding: 80px 0;
  background-color: #e6ecf7;
}

.benefits .row {
  margin: 55px -12px 0;
}

.benefits .row .benefit {
  padding: 0 12px;
}

.benefits .row .benefit>div {
  padding: 25px 28px 30px;
}

.benefits .row .benefit p {
  font-size: 20px;
  margin-left: 30px;
}

.footer {
  background-color: #1a202b;
}

.footer .footer-primary {
  padding: 55px 0 45px;
  border-bottom: 1px solid #8d9095;
}

.footer .footer-primary p {
  font-size: 24px;
  color: #fff;
}

.footer .footer-secondary {
  padding: 16px 0 20px;
}

.footer .footer-secondary .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-secondary .footer-menu li {
  position: relative;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  line-height: 1.2;
}

.footer .footer-secondary .footer-menu li a {
  color: #fff;
  transition: all .3s;
}

.footer .footer-secondary .footer-menu li a:hover {
  color: #f22f2f;
}

.footer .footer-secondary .footer-menu li:after {
  position: absolute;
  content: '|';
  right: 0;
  top: -4px;
}

.footer .footer-secondary .footer-menu li:last-child:after {
  display: none;
}

.steps-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0 80px;
}

.steps-section .steps-row .step {
  position: relative;
  margin-bottom: 217px;
}

.steps-section .steps-row .step:first-child {
  margin-top: 185px;
}

.steps-section .steps-row .step:first-child:before {
  position: absolute;
  content: '';
  width: 33px;
  height: 82px;
  top: -125px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/first-step.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.steps-section .steps-row .step:first-child:after {
  display: none;
}

.steps-section .steps-row .step:after {
  position: absolute;
  content: '';
  width: 33px;
  height: 132px;
  top: -175px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/middle-steps.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.steps-section .steps-row .step:last-child {
  margin-bottom: 0;
}

.steps-section .steps-row .step:last-child:before {
  position: absolute;
  content: '';
  width: 37px;
  height: 87px;
  bottom: -128px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/last-step.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.steps-section .steps-row .step .text {
  border: 1px solid #d7d7d7;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 120px;
  text-align: center;
}

.steps-section .steps-row .step .text .step-name {
  font-size: 30px;
  color: #223559;
  border-bottom: 1px solid #f22f2f;
}

.steps-section .steps-row .step .image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.steps-section .steps-row .step.reverse .text {
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #d7d7d7;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.steps-section .steps-row .step.reverse .image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.steps-section .cta {
  margin-top: 205px;
}

.steps-section .cta .btn {
  width: 400px;
}

@media (max-width: 1299.98px) {

  .benefits .row .benefit>div>img,
  .hero-banner .before-launch .to-dos .row .to-do img {
    width: 40px;
  }
}

@media (max-width: 1199.98px) {
  .header .navbar-collapse .social-icons {
    margin-right: 0;
  }

  .hero-banner .text {
    text-align: center;
  }

  .steps-section .steps-row .step .text {
    padding: 0 35px;
    min-height: 320px;
  }
}

@media (max-width: 991.98px) {
  .steps-section .steps-row .step .image {
    height: 350px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .steps-section .steps-row .step .text {
    border: 1px solid #d7d7d7 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .hero-banner .invite-form .form-control {
    margin-right: 0;
  }

  .hero-banner .invite-form {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-banner .invite-form .mc-field-group {
    width: 55%;
  }

  .hero-banner .invite-form .form-control.email,
  .hero-banner .invite-form .form-control.zip {
    width: 100%;
  }

  .hero-banner .invite-form .mc-field-group+.mc-field-group {
    width: 40%;
  }

  .hero-banner .invite-form .form-control {
    margin: 0 0 24px;
  }

  .hero-banner .invite-form .btn {
    width: 100%;
  }

  .hero-banner .form-title {
    font-size: 36px;
    line-height: 45px;
  }

  .section-title h2 {
    font-size: 45px;
  }

  .benefits .row .benefit>div>img,
  .hero-banner .before-launch .to-dos .row .to-do img {
    width: 30px;
  }
}

@media (max-width: 767.98px) {

  .hero-banner .invite-form .mc-field-group,
  .hero-banner .invite-form .mc-field-group+.mc-field-group {
    width: 100%;
  }

  .header .logo {
    width: 240px;
  }

  .hero-banner .image {
    width: 100%;
  }

  .steps-section .cta .btn {
    width: 100%;
  }

  .footer .footer-primary {
    text-align: center;
  }

  .footer .footer-secondary .footer-menu {
    display: block;
    text-align: center;
  }

  .footer .footer-secondary .footer-menu li {
    padding: 10px 0;
  }

  .footer .footer-secondary .footer-menu li:after {
    display: none;
  }

  .header .navbar-collapse .social-icons {
    margin: 0;
  }

  .hero-banner .before-launch .to-dos p {
    margin-left: 20px;
  }
}


/* Mailchimp */
div.mc-field-group {
  position: relative;
}

div.mce_inline_error {
  position: absolute;
  left: 0;
  bottom: -26px;
  color: #fff;
  font-size: 12px;
}

#mce-responses {
  color: #FFF;
}