@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700;800&display=swap");
/* BlankSlate integration: remove its visible shell while preserving wp_head(),
   wp_body_open(), WordPress hooks, and the semantic page content. */
body[class*="hrt-page-"] {
  --hrt-navy: #112457;
  --hrt-navy-dark: #0c1739;
  --hrt-red: #ba203c;
  --hrt-red-dark: #a41732;
  --hrt-white: #fff;
  --hrt-offwhite: #f7f8fa;
  --hrt-pale: #eef1f7;
  --hrt-ink: #14203b;
  --hrt-muted: #637087;
  --hrt-line: #dce2ec;
  --navy: #112457;
  --dark: #0c1739;
  --red: #ba203c;
  --red-dark: #a41732;
  --cream: #f7f8fa;
  --pale: #eef1f7;
  --ink: #14203b;
  --muted: #637087;
  --line: #dce2ec;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--hrt-ink);
  font-family: "DM Sans", Arial, sans-serif;
}
body[class*="hrt-page-"] #wrapper > #header,
body[class*="hrt-page-"] #wrapper > #footer,
body[class*="hrt-page-"] #sidebar,
body[class*="hrt-page-"] article.page > .entry-header {
  display: none !important;
}
body[class*="hrt-page-"] #wrapper,
body[class*="hrt-page-"] #container,
body[class*="hrt-page-"] #content,
body[class*="hrt-page-"] article.page,
body[class*="hrt-page-"] article.page > .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body[class*="hrt-page-"] article.page > .entry-content,
body[class*="hrt-page-"] article.page > .entry-content * {
  box-sizing: border-box;
}
body[class*="hrt-page-"] article.page > .entry-content a {
  text-decoration: none;
}
/* Contact page: protect the navy label on solid white call-to-action buttons
   from WordPress global link-color rules. */
body.hrt-page-contact .hrt-button-white,
body.hrt-page-contact-us .hrt-button-white {
  color: #112457 !important;
}
body.hrt-page-contact .hrt-button-white:hover,
body.hrt-page-contact .hrt-button-white:focus,
body.hrt-page-contact-us .hrt-button-white:hover,
body.hrt-page-contact-us .hrt-button-white:focus {
  color: #112457 !important;
  background: #edf0f6 !important;
}
.hrt-site {
  --hrt-navy: #112457;
  --hrt-navy-dark: #0c1739;
  --hrt-red: #ba203c;
  --hrt-red-dark: #a41732;
  --hrt-white: #fff;
  --hrt-offwhite: #f7f8fa;
  --hrt-pale: #eef1f7;
  --hrt-ink: #14203b;
  --hrt-muted: #637087;
  --hrt-line: #dce2ec;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--hrt-ink);
  font-size: 16px;
  line-height: 1.6;
}
.hrt-site *,
.hrt-site *:before,
.hrt-site *:after {
  box-sizing: border-box;
}
.hrt-site a {
  text-decoration: none;
}
.hrt-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 36px;
}
.hrt-utility {
  background: var(--hrt-navy-dark);
  color: #fff;
  font-size: 11px;
}
.hrt-utility-inner {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hrt-utility-inner > span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.hrt-utility-inner > div {
  display: flex;
  gap: 15px;
  align-items: center;
}
.hrt-utility a {
  color: #fff;
}
.hrt-header {
  background: #fff;
  border-bottom: 1px solid var(--hrt-line);
}
.hrt-header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.hrt-logo {
  display: inline-flex;
  flex-direction: column;
  color: var(--hrt-navy);
}
.hrt-logo-name {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
}
.hrt-logo-name > span {
  margin-left: 8px;
  color: var(--hrt-red);
}
.hrt-logo-caption {
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 5px;
}
.hrt-navigation {
  display: flex;
  align-items: center;
  gap: 25px;
}
.hrt-navigation a {
  font-size: 12px;
  color: var(--hrt-navy);
  font-weight: 600;
}
.hrt-navigation a:hover {
  color: var(--hrt-red);
}
.hrt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 3px;
}
.hrt-button-red {
  background: var(--hrt-red);
  color: #fff;
}
.hrt-button-red:hover {
  background: var(--hrt-red-dark);
}
.hrt-footer {
  background: var(--hrt-navy-dark);
  color: #fff;
  padding: 73px 0 22px;
}
.hrt-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  gap: 80px;
}
.hrt-logo-footer {
  color: #fff;
}
.hrt-logo-footer .hrt-logo-name > span {
  color: #f0a8b3;
}
.hrt-footer-grid > div:first-child > p {
  max-width: 405px;
  color: #c7cfdf;
  font-size: 12px;
  line-height: 1.8;
}
.hrt-footer-grid h3 {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 17px;
}
.hrt-footer-grid > div:nth-child(2) > a,
.hrt-footer-grid > div:nth-child(3) > a {
  display: block;
  color: #c7cfdf;
  font-size: 12px;
  line-height: 2;
}
.hrt-footer-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #ffffff25;
  color: #bbc4d5;
  font-size: 10px;
}
@media (max-width: 1050px) {
  .hrt-navigation {
    gap: 15px;
  }
  .hrt-navigation a {
    font-size: 10px;
  }
}
@media (max-width: 760px) {
  .hrt-container {
    padding: 0 20px;
  }
  .hrt-utility-inner {
    height: auto;
    min-height: 41px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .hrt-utility-inner > span {
    font-size: 8px;
  }
  .hrt-utility-inner > div > a:last-child,
  .hrt-utility-inner > div > span {
    display: none;
  }
  .hrt-header-inner {
    min-height: 76px;
    gap: 12px;
  }
  .hrt-logo-name {
    font-size: 25px;
  }
  .hrt-logo-caption {
    font-size: 8px;
  }
  .hrt-navigation {
    display: none;
  }
  .hrt-header-button {
    font-size: 10px;
    padding: 12px;
  }
  .hrt-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hrt-footer-bottom {
    display: block;
  }
  .hrt-footer-bottom span {
    display: block;
    margin-bottom: 8px;
  }
}
@media (max-width: 420px) {
  .hrt-logo-name {
    font-size: 21px;
  }
  .hrt-header-button {
    padding: 10px 8px;
    font-size: 9px;
  }
}
