/* Request Info Template */
.request-info {
  padding: 200px 0 125px;
  position: relative;
}
.request-info .section-copy {
  line-height: 2em;
}
.request-info .accent {
  max-width: 230px;
  max-height: 230px;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
}
.request-info input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.request-info select {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.10);
  background-color: #ffffff;
}
.request-info textarea {
  height: 51px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.10);
}
.request-info .hs-submit {
  margin-top: 20px;
}
.request-info .hs-form .hs-submit input[type=submit] {
  width: 235px;
}

.details-section {
  background-color: #edf3f7;
  padding: 100px 0;
}
.details-section h2 {
  margin-bottom: 0;
}
.details-section .detail-item {
  margin-top: 45px;
}
.details-section .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 30px;
}
.details-section .icon img {
  max-width: 100%;
}
.details-section .title {
  font-weight: bold;
  font-size: 20px;
  color: #222527;
}
.details-section .copy {
  margin-top: 10px;
  color: #6D6E71;
  font-size: 16px;
  line-height: 1.75em;
}

@media screen and (max-width: 1199px) {
  .request-info {
    padding: 70px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .request-info {
    padding: 25px 0 80px;
  }
  .request-info .accent {
    display: none;
  }

  .details-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  .request-info input:not([type=checkbox]):not([type=radio]):not([type=submit]),
  .request-info select,
  .request-info textarea {
    width: 100%;
  }
}


/* Thank You Template */
.thank-you {
  padding: 272px 0 283px;
  position: relative;
}
.thank-you.has-articles {
  padding-bottom: 100px;
}
.thank-you .section-copy {
  line-height: 2em;
}
.thank-you .accent {
  max-width: 230px;
  max-height: 230px;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
}
.ta-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thank-you {
    padding: 40px 0 80px;
  }
  .thank-you.has-articles {
    padding-bottom: 50px;
  }
  .thank-you .accent {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-footer__form.send-a-message {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .site-footer__form.send-a-message .widget {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .site-footer__form.send-a-message .widget_custom_html {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}


/* Impact Page Template */
.footer-banner--subscription .widget.widget_text {
  flex: 0 0 65%;
  max-width: 65%;
}
.footer-banner--subscription .widget.widget_text.widget_custom_html {
  flex: 0 0 33%;
  max-width: 33%;
}

@media (max-width: 991px) {
  .footer-banner--subscription .widget.widget_text,
  .footer-banner--subscription .widget.widget_text.widget_custom_html {
    flex: 0 0 100%;
    max-width: 100%;
  }

}
