.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

.contact-us-banner {
  background-image: url("../images/contact-us.jpg");
  background-position-y: 20%;
}

.contact-us-signup-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.contact-us-signup-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-us-signup-alert.show {
  display: block;
}

.contact-us-form-label {
  padding: 24px 0;
  text-align: center;
}

/* STYLE FOR CHECKBOX*/ /*------------------------------------*\
        #UNIT
\*------------------------------------*/
.form-group.custom-checkbox input[type=checkbox],
.form-group .custom-checkbox input[type=checkbox] { /* stylelint-disable-line */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group.custom-checkbox .custom-control-label,
.form-group .custom-checkbox .custom-control-label {
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.form-group.custom-checkbox.required .form-control-label::before,
.form-group .custom-checkbox.required .form-control-label::before {
  color: #f64218;
  content: "*";
}
.form-group.custom-checkbox input[type=checkbox]:focus ~ .custom-control-label::before,
.form-group .custom-checkbox input[type=checkbox]:focus ~ .custom-control-label::before { /* stylelint-disable-line */
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group.custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::before,
.form-group .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::before { /* stylelint-disable-line */
  background-color: #002e6d;
  border-color: #002e6d;
}
.form-group.custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after,
.form-group .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after { /* stylelint-disable-line */
  background-image: url("../../images/icons/check-icon.svg");
  background-size: 16px;
}
.form-group.custom-checkbox .custom-control-label::before,
.form-group .custom-checkbox .custom-control-label::before {
  border-color: #dedede;
}

/* stylelint-disable */
.form-group input.disabled {
  pointer-events: none;
}

/* STYLE FOR RADIO*/
.custom-radio {
  min-height: 1.875rem;
}
.custom-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-radio .custom-control-label {
  color: #404040;
  font-size: 1rem;
  font-weight: 400;
}
.custom-radio .custom-control-label::before {
  background-color: #fff;
  border-color: #dedede;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.0392156863) inset;
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.0392156863) inset;
  height: 1.125rem;
  width: 1.125rem;
}
.custom-radio input[type=radio]:checked ~ .custom-control-label::after,
.custom-radio input[type=radio].active ~ .custom-control-label::after {
  background-color: #002e6d;
  background-image: none;
  border-color: #002e6d;
  border-radius: 100%;
  height: 0.875rem;
  left: -1.375rem;
  right: 0;
  top: 0.375rem;
  width: 0.875rem;
}
.custom-radio input[type=radio]:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #002e6d;
}
.custom-radio .custom-control-label > span {
  line-height: 1.7;
  margin: 0 0 0 0.5rem;
}

.form-control {
  color: #000;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../../images/icons/cheron-down.svg") no-repeat 98% center;
  text-transform: capitalize;
}
select.form-control.radius {
  text-transform: none;
}
select.form-control option[disabled=disabled],
select.form-control option[disabled] {
  color: #dedede;
}

select.custom-select:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  background: url("../../images/icons/cheron-down.svg") no-repeat 98% center, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f64218' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64218' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
  background-position: 85%, 97%;
}
@media (min-width: 1200px) {
  .was-validated select.form-control:invalid,
  select.form-control.is-invalid {
    background-position: 90%, 97%;
  }
}

.custom-checkbox .custom-control-label {
  line-height: 1.2;
  padding-left: 0.5rem;
}
@media (min-width: 1200px) {
  .custom-checkbox .custom-control-label {
    line-height: 1.7;
  }
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 1.125rem;
  width: 1.125rem;
}
.custom-checkbox .custom-control-label::after {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 1.125rem;
  width: 1.125rem;
}

.form-control-label,
.form-group label {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin-bottom: 0.25rem;
}

.form-control.is-invalid + .invalid-feedback {
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.card-number-wrapper::after {
  right: 0.625rem;
  top: 0.625rem;
}

.custom-control.remember-me {
  margin: 0;
}

.custom-select:focus {
  border-color: #a17d23;
}

.btn-primary:focus,
.btn-primary.focus {
  border-color: #002e6d;
  background-color: #002e6d;
}

.form-control:focus {
  border-color: #a17d23 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact-us-submnit .subscribe-contact-us {
  width: 100%;
}

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