/* Form Base Styles */
#_form_3_ {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

#_form_3_ * {
  outline: 0;
}

/* Visibility Classes */
._form_hide {
  display: none;
  visibility: hidden;
}

._form_show {
  display: block;
  visibility: visible;
}

/* Position Classes */
#_form_3_._form-top {
  top: 0;
}

#_form_3_._form-bottom {
  bottom: 0;
}

#_form_3_._form-left {
  left: 0;
}

#_form_3_._form-right {
  right: 0;
}

/* Input Styles */
#_form_3_ input[type="text"],
#_form_3_ input[type="tel"],
#_form_3_ input[type="date"],
#_form_3_ textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#_form_3_ textarea {
  resize: none;
}

/* Submit Button */
#_form_3_ ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 18px;

  text-align: center;
  background: #eaccc3 !important;
  border: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #bd6f5c !important;
  letter-spacing: 1.4px;
  font-weight: 900;
  padding: 9px 16px 6px;
}

#_form_3_ ._submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

#_form_3_ ._submit.processing {
  position: relative;
}

#_form_3_ ._submit.processing::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#004CFF, #004CFF), conic-gradient(#004CFF, #FFFFFF);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: 1200ms ease 0s infinite normal none running _spin;
}

#_form_3_ ._submit.processing::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #004CFF !important;
  border: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  padding: 10px !important;
}

@keyframes _spin {
  0% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}

/* Close Icon */
#_form_3_ ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}

#_form_3_ ._close-icon:before {
  position: relative;
}

/* Form Layout */
#_form_3_ ._form-body {
  margin-bottom: 30px;
}

#_form_3_ ._form-image-left {
  width: 150px;
  float: left;
}

#_form_3_ ._form-content-right {
  margin-left: 164px;
}

/* Branding */
#_form_3_ ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}

#_form_3_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
}

/* Screen Reader Only */
#_form_3_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Form Labels */
#_form_3_ ._form-label,
#_form_3_ ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/* Dark Theme */
#_form_3_._dark ._form-branding {
  color: #333;
}

#_form_3_._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

/* Form Elements */
#_form_3_ ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%;
}

#_form_3_ ._form_element * {
  font-size: 16px;
}

#_form_3_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}

#_form_3_ ._form_element._clear:after {
  clear: left;
}

#_form_3_ ._form_element input[type="text"],
#_form_3_ ._form_element input[type="date"],
#_form_3_ ._form_element select,
#_form_3_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#_form_3_ ._field-wrapper {
  position: relative;
}

/* Inline Styles */
#_form_3_ ._inline-style {
  float: left;
}

#_form_3_ ._inline-style input[type="text"] {
  width: 150px;
}

#_form_3_ ._inline-style:not(._clear) {
  margin-right: 20px;
}

#_form_3_ ._form_element img._form-image {
  max-width: 100%;
}

#_form_3_ ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

#_form_3_ ._clear-element {
  clear: left;
}

#_form_3_ ._full_width {
  width: 100%;
}

#_form_3_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* Date/Time Pickers */
.pika-single {
  z-index: 10000001 !important;
}

#_form_3_ input[type="text"].datetime_date {
  width: 69%;
  display: inline;
}

#_form_3_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}

#_form_3_ input[type="date"].datetime_date {
  width: 69%;
  display: inline-flex;
}

#_form_3_ input[type="time"].datetime_time {
  width: 29%;
  display: inline-flex;
}

/* Mobile Responsive Styles */
@media (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none;
  }
  
  #_form_3_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  #_form_3_ * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
  }
  
  #_form_3_ ._form-content {
    margin: 0;
    width: 100%;
  }
  
  #_form_3_ ._form-inner {
    display: block;
    min-width: 100%;
  }
  
  #_form_3_ ._form-title,
  #_form_3_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  
  #_form_3_ ._form-title {
    font-size: 1.2em;
  }
  
  #_form_3_ ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  
  #_form_3_ ._form-element,
  #_form_3_ ._inline-style,
  #_form_3_ input[type="text"],
  #_form_3_ label,
  #_form_3_ p,
  #_form_3_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  
  #_form_3_ ._row._checkbox-radio label {
    display: inline;
  }
  
  #_form_3_ ._row,
  #_form_3_ p,
  #_form_3_ label {
    margin-bottom: 0.7em;
    width: 100%;
  }
  
  #_form_3_ ._row input[type="checkbox"],
  #_form_3_ ._row input[type="radio"] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  
  #_form_3_ ._row input[type="checkbox"] + span label {
    display: inline;
  }
  
  #_form_3_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  
  #_form_3_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  
  #_form_3_ input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1.3em;
    -webkit-appearance: none;
  }
  
  #_form_3_ input[type="radio"],
  #_form_3_ input[type="checkbox"] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  
  #_form_3_ ._inline-style {
    margin: 20px 0 0 !important;
  }
  
  #_form_3_ ._inline-style input[type="text"] {
    width: 100%;
  }
}

/* SMS Consent Checkbox */
#_form_3_ .sms_consent_checkbox {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

#_form_3_ .sms_consent_checkbox input[type="checkbox"] {
  float: left;
  margin: 5px 10px 10px 0;
}

#_form_3_ .sms_consent_checkbox .sms_consent_message {
  display: inline;
  float: left;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: #7D8799;
}

#_form_3_ .sms_consent_checkbox .sms_consent_message.sms_consent_mini {
  width: 90%;
}

#_form_3_ .sms_consent_checkbox ._error._above {
  right: auto;
  bottom: 0;
}

#_form_3_ .sms_consent_checkbox ._error._above ._error-arrow {
  right: auto;
  left: 5px;
}

@media (min-width: 320px) and (max-width: 667px) {
  #_form_3_ .sms_consent_checkbox ._error._above {
    top: -30px;
    left: 0;
    bottom: auto;
  }
}

/* Required Field Indicator */
#_form_3_ .field-required {
  color: #FF0000;
}

/* Main Form Container */
#_form_3_ {
  position: relative;
  text-align: left;
  margin: 25px auto 0;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #bd6f5c !important;
  border: 0;
  max-width: 500px;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #eaccc3;
}

#_form_3_ ._show_be_error {
  min-width: 100%;
}

/* Inline Form Styles */
#_form_3_._inline-form,
#_form_3_._inline-form ._form-content {
}

#_form_3_._inline-form ._row span:not(.field-required),
#_form_3_._inline-form ._row label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

#_form_3__inlineform input[type="text"],
#_form_3__inlineform input[type="date"],
#_form_3__inlineform input[type="tel"],
#_form_3__inlineform select,
#_form_3__inlineform textarea:not(.g-recaptcha-response) {
  font-size: 16px;
  font-weight: 400;
  font-color: #eaccc3;
  line-height: 1.6em;
}

#_form_3_._inline-form ._html-code *:not(h1, h2, h3, h4, h5, h6),
#_form_3_._inline-form .sms_consent_message,
#_form_3_._inline-form ._form-thank-you {
}

#_form_3_._inline-form ._form-label,
#_form_3_._inline-form ._form-emailidentifier,
#_form_3_._inline-form ._form-checkbox-option-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
}

#_form_3_._inline-form ._submit {
  margin-top: 12px;
  font-family: inherit;
}

#_form_3_._inline-form ._html-code h1,
#_form_3_._inline-form ._html-code h2,
#_form_3_._inline-form ._html-code h3,
#_form_3_._inline-form ._html-code h4,
#_form_3_._inline-form ._html-code h5,
#_form_3_._inline-form ._html-code h6,
#_form_3_._inline-form ._form-title {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

#_form_3_._inline-form ._form-branding {
  font-family: inherit;
  font-size: 13px;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
}

#_form_3_:before,
#_form_3_:after {
  content: " ";
  display: table;
}

#_form_3_:after {
  clear: both;
}

#_form_3_._inline-style {
  width: auto;
  display: flex;
}

#_form_3_._inline-style input[type="text"],
#_form_3_._inline-style input[type="date"] {
  padding: 10px 12px;
}

#_form_3_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}

#_form_3_._inline-style p {
  margin: 0;
}

#_form_3_._inline-style ._button-wrapper {
  position: relative;
  margin: 16px 12.5px 0 20px;
}

#_form_3_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

#_form_3_ ._form-pc-confirmation ._submit {
  margin-top: 16px;
}

@media (min-width: 320px) and (max-width: 667px) {
  #_form_3_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
}

/* International Telephone Input */
#_form_3_ .iti {
  width: 100%;
}

#_form_3_ .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

#_form_3_ .iti input {
  width: 100%;
  border: #979797 1px solid;
  border-radius: 4px;
}

#_form_3_ .iti--separate-dial-code .iti__selected-flag {
  background-color: #FFFFFF;
  border-radius: 4px;
}

#_form_3_ .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#_form_3_ .iti__country-list {
  border-radius: 4px;
  margin-top: 4px;
  min-width: 460px;
}

#_form_3_ .iti__country-list--dropup {
  margin-bottom: 4px;
}

#_form_3_ .phone-error-hidden {
  display: none;
}

#_form_3_ .phone-error {
  color: #E40E49;
}

#_form_3_ .phone-input-error {
  border: 1px solid #E40E49 !important;
}

/* Subscription Lists */
#_form_3_._inline-form ._form-content ._form-list-subscriptions-field fieldset {
  margin: 0;
  margin-bottom: 1.1428571429em;
  border: none;
  padding: 0;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field fieldset:last-child {
  margin-bottom: 0;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field legend {
  margin-bottom: 1.1428571429em;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8571428571em;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field label:last-child {
  margin-bottom: 0;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field input {
  margin: 0;
  margin-right: 8px;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label {
  display: block;
  font-weight: 400;
  margin-top: -4px;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label-with-description {
  display: block;
  font-weight: 700;
  margin-top: -4px;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-description {
  margin: 0;
  font-size: 0.8571428571em;
}

#_form_3_._inline-form ._form-content ._form-list-subscriptions-field ._form-subscriptions-unsubscribe-all-description {
  line-height: normal;
  margin-top: -2px;
}