/* Contact page – exact approved July 2026 layout */
:root {
  --contact-navy: #003e7e;
  --contact-navy-dark: #002f66;
  --contact-pink: #e73c85;
  --contact-text: #152538;
  --contact-muted: #5d6876;
  --contact-border: #e3e7ec;
}

html {
  scroll-behavior: smooth;
}

body.page-id-2017 {
  color: var(--contact-text);
}

body.page-id-2017 .navbar.top-bar-header {
  top: 0;
  height: 73px;
  padding: 0;
}

body.admin-bar.page-id-2017 .navbar.top-bar-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar.page-id-2017 .navbar.top-bar-header {
    top: 46px;
  }
}

body.page-id-2017 .navbar.top-bar-header > .container {
  width: 100%;
  height: 73px;
  max-width: none;
  padding-right: 15px;
  padding-left: 44px;
}

@media (min-width: 992px) {
  body.page-id-2017 .navbar-brand-text {
    display: block !important;
    font-size: 7.5px;
    letter-spacing: .02em;
  }

  body.page-id-2017 .navbar-expand-lg .navbar-nav.primary-menu-ul > .nav-item > .nav-link {
    position: relative;
    padding: 0 22px;
    font-size: 10px;
    font-weight: 700;
  }

  body.page-id-2017 .primary-menu-ul > .current-menu-item > .nav-link::after,
  body.page-id-2017 .primary-menu-ul > .current_page_item > .nav-link::after {
    position: absolute;
    right: 22px;
    bottom: -17px;
    left: 22px;
    height: 2px;
    background: var(--contact-navy);
    content: "";
  }

  body.page-id-2017 .nav-cta-btn {
    min-height: 38px;
    margin-left: 5px !important;
    padding: 10px;
    font-size: 9px;
  }
}

body.page-id-2017 .navbar-logo-img {
  width: 40px;
}

body.admin-bar.page-id-2017 #wpadminbar .ab-top-secondary {
  display: none !important;
}

body.page-id-2017 .email-button,
body.page-id-2017 .cky-btn-revisit-wrapper {
  display: none !important;
}

.contact-page,
.contact-page * {
  box-sizing: border-box;
}

.contact-page {
  overflow: hidden;
  margin-top: 73px;
  background: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.contact-container {
  width: min(90%, 1280px);
  margin-inline: auto;
}

.contact-hero {
  position: relative;
  min-height: 213px;
  overflow: hidden;
  color: #fff;
  background: var(--contact-navy);
}

.contact-hero__image,
.contact-hero__overlay {
  position: absolute;
  inset: 0;
  height: 100%;
}

.contact-hero__image {
  right: 0;
  left: auto;
  width: 68%;
  object-fit: cover;
  object-position: 50% 52%;
}

.contact-hero__overlay {
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 62, 126, .99) 0%,
    rgba(0, 62, 126, .98) 25%,
    rgba(0, 57, 119, .9) 36%,
    rgba(0, 50, 109, .68) 47%,
    rgba(0, 45, 97, .34) 58%,
    rgba(0, 40, 88, .08) 69%,
    transparent 78%
  );
}

.contact-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 14px;
}

.contact-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .94);
  font-size: 12px;
}

.contact-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.contact-breadcrumbs a:hover,
.contact-breadcrumbs a:focus-visible {
  text-decoration: underline;
}

.contact-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.6vw, 39px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.contact-title-line {
  display: block;
  width: 69px;
  height: 4px;
  margin: 15px 0;
  background: var(--contact-pink);
}

.contact-hero p {
  margin: 0;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.55;
}

.contact-help {
  padding: 11px 0 22px;
  background: #fff;
}

.contact-section-title {
  position: relative;
  margin: 0 0 17px;
  color: var(--contact-navy-dark);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.contact-section-title::after {
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 29px;
  height: 3px;
  content: "";
  transform: translateX(-50%);
  background: var(--contact-pink);
}

.contact-section-title--plain {
  margin-bottom: 11px;
}

.contact-section-title--plain::after {
  display: none;
}

.contact-help__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-help-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr 22px;
  align-items: center;
  min-height: 93px;
  padding: 14px 12px 14px 16px;
  overflow: hidden;
  border: 1px solid var(--contact-border);
  border-radius: 8px;
  box-shadow: 0 3px 13px rgba(0, 36, 78, .08);
  color: var(--contact-text);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-help-card:hover,
.contact-help-card:focus-visible {
  color: var(--contact-text);
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(0, 36, 78, .13);
}

.contact-help-card__icon {
  display: grid;
  width: 53px;
  height: 53px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #004b97, #002f68);
  color: #fff;
}

.contact-help-card--pink .contact-help-card__icon {
  background: linear-gradient(145deg, #ee5595, #d92c76);
}

.contact-help-card__icon svg {
  width: 34px;
  height: 34px;
}

.contact-help-card__body {
  display: block;
  padding-left: 9px;
}

.contact-help-card__body strong,
.contact-help-card__body > span {
  display: block;
}

.contact-help-card__body strong {
  margin-bottom: 5px;
  color: var(--contact-navy-dark);
  font-size: 14px;
  line-height: 1.15;
}

.contact-help-card__body > span {
  color: #344151;
  font-size: 11px;
  line-height: 1.45;
}

.contact-help-card__arrow {
  align-self: end;
  padding-bottom: 2px;
  color: #0752a3;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

.contact-main {
  padding: 0 0 14px;
}

.contact-main__grid {
  display: grid;
  grid-template-columns: 32.8% 1fr;
  gap: 15px;
  min-height: 415px;
}

.contact-details,
.contact-form-card {
  padding: 22px 20px 20px;
}

.contact-details {
  padding-bottom: 14px;
  overflow: hidden;
  border: 1px solid var(--contact-border);
  border-radius: 7px;
  background: linear-gradient(135deg, #f1f8fe 0%, #f7fbff 54%, #eef6fd 100%);
  box-shadow: 0 4px 17px rgba(0, 36, 78, .08);
}

.contact-details h2,
.contact-form-card h2 {
  margin: 0 0 10px;
  color: var(--contact-navy-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-details__company {
  margin: 21px 0 20px;
  color: #182331;
  font-size: 10.5px;
  line-height: 1.48;
}

.contact-details__company strong {
  font-weight: 700;
}

.contact-details__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-details__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  min-height: 28px;
  color: #1b2a3c;
  font-size: 11px;
  line-height: 1.4;
}

.contact-details__list svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--contact-navy);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-details__list a {
  color: #0050a5;
  text-decoration: none;
}

.contact-details__list a:hover,
.contact-details__list a:focus-visible {
  text-decoration: underline;
}

.contact-details__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 37px;
  margin-top: 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, #00346f, #004893);
  box-shadow: 0 3px 8px rgba(0, 50, 109, .14);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
}

.contact-details__button:hover,
.contact-details__button:focus-visible {
  background: #002f66;
  color: #fff;
}

.contact-details__button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-details__social-label {
  margin: 18px 0 10px;
  color: var(--contact-navy-dark);
  font-size: 11.5px;
  font-weight: 700;
}

.contact-details__socials {
  display: flex;
  gap: 14px;
}

.contact-details__socials a {
  display: block;
  width: 32px;
  height: 32px;
  color: var(--contact-navy);
}

.contact-details__socials svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.contact-details__socials .fill {
  fill: currentColor;
  stroke: none;
}

.contact-form-card {
  padding-bottom: 7px;
  overflow: hidden;
  border: 1px solid var(--contact-border);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 17px rgba(0, 36, 78, .08);
}

.contact-form-card > p {
  margin: -5px 0 16px;
  color: #44505f;
  font-size: 10.5px;
}

.pptp-contact-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 13px;
  margin: 0;
}

.pptp-contact-form fieldset,
.pptp-contact-form .screen-reader-response,
.pptp-contact-form .wpcf7-spinner {
  display: none !important;
}

.pptp-contact-form p,
.pptp-contact-form label {
  margin: 0;
}

.pptp-contact-form label {
  display: block;
  color: var(--contact-navy-dark);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.pptp-contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 3px;
}

.pptp-contact-form input[type="text"],
.pptp-contact-form input[type="email"],
.pptp-contact-form input[type="tel"],
.pptp-contact-form select,
.pptp-contact-form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #dce1e7;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  color: #263548;
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.pptp-contact-form input[type="text"],
.pptp-contact-form input[type="email"],
.pptp-contact-form input[type="tel"],
.pptp-contact-form select {
  height: 31px;
  padding: 0 10px;
}

.pptp-contact-form select {
  appearance: none;
  padding-right: 32px;
  background-image: linear-gradient(45deg, transparent 50%, #003e7e 50%), linear-gradient(135deg, #003e7e 50%, transparent 50%);
  background-position: calc(100% - 14px) 13px, calc(100% - 10px) 13px;
  background-repeat: no-repeat;
  background-size: 4px 4px, 4px 4px;
}

.pptp-contact-form textarea {
  min-height: 77px;
  padding: 9px 10px;
  resize: vertical;
}

.pptp-contact-form input::placeholder,
.pptp-contact-form textarea::placeholder,
.pptp-contact-form select:invalid {
  color: #a0a6ad;
  opacity: 1;
}

.pptp-contact-form input:focus,
.pptp-contact-form select:focus,
.pptp-contact-form textarea:focus {
  border-color: #1f67ad;
  box-shadow: 0 0 0 2px rgba(0, 62, 126, .09);
}

.pptp-contact-form .contact-form__message,
.pptp-contact-form .contact-form__interests,
.pptp-contact-form .contact-form__consent,
.pptp-contact-form .contact-form__submit,
.pptp-contact-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

.contact-form__interests > span {
  display: block;
  margin-bottom: 5px;
  color: var(--contact-navy-dark);
  font-size: 10px;
  font-weight: 700;
}

.contact-form__interest-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr .78fr .5fr;
  gap: 8px;
}

.contact-form__interest-grid label,
.contact-form__consent label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #394454;
  font-size: 9.8px;
  font-weight: 400;
  white-space: nowrap;
}

.contact-form__interest-grid input,
.contact-form__consent input {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  margin: 0;
  border: 1px solid #bec6cf;
  border-radius: 2px;
  accent-color: var(--contact-navy);
}

.contact-form__consent {
  margin-top: 1px;
}

.contact-form__consent label {
  align-items: flex-start;
  color: #69727e;
  font-size: 9px;
  line-height: 1.4;
  white-space: normal;
}

.contact-form__consent a {
  color: #0057af;
  font-weight: 700;
  text-decoration: none;
}

.contact-form__consent a:hover,
.contact-form__consent a:focus-visible {
  text-decoration: underline;
}

.contact-form__consent-error {
  display: block;
  margin: 3px 0 0 20px;
  color: #c71954;
  font-size: 9px;
}

.pptp-contact-form .contact-form__submit {
  position: relative;
}

.pptp-contact-form .contact-form__submit::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: max(18px, calc(50% - 103px));
  width: 16px;
  height: 16px;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 11 13'/%3E%3Cpath d='m22 2-7 20-4-9-9-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}

.pptp-contact-form input[type="submit"] {
  width: 100%;
  height: 32px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #00346f, #004892);
  color: #fff;
  font-family: inherit;
  font-size: 10.5px;
  font-weight: 700;
  cursor: pointer;
}

.pptp-contact-form input[type="submit"]:hover,
.pptp-contact-form input[type="submit"]:focus-visible {
  background: #002f66;
}

.pptp-contact-form .wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #c71954;
  font-size: 9px;
}

.pptp-contact-form .wpcf7-response-output {
  margin: 2px 0 0 !important;
  padding: 7px 10px !important;
  border-width: 1px !important;
  font-size: 10px;
}

/*
 * The global theme contains legacy rules tied to this exact CF7 form ID.
 * Keep the new contact form independent from those older floating-label styles.
 */
.pptp-contact-form #wpcf7-f2925-o1 form.wpcf7-form {
  display: grid;
  max-width: none;
  margin: 0;
}

.pptp-contact-form #wpcf7-f2925-o1 .wpcf7-form-control-wrap {
  position: static;
  margin: 3px 0 0;
}

.pptp-contact-form #wpcf7-f2925-o1 label {
  width: auto;
  color: var(--contact-navy-dark);
  font-size: 10px;
  font-weight: 700;
}

.pptp-contact-form #wpcf7-f2925-o1 .contact-form__interest-grid label,
.pptp-contact-form #wpcf7-f2925-o1 .contact-form__consent label {
  width: auto;
  color: #394454;
  font-size: 9.8px;
  font-weight: 400;
}

.pptp-contact-form #wpcf7-f2925-o1 .contact-form__consent label {
  color: #69727e;
  font-size: 9px;
}

.pptp-contact-form #wpcf7-f2925-o1 input[type="text"],
.pptp-contact-form #wpcf7-f2925-o1 input[type="email"],
.pptp-contact-form #wpcf7-f2925-o1 input[type="tel"],
.pptp-contact-form #wpcf7-f2925-o1 textarea,
.pptp-contact-form #wpcf7-f2925-o1 select {
  padding: 0 10px;
  border: 1px solid #dce1e7;
  background: #fff;
  font-size: 10px;
}

.pptp-contact-form #wpcf7-f2925-o1 textarea {
  height: 77px;
  min-height: 77px;
  padding: 9px 10px;
}

.pptp-contact-form #wpcf7-f2925-o1 input[type="submit"] {
  height: 32px;
  padding: 0 20px;
  border-radius: 3px;
  background: linear-gradient(90deg, #00346f, #004892);
  font-size: 10.5px;
}

.pptp-contact-form #wpcf7-f2925-o1 input[type="submit"]:hover,
.pptp-contact-form #wpcf7-f2925-o1 input[type="submit"]:focus-visible {
  background: #002f66;
}

.contact-locations {
  padding: 1px 0 12px;
}

.contact-locations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 13px;
}

.contact-location-card {
  display: grid;
  grid-template-columns: 48% 1fr;
  min-height: 131px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--contact-border);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 13px rgba(0, 36, 78, .08);
}

.contact-location-card > img {
  width: 100%;
  height: 100%;
  min-height: 111px;
  border-radius: 4px;
  object-fit: cover;
}

.contact-location-card:first-child > img {
  object-position: 50% 48%;
}

.contact-location-card:nth-child(2) > img {
  object-position: 50% 48%;
}

.contact-location-card:nth-child(3) > img {
  object-position: 50% 42%;
}

.contact-location-card__content {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 12px;
}

.contact-location-card h3 {
  margin: 0 0 8px;
  color: var(--contact-navy-dark);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-location-card p {
  margin: 0 0 7px;
  color: #283545;
  font-size: 8.5px;
  line-height: 1.45;
}

.contact-location-card__content a {
  margin-top: auto;
  color: #0052a5;
  font-size: 9.5px;
  font-weight: 700;
  text-decoration: none;
}

.contact-location-card__content a span {
  margin-left: 4px;
  font-size: 16px;
  line-height: 0;
  vertical-align: -1px;
}

.contact-location-card__content a:hover,
.contact-location-card__content a:focus-visible {
  text-decoration: underline;
}

.contact-map {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  height: 230px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe4e9;
  border-radius: 6px;
  background: #e7eee5;
}

.contact-map__loading,
.contact-map__fallback {
  display: grid;
  height: 100%;
  margin: 0;
  padding: 24px;
  place-items: center;
  color: var(--contact-navy-dark);
  font-size: 13px;
  text-align: center;
}

.contact-map__fallback a {
  color: var(--contact-navy);
  font-weight: 700;
}

.contact-map.leaflet-container {
  cursor: grab;
  font-family: "Lato", Arial, sans-serif;
}

.contact-map.leaflet-container:active {
  cursor: grabbing;
}

.contact-map .leaflet-tile {
  max-width: none !important;
  object-fit: initial;
}

.contact-map .leaflet-control-attribution {
  font-size: 8px;
}

.contact-map .leaflet-control-zoom {
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 36, 78, .18);
}

.contact-map .leaflet-control-zoom a {
  border-bottom-color: #e2e7ed;
  color: var(--contact-navy-dark);
}

.contact-map-marker {
  width: 36px !important;
  height: 44px !important;
  border: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 3px 4px rgba(0, 31, 70, .32));
}

.contact-map-marker svg {
  display: block;
  width: 36px;
  height: 44px;
  overflow: visible;
}

.contact-map-marker path {
  fill: var(--contact-navy);
  stroke: #fff;
  stroke-width: 2.5;
}

.contact-map-marker circle {
  fill: #fff;
}

.contact-map-marker .contact-map-marker__core {
  fill: var(--contact-pink);
}

.contact-map .leaflet-tooltip.contact-map-label {
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: var(--contact-navy);
  box-shadow: 0 2px 5px rgba(0, 31, 70, .18);
  color: #fff;
  font-size: 9px;
  line-height: 1.2;
}

.contact-map .contact-map-label::before {
  border-right-color: var(--contact-navy);
}

.contact-map-label strong,
.contact-map-label span {
  display: block;
}

.contact-map-label strong {
  font-size: 9.5px;
}

.contact-map-label span {
  margin-top: 2px;
  font-size: 8px;
  font-weight: 400;
}

.contact-map .leaflet-popup-content-wrapper,
.contact-map .leaflet-popup-tip {
  background: #fff;
  color: var(--contact-text);
}

.contact-map .leaflet-popup-content {
  margin: 12px 15px;
  font-size: 12px;
  line-height: 1.4;
}

.contact-map .leaflet-popup-content strong {
  color: var(--contact-navy-dark);
  font-size: 13px;
}

.contact-team {
  padding: 0 0 14px;
}

.contact-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--contact-border);
  border-radius: 7px;
  box-shadow: 0 3px 13px rgba(0, 36, 78, .08);
}

.contact-team-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 9px;
  min-height: 115px;
  padding: 15px 8px 10px 14px;
  border-right: 1px solid var(--contact-border);
  background: #fff;
}

.contact-team-card:nth-child(-n + 3) {
  border-bottom: 1px solid var(--contact-border);
}

.contact-team-card:nth-child(3n) {
  border-right: 0;
}

.contact-team-card:last-child {
  border-right: 0;
}

.contact-team-card__avatar {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #004b97, #002f68);
}

.contact-team-card__avatar svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 1.2;
}

.contact-team-card h3 {
  margin: 3px 0 4px;
  color: var(--contact-navy-dark);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-team-card p {
  min-height: 27px;
  margin: 0 0 5px;
  color: #66717e;
  font-size: 7.7px;
  line-height: 1.35;
}

.contact-team-card a {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  overflow: hidden;
  color: var(--contact-navy);
  font-size: 8.7px;
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-team-card a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-team-card a svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-team-card a:hover,
.contact-team-card a:focus-visible {
  text-decoration: underline;
}

.contact-final-cta {
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 45%, rgba(0, 123, 201, .3), transparent 44%),
    linear-gradient(103deg, #003d7b 0%, #004f9d 60%, #003c7c 100%);
  color: #fff;
}

.contact-final-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: 11% 48% 22% 19%;
  align-items: center;
  min-height: 115px;
}

.contact-final-cta__icon {
  display: grid;
  width: clamp(75px, 5vw, 95px);
  height: clamp(75px, 5vw, 95px);
  place-items: center;
  border: 1px solid #00bfe7;
  border-radius: 50%;
}

.contact-final-cta__icon svg {
  width: 49px;
  height: 49px;
  stroke: #fff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-final-cta__copy {
  padding-left: 15px;
}

.contact-final-cta h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-final-cta p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}

.contact-final-cta__button {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(250px, 100%);
  min-height: 39px;
  place-items: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 25, 62, .2);
  color: var(--contact-navy-dark);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.contact-final-cta__button:hover,
.contact-final-cta__button:focus-visible {
  background: #f2f7fc;
  color: var(--contact-navy-dark);
}

.contact-final-cta__buildings {
  position: relative;
  right: auto;
  bottom: -4px;
  width: clamp(130px, 9vw, 175px);
  height: auto;
  align-self: end;
  justify-self: end;
  opacity: .8;
  stroke: #00a8da;
  stroke-width: 1.2;
}

.contact-final-cta__buildings .contact-final-cta__accent {
  stroke: var(--contact-pink);
}

@media (min-width: 9999px) {
  .contact-page {
    font-size: 17px;
  }

  .contact-hero {
    min-height: 590px;
  }

  .contact-hero__content {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .contact-breadcrumbs {
    margin-bottom: 34px;
    font-size: 15px;
  }

  .contact-hero h1 {
    font-size: clamp(56px, 4vw, 68px);
  }

  .contact-hero__eyebrow {
    margin-bottom: 19px;
    font-size: 14px;
  }

  .contact-hero__lead {
    font-size: 20px;
    line-height: 1.58;
  }

  .contact-hero__actions {
    margin-top: 34px;
  }

  .contact-hero__button {
    min-height: 58px;
    padding-inline: 27px;
    font-size: 15px;
  }

  .contact-hero__highlights {
    margin-top: 28px;
  }

  .contact-hero__highlights span {
    min-height: 35px;
    padding-inline: 15px;
    font-size: 13px;
  }

  .contact-hero__info-card {
    bottom: 50px;
    min-width: 270px;
    padding: 18px 21px;
  }

  .contact-hero__info-card small {
    font-size: 13px;
  }

  .contact-hero__info-card strong {
    font-size: 16px;
  }

  .contact-help {
    padding: 48px 0 64px;
  }

  .contact-section-title {
    margin-bottom: 36px;
    font-size: 30px;
  }

  .contact-section-title--plain {
    margin-bottom: 28px;
  }

  .contact-help__grid {
    gap: 20px;
  }

  .contact-help-card {
    grid-template-columns: 74px 1fr 27px;
    min-height: 140px;
    padding: 24px 20px 24px 24px;
    border-radius: 9px;
  }

  .contact-help-card__icon {
    width: 64px;
    height: 64px;
  }

  .contact-help-card__icon svg {
    width: 40px;
    height: 40px;
  }

  .contact-help-card__body {
    padding-left: 10px;
  }

  .contact-help-card__body strong {
    margin-bottom: 7px;
    font-size: 19px;
  }

  .contact-help-card__body > span {
    font-size: 15px;
  }

  .contact-help-card__arrow {
    font-size: 30px;
  }

  .contact-main {
    padding-bottom: 64px;
  }

  .contact-main__grid {
    grid-template-columns: 31.5% 1fr;
    min-height: 0;
    border-radius: 9px;
  }

  .contact-details,
  .contact-form-card {
    padding: 44px 42px 42px;
  }

  .contact-details h2,
  .contact-form-card h2 {
    margin-bottom: 13px;
    font-size: 26px;
  }

  .contact-details__company {
    margin: 34px 0 34px;
    font-size: 15px;
  }

  .contact-details__list {
    gap: 22px;
  }

  .contact-details__list li {
    grid-template-columns: 35px 1fr;
    min-height: 32px;
    font-size: 15px;
  }

  .contact-details__list svg {
    width: 27px;
    height: 27px;
  }

  .contact-details__button {
    min-height: 54px;
    margin-top: 34px;
    font-size: 15px;
  }

  .contact-details__social-label {
    margin-top: 31px;
    font-size: 15px;
  }

  .contact-details__socials a {
    width: 37px;
    height: 37px;
  }

  .contact-form-card > p {
    margin: -3px 0 28px;
    font-size: 15px;
  }

  .pptp-contact-form .wpcf7-form {
    gap: 18px 20px;
  }

  .pptp-contact-form label,
  .pptp-contact-form #wpcf7-f2925-o1 label,
  .contact-form__interests > span {
    font-size: 14px;
  }

  .pptp-contact-form .wpcf7-form-control-wrap,
  .pptp-contact-form #wpcf7-f2925-o1 .wpcf7-form-control-wrap {
    margin-top: 5px;
  }

  .pptp-contact-form input[type="text"],
  .pptp-contact-form input[type="email"],
  .pptp-contact-form input[type="tel"],
  .pptp-contact-form select,
  .pptp-contact-form #wpcf7-f2925-o1 input[type="text"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="email"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="tel"],
  .pptp-contact-form #wpcf7-f2925-o1 select {
    height: 52px;
    padding: 0 13px;
    font-size: 15px;
  }

  .pptp-contact-form select,
  .pptp-contact-form #wpcf7-f2925-o1 select {
    background-position: calc(100% - 16px) 23px, calc(100% - 12px) 23px;
  }

  .pptp-contact-form textarea,
  .pptp-contact-form #wpcf7-f2925-o1 textarea {
    min-height: 170px;
    padding: 12px 13px;
    font-size: 15px;
  }

  .contact-form__interests > span {
    margin-bottom: 8px;
  }

  .contact-form__interest-grid {
    gap: 14px;
  }

  .contact-form__interest-grid label,
  .contact-form__consent label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__interest-grid label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__consent label {
    font-size: 13.5px;
    font-weight: 400;
  }

  .contact-form__interest-grid input,
  .contact-form__consent input {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .contact-form__consent label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__consent label {
    font-size: 13px;
  }

  .pptp-contact-form input[type="submit"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="submit"] {
    height: 52px;
    font-size: 15px;
  }

  .pptp-contact-form .contact-form__submit::before {
    left: calc(50% - 91px);
    width: 14px;
    height: 14px;
  }

  .contact-locations {
    padding: 0 0 64px;
  }

  .contact-locations__grid {
    gap: 22px;
    margin-bottom: 26px;
  }

  .contact-location-card {
    min-height: 210px;
    border-radius: 9px;
  }

  .contact-location-card > img {
    min-height: 210px;
  }

  .contact-location-card__content {
    padding: 24px 20px 20px 22px;
  }

  .contact-location-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .contact-location-card p {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .contact-location-card__content a {
    font-size: 14px;
  }

  .contact-map {
    height: 320px;
  }

  .contact-map .leaflet-tooltip.contact-map-label {
    padding: 9px 12px;
    font-size: 12px;
  }

  .contact-map-label strong {
    font-size: 13px;
  }

  .contact-map-label span {
    font-size: 11px;
  }

  .contact-team {
    padding-bottom: 64px;
  }

  .contact-team-card {
    grid-template-columns: 48px 1fr;
    gap: 10px;
    min-height: 165px;
    padding: 26px 14px 20px 20px;
  }

  .contact-team-card__avatar {
    width: 43px;
    height: 43px;
  }

  .contact-team-card h3 {
    margin-top: 4px;
    font-size: 15px;
  }

  .contact-team-card p {
    min-height: 34px;
    font-size: 12px;
  }

  .contact-team-card a {
    font-size: 12px;
  }

  .contact-final-cta__inner {
    grid-template-columns: 110px minmax(0, 1fr) 250px 180px;
    min-height: 240px;
  }

  .contact-final-cta__icon {
    width: 108px;
    height: 108px;
  }

  .contact-final-cta__icon svg {
    width: 66px;
    height: 66px;
  }

  .contact-final-cta__copy {
    padding-left: 22px;
  }

  .contact-final-cta h2 {
    font-size: 30px;
  }

  .contact-final-cta p {
    font-size: 18px;
  }

  .contact-final-cta__button {
    width: 250px;
    min-height: 58px;
    font-size: 15px;
  }

  .contact-final-cta__buildings {
    width: 175px;
  }

  body.page-id-2017 .footer-new__col-title {
    font-size: 14px;
  }

  body.page-id-2017 .footer-new__brand-desc,
  body.page-id-2017 .footer-new__contact-list li,
  body.page-id-2017 .footer-new__nav a,
  body.page-id-2017 .footer-new__newsletter-desc,
  body.page-id-2017 .footer-new__newsletter-input {
    font-size: 15px;
  }

  body.page-id-2017 .footer-new__brand-name-main,
  body.page-id-2017 .footer-new__brand-name-sub {
    font-size: 16px;
  }

  body.page-id-2017 .footer-new__map-link {
    font-size: 12px;
  }

  body.page-id-2017 .footer-new__copy .footer-new__container,
  body.page-id-2017 .footer-new__copy-links a {
    font-size: 13px;
  }
}

@media (min-width: 9999px) {
  .contact-hero h1 {
    font-size: 44px;
  }

  .contact-hero p {
    font-size: 17px;
  }

  .contact-section-title {
    font-size: 22px;
  }

  .contact-help-card__body strong {
    font-size: 16px;
  }

  .contact-help-card__body > span {
    font-size: 13px;
  }

  .contact-details h2,
  .contact-form-card h2 {
    font-size: 20px;
  }

  .contact-details__company,
  .contact-form-card > p {
    font-size: 12px;
  }

  .contact-details__list li,
  .contact-details__social-label {
    font-size: 12.5px;
  }

  .pptp-contact-form label,
  .pptp-contact-form #wpcf7-f2925-o1 label,
  .contact-form__interests > span {
    font-size: 12px;
  }

  .pptp-contact-form input[type="text"],
  .pptp-contact-form input[type="email"],
  .pptp-contact-form input[type="tel"],
  .pptp-contact-form select,
  .pptp-contact-form textarea,
  .pptp-contact-form #wpcf7-f2925-o1 input[type="text"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="email"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="tel"],
  .pptp-contact-form #wpcf7-f2925-o1 select,
  .pptp-contact-form #wpcf7-f2925-o1 textarea {
    font-size: 12px;
  }

  .contact-form__interest-grid label,
  .contact-form__consent label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__interest-grid label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__consent label {
    font-size: 11px;
  }

  .contact-location-card h3 {
    font-size: 15px;
  }

  .contact-location-card p {
    font-size: 10.5px;
  }

  .contact-location-card__content a {
    font-size: 11.5px;
  }

  .contact-team-card {
    min-height: 125px;
  }

  .contact-team-card h3 {
    font-size: 12.5px;
  }

  .contact-team-card p {
    font-size: 10px;
  }

  .contact-team-card a {
    font-size: 10.5px;
  }

  .contact-final-cta h2 {
    font-size: 23px;
  }

  .contact-final-cta p {
    font-size: 15px;
  }

  .contact-final-cta__button {
    font-size: 12px;
  }
}

/*
 * Large desktop.
 *
 * Keep the compact proportions of the approved 1024 px composition. The
 * previous desktop rules enlarged every section independently and produced a
 * 590 px hero with a broken two-line title on wide screens.
 */
@media (min-width: 1100px) {
  body.page-id-2017 .navbar.top-bar-header > .container {
    width: min(90%, 1280px);
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 0;
  }

  .contact-page {
    font-size: 15px;
  }

  .contact-hero {
    min-height: 347px;
  }

  .contact-hero__image {
    width: 68%;
    object-fit: cover;
    object-position: 50% 52%;
  }

  .contact-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(0, 62, 126, .99) 0%,
      rgba(0, 62, 126, .98) 24%,
      rgba(0, 57, 119, .91) 36%,
      rgba(0, 50, 109, .7) 47%,
      rgba(0, 45, 97, .35) 58%,
      rgba(0, 40, 88, .08) 69%,
      transparent 78%
    );
  }

  .contact-hero__content {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .contact-breadcrumbs {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .contact-hero h1 {
    max-width: 620px;
    font-size: clamp(44px, 3vw, 52px);
    line-height: 1.06;
    white-space: nowrap;
  }

  .contact-title-line {
    width: 80px;
    margin: 20px 0 18px;
  }

  .contact-hero p {
    max-width: 510px;
    font-size: 17px;
    line-height: 1.58;
  }

  .contact-help {
    padding: 29px 0 38px;
  }

  .contact-section-title {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .contact-section-title--plain {
    margin-bottom: 22px;
  }

  .contact-help__grid {
    gap: 18px;
  }

  .contact-help-card {
    grid-template-columns: 66px 1fr 23px;
    min-height: 112px;
    padding: 18px 16px 18px 19px;
  }

  .contact-help-card__icon {
    width: 58px;
    height: 58px;
  }

  .contact-help-card__icon svg {
    width: 36px;
    height: 36px;
  }

  .contact-help-card__body strong {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .contact-help-card__body > span {
    font-size: 13px;
  }

  .contact-main {
    padding-bottom: 40px;
  }

  .contact-main__grid {
    grid-template-columns: 31.5% 1fr;
    gap: 18px;
    min-height: 0;
  }

  .contact-details,
  .contact-form-card {
    padding: 30px 28px 28px;
  }

  .contact-details h2,
  .contact-form-card h2 {
    margin-bottom: 11px;
    font-size: 21px;
  }

  .contact-details__company {
    margin: 25px 0;
    font-size: 13px;
  }

  .contact-details__list {
    gap: 17px;
  }

  .contact-details__list li {
    grid-template-columns: 30px 1fr;
    min-height: 28px;
    font-size: 13px;
  }

  .contact-details__list svg {
    width: 23px;
    height: 23px;
  }

  .contact-details__button {
    min-height: 47px;
    margin-top: 27px;
    font-size: 13px;
  }

  .contact-details__social-label {
    margin-top: 25px;
    font-size: 13px;
  }

  .contact-details__socials a {
    width: 34px;
    height: 34px;
  }

  .contact-form-card > p {
    margin: -2px 0 21px;
    font-size: 13px;
  }

  .pptp-contact-form .wpcf7-form {
    gap: 14px 17px;
  }

  .pptp-contact-form label,
  .pptp-contact-form #wpcf7-f2925-o1 label,
  .contact-form__interests > span {
    font-size: 12.5px;
  }

  .pptp-contact-form input[type="text"],
  .pptp-contact-form input[type="email"],
  .pptp-contact-form input[type="tel"],
  .pptp-contact-form select,
  .pptp-contact-form #wpcf7-f2925-o1 input[type="text"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="email"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="tel"],
  .pptp-contact-form #wpcf7-f2925-o1 select {
    height: 46px;
    font-size: 13px;
  }

  .pptp-contact-form textarea,
  .pptp-contact-form #wpcf7-f2925-o1 textarea {
    min-height: 132px;
    font-size: 13px;
  }

  .contact-form__interest-grid {
    gap: 11px;
  }

  .contact-form__interest-grid label,
  .contact-form__consent label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__interest-grid label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__consent label {
    font-size: 12px;
  }

  .pptp-contact-form input[type="submit"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="submit"] {
    height: 47px;
    font-size: 13px;
  }

  .contact-locations {
    padding-bottom: 40px;
  }

  .contact-locations__grid {
    gap: 18px;
    margin-bottom: 22px;
  }

  .contact-location-card,
  .contact-location-card > img {
    min-height: 180px;
  }

  .contact-location-card__content {
    padding: 20px 17px 17px 19px;
  }

  .contact-location-card h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .contact-location-card p,
  .contact-location-card__content a {
    font-size: 12.5px;
  }

  .contact-map {
    height: 260px;
  }

  .contact-team {
    padding-bottom: 40px;
  }

  .contact-team-card {
    grid-template-columns: 42px 1fr;
    gap: 9px;
    min-height: 142px;
    padding: 22px 13px 17px 17px;
  }

  .contact-team-card__avatar {
    width: 38px;
    height: 38px;
  }

  .contact-team-card h3 {
    margin-top: 3px;
    font-size: 13px;
  }

  .contact-team-card p {
    min-height: 31px;
    font-size: 11px;
  }

  .contact-team-card a {
    font-size: 11px;
  }

  .contact-final-cta__inner {
    grid-template-columns: 92px minmax(0, 1fr) 220px 155px;
    min-height: 190px;
  }

  .contact-final-cta__icon {
    width: 88px;
    height: 88px;
  }

  .contact-final-cta__icon svg {
    width: 54px;
    height: 54px;
  }

  .contact-final-cta__copy {
    padding-left: 18px;
  }

  .contact-final-cta h2 {
    font-size: 25px;
  }

  .contact-final-cta p {
    font-size: 16px;
  }

  .contact-final-cta__button {
    width: 220px;
    min-height: 50px;
    font-size: 13px;
  }

  .contact-final-cta__buildings {
    width: 155px;
  }
}

@media (min-width: 1600px) {
  body.page-id-2017 .navbar.top-bar-header > .container,
  .contact-hero__content,
  .contact-help .contact-container,
  .contact-main .contact-container,
  .contact-locations .contact-container,
  .contact-team .contact-container,
  .contact-final-cta .contact-container {
    width: min(84%, 1520px);
  }

  body.page-id-2017 .navbar.top-bar-header > .container {
    max-width: 1520px;
  }

  .contact-help {
    padding: 34px 0 44px;
  }

  .contact-section-title {
    font-size: 26px;
  }

  .contact-help-card {
    grid-template-columns: 76px 1fr 28px;
    min-height: 124px;
    padding: 20px 19px 20px 22px;
  }

  .contact-help-card__icon {
    width: 64px;
    height: 64px;
  }

  .contact-help-card__icon svg {
    width: 40px;
    height: 40px;
  }

  .contact-help-card__body strong {
    font-size: 17px;
  }

  .contact-help-card__body > span {
    font-size: 14px;
  }

  .contact-main__grid {
    grid-template-columns: 30% 1fr;
    gap: 22px;
  }

  .contact-details,
  .contact-form-card {
    padding: 34px 32px 31px;
  }

  .contact-details h2,
  .contact-form-card h2 {
    font-size: 23px;
  }

  .contact-details__company,
  .contact-details__list li,
  .contact-form-card > p {
    font-size: 14px;
  }

  .contact-locations__grid {
    gap: 22px;
  }

  .contact-location-card,
  .contact-location-card > img {
    min-height: 200px;
  }

  .contact-location-card__content {
    padding: 22px 19px 19px 21px;
  }

  .contact-location-card h3 {
    font-size: 17px;
  }

  .contact-location-card p,
  .contact-location-card__content a {
    font-size: 13px;
  }

  .contact-map {
    height: 300px;
  }

  .contact-team-card {
    grid-template-columns: 47px 1fr;
    gap: 10px;
    min-height: 154px;
    padding: 24px 16px 19px 20px;
  }

  .contact-team-card__avatar {
    width: 42px;
    height: 42px;
  }

  .contact-team-card h3 {
    font-size: 14px;
  }

  .contact-team-card p,
  .contact-team-card a {
    font-size: 11.5px;
  }

  .contact-final-cta__inner {
    grid-template-columns: 102px minmax(0, 1fr) 235px 175px;
    min-height: 210px;
  }

  .contact-final-cta__icon {
    width: 96px;
    height: 96px;
  }

  .contact-final-cta__icon svg {
    width: 59px;
    height: 59px;
  }

  .contact-final-cta h2 {
    font-size: 27px;
  }

  .contact-final-cta p {
    font-size: 17px;
  }

  .contact-final-cta__button {
    width: 235px;
    min-height: 54px;
    font-size: 14px;
  }

  .contact-final-cta__buildings {
    width: 175px;
  }
}

@media (max-width: 1099.98px) {
  .contact-hero__copy {
    width: min(82%, 720px);
  }

  .contact-hero__info-card {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .contact-help-card {
    grid-template-columns: 52px 1fr 17px;
    padding-left: 11px;
  }

  .contact-help-card__icon {
    width: 48px;
    height: 48px;
  }

  .contact-help-card__body {
    padding-left: 6px;
  }

  .contact-help-card__body > span br {
    display: none;
  }

  .contact-team-card {
    grid-template-columns: 31px 1fr;
    gap: 6px;
    padding-left: 8px;
  }

  .contact-team-card__avatar {
    width: 30px;
    height: 30px;
  }

  .contact-team-card h3 {
    font-size: 9.5px;
  }
}

@media (max-width: 767.98px) {
  .contact-container {
    width: min(100% - 28px, 560px);
  }

  .contact-hero {
    min-height: 520px;
    align-items: stretch;
  }

  .contact-hero__image {
    width: 100%;
    object-fit: cover;
    object-position: 66% 50%;
  }

  .contact-hero__overlay {
    background:
      linear-gradient(90deg, rgba(0, 45, 95, .98) 0%, rgba(0, 49, 103, .92) 72%, rgba(0, 40, 87, .75) 100%),
      linear-gradient(0deg, rgba(0, 32, 70, .52), transparent 55%);
  }

  .contact-hero__content {
    display: block;
    padding-top: 52px;
    padding-bottom: 48px;
  }

  .contact-hero__copy {
    width: 100%;
  }

  .contact-breadcrumbs {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .contact-hero__eyebrow {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .contact-hero h1 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(38px, 10.5vw, 50px);
    line-height: 1.08;
  }

  .contact-title-line {
    margin: 18px 0;
  }

  .contact-hero p {
    max-width: 350px;
    font-size: 17px;
    line-height: 1.55;
  }

  .contact-hero p br {
    display: none;
  }

  .contact-hero__lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .contact-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .contact-hero__button {
    width: 100%;
    min-height: 54px;
    font-size: 14px;
  }

  .contact-hero__highlights {
    gap: 7px;
    margin-top: 23px;
  }

  .contact-hero__highlights span {
    min-height: 31px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .contact-help {
    padding: 23px 0 28px;
  }

  .contact-section-title {
    font-size: 25px;
  }

  .contact-help__grid,
  .contact-locations__grid {
    grid-template-columns: 1fr;
  }

  .contact-help-card {
    min-height: 100px;
  }

  .contact-help-card__body strong {
    font-size: 17px;
  }

  .contact-help-card__body > span {
    font-size: 14px;
  }

  .contact-main {
    padding-bottom: 30px;
  }

  .contact-main__grid {
    grid-template-columns: 1fr;
  }

  .contact-details {
    border-right: 0;
    border-bottom: 1px solid var(--contact-border);
  }

  .contact-details,
  .contact-form-card {
    padding: 25px 22px;
  }

  .contact-details__company,
  .contact-details__list li,
  .contact-form-card > p {
    font-size: 14px;
  }

  .contact-details h2,
  .contact-form-card h2 {
    font-size: 22px;
  }

  .pptp-contact-form .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pptp-contact-form .contact-form__field,
  .pptp-contact-form .contact-form__message,
  .pptp-contact-form .contact-form__interests,
  .pptp-contact-form .contact-form__consent,
  .pptp-contact-form .contact-form__submit {
    grid-column: 1;
  }

  .pptp-contact-form label,
  .pptp-contact-form #wpcf7-f2925-o1 label,
  .contact-form__interests > span {
    font-size: 13px;
  }

  .pptp-contact-form input[type="text"],
  .pptp-contact-form input[type="email"],
  .pptp-contact-form input[type="tel"],
  .pptp-contact-form select,
  .pptp-contact-form #wpcf7-f2925-o1 input[type="text"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="email"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="tel"],
  .pptp-contact-form #wpcf7-f2925-o1 select {
    height: 41px;
    font-size: 14px;
  }

  .pptp-contact-form select {
    background-position: calc(100% - 15px) 18px, calc(100% - 11px) 18px;
  }

  .pptp-contact-form textarea,
  .pptp-contact-form #wpcf7-f2925-o1 textarea {
    min-height: 120px;
    font-size: 14px;
  }

  .contact-form__interest-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .contact-form__interest-grid label,
  .contact-form__consent label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__interest-grid label,
  .pptp-contact-form #wpcf7-f2925-o1 .contact-form__consent label {
    font-size: 12.5px;
    font-weight: 400;
  }

  .pptp-contact-form input[type="submit"],
  .pptp-contact-form #wpcf7-f2925-o1 input[type="submit"] {
    height: 44px;
    font-size: 14px;
  }

  .contact-location-card {
    min-height: 155px;
  }

  .contact-location-card > img {
    min-height: 155px;
  }

  .contact-location-card h3 {
    font-size: 17px;
  }

  .contact-location-card p,
  .contact-location-card__content a {
    font-size: 13px;
  }

  .contact-map {
    height: 200px;
  }

  .contact-team {
    padding-bottom: 28px;
  }

  .contact-team__grid {
    grid-template-columns: 1fr;
  }

  .contact-team-card {
    grid-template-columns: 47px 1fr;
    min-height: 100px;
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--contact-border);
  }

  .contact-team-card:last-child {
    border-bottom: 0;
  }

  .contact-team-card__avatar {
    width: 42px;
    height: 42px;
  }

  .contact-team-card h3 {
    font-size: 15px;
  }

  .contact-team-card p,
  .contact-team-card a {
    min-height: 0;
    font-size: 13px;
  }

  .contact-final-cta__inner {
    grid-template-columns: 70px 1fr;
    gap: 14px;
    min-height: 285px;
    padding: 36px 0;
  }

  .contact-final-cta__icon {
    width: 68px;
    height: 68px;
  }

  .contact-final-cta__copy {
    padding: 0;
  }

  .contact-final-cta__copy br {
    display: none;
  }

  .contact-final-cta__button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }

  .contact-final-cta__buildings {
    position: absolute;
    right: -25px;
    bottom: -4px;
    width: 150px;
    opacity: .3;
  }

  .contact-final-cta {
    margin-bottom: 52px;
  }
}

@media (max-width: 420px) {
  .contact-hero h1 {
    font-size: 38px;
  }

  .contact-location-card {
    grid-template-columns: 42% 1fr;
  }

  .contact-form__interest-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .contact-help-card {
    transition: none;
  }
}

/* ==========================================================================
   Contact layout system

   The contact page uses the same global shell, header proportions and hero
   scale as the News section. These rules intentionally come last so legacy
   contact-only desktop overrides cannot widen or shrink global components.
   ========================================================================== */

body.page-id-2017 .navbar.top-bar-header {
  position: relative;
  z-index: 20;
  top: auto;
  height: auto;
  padding: 8px 0;
}

body.admin-bar.page-id-2017 .navbar.top-bar-header {
  top: auto;
}

body.page-id-2017 .navbar.top-bar-header > .site-nav-shell {
  width: min(var(--site-nav-width), calc(100% - var(--site-content-gutter)));
  max-width: var(--site-nav-width);
  height: auto;
  margin-inline: auto;
  padding-inline: 12px;
}

body.page-id-2017 .navbar-logo-img {
  width: 52px;
}

@media (min-width: 992px) {
  body.page-id-2017 .navbar-brand-text {
    display: block !important;
    font-size: 11px;
    letter-spacing: normal;
  }

  body.page-id-2017 .navbar-expand-lg .navbar-nav.primary-menu-ul > .nav-item > .nav-link {
    padding: 0 22px;
    font-size: 16px;
    font-weight: 500;
  }

  body.page-id-2017 .primary-menu-ul > .current-menu-item > .nav-link::after,
  body.page-id-2017 .primary-menu-ul > .current_page_item > .nav-link::after {
    right: 22px;
    bottom: -20px;
    left: 22px;
  }

  body.page-id-2017 .nav-cta-btn {
    min-height: 45px;
    margin-left: 16px !important;
    padding: 10px 22px;
    font-size: 14px;
  }
}

.contact-page {
  margin-top: 0;
  overflow: clip;
  font-size: 16px;
  line-height: 1.5;
}

.contact-container,
.contact-page .site-shell {
  width: min(var(--site-content-width), calc(100% - var(--site-content-gutter)));
  max-width: var(--site-content-width);
  margin-inline: auto;
}

.contact-hero {
  min-height: clamp(230px, 27vw, 325px);
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #002c61;
}

.contact-hero__image {
  inset: 0;
  z-index: -3;
  width: 100%;
  object-position: 66% 50%;
}

.contact-hero__overlay {
  z-index: -2;
  background: linear-gradient(
    90deg,
    rgba(0, 37, 82, .99) 0%,
    rgba(0, 44, 97, .97) 37%,
    rgba(0, 48, 101, .68) 55%,
    rgba(0, 48, 101, .08) 82%
  );
}

.contact-hero__content {
  padding-block: 40px;
}

.contact-breadcrumbs {
  margin-bottom: 22px;
  font-size: 14px;
}

.contact-hero h1 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 61px);
  letter-spacing: -.035em;
  line-height: 1.04;
  white-space: normal;
}

.contact-title-line {
  display: none;
}

.contact-hero p {
  max-width: 650px;
  margin-top: 14px;
  color: #fff;
  font-size: clamp(17px, 1.75vw, 23px);
  line-height: 1.52;
}

.contact-help {
  padding: 34px 0 44px;
}

.contact-section-title {
  margin-bottom: 30px;
  font-size: 26px;
}

.contact-section-title--plain {
  margin-bottom: 24px;
}

.contact-help__grid {
  gap: 20px;
}

.contact-help-card {
  grid-template-columns: 72px minmax(0, 1fr) 24px;
  min-height: 124px;
  padding: 20px;
  border-radius: var(--site-radius);
}

.contact-help-card__icon {
  width: 62px;
  height: 62px;
}

.contact-help-card__icon svg {
  width: 39px;
  height: 39px;
}

.contact-help-card__body {
  min-width: 0;
  padding-left: 4px;
}

.contact-help-card__body strong {
  margin-bottom: 6px;
  font-size: 18px;
}

.contact-help-card__body > span {
  font-size: 14px;
}

.contact-main {
  padding-bottom: 44px;
}

.contact-main__grid {
  grid-template-columns: minmax(330px, 31.5%) minmax(0, 1fr);
  gap: 22px;
  min-height: 0;
}

.contact-details,
.contact-form-card {
  padding: 34px 32px 31px;
  border-radius: var(--site-radius);
}

.contact-details h2,
.contact-form-card h2 {
  margin-bottom: 12px;
  font-size: 23px;
}

.contact-details__company {
  margin: 26px 0;
  font-size: 14px;
}

.contact-details__list {
  gap: 18px;
}

.contact-details__list li {
  grid-template-columns: 32px 1fr;
  min-height: 30px;
  font-size: 14px;
}

.contact-details__list svg {
  width: 25px;
  height: 25px;
}

.contact-details__button {
  min-height: 50px;
  margin-top: 28px;
  font-size: 14px;
}

.contact-details__social-label {
  margin-top: 26px;
  font-size: 14px;
}

.contact-details__socials a {
  width: 36px;
  height: 36px;
}

.contact-form-card > p {
  margin: -1px 0 22px;
  font-size: 14px;
}

.pptp-contact-form .wpcf7-form,
.pptp-contact-form #wpcf7-f2925-o1 form.wpcf7-form {
  gap: 15px 18px;
}

.pptp-contact-form label,
.pptp-contact-form #wpcf7-f2925-o1 label,
.contact-form__interests > span {
  font-size: 13px;
}

.pptp-contact-form input[type="text"],
.pptp-contact-form input[type="email"],
.pptp-contact-form input[type="tel"],
.pptp-contact-form select,
.pptp-contact-form #wpcf7-f2925-o1 input[type="text"],
.pptp-contact-form #wpcf7-f2925-o1 input[type="email"],
.pptp-contact-form #wpcf7-f2925-o1 input[type="tel"],
.pptp-contact-form #wpcf7-f2925-o1 select {
  height: 46px;
  padding-inline: 13px;
  font-size: 14px;
}

.pptp-contact-form textarea,
.pptp-contact-form #wpcf7-f2925-o1 textarea {
  height: auto;
  min-height: 145px;
  padding: 12px 13px;
  font-size: 14px;
}

.contact-form__interest-grid {
  gap: 12px;
}

.contact-form__interest-grid label,
.contact-form__consent label,
.pptp-contact-form #wpcf7-f2925-o1 .contact-form__interest-grid label,
.pptp-contact-form #wpcf7-f2925-o1 .contact-form__consent label {
  font-size: 12px;
}

.pptp-contact-form input[type="submit"],
.pptp-contact-form #wpcf7-f2925-o1 input[type="submit"] {
  height: 48px;
  font-size: 14px;
}

.contact-locations {
  padding-bottom: 44px;
}

.contact-locations__grid {
  gap: 20px;
  margin-bottom: 24px;
}

.contact-location-card {
  grid-template-columns: 47% minmax(0, 1fr);
  min-height: 190px;
  padding: 10px;
  border-radius: var(--site-radius);
}

.contact-location-card > img {
  min-height: 170px;
}

.contact-location-card__content {
  min-width: 0;
  padding: 18px 15px 15px 18px;
}

.contact-location-card h3 {
  margin-bottom: 9px;
  font-size: 17px;
}

.contact-location-card p,
.contact-location-card__content a {
  font-size: 13px;
}

.contact-map {
  height: 290px;
  border-radius: var(--site-radius);
}

.contact-team {
  padding-bottom: 44px;
}

.contact-team__grid {
  border-radius: var(--site-radius);
}

.contact-team-card {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 11px;
  min-height: 150px;
  padding: 23px 17px 19px 20px;
}

.contact-team-card__avatar {
  width: 42px;
  height: 42px;
}

.contact-team-card h3 {
  font-size: 14px;
}

.contact-team-card p {
  min-height: 34px;
  font-size: 11.5px;
}

.contact-team-card a {
  font-size: 11.5px;
}

.contact-final-cta {
  margin-bottom: 52px;
  overflow: visible;
  background: transparent;
}

.contact-final-cta__inner {
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 24px;
  min-height: 130px;
  padding: 20px 34px;
  overflow: hidden;
  border-radius: var(--site-radius);
  background: linear-gradient(110deg, #043d82 0%, #00326d 54%, #001d4b 100%);
  box-shadow: 0 12px 28px rgba(0, 43, 92, .14);
}

.contact-final-cta__icon {
  width: 72px;
  height: 72px;
}

.contact-final-cta__icon svg {
  width: 44px;
  height: 44px;
}

.contact-final-cta__copy {
  min-width: 0;
  padding-left: 0;
}

.contact-final-cta h2 {
  font-size: 24px;
}

.contact-final-cta p {
  font-size: 15px;
}

.contact-final-cta__button {
  width: auto;
  min-width: 225px;
  min-height: 50px;
  padding-inline: 28px;
  font-size: 14px;
}

.contact-final-cta__buildings {
  position: absolute;
  right: 20px;
  bottom: -5px;
  width: 145px;
  opacity: .22;
}

@media (max-width: 1199.98px) {
  .contact-help-card {
    grid-template-columns: 58px minmax(0, 1fr) 20px;
    padding: 17px;
  }

  .contact-help-card__icon {
    width: 52px;
    height: 52px;
  }

  .contact-main__grid {
    grid-template-columns: minmax(300px, 34%) minmax(0, 1fr);
    gap: 18px;
  }

  .contact-details,
  .contact-form-card {
    padding: 28px 24px;
  }
}

@media (max-width: 991.98px) {
  .contact-help__grid {
    grid-template-columns: 1fr;
  }

  .contact-main__grid {
    grid-template-columns: 1fr;
  }

  .contact-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-team-card:nth-child(3n) {
    border-right: 1px solid var(--contact-border);
  }

  .contact-team-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 767.98px) {
  body.page-id-2017 .navbar.top-bar-header {
    padding: 8px 0;
  }

  body.page-id-2017 .navbar.top-bar-header > .site-nav-shell {
    width: calc(100% - var(--site-content-gutter));
    padding-inline: 12px;
  }

  body.page-id-2017 .navbar-logo-img {
    width: 52px;
  }

  .contact-hero {
    min-height: 310px;
  }

  .contact-hero__image {
    object-position: 67% 50%;
  }

  .contact-hero__overlay {
    background: linear-gradient(90deg, rgba(0, 39, 84, .97) 0%, rgba(0, 45, 96, .82) 100%);
  }

  .contact-hero__content {
    padding-block: 42px;
  }

  .contact-breadcrumbs {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .contact-hero h1 {
    font-size: clamp(35px, 10.5vw, 48px);
  }

  .contact-hero p {
    max-width: 100%;
    margin-top: 13px;
    font-size: 17px;
  }

  .contact-help {
    padding: 28px 0 34px;
  }

  .contact-section-title {
    font-size: 24px;
  }

  .contact-help-card {
    grid-template-columns: 54px minmax(0, 1fr) 18px;
    min-height: 108px;
    padding: 16px;
  }

  .contact-help-card__icon {
    width: 48px;
    height: 48px;
  }

  .contact-help-card__body strong {
    font-size: 17px;
  }

  .contact-help-card__body > span {
    font-size: 14px;
  }

  .contact-main,
  .contact-locations,
  .contact-team {
    padding-bottom: 34px;
  }

  .contact-details,
  .contact-form-card {
    padding: 25px 21px;
  }

  .contact-details h2,
  .contact-form-card h2 {
    font-size: 22px;
  }

  .pptp-contact-form .wpcf7-form,
  .pptp-contact-form #wpcf7-f2925-o1 form.wpcf7-form {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .pptp-contact-form .contact-form__field,
  .pptp-contact-form .contact-form__message,
  .pptp-contact-form .contact-form__interests,
  .pptp-contact-form .contact-form__consent,
  .pptp-contact-form .contact-form__submit {
    grid-column: 1;
  }

  .contact-form__interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-locations__grid {
    grid-template-columns: 1fr;
  }

  .contact-location-card {
    min-height: 170px;
  }

  .contact-location-card > img {
    min-height: 150px;
  }

  .contact-map {
    height: 230px;
  }

  .contact-team__grid {
    grid-template-columns: 1fr;
  }

  .contact-team-card {
    min-height: 112px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--contact-border);
  }

  .contact-team-card:last-child {
    border-bottom: 0;
  }

  .contact-final-cta {
    margin-bottom: 38px;
  }

  .contact-final-cta__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 28px 22px;
    text-align: center;
  }

  .contact-final-cta__icon {
    margin-inline: auto;
  }

  .contact-final-cta__copy br {
    display: none;
  }

  .contact-final-cta__button {
    width: 100%;
    min-width: 0;
  }

  .contact-final-cta__buildings {
    display: none;
  }
}

@media (max-width: 480px) {
  .contact-form__interest-grid {
    grid-template-columns: 1fr;
  }

  .contact-location-card {
    grid-template-columns: 1fr;
  }

  .contact-location-card > img {
    height: 190px;
  }

  .contact-location-card__content {
    padding: 16px 8px 8px;
  }
}
