/* CSS Document */
html {
  height: 100%;
}
body {
  overflow: auto;
  background-color: #006385;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.top-bar {
  height: 132px;
  background-color: #2d903c;
  text-align: center;
  color: #ffffff;
  font-family: "bodoni-urw", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  padding-top: 17px;
}
.logo-area {
  height: 215px;
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  background-color: #ffffff;
}
.logo {
  width: 429px;
}
.main-image-section {
  width: 100%;
  height: 510px;
  background-size: cover;
  background-position: center;
  animation: slide 24s infinite;
}
.slide-1,
.slide-2,
.slide-3,
.slide-4,
.crossfade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.slide-1 {
  z-index: 1;
  background-image: url('../images/image-1.jpg');
}
.slide-2 {
  z-index: 1;
  background-image: url('../images/image-2.jpg');
  opacity: 0;
}
.slide-3 {
  z-index: 1;
  background-image: url('../images/image-3.jpg');
  opacity: 0;
}
.slide-4 {
  z-index: 1;
  background-image: url('../images/image-4.jpg');
  opacity: 0;
}
/* Preload images */
.preload {
  display: none;
}
.x-overlay {
  width: 724px;
  height: 510px;
  position: absolute;
  z-index: 2;
  background-image: url('../images/x-overlay.png');
  background-size: cover;
  left: 6%;
}
.blue-bar {
  background-color: #143758;
  position: absolute;
  top: 0px;
  left: 40%;
  height: 233px;
  width: 2500px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}
.blue-bar-image {
  height: 233px;
  width: 2500px;
  float: right;
  position: relative;
  z-index: 0;
}
.arriving-soon {
  position: absolute;
  z-index: 10;
  width: 880px;
  top: 35px;
  left: 58.5%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}
.intro-headline {
  text-align: center;
  color: #ffffff;
  font-family: "bodoni-urw", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 44px;
  margin-top: 270px;
}
.thank-you-text {
  width: 1020px;
  margin: auto;
  margin-top: 35px;
  color: #ffffff;
  font-family: "soleil", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
}
.form-area {
  width: 820px;
  margin: auto;
  margin-top: 35px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.form-control {
  width: 98%;
  height: 49px;
  border-radius: 0px;
  margin-bottom: 20px;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #006385;
  box-shadow: none;
}
.submit-button {
  width: 100%;
  height: 49px;
  background-color: #2d903c;
  color: #ffffff;
  text-align: center;
  font-family: "soleil", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  padding-top: 12px;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  cursor: pointer;
}
.footer-logos {
  width: 221px;
  margin: auto;
  margin-bottom: 50px;
}
.dark-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  display: none;
  top: 0px;
  left: 0px;
}
.modal-overlay {
  width: auto;
  height: auto;
  padding: 30px;
  padding-top: 45px;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #005d67;
  font-size: 20px;
  z-index: 10000001;
  white-space: nowrap;
  text-align: center;
  display: none;
}
.close-x {
  position: absolute;
  top: 0px;
  right: 7px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.main-section {
  overflow: hidden!important;
}
@media only screen and (max-width: 1200px) {
  .top-bar {
    height: 109.12px;
    font-size: 33.06666667px;
    line-height: 38.02666667px;
    padding-top: 14.05333333px;
  }
  .logo-area {
    height: 177.73333333px;
  }
  .logo {
    width: 354.64px;
  }
  .main-image-section {
    height: 421.6px;
  }
  .x-overlay {
    width: 598.50666667px;
    height: 421.6px;
  }
  .blue-bar {
    top: 0px;
    height: 192.61333333px;
    width: 2066.66666667px;
  }
  .blue-bar-image {
    height: 192.61333333px;
    width: 2066.66666667px;
  }
  .arriving-soon {
    width: 727.46666667px;
    top: 28.93333333px;
  }
  .intro-headline {
    font-size: 33.06666667px;
    line-height: 36.37333333px;
    margin-top: 223.2px;
  }
  .thank-you-text {
    width: 843.2px;
    margin-top: 28.93333333px;
    font-size: 18.18666667px;
    line-height: 26.45333333px;
  }
  .form-area {
    width: 677.86666667px;
    margin-top: 28.93333333px;
  }
  .form-control {
    height: 40.50666667px;
    margin-bottom: 16.53333333px;
    font-size: 13.22666667px;
  }
  .submit-button {
    height: 40.50666667px;
    font-size: 14.88px;
    padding-top: 9.92px;
    margin-bottom: 33.06666667px;
  }
  .footer-logos {
    width: 182.69333333px;
    margin-bottom: 41.33333333px;
  }
  .modal-overlay {
    padding: 24.8px;
    padding-top: 37.2px;
    font-size: 16.53333333px;
  }
  .close-x {
    right: 5.78666667px;
    width: 11.57333333px;
    height: 11.57333333px;
  }
}
@media only screen and (max-width: 992px) {
  .top-bar {
    height: 84.37px;
    font-size: 25.56666667px;
    line-height: 29.40166667px;
    padding-top: 10.86583333px;
  }
  .logo-area {
    height: 137.42083333px;
  }
  .logo {
    width: 274.2025px;
  }
  .main-image-section {
    height: 325.975px;
  }
  .x-overlay {
    width: 462.75666667px;
    height: 325.975px;
  }
  .blue-bar {
    top: 0px;
    height: 148.92583333px;
    width: 1597.91666667px;
  }
  .blue-bar-image {
    height: 148.92583333px;
    width: 1597.91666667px;
  }
  .arriving-soon {
    width: 562.46666667px;
    top: 22.37083333px;
  }
  .intro-headline {
    font-size: 25.56666667px;
    line-height: 28.12333333px;
    margin-top: 172.575px;
  }
  .thank-you-text {
    width: 651.95px;
    margin-top: 22.37083333px;
    font-size: 14.06166667px;
    line-height: 20.45333333px;
  }
  .form-area {
    width: 524.11666667px;
    margin-top: 22.37083333px;
  }
  .form-control {
    height: 31.31916667px;
    margin-bottom: 12.78333333px;
    font-size: 10.22666667px;
  }
  .submit-button {
    height: 31.31916667px;
    font-size: 11.505px;
    padding-top: 7.67px;
    margin-bottom: 25.56666667px;
  }
  .footer-logos {
    width: 141.25583333px;
    margin-bottom: 31.95833333px;
  }
  .modal-overlay {
    padding: 19.175px;
    padding-top: 28.7625px;
    font-size: 12.78333333px;
  }
  .close-x {
    right: 4.47416667px;
    width: 8.94833333px;
    height: 8.94833333px;
  }
}
@media only screen and (max-width: 767px) {
  .main-section {
    overflow: hidden!important;
  }
  .top-bar {
    height: 75px;
    background-color: #2d903c;
    text-align: center;
    color: #ffffff;
    font-family: "bodoni-urw", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    padding-top: 10px;
  }
  .logo-area {
    height: 115px;
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
    background-color: #ffffff;
  }
  .logo {
    width: 250px;
  }
  .main-image-section {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    animation: slide 24s infinite;
  }
  .x-overlay {
    width: 284px;
    height: 200px;
    position: absolute;
    z-index: 2;
    background-image: url('../images/x-overlay.png');
    background-size: cover;
    left: -7%;
  }
  .blue-bar {
    background-color: #143758;
    position: absolute;
    top: 0px;
    left: 5%;
    height: 100px;
    width: 1073px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .blue-bar-image {
    height: 100px;
    width: 1073px;
    float: right;
    position: relative;
    z-index: 0;
  }
  .arriving-soon {
    position: absolute;
    z-index: 10;
    width: 270px;
    top: 23px;
    left: 64%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .intro-headline {
    text-align: center;
    color: #ffffff;
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    margin-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .thank-you-text {
    width: 100%;
    margin: auto;
    margin-top: 25px;
    color: #ffffff;
    font-family: "soleil", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-area {
    width: 100%;
    margin: auto;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  .form-control {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    margin-bottom: 10px;
    font-family: "soleil", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #006385;
    box-shadow: none;
  }
  .submit-button {
    width: 100%;
    height: 40px;
    background-color: #2d903c;
    color: #ffffff;
    text-align: center;
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding-top: 7px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
  .footer-logos {
    width: 150px;
    margin: auto;
    margin-bottom: 40px;
  }
}
