/* CSS Document */
:root {
  --outfit: 'Outfit', sans-serif;
  --orbitron: 'Orbitron', sans-serif;
  --green: #B9FAD8;
  --darkGreen: #384D44;
  --blue: #6CA4D6;
  --blueDark: #295C92;
  --turquoise: #73E1E5;
  --gray: #262626;
}
/* 480px */
/* 768px */
/* 992px */
/* 1200px+ */
/* 1600px+ */
/* 480px and Under */
/* COLORS *********************************************************************************************************************************************************** */
/* SECTION: FORM *********************************************************************************/
.form {
  background: #D8E2F0;
  background-size: cover;
  background-attachment: fixed;
  transform: translateZ(1);
  padding: 55px 0;
  /*end .show-more */
  /*end container*/
}
.form h2 {
  color: #005d97;
  margin-bottom: 20px;
}
.form h3 {
  color: var(--blueDark);
  font-family: 'Outfit';
  letter-spacing: 10px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.form .ctaPastors {
  background-color: var(--blueDark);
  border-radius: 20px;
  color: white;
  margin-right: auto;
  margin-left: auto;
  margin-top: 64px;
  max-width: 1100px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.form .ctaPastors p {
  color: white;
}
.form .ctaPastors .btn {
  background-color: #D8E2F0;
  border-radius: 20px;
  color: var(--blueDark);
  text-transform: none;
  margin-bottom: 20PX;
  transition: all 0.25s !important;
}
.form .ctaPastors::before,
.form .ctaPastors::after {
  aspect-ratio: 353/408;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
.form .ctaPastors::before {
  background-image: url("../images/white_stars.png");
  bottom: -47px;
  left: -40px;
  width: 120px;
}
.form .ctaPastors::after {
  background-image: url("../images/white_stars2.png");
  bottom: -47px;
  right: -40px;
  width: 120px;
}
.form .ctaPastors .btn:hover {
  opacity: 0.8 !important;
}
.form .expandable {
  height: 500px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .form .expandable {
    height: 550px;
  }
}
@media only screen and (min-width: 1200px) {
  .form .expandable {
    height: 610px;
  }
}
.form .show-more:before {
  content: "Expand Full Form";
}
.form .show-more.less:before {
  content: "Hide Full Form";
}
.form .show-more.less:hover:before {
  text-decoration: underline;
}
.form .show-more {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--blueDark);
  border-radius: 20px;
  padding: 20px 25px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form .show-more {
    bottom: -50px;
  }
}
@media only screen and (min-width: 992px) {
  .form .show-more {
    width: 430px;
  }
}
.form .show-more:hover {
  color: #ffffff;
  cursor: pointer;
}
.form .container {
  /*end h2*/
  /*end h2*/
  /* FORM *********************************************************************************/
  /*end form*/
}
.form .container .content {
  /* Set the initial max height of the container */
  /* Hide any content that exceeds the max height */
  position: relative;
  /* Make the button position relative to the container */
}
.form .container h2 {
  margin-top: 0px;
  color: #005d97;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .form .container .hbspt-form {
    margin: 0 auto;
    width: 738px;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .form .container .hbspt-form {
    width: 888px;
  }
}
@media only screen and (min-width: 1200px) {
  .form .container .hbspt-form {
    width: 1008px;
  }
}
@media only screen and (min-width: 1600px) {
  .form .container .hbspt-form {
    width: 1038px;
  }
}
.form .container form {
  text-align: center;
  /*end h1*/
  /*end label*/
  /*end h1*/
  /*end textarea*/
  /*end error messages */
  /* RADIO LIST *********************************************************************************/
  /*end .hs-form-radio*/
  /* BUTTON *********************************************************************************/
  /*end a.btn */
  /*end a.btn:hover */
}
.form .container form h1 {
  color: var(--blueDark);
  font-family: 'Outfit';
  padding-top: 20px !important;
}
@media only screen and (min-width: 992px) {
  .form .container form h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .form .container form h1 {
    font-size: 36px;
  }
}
.form .container form fieldset {
  max-width: 100% !important;
}
.form .container form label {
  display: none;
}
.form .container form input,
.form .container form textarea {
  background: #fff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #4A278F;
  border-radius: 10px;
  font-family: 'Outfit';
  font-size: 15px;
  margin: 0 0 20px;
  padding: 12px;
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .form .container form input,
  .form .container form textarea {
    font-size: 18px;
    padding: 17px;
  }
}
.form .container form textarea {
  height: 100px;
}
.form .container form textarea:first-letter {
  text-transform: capitalize;
}
.form .container form .hs-error-msgs {
  color: #4A278F;
  display: block;
  /*end label*/
}
.form .container form .hs-error-msgs label {
  color: red;
  display: block;
  margin: -34px 0 20px;
}
.form .container form ul {
  color: #4A278F;
  list-style: none;
  text-align: left;
  padding: 0 0 0 10px;
  /*end ul*/
}
.form .container form ul .hs-form-radio {
  clear: left;
  height: 53px;
  margin: 0 auto;
  width: 440px;
  /*end input*/
  /*end label*/
}
@media only screen and (min-width: 992px) {
  .form .container form ul .hs-form-radio {
    width: 440px;
  }
}
.form .container form ul .hs-form-radio input {
  float: left;
  margin-right: 15px;
  margin-top: 12px;
  width: 14px !important;
}
.form .container form ul .hs-form-radio label {
  display: block;
  /*end span*/
}
.form .container form ul .hs-form-radio label span {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
}
.form .container form .hs-button {
  background: #a02b42;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 20px 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100% !important;
}
@media only screen and (min-width: 992px) {
  .form .container form .hs-button {
    font-size: 21px;
    letter-spacing: 3px;
    padding: 20px 35px;
    width: 430px !important;
  }
}
.form .container form .hs-button:hover {
  background: #0E0C2D;
  text-decoration: underline;
}
/*end form*/

/*# sourceMappingURL=form.css.map */