.contact-page {
  color: #2f3f4b;
  background: #f3f7f8;
}

.contact-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  padding: 92px 0 82px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.contact-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, rgba(9, 21, 32, .96), rgba(13, 82, 93, .84), rgba(196, 81, 44, .42));
}

.contact-hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.contact-hero__eyebrow,
.contact-kicker {
  display: block;
  margin: 0 0 10px !important;
  color: #116466 !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.contact-hero__eyebrow {
  color: #a8eff0 !important;
}

.contact-hero h1 {
  margin: 0 0 20px !important;
  color: #fff !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

.contact-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .91) !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
}

.contact-body {
  padding-top: 56px;
  padding-bottom: 74px;
}

.contact-intro {
  margin-bottom: 24px;
  padding: 34px;
  border: 1px solid #d6e2e5;
  border-top: 4px solid #116466;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(14, 35, 48, .07);
}

.contact-intro h2,
.contact-card h2,
.contact-form-heading h2 {
  margin: 0 0 14px;
  color: #162531;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 800;
  text-align: left;
}

.contact-intro p,
.contact-form-heading p {
  color: #33434f;
  font-size: 17px;
  line-height: 1.72;
}

.contact-form-panel,
.contact-card {
  border: 1px solid #d6e2e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(14, 35, 48, .07);
}

.contact-form-panel {
  padding: 34px;
}

.contact-form-heading {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe7e9;
}

.contact-form-heading h2 {
  font-size: 24px;
}

.contact-form-heading p {
  margin-bottom: 0;
  font-size: 15px;
}

.contact-page table,
.contact-page tbody,
.contact-page tr,
.contact-page td {
  display: block;
  width: 100% !important;
}

.contact-page table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.contact-page td {
  padding: 0 !important;
  background: transparent !important;
  border: 0;
}

.contact-page tr {
  margin-bottom: 16px;
}

.contact-page td[bgcolor="#efefef"],
.contact-page td[bgcolor="#f9f9f9"] {
  color: #2b3c48;
  font-size: 14px;
  font-weight: 800;
}

.contact-page td[bgcolor="#efefef"] {
  margin-bottom: 7px;
}

.contact-page input[type="text"],
.contact-page textarea,
.contact-page select {
  width: 100% !important;
  max-width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid #c9d8dc;
  border-radius: 6px;
  color: #1f313b;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.contact-page textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-page input[type="text"]:focus,
.contact-page textarea:focus,
.contact-page select:focus {
  border-color: #116466;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(17, 100, 102, .16);
}

.contact-page input[type="submit"] {
  min-width: 170px;
  padding: 13px 20px;
  border: 1px solid #0d5557;
  border-radius: 6px;
  color: #fff;
  background: #116466;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.contact-page input[type="submit"]:hover,
.contact-page input[type="submit"]:focus {
  border-color: #0a3e40;
  background: #0d5557;
  transform: translateY(-1px);
}

.contact-page img[src*="ImageCode.gif"] {
  display: block;
  width: 183px;
  height: 70px;
  margin-top: 10px;
  border: 1px solid #d6e2e5;
  border-radius: 6px;
}

.contact-page .g-recaptcha {
  margin-top: 10px;
  overflow: hidden;
}

.contact-page hr,
.contact-page tr:empty {
  display: none;
}

.contact-page span[style*="color:Red"],
.contact-page font[color="Red"] {
  color: #b42318 !important;
}

.contact-sidebar {
  position: sticky;
  top: 24px;
}

.contact-card {
  margin-bottom: 24px;
  padding: 28px;
}

.contact-card-lead {
  margin: 0 0 12px;
  color: #435764;
  font-size: 16px;
  line-height: 1.65;
}

.contact-method {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid #dbe7e9;
}

.contact-method:first-of-type {
  border-top: 0;
}

.contact-method__icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid #c7dcdf;
  border-radius: 8px;
  color: #0d686a;
  background: #edf8f8;
  text-align: center;
  line-height: 40px;
}

.contact-method h3 {
  margin: 0 0 4px;
  color: #162531;
  font-size: 15px;
  font-weight: 800;
}

.contact-method p {
  margin: 0;
  color: #435764;
  line-height: 1.6;
}

.contact-method a,
.contact-project-card a {
  color: #0d686a;
  font-weight: 800;
  text-decoration: none;
}

.contact-method a:hover,
.contact-method a:focus,
.contact-project-card a:hover,
.contact-project-card a:focus {
  color: #c4512c;
  text-decoration: underline;
}

.contact-note {
  margin-top: 18px;
  padding: 16px;
  border-left: 4px solid #c4512c;
  border-radius: 8px;
  color: #33434f;
  background: #fbf5f2;
  font-size: 14px;
  line-height: 1.65;
}

.contact-project-card {
  border-top: 4px solid #116466;
}

.contact-project-card h2 {
  font-size: 23px;
}

.contact-project-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.contact-project-card li {
  color: #33434f;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .contact-hero {
    min-height: 360px;
  }

  .contact-hero h1 {
    font-size: 40px !important;
  }

  .contact-sidebar {
    position: static;
  }
}

@media (max-width: 575px) {
  .contact-hero {
    min-height: 340px;
    padding: 62px 0 56px;
  }

  .contact-hero h1 {
    font-size: 34px !important;
  }

  .contact-hero p {
    font-size: 18px !important;
  }

  .contact-body {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .contact-intro,
  .contact-form-panel,
  .contact-card {
    padding: 24px;
  }
}
