

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root{
  --nn-blue:#0b3954;          /* nav link color */
  --nn-blue-600:#0a2f46;      /* hover/darker */
  --nn-text:#1b1f23;
  --nn-bg:#fff;
  --nn-footer-bg:#003c77;     /* Nordic blue background */
  --nn-border:#e6eef3;
  --nn-max:1200px;
}

*{box-sizing:border-box}
.nn-wrap{max-width:var(--nn-max);margin:0 auto;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;color:var(--nn-text)}

/* Promo bar */
.nn-promo{background:#003C77;color:#fff;font-weight:500;font-size:14px}
.nn-promo__link{display:block;text-align:center;color:#fff;text-decoration:none;padding:8px 0}
.nn-promo__link:hover{text-decoration:underline}

/* Header */
.nn-header{background:#003C77;border-bottom:1px solid #e6e6e6}
.nn-header--help-center {
  background-color: #003C77 !important;
  color: white !important;
  padding: 1rem 0 !important;
  position: relative !important;
  z-index: 1000 !important;
  border-bottom: none !important;
  display: block !important;
  width: 100% !important;
  min-height: 100px !important;
  margin: 0 !important;
  overflow: visible !important;
}
.nn-header__row{display:flex !important;align-items:center !important;justify-content:center !important;min-height:80px !important;gap:24px;position:relative !important;width:100% !important}
.nn-header__left{display:flex;align-items:center;flex:1}
.nn-header__center{display:flex !important;justify-content:center !important;flex:1;align-items:center !important;gap:20px !important;transform:translateX(-10px) !important}
.nn-header__right{position:absolute !important;right:0 !important;top:50% !important;transform:translateY(-50%) !important;z-index:100 !important;display:flex !important;align-items:center !important;padding-right:20px !important}
.nn-header__divider{color:white !important;font-family:"Gotham",sans-serif !important;font-size:1.2rem !important;font-weight:300 !important}
.nn-header__title{font-family:"Gotham",sans-serif !important;font-size:1.2rem !important;font-weight:200 !important;color:white !important;padding-top:5px !important}
.nn-header__back-link{color:white !important;text-decoration:none !important;font-family:"Gotham",sans-serif !important;font-weight:500 !important;font-size:18px !important;line-height:22px !important;padding:8px 16px !important;border:none !important;border-radius:4px !important;transition:all 0.3s ease !important;outline:none !important;box-shadow:none !important}
.nn-header__back-link:hover{background-color:white !important;color:#003C77 !important;outline:none !important;box-shadow:none !important}
.nn-header__back-link:focus{outline:none !important;box-shadow:none !important}
.nn-logo{display:inline-flex;align-items:center;text-decoration:none}
.nn-logo__text{font-family:"Gotham",sans-serif !important;font-weight:600;font-size:18px;color:#fff}
.nn-nav{display:flex;gap:24px}
.nn-nav a{color:#fff;text-decoration:none;font-family:"Gotham",sans-serif !important;font-weight:500}
.nn-nav a:hover{color:var(--nn-blue-600);text-decoration:underline}

/* Burger (mobile) */
.nn-burger{display:none;width:40px;height:40px;border:0;background:transparent;position:relative}
.nn-burger span{position:absolute;left:8px;right:8px;height:2px;background:#fff}
.nn-burger span:nth-child(1){top:12px}
.nn-burger span:nth-child(2){top:19px}
.nn-burger span:nth-child(3){top:26px}

/* Mobile Hamburger Menu */
.nn-header__mobile{display:none !important;position:absolute !important;right:20px !important;top:50% !important;transform:translateY(-50%) !important;z-index:200 !important}
.nn-hamburger{display:none !important;flex-direction:column !important;background:none !important;border:none !important;cursor:pointer !important;padding:8px !important;z-index:1001 !important}
.nn-hamburger span{width:25px !important;height:3px !important;background-color:white !important;margin:3px 0 !important;transition:0.3s !important;border-radius:2px !important}
.nn-mobile-menu{display:none !important;position:absolute !important;top:100% !important;right:0 !important;background-color:#003C77 !important;min-width:200px !important;box-shadow:0 4px 8px rgba(0,0,0,0.1) !important;z-index:1000 !important}
.nn-mobile-menu__link{display:block !important;color:white !important;text-decoration:none !important;font-family:"Gotham",sans-serif !important;padding:15px 20px !important;font-size:14px !important;font-weight:500 !important;transition:background-color 0.3s ease !important}
.nn-mobile-menu__link:hover{background-color:rgba(255,255,255,0.1) !important}

/* Footer */
.site-footer{background-color:#003c77;color:#fff;overflow-x:hidden;padding:60px 0}
.nn-footer{background:var(--nn-footer-bg);border-top:1px solid var(--nn-border);margin-top:40px}
.nn-footer__cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;padding:32px 0}
.nn-footer__cols h4{margin:0 0 8px;font-size:16px;color:var(--nn-blue)}
.nn-footer__cols ul{list-style:none;margin:0;padding:0}
.nn-footer__cols li{margin:6px 0}
.nn-footer__cols a{color:var(--nn-blue);text-decoration:none}
.nn-footer__cols a:hover{text-decoration:underline}

/* Product Family - 2 columns */
.nn-product-family__columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}

/* Accessibility button */
.site-footer__acsb-trigger{
  background:none;border:none;padding:0;cursor:pointer;color:#fff;display:flex;align-items:center;gap:8px;
}
.site-footer__acsb-trigger svg{width:24px;height:24px;}
.site-footer__acsb-trigger:hover{opacity:0.8;}

/* Footer dropdowns */
.nn-footer__legal select{
  background:none;border:none;color:#fff;padding:0;margin-right:8px;font-size:14px;cursor:pointer;
}
.nn-footer__legal select:focus{outline:none;}
.nn-footer__legal select option{
  background:#003c77;color:#fff;padding:8px 12px;
}
.nn-footer__legal{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;border-top:1px solid var(--nn-border);padding:14px 0;font-size:14px;color:#003C77}
.nn-footer__legal nav a{margin-right:16px;color:#003C77;text-decoration:none}
.nn-footer__legal nav a:hover{text-decoration:underline}

/* Footer bottom right section */
.nn-footer__bottom-right{
  display:flex;flex-direction:row;align-items:flex-start;
}
.nn-footer__disclosures{
  display:flex;flex-direction:column;gap:4px;font-size:12px;color:rgba(255,255,255,0.7);margin-left:auto;max-width:50%;
}
.nn-footer__disclosures p{
  margin:0;line-height:1.3;
}


.header{display:none}
.footer{display:none}


/* Tablet and Mobile Responsive */
@media (max-width: 1024px) {
  .nn-header__right{display:none !important}
  .nn-header__mobile{display:block !important}
  .nn-hamburger{display:flex !important}
}

/* Full-width search bar in header for non-home pages */
.nn-header__search-full {
  background: #003C77 !important;
  padding: 15px 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Hide search bar on home page */
.home-page .nn-header__search-full,
body.home-page .nn-header__search-full,
.home_page .nn-header__search-full,
body.home_page .nn-header__search-full,
[data-page="home_page"] .nn-header__search-full,
body[class*="home"] .nn-header__search-full,
body[class*="index"] .nn-header__search-full,
.hero .nn-header__search-full,
section.hero ~ * .nn-header__search-full,
body:has(section.hero) .nn-header__search-full {
  display: none !important;
}

/* Alternative approach - hide when hero section exists */
body:has(.hero) .nn-header__search-full {
  display: none !important;
}

.nn-header__search-full .search-container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  position: relative !important;
  padding: 0 20px !important;
}

/* Style the search form */
.nn-header__search-full .search-container .search {
  display: flex !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  background: white !important;
  border: 1px solid #87929D !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

  .nn-header__search-full .search-container input[type="search"] {
    width: 100% !important;
    padding: 15px 20px 15px 75px !important; /* Updated left padding for 40px icon */
    border: none !important;
    font-size: 16px !important;
    outline: none !important;
    background: transparent !important;
    color: #003C77 !important;
    font-weight: normal !important;
    border-radius: 30px !important;
  }

.nn-header__search-full .search-container input[type="search"]::placeholder {
  color: #003C77 !important;
  font-weight: normal !important;
  opacity: 1 !important;
}

/* Ensure placeholder is dark Nordic blue with no lightening */
.nn-header__search-full .search-container input[type="search"]::-webkit-input-placeholder {
  color: #003C77 !important;
  font-weight: 900 !important;
  opacity: 1 !important;
}

.nn-header__search-full .search-container input[type="search"]::-moz-placeholder {
  color: #003C77 !important;
  font-weight: 900 !important;
  opacity: 1 !important;
}

.nn-header__search-full .search-container input[type="search"]:-ms-input-placeholder {
  color: #003C77 !important;
  font-weight: 900 !important;
  opacity: 1 !important;
}

.nn-header__search-full .search-container input[type="search"]:focus {
  outline: none !important;
}

  .nn-header__search-full .search-container .search-icon {
    position: absolute !important;
    left: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #003C77 !important;
    width: 20px !important;
    height: 20px !important;
  }

.nn-header__search-full .search-container .clear-button {
  display: none !important;
}

/* Hide the original search container that might be elsewhere */
.search-container:not(.nn-header__search-full .search-container) {
  display: none !important;
}

/* H1 Styling */
h1 {
  color: #003C77 !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  margin: 0 0 20px 0 !important;
  line-height: 1.2 !important;
}

/* Article List Styling */
.article-list {
  color: #003C77 !important;
}

.article-list a {
  color: #003C77 !important;
  text-decoration: none !important;
}

.article-list a:hover {
  color: #002a5a !important;
  text-decoration: underline !important;
}

/* Search Results Styling */
.search-result-description {
  color: #003C77 !important;
}

.search-result-description a {
  color: #003C77 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

.search-result-description a:hover {
  color: #002a5a !important;
  text-decoration: underline !important;
}

/* General link styling for Nordic blue */
a {
  color: #003C77 !important;
}

a:hover {
  color: #002a5a !important;
}

/* Breadcrumb Styling */
.breadcrumbs li {
  font-size: 14px !important;
  color: #003C77 !important;
  margin: 0 8px !important;
}

.breadcrumbs li:first-child {
  margin-left: 0 !important;
}

.breadcrumbs li:last-child {
  margin-right: 0 !important;
}

.breadcrumbs li a {
  color: #003C77 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.breadcrumbs li a:visited,
.breadcrumbs li:last-child,
.breadcrumbs li:last-child a,
.breadcrumbs a:visited {
  color: #003C77 !important;
  font-weight: 900 !important;
}

/* Ensure visited links are bold */
.breadcrumbs li a:visited {
  font-weight: 900 !important;
  color: #003C77 !important;
}

.breadcrumbs li a:hover {
  color: #002a5a !important;
  text-decoration: underline !important;
}

/* Style the separators to match current page color - but don't add extra ones */
.breadcrumbs li::after {
  display: none !important;
}

/* Mobile - Hide Help Center */
@media (max-width: 768px) {
  .nn-header__divider,
  .nn-header__title{display:none !important}
  .nn-header__center{transform:none !important}

  /* Smaller logo on mobile */
  .nn-logo svg {
    width: 200px !important;
    height: 20px !important;
  }

  /* Mobile search bar adjustments */
  .nn-header__search {
    margin: 15px auto 0 !important;
    padding: 0 15px !important;
  }

  .search-input {
    font-size: 14px !important;
    padding: 10px 45px 10px 14px !important;
  }

  .search-button {
    width: 32px !important;
    height: 32px !important;
  }

  .search-button svg {
    width: 16px !important;
    height: 16px !important;
  }

  /* Mobile h1 adjustments */
  h1 {
    font-size: 32px !important;
  }

  /* Mobile search bar adjustments */
  .nn-header__search-full {
    padding: 10px 0 !important;
  }

  .nn-header__search-full .search-container {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  .nn-header__search-full .search-container input[type="search"] {
    font-size: 14px !important;
    padding: 12px 20px 12px 70px !important; /* Updated mobile left padding for 40px icon */
    color: #003C77 !important;
    font-weight: normal !important;
  }

  .nn-header__search-full .search-container input[type="search"]::placeholder {
    color: #003C77 !important;
    font-weight: 900 !important;
    opacity: 1 !important;
  }

      .nn-header__search-full .search-container .search-icon {
        width: 18px !important;
        height: 18px !important;
        left: 40px !important;
        color: #003C77 !important;
      }

  .nn-header__search-full .search-container .clear-button {
    display: none !important;
  }

/* Mobile breadcrumb adjustments */
.breadcrumbs li {
  font-size: 14px !important;
}

/* Pagination Styling - Override default button styles with maximum specificity */
body .button.pagination-next-link,
body .button.pagination-prev-link,
body .button.pagination-first-link,
body .button.pagination-last-link,
body .pagination .next a,
body .pagination .next a:hover,
body .pagination .next a:focus,
body a.pagination-next-link,
body a.pagination-next-link:hover,
body a.pagination-next-link:focus,
body a.pagination-prev-link,
body a.pagination-prev-link:hover,
body a.pagination-prev-link:focus,
body a.pagination-first-link,
body a.pagination-first-link:hover,
body a.pagination-first-link:focus,
body a.pagination-last-link,
body a.pagination-last-link:hover,
body a.pagination-last-link:focus,
body a.last-link,
body a.last-link:hover,
body a.last-link:focus,
body a.previous-link,
body a.previous-link:hover,
body a.previous-link:focus {
  border: 1px solid #ccc !important;
  color: #003C77 !important;
  background-color: transparent !important;
}

body .button.pagination-next-link:hover,
body .button.pagination-prev-link:hover,
body .button.pagination-first-link:hover,
body .button.pagination-last-link:hover,
body .pagination .next a:hover,
body a.pagination-next-link:hover,
body a.pagination-prev-link:hover,
body a.pagination-first-link:hover,
body a.pagination-last-link:hover,
body a.last-link:hover,
body a.previous-link:hover {
  background-color: #f5f5f5 !important;
  border: 1px solid #999 !important;
  color: #003C77 !important;
}
}

/* Hamburger Animation */
.nn-hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px) !important}
.nn-hamburger.active span:nth-child(2){opacity:0 !important}
.nn-hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px) !important}
.nn-hamburger.active + .nn-mobile-menu{display:block !important}

@media (max-width: 820px){
  .nn-burger{display:inline-block}
  .nn-nav{position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid #e6e6e6;display:none;flex-direction:column;padding:12px 16px}
  .nn-nav.is-open{display:flex}
}
/* ----- Nordic footer: dark variant ----- */
:root{
    --nn-navy:#003c77;         
    --nn-navy-hr:#ffffff;       
    --nn-white:#ffffff;
    --nn-muted:#ffffff;         
  }
  
  .nn-footer--dark{
    background:var(--nn-navy);
    color:var(--nn-white);
  }
  .nn-footer--dark a{ color:var(--nn-white); }
  .nn-footer--dark a:hover{ text-decoration:underline; }
  
  .nn-newsletter{ padding:20px 0 8px; margin-left:0; }
  .nn-newsletter__inner{
    display:grid; align-items:start; gap:20px;
    grid-template-columns: 1fr minmax(280px,520px); 
  }
  .nn-newsletter__form-container{
    display:flex; flex-direction:column; gap:16px;
  }
  .nn-newsletter__title{
    color: #fff;
    font-family: Gotham, Helvetica Neue, "sans-serif";
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.3rem;
    margin: 0;
    padding: 0;
  }
  .nn-newsletter__form{ display:flex; gap:0; border:1px solid var(--nn-white); border-radius:8px; overflow:hidden; }
  .nn-newsletter__form input{
    flex:1; min-height:48px; padding:0 14px; border:0; outline:0; background:transparent; color:var(--nn-white);
  }
  .nn-newsletter__form input::placeholder{ color:rgba(255,255,255,0.7); }
  .nn-newsletter__form button{
    padding:0 18px; min-height:48px; border:0; background:var(--nn-white); color:var(--nn-navy); font-weight:600; cursor:pointer;
  }
  .nn-social{ display:flex; gap:16px; margin-top:12px; }
  .nn-social a{ color:var(--nn-white); opacity:.9 }
  .nn-social a:hover{ opacity:1 }
  
  .nn-sep{ margin:24px 0 0; border:0; border-top:1px solid var(--nn-navy-hr); opacity:.7 }
  
  .nn-footer__cols{ padding:28px 0 16px; border-top:1px solid var(--nn-navy-hr); }
  .nn-footer__cols h4{ color:var(--nn-white); font-size:20px; font-weight:600; margin:0 0 12px; }
  .nn-footer__cols li{ margin:8px 0; }
  .nn-footer__cols a{ font-weight:500; }
  
  .nn-footer__legal{
    border-top:1px solid var(--nn-navy-hr);
    padding:14px 0; color:var(--nn-muted); font-size:14px;
    display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px;
  }
  .nn-footer__legal nav a{ color:var(--nn-muted); margin-right:16px; }
  .nn-footer__legal nav a:hover{ color:var(--nn-white); }
  
  .nn-footer__notes{
    color:var(--nn-muted); font-size:12px; line-height:1.4; padding:0 0 28px;
  }
  .nn-footer__notes p{ margin:6px 0; }
  
  @media (max-width: 1024px){
    .nn-newsletter__inner{ grid-template-columns: 1fr; }
    .nn-newsletter__title{ font-size:34px; }
  }

/* CRITICAL: Pagination Button Override - Must be at end of file */
.button.pagination-next-link,
.button.pagination-prev-link,
.button.pagination-first-link,
.button.pagination-last-link,
.pagination .next a,
.pagination .next a:hover,
.pagination .next a:focus,
a.pagination-next-link,
a.pagination-next-link:hover,
a.pagination-next-link:focus,
a.pagination-prev-link,
a.pagination-prev-link:hover,
a.pagination-prev-link:focus,
a.pagination-first-link,
a.pagination-first-link:hover,
a.pagination-first-link:focus,
a.pagination-last-link,
a.pagination-last-link:hover,
a.pagination-last-link:focus,
a.last-link,
a.last-link:hover,
a.last-link:focus,
a.previous-link,
a.previous-link:hover,
a.previous-link:focus {
  border: 1px solid #ccc !important;
  color: #003C77 !important;
  background-color: transparent !important;
}

.button.pagination-next-link:hover,
.button.pagination-prev-link:hover,
.button.pagination-first-link:hover,
.button.pagination-last-link:hover,
.pagination .next a:hover,
a.pagination-next-link:hover,
a.pagination-prev-link:hover,
a.pagination-first-link:hover,
a.pagination-last-link:hover,
a.last-link:hover,
a.previous-link:hover {
  background-color: #e6e6e6 !important;
  border: 1px solid #999 !important;
  color: #003C77 !important;
}
  