body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}
.form-group .form-control {
  border: 1px solid #EEEEEE;
}
.form-group .form-control.disabled {
  background-color: #FAFAFA;
  pointer-events: none;
}
.form-group .form-control input[type=text]:disabled, .form-group .form-control input[type=text].disabled {
  background-color: #FAFAFA;
  pointer-events: none;
}

.disabled {
  pointer-events: none;
}
.disabled.custom-selector-box {
  border-color: #ebebeb;
  pointer-events: none;
}
.disabled.custom-selector-box .custom-selector-selection {
  border-color: #ebebeb;
  background-color: #FAFAFA;
}

.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%;
  z-index: 9999;
}
@media (max-width: 768.98px) {
  .contact-us-signup-message {
    top: 9%;
    width: 100%;
  }
}

.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;
}

body {
  background-color: #fff;
}

.contact-us-landing-page .heading {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 40px 0 30px;
}
@media (min-width: 1024px) {
  .contact-us-landing-page .heading {
    font-size: 2.125rem;
  }
}
.contact-us-landing-page .form-group {
  padding-top: 0;
}
.contact-us-landing-page .form-control-label {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  color: #999999;
  margin-bottom: 5px;
}
.contact-us-landing-page .form-control {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.contact-us-landing-page .contact-us-comment .contact-comment {
  min-height: 125px;
}
.contact-us-landing-page .contact-us-comment .character-limit-msg {
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  float: right;
  display: inline-block;
  margin-top: 10px;
}
.contact-us-landing-page .contact-us-submnit {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .contact-us-landing-page .contact-us-submnit {
    margin-bottom: 80px;
  }
}
.contact-us-landing-page .custom-selector-selection .selection-value {
  text-align: left;
}