.hero-wrapper-landing {
  height: 96vh;
  background-image: url('../images/landing-page-bg-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: futura-pt, sans-serif;
  position: relative;
}

.hero-top-wrapper-landing {
  height: 100%;
  background-color: rgba(16, 60, 90, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bottom-wrapper-landing {
  background-color: #a2570a;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-top-container-landing {
  max-width: 1170px;
  flex-direction: column;
  align-items: center;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.hero-logo-flex-row-landing {
  max-width: 940px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
}

.hero-logo-flex-col-landing {
  text-align: center;
  flex-direction: column;
  flex: 0 30%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-logo-flex-col-landing.hero-logo-flex-col-landing-border {
  border-left: 2px solid #fff;
  flex-basis: 70%;
  align-items: flex-start;
  display: none;
}

.hero-logo-img-landing {
  width: 450px;
}

.hero-main-heading-landing {
  max-width: 800px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.25;
}

.hero-main-heading-landing.hide {
  flex: 0 auto;
  display: none;
}

.hero-bottom-container-landing {
  max-width: 1170px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.hero-bottom-heading-landing {
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 44px;
  line-height: 44px;
}

.hero-bottom-heading-landing.hide {
  display: none;
}

.hero-bottom-text-landing {
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  line-height: 22px;
}

.hero-bottom-form-block-landing {
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-bottom-form-flex-row-landing {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-form-input-landing {
  width: 550px;
  height: 49px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-right: 1px rgba(0, 0, 0, 0);
  border-radius: 50px 0 0 50px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hero-form-input-landing:focus {
  border-style: solid;
  border-color: #fff rgba(0, 0, 0, 0) #fff #fff;
}

.hero-form-input-landing::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.hero-form-input-landing::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.hero-form-btn-landing {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .25s;
}

.hero-form-btn-landing:hover {
  background-color: #103c5a;
}

.form-success-landing {
  letter-spacing: 1px;
  background-color: #103c5a;
  font-size: 18px;
}

.hero-btn {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #fff;
  border-radius: 40px;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-color .25s, background-color .25s;
}

.hero-btn:hover {
  background-color: #a2570a;
  border-color: #a2570a;
}

.about-section {
  background-color: #103c5a;
  padding-top: 80px;
  padding-bottom: 40px;
}

.about-section-wrapper {
  max-width: 1170px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.block-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 50%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-container {
  max-width: 1100px;
  flex-wrap: wrap;
  display: flex;
}

.block-wrapper-inner {
  height: 100%;
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
  box-shadow: -14px 14px 20px -5px rgba(0, 0, 0, .2);
}

.block-heading {
  color: #a2570a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.bold-text {
  font-family: futura-pt, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.block-text {
  color: #103c5a;
  letter-spacing: .1px;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.section-heading {
  max-width: 700px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 1.2;
}

.block-list {
  color: #103c5a;
  letter-spacing: .1px;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.block-list.last-list {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: 10px;
}

.block-subheading {
  color: #a2570a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.italic-text, .italic-text-2 {
  color: #a2570a;
}

.email-heading {
  max-width: 700px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-img {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .hero-wrapper-landing {
    height: auto;
    background-image: linear-gradient(rgba(16, 60, 90, .55), rgba(16, 60, 90, .55)), url('../images/landing-page-bg-min.jpg');
    background-position: 0 0, 65% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-top-wrapper-landing {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
  }

  .hero-bottom-wrapper-landing {
    background-color: #a2570a;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .hero-top-container-landing {
    position: static;
    transform: none;
  }

  .hero-logo-flex-row-landing {
    justify-content: center;
  }

  .hero-logo-img-landing {
    width: 380px;
  }

  .hero-main-heading-landing {
    max-width: 100%;
    font-size: 51px;
  }

  .hero-bottom-container-landing {
    position: static;
    transform: none;
  }

  .hero-bottom-text-landing {
    font-size: 22px;
    line-height: 1.3;
  }

  .hero-bottom-form-block-landing {
    max-width: 610px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .about-section-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-wrapper {
    flex-basis: 49%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-wrapper-inner {
    padding: 30px;
  }

  .section-heading {
    max-width: 100%;
  }

  .block-list {
    padding-left: 20px;
  }

  .text-span, .text-span-3 {
    display: block;
  }

  .email-heading {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper-landing {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .hero-top-wrapper-landing {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-logo-flex-row-landing {
    margin-bottom: 20px;
  }

  .hero-logo-flex-col-landing, .hero-logo-flex-col-landing.hero-logo-flex-col-landing-border {
    flex-basis: 50%;
  }

  .hero-logo-img-landing {
    width: 200px;
  }

  .hero-main-heading-landing {
    font-size: 34px;
    line-height: 44px;
  }

  .hero-bottom-container-landing {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-bottom-heading-landing {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-bottom-text-landing {
    font-size: 21px;
  }

  .hero-bottom-form-block-landing {
    max-width: 100%;
  }

  .hero-bottom-form-flex-row-landing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-form-input-landing {
    height: 44px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .hero-form-input-landing:focus {
    border-color: #fff;
  }

  .hero-form-btn-landing {
    margin-left: 0;
    font-size: 17px;
  }

  .hero-btn {
    margin-top: 20px;
    padding: 14px 25px;
    font-size: 15px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .about-section-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-wrapper {
    flex-basis: 100%;
  }

  .block-heading {
    margin-bottom: 15px;
  }

  .section-heading {
    font-size: 44px;
    line-height: 44px;
  }

  .text-span, .text-span-3 {
    display: block;
  }

  .email-heading {
    font-size: 43px;
    line-height: 44px;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper-landing {
    background-image: linear-gradient(to bottom, null, null), url('../images/landing-page-bg-min.jpg');
    background-position: 0 0, 75% 0;
  }

  .hero-top-wrapper-landing {
    padding-top: 60px;
  }

  .hero-bottom-wrapper-landing, .hero-top-container-landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-logo-flex-row-landing {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .hero-logo-flex-col-landing.hero-logo-flex-col-landing-border {
    border-left-style: none;
    margin-top: 20px;
  }

  .hero-logo-img-landing {
    width: 210px;
  }

  .hero-bottom-container-landing {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-bottom-heading-landing {
    letter-spacing: 3px;
  }

  .hero-bottom-text-landing {
    font-size: 21px;
    line-height: 28px;
  }

  .hero-form-input-landing {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .hero-btn {
    margin-top: 20px;
    font-size: 15px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .about-section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-container {
    width: 100%;
  }

  .block-wrapper-inner {
    width: 100%;
    padding: 20px;
  }

  .block-heading {
    font-size: 24px;
  }

  .text-span {
    display: inline;
  }

  .text-span-2 {
    display: block;
  }

  .text-span-3 {
    display: inline;
  }

  .email-heading {
    font-size: 39px;
  }
}


