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

.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__header {
  margin-bottom: calc(0.9375rem * 4);
}
@media (min-width: 768px) {
  .contact-us__header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.contact-us__header h1 {
  margin-top: 0.9375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us__header h1 {
    margin-top: calc(0.9375rem * 2);
  }
}
.contact-us__header .breadcrumb__list {
  margin-bottom: 0;
}
.contact-us__body .form-group {
  cursor: pointer;
  margin-bottom: calc(0.625rem * 3);
}
.contact-us__body .form-group-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-us__body .form-group-radio label {
  padding: 0 calc(0.625rem * 3) 0 0.9375rem;
}
.contact-us__body .form-group-radio .invalid-feedback {
  position: absolute;
  bottom: 10px;
}
.contact-us__body .form-group.required label::before {
  display: none;
}
.contact-us__body .form-group.required label::after {
  content: "*";
}
.contact-us__body .form-group select,
.contact-us__body .form-group textarea {
  border-color: #000;
  border-radius: 0;
}
.contact-us__body .form-group label {
  margin-bottom: 0;
}
.contact-us__body .form-group input[type=email],
.contact-us__body .form-group input[type=tel],
.contact-us__body .form-group input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #000;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background-color: transparent;
  color: #000;
}
.contact-us__body .form-group textarea {
  min-height: 215px;
}
.contact-us__text {
  color: #767676;
}
.contact-us-topic .form-group {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  padding-top: calc(0.625rem * 3);
  padding-bottom: calc(0.625rem * 3);
}

.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;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-us-signup-alert.show {
  display: block;
}

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