/* CSS Document */
html {
  height: 100%;
}
body {
  overflow: auto;
  background-color: #dad5d0;
}
.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-area {
  height: 233px;
  background-color: #e7e4e2;
  position: relative;
  z-index: 100;
}
.green-box {
  width: 568px;
  height: 340px;
  background-color: #739b53;
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 40px;
  line-height: 58px;
  padding-top: 50px;
  padding-left: 85px;
  text-transform: uppercase;
}
strong {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.logo {
  width: 598px;
  float: left;
  margin-left: 162px;
  margin-top: 37px;
}
.hero {
  height: 700px;
  background-image: url("/images/altura-hero.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: background-position;
  background-size: 105%;
  transform: translateZ(0);
}
.bottom-area {
  background-color: #dad5d0;
  padding-bottom: 100px;
}
.brown-box {
  width: 903px;
  height: 161px;
  background-color: #5a4a3b;
  float: left;
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
  padding-top: 50px;
}
.spacious {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 36px;
  line-height: 38px;
  color: #5a4a3b;
  padding-left: 40px;
  margin-top: 50px;
  float: left;
}
.intro-text {
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 29px;
  line-height: 39px;
  margin-top: 70px;
  color: #005a65;
}
.top-form-row {
  margin-top: 65px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 10;
}
.bottom-form-row {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 10;
}
.form-control {
  width: 95%;
  margin: auto;
  height: 54px;
  margin-bottom: 22px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  border-radius: 0px;
  color: #005a65;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border: none;
}
.form-control::-moz-placeholder {
  color: #005a65;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #005a65;
}
.form-control::-webkit-input-placeholder {
  color: #005a65;
}
.form-control:focus {
  border-color: #005a65;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 90, 101, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 90, 101, 0.6);
}
.submit-button {
  width: 95%;
  margin: auto;
  height: 54px;
  background-color: #005a65;
  text-align: center;
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  padding-top: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.form-area {
  position: relative;
  z-index: 10;
}
.decorative-graphic {
  position: absolute;
  width: 340px;
  z-index: 1;
  right: 90px;
  bottom: -125px;
}
.footer-logos {
  width: 70px;
  margin: auto;
  margin-top: 40px;
}
.form-control.field-error {
  background-color: #f4a6a6;
  border-color: #f4a6a6;
}
@media only screen and (max-width: 1500px) {
  .top-area {
    height: 186.4px;
  }
  .green-box {
    width: 454.4px;
    height: 272px;
    right: 0px;
    top: 0px;
    font-size: 32px;
    line-height: 46.4px;
    padding-top: 40px;
    padding-left: 68px;
  }
  .logo {
    width: 478.4px;
    margin-left: 129.6px;
    margin-top: 29.6px;
  }
  .hero {
    height: 560px;
  }
  .bottom-area {
    padding-bottom: 80px;
  }
  .brown-box {
    width: 722.4px;
    height: 128.8px;
    font-size: 48px;
    line-height: 40px;
    padding-top: 40px;
  }
  .spacious {
    font-size: 28.8px;
    line-height: 30.4px;
    padding-left: 32px;
    margin-top: 40px;
  }
  .intro-text {
    font-size: 23.2px;
    line-height: 31.2px;
    margin-top: 56px;
  }
  .top-form-row {
    margin-top: 52px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .bottom-form-row {
    padding-left: 80px;
    padding-right: 80px;
  }
  .form-control {
    height: 43.2px;
    margin-bottom: 17.6px;
    font-size: 16px;
    border-radius: 0px;
  }
  .form-control:focus {
    -webkit-box-shadow: inset 0 0.8px 0.8px rgba(0, 0, 0, 0.075), 0 0 6.4px rgba(0, 90, 101, 0.6);
    box-shadow: inset 0 0.8px 0.8px rgba(0, 0, 0, 0.075), 0 0 6.4px rgba(0, 90, 101, 0.6);
  }
  .submit-button {
    height: 43.2px;
    font-size: 17.6px;
    padding-top: 9.6px;
  }
  .decorative-graphic {
    width: 272px;
    right: 72px;
    bottom: -100px;
  }
  .footer-logos {
    width: 56px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-area {
    height: 154.09066667px;
  }
  .green-box {
    width: 375.63733333px;
    height: 224.85333333px;
    right: 0px;
    top: 0px;
    font-size: 26.45333333px;
    line-height: 38.35733333px;
    padding-top: 33.06666667px;
    padding-left: 56.21333333px;
  }
  .logo {
    width: 395.47733333px;
    margin-left: 107.136px;
    margin-top: 24.46933333px;
  }
  .hero {
    height: 462.93333333px;
  }
  .bottom-area {
    padding-bottom: 66.13333333px;
  }
  .brown-box {
    width: 597.184px;
    height: 106.47466667px;
    font-size: 39.68px;
    line-height: 33.06666667px;
    padding-top: 33.06666667px;
  }
  .spacious {
    font-size: 23.808px;
    line-height: 25.13066667px;
    padding-left: 26.45333333px;
    margin-top: 33.06666667px;
  }
  .intro-text {
    font-size: 19.17866667px;
    line-height: 25.792px;
    margin-top: 46.29333333px;
  }
  .top-form-row {
    margin-top: 42.98666667px;
    padding-left: 66.13333333px;
    padding-right: 66.13333333px;
  }
  .bottom-form-row {
    padding-left: 66.13333333px;
    padding-right: 66.13333333px;
  }
  .form-control {
    height: 35.712px;
    margin-bottom: 14.54933333px;
    font-size: 13.22666667px;
    border-radius: 0px;
  }
  .form-control:focus {
    -webkit-box-shadow: inset 0 0.66133333px 0.66133333px rgba(0, 0, 0, 0.075), 0 0 5.29066667px rgba(0, 90, 101, 0.6);
    box-shadow: inset 0 0.66133333px 0.66133333px rgba(0, 0, 0, 0.075), 0 0 5.29066667px rgba(0, 90, 101, 0.6);
  }
  .submit-button {
    height: 35.712px;
    font-size: 14.54933333px;
    padding-top: 7.936px;
  }
  .decorative-graphic {
    width: 224.85333333px;
    right: 59.52px;
    bottom: -82.66666667px;
  }
  .footer-logos {
    width: 46.29333333px;
    margin-top: 26.45333333px;
  }
}
@media only screen and (max-width: 992px) {
  .top-area {
    height: 119.14066667px;
  }
  .green-box {
    width: 290.43733333px;
    height: 173.85333333px;
    right: 0px;
    top: 0px;
    font-size: 20.45333333px;
    line-height: 29.65733333px;
    padding-top: 25.56666667px;
    padding-left: 43.46333333px;
  }
  .logo {
    width: 305.77733333px;
    margin-left: 82.836px;
    margin-top: 18.91933333px;
  }
  .hero {
    height: 357.93333333px;
  }
  .bottom-area {
    padding-bottom: 51.13333333px;
  }
  .brown-box {
    width: 461.734px;
    height: 82.32466667px;
    font-size: 30.68px;
    line-height: 25.56666667px;
    padding-top: 25.56666667px;
  }
  .spacious {
    font-size: 18.408px;
    line-height: 19.43066667px;
    padding-left: 20.45333333px;
    margin-top: 25.56666667px;
  }
  .intro-text {
    font-size: 14.82866667px;
    line-height: 19.942px;
    margin-top: 35.79333333px;
  }
  .top-form-row {
    margin-top: 33.23666667px;
    padding-left: 51.13333333px;
    padding-right: 51.13333333px;
  }
  .bottom-form-row {
    padding-left: 51.13333333px;
    padding-right: 51.13333333px;
  }
  .form-control {
    height: 27.612px;
    margin-bottom: 11.24933333px;
    font-size: 10.22666667px;
    border-radius: 0px;
  }
  .form-control:focus {
    -webkit-box-shadow: inset 0 0.51133333px 0.51133333px rgba(0, 0, 0, 0.075), 0 0 4.09066667px rgba(0, 90, 101, 0.6);
    box-shadow: inset 0 0.51133333px 0.51133333px rgba(0, 0, 0, 0.075), 0 0 4.09066667px rgba(0, 90, 101, 0.6);
  }
  .submit-button {
    height: 27.612px;
    font-size: 11.24933333px;
    padding-top: 6.136px;
  }
  .decorative-graphic {
    width: 173.85333333px;
    right: 46.02px;
    bottom: -63.91666667px;
  }
  .footer-logos {
    width: 35.79333333px;
    margin-top: 20.45333333px;
  }
}
