/* Sticky footer styles
-------------------------------------------------- */
html {
  height: 100%;
}

body {
  line-height: 1.2;
  color: #4d4d4f;
  background-color: #beb6ac;
}

header {
  background-color: #beb6ac;
}

.header {
  background-color: #ebeae7;
  display: flex;
}
.header .logo {
  width: 300px;
}
@media (max-width: 1180px) {
  .header .logo {
    width: 250px;
  }
}
@media (max-width: 950px) {
  .header .logo {
    width: 170px;
  }
}
@media (max-width: 720px) {
  .header .logo {
    width: 100px;
  }
}
.header .resources {
  width: calc(100% - 300px);
}
@media (max-width: 1180px) {
  .header .resources {
    width: calc(100% - 250px);
  }
}
@media (max-width: 950px) {
  .header .resources {
    width: calc(100% - 170px);
  }
}
@media (max-width: 720px) {
  .header .resources {
    width: calc(100% - 100px);
  }
}

.header-bar {
  width: 100%;
  height: 5px;
  background-color: #a31d38;
}

main {
  background-color: #beb6ac;
}

.content-body {
  padding: 0 50px;
}
@media (max-width: 900px) {
  .content-body {
    padding: 0 30px;
  }
}

.request-form h5 {
  font-size: 1.05rem;
  font-weight: 700;
}
.request-form .custom-control-label {
  color: #231f20;
  font-size:0.9rem;
}
.request-form .custom-control-label::before {
  border: solid 2px #231f20;
  border-radius: 0;
  top: 0.1rem;
}
.request-form .custom-control-label::after {
  top: 0.1rem;
}
.request-form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #231f20;
  background-color: #231f20;
}
.request-form .form-control {
  border-radius: 0;
  border-color: #231f20;
}
.request-form label {
  color: #231f20;
  font-weight: 500;
}
.request-form .form-check-input {
  border-radius: 0;
}

.required {
  color: #a31d38;
}

.submit-btn {
  background: #231f20;
  color: #fff;
  border: 0;
  width: 270px;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 7px;
  border-radius: 10px;
}
.submit-btn:hover {
  background-color: #4b494a;
}

.thank-you h4 {
  font-size: 1.205rem;
  line-height: 1.5;
}
.thank-you .link {
  text-decoration: underline;
  color: #4d4d4f;
}

.footer {
  padding: 10px 0;
  width: 100%;
  display: flex;
  background-color: #a31d38;
  line-height: 1.5;
}
.footer .container {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 900px) {
  .footer .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.footer .ferring {
  width: 80px;
  float: left;
}
.footer .copy-content {
  color: white;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 20px;
  float: left;
}/*# sourceMappingURL=site.css.map */