/* Submit */
.submitMsg {
  width: 100%;
  padding: 12px 20px;
  background-color: #40ad65;
}
.submitMsg span {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.submitMsg.unprocessed {
  display: none;
}
.submitMsg.success {
  background-color: #40ad65;
}
.submitMsg.failed span {
  background-color: #f43636;
}
/* Error Message */
.errorMsg {
  display: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 3px 0 -6px;
  background: #d32f2f;
  padding: 10px 5px;
  text-align: center;
}
.errorMsg.visible {
  display: block;
}
/* Request */

#ic-reqInfo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}

.btnBlue {
  width: 100%;
}
#ic-requestInfo h3 {
  color: #000000;
}
#ic-reqTop,
#ic-reqBottom {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

#ic-requestInfo .checkbox {
  margin: 10px 0;
}
#ic-requestInfo .checkbox a {
  color: #fff;
  font-weight: 700;
}
#ic-requestInfo [type="checkbox"]:not(:checked) + span,
#ic-requestInfo [type="checkbox"]:checked + span {
  color: #000000;
}
/* #ic-requestInfo [type="checkbox"]:not(:checked) + span:after,
#ic-requestInfo [type="checkbox"]:checked + span:after {
  background: #fff;
} */
#ic-requestInfo a,
#ic-requestInfo a:visited {
  color: #000000;
}
#ic-requestInfo a:focus,
#ic-requestInfo a:hover,
#ic-requestInfo a:active {
  color: #fff;
}
#ic-requestInfo .ic-lightBTN {
  width: 100%;
  max-width: 200px;
  padding: 12px 10px;
  font-weight: 400;
}
#ic-requestInfo .ic-lightBTN:hover,
#ic-requestInfo .ic-lightBTN:focus,
#ic-requestInfo .ic-lightBTN:active {
  color: #000;
  background: #fff;
}
#ic-recapCheck {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
/* Contact Page */
#ic-reqContact .ic-field {
}
#ic-reqContact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
#ic-reqContact .errorMsg {
  text-align: left;
}

#ic-requestInfo {
  width: 100%;
}
.ic-fieldset {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
.ic-checkbox.ic-inputReq span,
.ic-checkbox.ic-inputReq span a,
#ic-requestInfo .ic-checkbox.ic-inputReq span,
#ic-requestInfo .ic-checkbox.ic-inputReq span a {
  color: #080808;
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ic-checkbox.ic-inputReq .errorMsg {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.ic-fieldset .ic-inputReq.notes textarea,
.ic-inputReq input {
  position: relative;
  width: 100%;
  height: 4.3rem;
  border: 1px solid var(--color-light-blue);
  background: #fff;
  padding: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--color-black);
  outline: none;
}

.ic-checkbox label {
  display: flex;
  align-items: center;
}
.default::placeholder {
  color: var(--color-black);
  opacity: 1;
}
.ic-fieldset .ic-inputReq.notes textarea {
  height: 18.3rem;
  resize: none;
}

.wrap__ic-fieldset {
  display: flex;
  gap: 3rem;
}
.ic-fieldset .ic-inputReq {
  width: 100%;
}
.ic-fieldset .ic-inputReq.notes {
  width: 100%;
}

/* Request newsletter */
#ic-footerNewsletter .email {
  flex: 1 70%;
  max-width: 70%;
}
#ic-footerNewsletter .ic-lightBTN {
  flex: 1 30%;
  max-width: 30%;
  padding: 0;
  line-height: 44px;
  border: 1px solid #e2dad1;
}
#ic-footerNewsletter .privacy {
  margin: 5px 0;
}

#ic-footerNewsletter p {
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 15px;
}
#ic-footerNewsletter [type="checkbox"]:not(:checked) + span,
#ic-footerNewsletter [type="checkbox"]:checked + span {
  color: #fff;
}
#ic-footerNewsletter [type="checkbox"]:not(:checked) + span::before,
#ic-footerNewsletter [type="checkbox"]:checked + span::before {
  border-color: #fff;
}
#ic-footerNewsletter [type="checkbox"]:not(:checked) + span::after,
#ic-footerNewsletter [type="checkbox"]:checked + span::after {
  background: #fff;
}

/* Contact Banner */
#ic-contactBanner {
  max-width: none;
  margin: 0 auto;
  background: #e2dad1;
  padding: 50px 0;
}
#ic-contactBanner > h3 {
  text-align: center;
  margin-bottom: 7px;
}
#ic-contactBanner > p {
  text-align: center;
  line-height: 1.3;
  max-width: 570px;
  margin: 0 auto 20px;
}
#ic-contactBanner #ic-requestContact {
  padding: 0;
}
#ic-contactBanner #ic-requestInfo {
  background: transparent;
}
#ic-contactBanner form h3 {
  display: none;
}
#ic-contactBanner form {
  padding: 5px 20px;
  max-width: 720px;
}
#ic-contactBanner .ic-inputReq {
  flex: 1 49%;
  max-width: 49%;
  margin-bottom: 15px;
}
#ic-contactBanner .ic-inputReq.notes {
  flex: 1 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

#ic-contactBanner .checkbox {
  margin: 0;
}
#ic-contactBanner textarea {
  height: 130px;
}
#ic-contactBanner .ic-lightBTN,
#ic-contactBanner .ic-lightBTN:visited {
  color: #fff;
  background: #000;
}
#ic-contactBanner [type="checkbox"]:not(:checked) + span:before,
#ic-contactBanner [type="checkbox"]:checked + span:before {
  border-color: #000;
}
#ic-contactBanner #ic-requestInfo [type="checkbox"]:not(:checked) + span,
#ic-contactBanner #ic-requestInfo [type="checkbox"]:checked + span {
  color: #000;
}
#ic-contactBanner #ic-requestInfo [type="checkbox"]:not(:checked) + span:after,
#ic-contactBanner #ic-requestInfo [type="checkbox"]:checked + span:after {
  background: #000;
}

/* RWD */
@media only screen and (max-width: 960px) {
  #ic-reqTop,
  #ic-reqBottom {
    display: block;
  }
  #ic-reqTop .ic-inputReq,
  #ic-reqBottom div.notes,
  #ic-reqBottom > div {
    max-width: 550px;
    margin: 0 auto 23px;
    text-align: left;
  }
}

@media only screen and (max-width: 766px) {
  .wrap__ic-fieldset {
    flex-direction: column;
  }
}
