<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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; }

/* _functions.scss: homebrewed and 3rd party SASS functions */
/* Font Mixins, Extensions */
.brand-dyn .contact-us-landing-page {
  font-family: "AzoSansRegular";
  font-weight: 500; }

.brand-gar .contact-us-landing-page {
  font-family: "Linotype-HelveticaNeueLTStd-Md", -apple-system, BlinkMacSystemFont, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500; }

.contact-us-banner {
  background: none; }
  .contact-us-banner.hero {
    height: auto; }

header ~ #maincontent .container #legal-link {
  color: inherit;
  text-decoration: underline;
  font-weight: bold; }

header ~ #maincontent .container #legal-link:hover {
  color: #000; }

.container.contact-us-landing-page {
  max-width: 575px;
  width: 100%;
  padding: 25px; }
  @media (min-width: 1200px) {
    .container.contact-us-landing-page {
      width: 37.6%;
      padding: 25px 0 0 0; } }
  .container.contact-us-landing-page .form-group {
    font-size: .875rem;
    color: #000; }
    .container.contact-us-landing-page .form-group label {
      font-size: .875rem; }
  .container.contact-us-landing-page .form-control {
    border-radius: 4px;
    border: solid 2px #949494;
    font-size: .875rem;
    color: #767676; }
    .brand-gar .container.contact-us-landing-page .form-control {
      padding: 7px 13px 4px; }
    .container.contact-us-landing-page .form-control::-webkit-input-placeholder {
      color: #767676; }
    .container.contact-us-landing-page .form-control::-moz-placeholder {
      color: #767676; }
    .container.contact-us-landing-page .form-control:-ms-input-placeholder {
      color: #767676; }
    .container.contact-us-landing-page .form-control::-ms-input-placeholder {
      color: #767676; }
    .container.contact-us-landing-page .form-control::placeholder {
      color: #767676; }
  .container.contact-us-landing-page #sendBtn {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 32px auto 16px auto; }
  .container.contact-us-landing-page .contact-us-success-container {
    text-align: center; }
    @media (min-width: 1200px) {
      .container.contact-us-landing-page .contact-us-success-container {
        padding: 0 0 25px 0; } }
  .container.contact-us-landing-page .contactus-legal {
    color: #575757;
    text-align: center;
    font-size: 12px;
    line-height: 1.3; }
  .container.contact-us-landing-page .contact-us-servicecloud {
    margin-bottom: 48px; }
    @media (min-width: 992px) {
      .container.contact-us-landing-page .contact-us-servicecloud {
        margin-bottom: 80px; } }
</pre></body></html>