/* Submit */
.submitMsg {
  position: relative;
  left: 0;
  bottom: -15px;
  right: 0;
  text-align: center;
}
.submitMsg span {
  display: inline-block;
  clear: both;
  margin: 10px auto 1px;
  padding: 12px 20px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-radius: 1px;
}
.submitMsg.unprocessed {
  display: none;
}
.submitMsg.success span {
  background-color: #40ad65;
}
.submitMsg.failed span {
  background-color: #f43636;
}

.captcha {
  margin-bottom: 15px;
}

/* Error Message */
.errorMsg {
  display: none;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1;
  margin: 3px 0 -6px;
  background: #d32f2f;
  padding: 10px 5px;
  text-align: center;
}
.errorMsg.visible {
  display: block;
}

/* Request */
#ic-requestInfo {
  background: #000;
}
#ic-requestInfo > form {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 80px 20px;
}
#ic-requestInfo h3 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#ic-reqTop,
#ic-reqBottom {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#ic-reqTop .ic-inputReq {
  max-width: 32.3%;
  flex: 1 32.3%;
  margin-bottom: 22px;
}
#ic-reqBottom div.notes {
  max-width: 66.6%;
  flex: 2 66.6%;
}
#ic-reqBottom > div {
  max-width: 32.3%;
  flex: 1 32.3%;
  text-align: right;
}
#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: #fff;
}
#ic-requestInfo [type="checkbox"]:not(:checked) + span:after,
#ic-requestInfo [type="checkbox"]:checked + span:after {
  background: #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;
}

/* Contact Page */
#ic-reqContact .ic-field {
  margin-bottom: 15px;
}
#ic-reqContact {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
#ic-reqContact .errorMsg {
  text-align: left;
  padding: 10px;
}
#ic-reqContact .ic-button {
  padding: 15px 50px;
  font-size: 1.3em;
  font-weight: 400;
}
.ic-fieldset {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.ic-inputReq {
  margin-bottom: 15px;
}
.ic-fieldset .ic-inputReq {
  flex: 1 49%;
  max-width: 49%;
  margin-bottom: 15px;
}
.ic-fieldset .ic-inputReq.notes {
  flex: 1 100%;
  max-width: 100%;
  margin-bottom: 5px;
}

/* 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;
  }
}
