.aspire-chrome-host {
  display: block;
  width: 100%;
}
.aspire-hf {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.aspire-hf *,
.aspire-hf *::before,
.aspire-hf *::after { box-sizing: border-box; }
.aspire-hf img { max-width: 100%; display: block; }
.aspire-hf a { text-decoration: none; }

.aspire-hf .container-site {
  width: min(1280px, calc(100% - 2.5rem));
  margin-inline: auto;
}
@media (min-width: 640px) {
  .aspire-hf .container-site { width: min(1280px, calc(100% - 3.5rem)); }
}

.aspire-chrome-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10000;
  flex-shrink: 0;
  overflow: visible;
  background: #fff;
}
.admin-bar .aspire-chrome-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .aspire-chrome-header { top: 46px; }
}

.aspire-hf .aspire-header { position: relative; z-index: 1; background: #fff; }
.aspire-hf .bg-brand { background: #af0000 !important; }
.aspire-hf .text-paper { color: #fff !important; }
.aspire-hf .bg-paper { background: #fff !important; }

.aspire-hf header nav[aria-label] > a,
.aspire-hf header nav[aria-label] [data-drop] > a {
  color: #00003f !important;
  font-weight: 500 !important;
}
.aspire-hf header nav[aria-label] > a:hover,
.aspire-hf header nav[aria-label] > a:focus,
.aspire-hf header nav[aria-label] [data-drop] > a:hover,
.aspire-hf header nav[aria-label] [data-drop] > a:focus {
  color: #af0000 !important;
}
.aspire-hf header nav[aria-label] > a[class*="bg-sky"],
.aspire-hf header nav[aria-label] > a[class*="bg-sky"]:hover,
.aspire-hf header nav[aria-label] > a[class*="bg-sky"]:focus {
  color: #00003f !important;
}
.aspire-hf header nav[aria-label] > a[class*="bg-sky"]:hover,
.aspire-hf header nav[aria-label] > a[class*="bg-sky"]:focus {
  background: #eef8ff !important;
}
.aspire-hf header [data-drop-menu] a:hover {
  color: #00003f !important;
  background: #eef8ff !important;
}

.aspire-hf header > div:first-child {
  background: #af0000 !important;
  color: #fff !important;
}
.aspire-hf header > div:first-child .container-site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 48px;
  font-size: 1.05rem;
}
.aspire-hf header > div:first-child a {
  color: #fff !important;
  font-weight: 400 !important;
}

.aspire-hf header > div:nth-child(2) {
  background: #fff !important;
  box-shadow: 0 1px 0 rgb(0 0 63 / 0.08);
}
.aspire-hf header > div:nth-child(2) .container-site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 6rem;
}
.aspire-hf header > div:nth-child(2) img {
  height: 56px;
  width: auto;
}
@media (min-width: 768px) {
  .aspire-hf header > div:nth-child(2) img { height: 4.15rem; }
}

.aspire-hf [data-aspire-menu] {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #00003f !important;
  cursor: pointer;
  padding: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  outline: none;
}
.aspire-hf [data-aspire-menu]:hover,
.aspire-hf [data-aspire-menu]:focus,
.aspire-hf [data-aspire-menu]:active,
.aspire-hf [data-aspire-menu][aria-expanded="true"] {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.aspire-hf [data-aspire-menu] svg {
  width: 28px;
  height: 28px;
  display: block;
}

.aspire-hf [data-aspire-mobile] {
  background: #fff !important;
  border-bottom: 1px solid #d9dee5 !important;
}
.aspire-hf [data-aspire-mobile][hidden] {
  display: none !important;
}
.aspire-hf [data-aspire-mobile] nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 16px 0 !important;
}
.aspire-hf [data-aspire-mobile] .aspire-mobile-link {
  display: block !important;
  padding: 12px 8px !important;
  border-radius: 4px !important;
  color: #00003f !important;
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.aspire-hf [data-aspire-mobile] .aspire-mobile-link:active,
.aspire-hf [data-aspire-mobile] .aspire-mobile-link:focus,
.aspire-hf [data-aspire-mobile] .aspire-mobile-link.is-active,
.aspire-header [data-aspire-mobile] .aspire-mobile-link:active,
.aspire-header [data-aspire-mobile] .aspire-mobile-link:focus,
.aspire-header [data-aspire-mobile] .aspire-mobile-link.is-active,
a.aspire-mobile-link.is-active {
  color: #af0000 !important;
}
.aspire-hf [data-aspire-mobile] a[class*="bg-sky"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  margin-top: 8px !important;
  padding: 0 28px !important;
  background: #bbe3ff !important;
  color: #00003f !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.025em !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  width: auto !important;
}

@media (min-width: 1024px) {
  .aspire-hf [data-aspire-menu] { display: none !important; }
  .aspire-hf [data-aspire-mobile] { display: none !important; }
}

@font-face {
  font-family: "Avalanche";
  src: url("../fonts/AvalancheRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.aspire-hf .aspire-cta {
  background: #bbe3ff !important;
  color: #00003f !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.aspire-hf .aspire-cta .container-site {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.aspire-hf .aspire-cta h2 {
  font-family: "Avalanche", Georgia, "Times New Roman", serif !important;
  font-size: 2.6rem !important;
  line-height: 1.12 !important;
  font-weight: 400 !important;
  color: #00003f !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .aspire-hf .aspire-cta h2 { font-size: 3.5rem !important; }
}
.aspire-hf .aspire-cta p {
  margin: 1.5rem auto 0 !important;
  max-width: 42rem !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: rgb(0 0 63 / 0.8) !important;
  text-transform: none !important;
}
.aspire-hf .aspire-cta .mt-10 {
  margin-top: 2.5rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
}
.aspire-hf .aspire-cta a.aspire-cta-btn,
.aspire-hf a.aspire-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 3.5rem !important;
  padding: 0 2rem !important;
  border-radius: 4px !important;
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.025em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
  border: 0 !important;
  box-shadow: none !important;
  width: auto !important;
}
.aspire-hf a.aspire-cta-btn-red {
  background: #af0000 !important;
  color: #fff !important;
}
.aspire-hf a.aspire-cta-btn-red:hover { background: #8c0000 !important; color: #fff !important; }
.aspire-hf a.aspire-cta-btn-navy {
  background: #00003f !important;
  color: #fff !important;
}
.aspire-hf a.aspire-cta-btn-navy:hover { background: #12125a !important; color: #fff !important; }

.aspire-hf.aspire-chrome-footer,
.aspire-hf .aspire-footer {
  background: #00003f !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif !important;
}
.aspire-hf .aspire-footer-grid {
  display: grid !important;
  gap: 2.5rem !important;
  padding: 4rem 0 !important;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .aspire-hf .aspire-footer-grid {
    grid-template-columns: 1.35fr 1fr 1fr 1fr !important;
  }
}
.aspire-hf .aspire-footer-logo {
  height: 2.8rem !important;
  width: auto !important;
  max-width: none !important;
}
@media (min-width: 768px) {
  .aspire-hf .aspire-footer-logo { height: 3.32rem !important; }
}
.aspire-hf .aspire-footer-blurb {
  margin: 1.5rem 0 0 !important;
  max-width: 20rem !important;
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  line-height: 1.625 !important;
  color: rgb(255 255 255 / 0.8) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.aspire-hf .aspire-footer-ein {
  margin: 1.25rem 0 0 !important;
  font-size: 1.05rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.025em !important;
  color: rgb(255 255 255 / 0.7) !important;
  text-transform: none !important;
}
.aspire-hf .aspire-footer-col-title {
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  line-height: 1.4 !important;
}
.aspire-hf .aspire-footer ul {
  list-style: none !important;
  margin: 1.25rem 0 0 !important;
  padding: 0 !important;
}
.aspire-hf .aspire-footer li {
  list-style: none !important;
  margin: 0 0 0.75rem !important;
  padding: 0 !important;
}
.aspire-hf .aspire-footer li:last-child { margin-bottom: 0 !important; }
.aspire-hf .aspire-footer a.aspire-footer-link {
  display: inline !important;
  color: rgb(255 255 255 / 0.85) !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.aspire-hf .aspire-footer a.aspire-footer-link:hover {
  color: #fff !important;
}
.aspire-hf .aspire-footer-legal {
  border-top: 1px solid rgb(255 255 255 / 0.15) !important;
  padding: 1.5rem 0 !important;
}
.aspire-hf .aspire-footer-disclosure {
  display: inline-block !important;
  color: rgb(255 255 255 / 0.75) !important;
  font-size: 0.95rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background: transparent !important;
  padding: 0 !important;
}
.aspire-hf .aspire-footer-disclosure:hover { color: #fff !important; }
.aspire-hf .aspire-footer-bottom {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  margin-top: 1rem !important;
}
.aspire-hf .aspire-footer-copy {
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 300 !important;
  color: rgb(255 255 255 / 0.6) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.aspire-hf .aspire-footer-copy a {
  color: rgb(255 255 255 / 0.6) !important;
  font-size: inherit !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  text-transform: none !important;
  background: transparent !important;
  padding: 0 !important;
}
.aspire-hf .aspire-footer-copy a:hover { color: rgb(255 255 255 / 0.85) !important; }

.aspire-hf .aspire-socials {
  display: flex !important;
  align-items: center !important;
}
.aspire-hf .aspire-socials a {
  display: grid !important;
  place-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  opacity: 0.9;
}
.aspire-hf .aspire-socials a:hover { opacity: 1; }
.aspire-hf .aspire-socials-sm { gap: 0.5rem !important; }
.aspire-hf .aspire-socials-sm a { width: 1.35rem !important; height: 1.35rem !important; }
.aspire-hf .aspire-socials-sm img { width: 0.9rem !important; height: 0.9rem !important; object-fit: contain; }
.aspire-hf .aspire-socials-lg { gap: 0.875rem !important; }
.aspire-hf .aspire-socials-lg a { width: 2.25rem !important; height: 2.25rem !important; }
.aspire-hf .aspire-socials-lg img { width: 1.5rem !important; height: 1.5rem !important; object-fit: contain; }

body.aspire-sitewide #masthead,
body.aspire-sitewide #site-header,
body.aspire-sitewide #header,
body.aspire-sitewide .site-header,
body.aspire-sitewide .elementor-location-header,
body.aspire-sitewide .e-con.elementor-location-header,
body.aspire-sitewide #brx-header,
body.aspire-sitewide header.brx-header,
body.aspire-sitewide .wp-site-blocks > header,
body.aspire-sitewide #colophon,
body.aspire-sitewide #site-footer,
body.aspire-sitewide #footer,
body.aspire-sitewide .site-footer,
body.aspire-sitewide .elementor-location-footer,
body.aspire-sitewide #brx-footer,
body.aspire-sitewide footer.brx-footer,
body.aspire-sitewide .wp-site-blocks > footer {
  display: none !important;
}
