.page-template-template-contact-us #main {
  padding: 0;
}
.page-template-template-contact-us footer {
  margin-top: 30px;
}

.contact_us__content {
  margin: 80px auto 0 auto;
  padding: 0 15px;
  float: none;
  max-width: calc(var(--site_width) + 30px);
}
.contact_us__content #content.with-sidebar {
  width: 66.6666666667%;
}
.contact_us__content .sidebar {
  width: 30%;
}
@media (max-width: 992px) {
  .contact_us__content .sidebar {
    width: 100%;
    margin-top: 50px;
  }
}

.contact_us-hero {
  background-color: transparent;
  border-top: 4px solid var(--awb-custom10);
  padding: 50px 30px 0 30px;
  position: relative;
  overflow: hidden;
}
.contact_us-hero picture {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.contact_us-hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_us-hero__container {
  max-width: var(--site_width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 992px) {
  .contact_us-hero__container {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.contact_us-hero_info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact_us-hero_info * {
  min-width: 0;
}
.contact_us-hero__title {
  font-size: 85px;
  line-height: 92px;
  color: #fff;
  margin: 0 0 35px 0;
  max-width: 400px;
}
@media (max-width: 992px) {
  .contact_us-hero__title {
    text-align: center;
    max-width: 100%;
  }
}
.contact_us-hero__subtitle {
  font-size: 20px;
  color: #fff;
}
.contact_us-hero__form {
  flex: 1;
  background-color: #f7f8f9;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 50px;
}
.contact_us-hero__form .fusion-form-form-wrapper .fusion-form-field:not(.fusion-form-consent-field) label {
  display: none;
}
.contact_us-hero__attorney {
  margin-top: auto;
  padding-top: 50px;
}
.contact_us-hero__logos {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 40px;
  flex-shrink: 1;
}
@media (max-width: 992px) {
  .contact_us-hero__logos {
    justify-content: center;
  }
}
.contact_us-hero__logos img {
  max-height: 80px;
  width: auto;
}
.contact_us-cta {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: #d9e9ef;
}
.contact_us-cta__title {
  margin: 0;
  text-decoration: none;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}
.contact_us-cta__title a {
  text-decoration: none !important;
  font-weight: 600;
  color: var(--h2_typography-color);
}
.contact_us-cta__title a span {
  text-decoration: none;
}
.contact_us-cta__subtitle, .contact_us-cta__eyebrow {
  font-size: 24px;
  letter-spacing: 1px;
  margin-top: 20px;
  display: block;
  margin: 0 0 20px 0;
  color: var(--link_color);
  text-transform: uppercase;
}
.contact_us-cta__eyebrow {
  margin-bottom: 0;
}
