/* undo redo whatever is going on in custom.css */
.wrapper .row>* {
  padding-left: 15px;
  padding-right: 15px;
}

sup {
  top: -0.1rem !important;
  vertical-align: super;
}

.heading {
  background: none;
  color: #fff;
  position: relative;
  text-align: left;
}

.heading img {
  width: 100%;
}

.heading .heading-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  padding-bottom: 90px;
}

.heading-text h1 {
  color: #001d51;
  text-align: left;
  margin: 0 0 20px 0;
  display: block;
  font-family: "Times New Roman",
    Times,
    serif;
  font-weight: bold;
  font-size: 20px;
}

.heading-text h2 {
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman",
    Times,
    serif;
}

.line-1 {
  display: block;
  font-style: italic;
  text-indent: 53px;
  font-size: 30px;
  line-height: 0px;
  font-family: "Times New Roman",
    Times,
    serif;
}

.line-2 {
  font-style: italic;
  display: block;
  font-size: 70px;
  line-height: 60px;
  font-family: "Times New Roman",
    Times,
    serif;
}

.line-3 {
  display: block;
  font-weight: bold;
  font-size: 70px;
  line-height: 58px;
  text-indent: 30px;
  letter-spacing: 1px;
}

.line-4 {
  display: block;
  text-indent: 36px;
  font-size: 18px;
  font-family: "Times New Roman",
    Times,
    serif;
}

.content-area h2 {
  color: #009fc7;
  font-weight: 500;
  margin-bottom: 40px;
}

.content-area h2 sup {
  font-size: 1.8rem !important;
}

.content-area h3 {
  color: #009fc7;
  font-weight: 500;
}

.content-area p {
  color: #494c50;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.content-area iframe {
  margin-bottom: 40px;
}

.content-area .icon-grid .row {
  align-items: flex-start;
}

.content-area .icon-grid .col-md-4 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-area .icon-grid .col-md-4 img {
  max-height: 164px;
  object-fit: contain;
}

.content-area .image-grid {
  margin-bottom: 40px;
}

.content-area .image-grid .col-md-6 {
  text-align: center;
}

.content-area .image-grid .col-md-6,
.content-area .image-grid .col-md-3 {
  margin-bottom: 40px;
}

.content-area .image-grid .col-md-6 img,
.content-area .image-grid .col-md-3 img {
  max-width: 100%;
}

.content-area .image-grid .brochure-column {
  margin: 0 auto;
}

.content-area .image-grid .brochure-column img {
  margin-bottom: -85px;
  position: relative;
  z-index: 2;
}

.content-area .image-grid .brochure-column a {
  display: block;
}

.btn.btn-outline {
  color: #00205c;
  border: solid 2px #00205c;
  font-weight: bold;
  border-radius: 24px !important;
  display: inline-block;
  padding: 10px 40px;
  font-size: 18px;
  margin-top: 40px;
  transition: 300ms;
}

.btn.btn-outline:hover {
  background: #00205c;
  color: #fff;
}

.content-area .image-grid .brochure-column a:hover .btn.btn-outline {
  background: #00205c;
  color: #fff;
}

.form-container {
  background: #f5f5f5;
  padding: 30px 0 30px 0;
  margin: 0;
}

.references {
  padding: 25px 15px 50px 15px;
}

.references p {
  text-align: left;
  font-size: 13px;
  color: #585f69;
  line-height: 20px;
  margin-bottom: 10px;
  max-width: none;
}

@media screen and (min-width: 768px) {

  .content-area .image-grid .col-md-6,
  .content-area .image-grid .col-md-3 {
    margin-bottom: 0;
  }

  .content-area .image-grid .brochure-column img {
    margin-bottom: -100px;
    height: 344px;
  }

  .content-area .icon-grid .col-md-4 {
    width: 33.33333%;
  }

  .content-area .image-grid .col-md-3 {
    width: 25%;
  }

  .content-area .image-grid .col-md-6 {
    width: 50%;
  }
}

@media screen and (min-width: 991px) {
  .heading .heading-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
    padding-bottom: 90px;
  }

}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .line-1 {
    text-indent: 135px;
    font-size: 30px;
    line-height: 12px;
  }

  .line-2 {
    font-size: 100px;
    line-height: 70px;
  }

  .line-3 {
    font-size: 90px;
    line-height: 90px;
    text-indent: 60px;

  }

  .line-4 {
    text-indent: 70px;
    font-size: 22px;
  }

  .heading-text h1 {
    font-size: 26px;
  }

}

@media screen and (min-width: 1373px) {
  .line-1 {
    text-indent: 135px;
    font-size: 40px;
    line-height: 12px;
  }

  .line-2 {
    font-size: 130px;
    line-height: 90px;
  }

  .line-3 {
    font-size: 130px;
    line-height: 125px;
    text-indent: 60px;

  }

  .line-4 {
    text-indent: 70px;
    font-size: 32px;
  }

  .heading-text h1 {
    font-size: 36px;
  }

}

.form-container {
  padding: 0;
  background: none;
}

.form-frame {
  height: 870px;
}