:root {
  --nhs-green: #007670;
  --nhs-green-dark: #005a55;
  --nhs-green-darker: #004440;
  --nhs-green-light: #e8f5f4;
  --nhs-green-lighter: #f2faf9;
  --nhs-text: #333333;
  --nhs-text-light: #666666;
  --nhs-text-muted: #999999;
  --nhs-bg: #ffffff;
  --nhs-bg-light: #f7f8fa;
  --nhs-bg-warm: #fafaf7;
  --nhs-border: #e0e0e0;
  --nhs-border-light: #eeeeee;
  --nhs-footer-bg: #2b2b2b;
  --nhs-footer-text: #cccccc;
  --nhs-link: #007670;
  --nhs-radius: 6px;
  --nhs-radius-lg: 10px;
  --nhs-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  --nhs-shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.1);
  --nhs-font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --nhs-max-width: 1280px;
  --badge-workshop: #007670;
  --badge-workshop-bg: #e8f5f4;
  --badge-turnin: #b8860b;
  --badge-turnin-bg: #fef9ee;
  --badge-mainst: #1a6fb5;
  --badge-mainst-bg: #eef5fc;
  --badge-training: #6b4fa0;
  --badge-training-bg: #f3f0f8;
  --badge-sponsored: #666666;
  --badge-sponsored-bg: #f5f5f5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.nhsaves-ui-active {
  font-family: var(--nhs-font-body);
  color: var(--nhs-text);
  background: var(--nhs-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
body.nhsaves-ui-active #page,
body.nhsaves-ui-active .site {
  overflow-x: clip;
  overflow-y: visible;
}
body.nhsaves-ui-active a:not(.btn) {
  color: var(--nhs-link);
  text-decoration: none;
}
body.nhsaves-ui-active a:not(.btn):hover {
  text-decoration: underline;
}
body.nhsaves-ui-active img {
  max-width: 100%;
  height: auto;
}

.nhs-container {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4 {
  font-family: var(--nhs-font-heading);
}

.btn {
  text-transform: unset;
}

body.nhsaves-ui-active .utility-bar {
  background: var(--nhs-bg-light);
  border-bottom: 1px solid var(--nhs-border-light);
  font-size: 13px;
}
body.nhsaves-ui-active .utility-bar .utility-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 24px;
  max-width: var(--nhs-max-width);
  margin: 0 auto;
}
body.nhsaves-ui-active .utility-bar .utility-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body.nhsaves-ui-active .utility-bar .utility-links a,
body.nhsaves-ui-active .utility-bar .utility-links a:link,
body.nhsaves-ui-active .utility-bar .utility-links a:visited {
  color: var(--nhs-text-light);
  font-weight: 400;
  text-decoration: none;
  transition: color 0.15s;
}
body.nhsaves-ui-active .utility-bar .utility-links a:hover,
body.nhsaves-ui-active .utility-bar .utility-links a:focus {
  color: var(--nhs-green);
  text-decoration: none;
}
body.nhsaves-ui-active .utility-bar .social-links {
  display: flex;
  gap: 12px;
  align-items: center;
}
body.nhsaves-ui-active .utility-bar .social-links a,
body.nhsaves-ui-active .utility-bar .social-links a:link,
body.nhsaves-ui-active .utility-bar .social-links a:visited {
  color: var(--nhs-text-muted);
  text-decoration: none;
  transition: color 0.15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}
body.nhsaves-ui-active .utility-bar .social-links a:hover,
body.nhsaves-ui-active .utility-bar .social-links a:focus {
  color: var(--nhs-green);
  text-decoration: none;
}
body.nhsaves-ui-active .utility-bar .social-links a svg,
body.nhsaves-ui-active .utility-bar .social-links a i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .utility-bar {
    display: none;
  }
}
#wpadminbar {
  z-index: 1 !important;
}

body.nhsaves-ui-active .main-header {
  background: var(--nhs-bg);
  border-bottom: 1px solid var(--nhs-border-light);
  position: sticky;
  top: 0;
  z-index: 100;
}
body.nhsaves-ui-active .main-header .main-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  position: relative;
}
body.nhsaves-ui-active .main-header .logo {
  display: flex;
  align-items: center;
}
body.nhsaves-ui-active .main-header .logo img {
  height: 44px;
  width: auto;
  display: block;
}
body.nhsaves-ui-active .main-header .main-nav {
  display: flex;
  gap: 4px;
  align-items: center;
}
body.nhsaves-ui-active .main-header .main-nav__item {
  position: relative;
}
body.nhsaves-ui-active .main-header .main-nav__item.has-dropdown .main-nav__chevron {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}
body.nhsaves-ui-active .main-header .main-nav__item.has-dropdown.is-open .main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.nhsaves-ui-active .main-header .main-nav__item.has-dropdown.is-open > .main-nav__link .main-nav__chevron {
  transform: rotate(180deg);
}
body.nhsaves-ui-active .main-header .main-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  color: var(--nhs-text);
  font-size: 16px;
  font-weight: 600;
  border-radius: var(--nhs-radius);
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  line-height: 1.3;
}
body.nhsaves-ui-active .main-header .main-nav__link, body.nhsaves-ui-active .main-header .main-nav__link:link, body.nhsaves-ui-active .main-header .main-nav__link:visited {
  color: var(--nhs-text);
  text-decoration: none;
}
body.nhsaves-ui-active .main-header .main-nav__link:hover, body.nhsaves-ui-active .main-header .main-nav__link:focus {
  background: var(--nhs-green-light);
  color: var(--nhs-green);
  text-decoration: none;
}
body.nhsaves-ui-active .main-header .main-nav__link.active, body.nhsaves-ui-active .main-header .main-nav__link[aria-current=page] {
  color: var(--nhs-green);
  background: var(--nhs-green-light);
}
body.nhsaves-ui-active .main-header .main-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--nhs-bg);
  border: 1px solid var(--nhs-border-light);
  border-radius: var(--nhs-radius-lg);
  box-shadow: var(--nhs-shadow-hover);
  padding: 8px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s;
  z-index: 200;
}
body.nhsaves-ui-active .main-header .main-nav__dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
}
body.nhsaves-ui-active .main-header .main-nav__dropdown.is-mega {
  left: auto;
  right: auto;
  max-width: min(760px, 100vw - 40px);
  padding: 20px;
  flex-direction: row;
  gap: 28px;
}
body.nhsaves-ui-active .main-header .main-nav__dropdown.is-mega.is-cols-1 {
  min-width: 260px;
  flex-direction: column;
}
body.nhsaves-ui-active .main-header .main-nav__dropdown.is-mega.is-cols-2 {
  min-width: 420px;
}
body.nhsaves-ui-active .main-header .main-nav__dropdown.is-mega.is-cols-3 {
  min-width: 620px;
}
body.nhsaves-ui-active .main-header .main-nav__dropdown-link {
  display: block;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  border-radius: var(--nhs-radius);
  transition: background 0.15s, color 0.15s;
  line-height: 1.4;
}
body.nhsaves-ui-active .main-header .main-nav__dropdown-link, body.nhsaves-ui-active .main-header .main-nav__dropdown-link:link, body.nhsaves-ui-active .main-header .main-nav__dropdown-link:visited {
  color: var(--nhs-text);
  text-decoration: none;
}
body.nhsaves-ui-active .main-header .main-nav__dropdown-link:hover, body.nhsaves-ui-active .main-header .main-nav__dropdown-link:focus, body.nhsaves-ui-active .main-header .main-nav__dropdown-link.active {
  background: var(--nhs-green-light);
  color: var(--nhs-green);
  text-decoration: none;
}
body.nhsaves-ui-active .main-header .main-nav__mega-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
body.nhsaves-ui-active .main-header .main-nav__mega-col--intro {
  gap: 12px;
  flex: 1.2;
}
body.nhsaves-ui-active .main-header .main-nav__mega-intro {
  font-size: 16px;
  color: var(--nhs-text-light);
  line-height: 1.5;
  margin: 0;
}
body.nhsaves-ui-active .main-header .main-nav__mega-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.nhsaves-ui-active .main-header a.main-nav__mega-button,
body.nhsaves-ui-active .main-header .main-nav__mega-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  background: var(--nhs-green);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  border-radius: var(--nhs-radius);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
body.nhsaves-ui-active .main-header a.main-nav__mega-button, body.nhsaves-ui-active .main-header a.main-nav__mega-button:link, body.nhsaves-ui-active .main-header a.main-nav__mega-button:visited,
body.nhsaves-ui-active .main-header .main-nav__mega-button,
body.nhsaves-ui-active .main-header .main-nav__mega-button:link,
body.nhsaves-ui-active .main-header .main-nav__mega-button:visited {
  color: #ffffff;
}
body.nhsaves-ui-active .main-header a.main-nav__mega-button:hover, body.nhsaves-ui-active .main-header a.main-nav__mega-button:focus,
body.nhsaves-ui-active .main-header .main-nav__mega-button:hover,
body.nhsaves-ui-active .main-header .main-nav__mega-button:focus {
  background: var(--nhs-green-dark);
  color: #ffffff;
  text-decoration: none;
}
body.nhsaves-ui-active .main-header .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
body.nhsaves-ui-active .main-header .mobile-toggle svg {
  width: 24px;
  height: 24px;
  color: var(--nhs-text);
}

@media (max-width: 900px) {
  body.nhsaves-ui-active .main-header .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--nhs-bg);
    flex-direction: column;
    align-items: stretch;
    padding: 8px 16px 16px;
    border-bottom: 1px solid var(--nhs-border-light);
    box-shadow: var(--nhs-shadow);
    gap: 2px;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }
  body.nhsaves-ui-active .main-header .main-nav__item {
    position: static;
    width: 100%;
  }
  body.nhsaves-ui-active .main-header .main-nav__link {
    width: 100%;
    justify-content: space-between;
    padding: 12px 14px;
  }
  body.nhsaves-ui-active .main-header .main-nav__dropdown {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    border-left: 2px solid var(--nhs-green-light);
    border-radius: 0;
    margin: 0 0 4px 12px;
    padding: 4px 0 4px 8px;
    min-width: 0;
    transform: none;
    transition: none;
  }
  body.nhsaves-ui-active .main-header .main-nav__dropdown.is-mega {
    flex-direction: column;
    min-width: 0;
    padding: 4px 0 4px 8px;
    gap: 8px;
  }
  body.nhsaves-ui-active .main-header .main-nav__item.has-dropdown.is-open .main-nav__dropdown {
    display: flex;
  }
  body.nhsaves-ui-active .main-header .mobile-toggle {
    display: block;
  }
  body.nhsaves-ui-active .main-header.is-open .main-nav {
    display: flex;
  }
}
body.nhsaves-ui-active .page-hero {
  position: relative;
  background: linear-gradient(135deg, #007670 0%, #005a55 60%, #004440 100%);
  color: #ffffff;
  overflow: hidden;
}
body.nhsaves-ui-active .page-hero.has-bg-image {
  background-image: var(--nhs-hero-bg), linear-gradient(135deg, rgba(0, 118, 112, 0.88) 0%, rgba(0, 90, 85, 0.88) 55%, rgba(0, 68, 64, 0.92) 100%);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply, normal;
}
body.nhsaves-ui-active .page-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
body.nhsaves-ui-active .page-hero .page-hero__inner {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  padding: 48px 24px 44px;
  position: relative;
  z-index: 1;
}
body.nhsaves-ui-active .page-hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: #ffffff;
}
body.nhsaves-ui-active .page-hero p {
  font-size: 17px;
  opacity: 0.88;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 10px;
  color: #ffffff;
}
body.nhsaves-ui-active .page-hero p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  body.nhsaves-ui-active .page-hero .page-hero__inner {
    padding: 36px 20px 32px;
  }
  body.nhsaves-ui-active .page-hero h1 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  body.nhsaves-ui-active .page-hero h1 {
    font-size: 24px;
  }
}
body.nhsaves-ui-active .site-footer {
  background: var(--nhs-footer-bg);
  color: var(--nhs-footer-text);
  padding: 48px 24px 32px;
}
body.nhsaves-ui-active .site-footer a,
body.nhsaves-ui-active .site-footer a:link,
body.nhsaves-ui-active .site-footer a:visited {
  color: #aaa;
  text-decoration: none;
  transition: color 0.15s;
}
body.nhsaves-ui-active .site-footer a:hover,
body.nhsaves-ui-active .site-footer a:focus {
  color: #ffffff;
  text-decoration: none;
}
body.nhsaves-ui-active .site-footer .footer-inner {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
body.nhsaves-ui-active .site-footer .footer-brand .footer-logo {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1;
}
body.nhsaves-ui-active .site-footer .footer-brand .footer-logo img {
  height: 32px;
  width: auto;
  display: block;
}
body.nhsaves-ui-active .site-footer .footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  color: #aaa;
  margin: 16px 0 0;
}
body.nhsaves-ui-active .site-footer .footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.nhsaves-ui-active .site-footer .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.nhsaves-ui-active .site-footer .footer-col ul li {
  margin-bottom: 8px;
}
body.nhsaves-ui-active .site-footer .footer-col ul a {
  font-size: 14px;
}
body.nhsaves-ui-active .site-footer .footer-bottom {
  max-width: var(--nhs-max-width);
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
body.nhsaves-ui-active .site-footer .footer-copyright {
  font-size: 16px;
  color: #888;
  margin: 0;
}
body.nhsaves-ui-active .site-footer .footer-copyright a,
body.nhsaves-ui-active .site-footer .footer-copyright a:link,
body.nhsaves-ui-active .site-footer .footer-copyright a:visited {
  color: #aaa;
}
body.nhsaves-ui-active .site-footer .footer-copyright a:hover,
body.nhsaves-ui-active .site-footer .footer-copyright a:focus {
  color: #ffffff;
}

body.nhsaves-ui-active .footer-utilities-bar {
  background: #fff;
  border-top: 1px solid var(--nhs-border-light);
  color: var(--nhs-text);
  padding: 18px 24px 18px 24px;
}
body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__inner {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--nhs-text);
  letter-spacing: 0.2px;
}
body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__logos {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__logos a {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.15s;
}
body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__logos a:hover, body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__logos a:focus {
  opacity: 0.75;
  text-decoration: none;
}
body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__logos img {
  max-width: 180px;
  width: auto;
  display: block;
}

@media (max-width: 900px) {
  body.nhsaves-ui-active .site-footer .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 818px) {
  body.nhsaves-ui-active .site-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__inner {
    gap: 16px;
  }
  body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__logos {
    gap: 20px;
  }
  body.nhsaves-ui-active .footer-utilities-bar .footer-utilities-bar__logos img {
    max-width: 100px;
  }
}
body.nhsaves-ui-active .page-hero p,
body.nhsaves-ui-active .home-hero .hero-content p,
body.nhsaves-ui-active .home-hero .hero-featured p,
body.nhsaves-ui-active .seo-intro p,
body.nhsaves-ui-active .content-body,
body.nhsaves-ui-active .content-body p,
body.nhsaves-ui-active .post-content,
body.nhsaves-ui-active .post-content p,
body.nhsaves-ui-active .hep-section p,
body.nhsaves-ui-active .events-promo .events-promo-copy p,
body.nhsaves-ui-active .notices-section .notice-text p,
body.nhsaves-ui-active .notices-section .notice-text p a,
body.nhsaves-ui-active .bottom-band .newsletter-side p,
body.nhsaves-ui-active .bottom-band .highlights-side p,
body.nhsaves-ui-active .pathway-card p,
body.nhsaves-ui-active .home-blog-card p,
body.nhsaves-ui-active .article-card p,
body.nhsaves-ui-active .related-card p,
body.nhsaves-ui-active .rebate-card .rebate-card-desc,
body.nhsaves-ui-active .event-card .event-desc,
body.nhsaves-ui-active .audience-callout p,
body.nhsaves-ui-active .step-item .step-desc,
body.nhsaves-ui-active .step-item .step-desc p,
body.nhsaves-ui-active .contact-box .contact-box-value,
body.nhsaves-ui-active .featured-callout-text p {
  font-size: 16px;
  line-height: 1.6;
}
body.nhsaves-ui-active .home-hero .hero-content p {
  font-size: 20px;
  font-weight: 300;
}
body.nhsaves-ui-active .page-hero p,
body.nhsaves-ui-active .event-hero .hero-subtitle {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.88;
}
body.nhsaves-ui-active .home-hero .hero-content h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1.5px;
}
body.nhsaves-ui-active .home-hero .hero-content h1 span {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
}
body.nhsaves-ui-active .page-hero h1,
body.nhsaves-ui-active .event-hero h1,
body.nhsaves-ui-active .article-hero-overlay h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -1px;
}
body.nhsaves-ui-active .hep-section h2,
body.nhsaves-ui-active .events-promo h2,
body.nhsaves-ui-active .home-blog-section .blog-header h2,
body.nhsaves-ui-active .bottom-band .newsletter-side h2,
body.nhsaves-ui-active .seo-intro h2,
body.nhsaves-ui-active .related-full__header h2,
body.nhsaves-ui-active .event-related__header h2,
body.nhsaves-ui-active .quick-links-band .quick-links-header,
body.nhsaves-ui-active .content-section .section-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
body.nhsaves-ui-active .pathway-card h3,
body.nhsaves-ui-active .home-hero .hero-featured h3,
body.nhsaves-ui-active .home-blog-card h3,
body.nhsaves-ui-active .bottom-band .highlights-side h3,
body.nhsaves-ui-active .article-card h3,
body.nhsaves-ui-active .related-card h3,
body.nhsaves-ui-active .rebate-card h3,
body.nhsaves-ui-active .event-card .event-body h3,
body.nhsaves-ui-active .learn-single .related-card h3,
body.nhsaves-ui-active .topic-card .topic-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
body.nhsaves-ui-active .notices-section .notice-text h3,
body.nhsaves-ui-active .events-promo .mini-info h4,
body.nhsaves-ui-active .sidebar-card-header h3,
body.nhsaves-ui-active .hybrid-callout .hybrid-callout-label {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
body.nhsaves-ui-active .hep-section .section-label,
body.nhsaves-ui-active .events-promo .section-label,
body.nhsaves-ui-active .home-blog-card .home-blog-card-tag,
body.nhsaves-ui-active .article-card .article-tag,
body.nhsaves-ui-active .related-card .related-card-tag,
body.nhsaves-ui-active .detail-row .detail-label,
body.nhsaves-ui-active .hero-detail-label,
body.nhsaves-ui-active .meta-row-label,
body.nhsaves-ui-active .share-label,
body.nhsaves-ui-active .hybrid-callout-label,
body.nhsaves-ui-active .partners-label,
body.nhsaves-ui-active .contact-box-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
body.nhsaves-ui-active .hep-section .hep-amount,
body.nhsaves-ui-active .events-promo .highlight {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
}
body.nhsaves-ui-active .stats-band .stat-value {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
}
body.nhsaves-ui-active .stats-band .stat-label,
body.nhsaves-ui-active .hep-section .hep-amount-sub,
body.nhsaves-ui-active .events-promo .highlight-sub {
  font-size: 16px;
  font-weight: 500;
}
body.nhsaves-ui-active .events-promo .mini-info span,
body.nhsaves-ui-active .bottom-band .newsletter-fine,
body.nhsaves-ui-active .event-card .event-meta-row,
body.nhsaves-ui-active .related-card .meta,
body.nhsaves-ui-active .home-blog-card .article-card-footer,
body.nhsaves-ui-active .article-card .article-card-footer,
body.nhsaves-ui-active .rebate-card-footer {
  font-size: 16px;
}

@media (max-width: 960px) {
  body.nhsaves-ui-active .home-hero .hero-content h1 {
    font-size: 40px;
  }
  body.nhsaves-ui-active .page-hero h1,
  body.nhsaves-ui-active .event-hero h1,
  body.nhsaves-ui-active .article-hero-overlay h1 {
    font-size: 28px;
  }
  body.nhsaves-ui-active .hep-section h2,
  body.nhsaves-ui-active .events-promo h2,
  body.nhsaves-ui-active .home-blog-section .blog-header h2,
  body.nhsaves-ui-active .bottom-band .newsletter-side h2,
  body.nhsaves-ui-active .seo-intro h2,
  body.nhsaves-ui-active .related-full__header h2,
  body.nhsaves-ui-active .event-related__header h2,
  body.nhsaves-ui-active .quick-links-band .quick-links-header,
  body.nhsaves-ui-active .content-section .section-title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  body.nhsaves-ui-active .home-hero .hero-content h1 {
    font-size: 28px;
  }
  body.nhsaves-ui-active .home-hero .hero-content h1 span {
    font-size: 18px;
  }
  body.nhsaves-ui-active .page-hero h1,
  body.nhsaves-ui-active .event-hero h1,
  body.nhsaves-ui-active .article-hero-overlay h1 {
    font-size: 26px;
  }
  body.nhsaves-ui-active .hep-section h2,
  body.nhsaves-ui-active .events-promo h2,
  body.nhsaves-ui-active .home-blog-section .blog-header h2,
  body.nhsaves-ui-active .bottom-band .newsletter-side h2,
  body.nhsaves-ui-active .seo-intro h2,
  body.nhsaves-ui-active .related-full__header h2,
  body.nhsaves-ui-active .event-related__header h2,
  body.nhsaves-ui-active .quick-links-band .quick-links-header,
  body.nhsaves-ui-active .content-section .section-title {
    font-size: 24px;
  }
}
.btn.btn-primary {
  margin-bottom: 0;
}
