﻿@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    src: url("/static/BFS/fonts/web/merriweather-regular.woff2") format("woff2")
}
@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    src: url("/static/BFS/fonts/web/nunito-bold.woff2") format("woff2")
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("/static/BFS/fonts/web/nunito-regular.woff2") format('woff2');
}
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url("/static/BFS/fonts/web/custom-icons.woff2") format("woff2")
}
/* legacy SASS */
/* general top level*/
body {
  --primary-font: "Merriweather";
  --secondary-font: "Nunito";
  --article-weight:300;
  --primary-text: var(--primary);
  --header-background: #001f5b;
  --primary-nav: white;
  --primary-nav-hover: var(--tertiary, var(---secondary));
  --navigation-height: 134px;
  --breadcrumb-separator: ">";
  --article-banner-height: var(--standard-banner-height);
  font-size: 18px;
  margin: 0px;
}
h1 {
  font-family: var(--primary-font);
}
h2, h3, h4 {
  font-family: var(--primary-font);
}
h2 {
  font-size: 40px!important;
  font-weight: 700;
}
h3 {
  font-size: 30px!important;
  font-weight: 700!important;
}
p, ul, ol, label {
  font-family: var(--secondary-font);
  font-weight: 400;
}
.button {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 20px;
  border: 1px solid white;
  border-radius: unset;
}
footer.layout-footer {
  font-family: var(--secondary-font);
}
footer.layout-footer .container {
  grid-template-columns: auto min-content min-content 25%!important;
  gap: var(--block-between) 0px!important;
}
footer.layout-footer .footer-item {
  --breadcrumb-separator: ""!important;
}
footer.layout-footer .footer-item.social-links, footer.layout-footer .footer-item.footer-copyright {
  border-top: 1px solid white;
  padding-top: 16px;
}
footer.layout-footer .footer-item.social-links {
  grid-row: 4;
  margin-left: -24px;
}
footer.layout-footer .footer-item.social-links ul {
  justify-content: flex-end;
}
footer.layout-footer .footer-item.footer-copyright {
  grid-row: 4;
  grid-column: 1/span 2;
}

aside.header-insert section.simple-intro {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}
section.download-list li {
    font-family: var(--secondary-font);
}
section.image-banner .image-banner-detail {
  max-width: 640px;
}
section.image-banner .image-banner-detail .container{
  border: 0;
}
section.image-banner + section.feefo-badge {
  position: absolute;
  right: 0px;
  margin-top: -62px;
}
section.image-banner + section.feefo-badge-square {
  position: absolute;
  right: 0px;
  margin-top: -130px;
}

section.simple-banner .image-banner-detail {
  grid-column: 1/span 1;
}
section.simple-banner .image-banner-links {
  grid-column: 2/span 1;
  grid-row: 1;
}
section.simple-banner .image-banner-links .container {
  height: 215px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
section.simple-banner .image-banner-links .image-banner-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: var(--block-between);
  height: 186px;
  background-color: #000A3F;
  color: white;
}
section.simple-banner .image-banner-links .image-banner-link:hover {
  background-color: var(--tertiary);
}
section.simple-banner .image-banner-links .image-banner-link:hover a {
  background-color: white;
  color: var(--primary);
}
section.simple-banner .image-banner-links .image-banner-link a {
  background-color: transparent;
}
@media (max-width: 767px) {
  section.simple-banner .section-container {
    display: block;
  }
}
section.image-banner h1, section.image-banner h2.as-h1 {
  font-size: 60px!important;
  line-height: 66px;
  text-transform: uppercase;
}
section.image-banner h1 b, section.image-banner h2.as-h1 b {
  color: var(--tertiary);
}
section.image-banner h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
section.image-banner.splitImage figure img {
  object-fit: scale-down;
  object-position: center right;
}
@media (width <= 1024px) {
  section.image-banner.splitImage figure img {
    display: none!important;
  }
  section.image-banner {
  h1, h2.as-h1 {
      font-size: 55px!important;
      line-height: 60px;
      text-transform: uppercase;
    }
  }
}
section.related-general-section .related-header + .block {
  margin-top: 128px;
}
section.related-general-section h2 {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 54px;
  width: 100%;
  text-align: center;
}
section.related-general-section .button {
  border-color: var(--background-cta, var(--primary));
}
section.related-general-section .related-item h3 {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
section.related-general-section .related-item img {
  width: calc(100% - 24px);
  border-radius: 0px 0px 128px 0px;
}
section.related-general-section .related-item-summary {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #636E86;
}
section.related-general-section .related-footer {
  grid-column: unset;
  grid-row: unset;
  margin-top: 96px;
  text-align: center;
}
section.related-simple-section .related-item {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
section.related-simple-section .related-item p {
  font-family: var(--secondary-font);
  font-weight: 400;
}
section.related-simple-section .related-item:hover .related-item-overlay {
  background-color: var(--tertiary);
  opacity: unset;
}

section.text-media-section {
  --grid-between-y: 60px;
  --text-item-margin: 0px 0px 0px 24px;
  --text-item-edge-margin: 0px;
}
section.text-media-section .text-media-item .text-item {
  display: flex;
  flex-direction: column;
  gap: var(--block-between);
}
section.text-media-section .text-media-item .text-item h3 {
  order: 2;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
}
section.text-media-section .text-media-item .text-item h4 {
  order: 1;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: var(--tertiary);
  text-transform: uppercase;
}
section.text-media-section .text-media-item .text-item .text-summary {
  order: 3;
  color: var(--primary);
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
section.text-media-section .text-media-item .text-item .text-links {
  order: 3;
}
@media (max-width: 1024px) {
  section.text-media-section {
    --text-item-margin: 60px;
    --text-item-edge-margin: 60px;
  }
}
@media (max-width: 767px) {
  section.text-media-section {
    --text-item-margin: 40px;
    --text-item-edge-margin: 40px;
  }
}
section.highlight-section {
  background-repeat: no-repeat;
}
section.highlight-section.background.top-left, section.highlight-section.background-top-right, section.highlight-section.background-bottom-left, section.highlight-section.background-bottom-right {
  background-size: 240px;
}
section.highlight-section .media-item.image-contain figure {
  max-height: 480px;
}
section.highlight-section .media-item.image-contain figure img {
  object-fit: contain;
}
@media (width <= 700px) {
  section.highlight-section {
    --background-image: none!important;
  }
}
section.simple-intro article h2 {
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
section.simple-intro article h3 {
color: var(--primary)!important;
}
section.simple-intro .article-summary {
  text-align: center;
  font-family: var(--secondary-font);
}
section.flexible-text-media-section h2 {
  text-align: center;
}
section.flexible-text-media-section .text-item {
  height: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
section.flexible-text-media-section .text-item h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
section.flexible-text-media-section .text-item h3 b {
  display: block;
  font-weight: 600;
  font-size: 80px;
  line-height: 75px;
  text-align: center;
  color: var(--tertiary);
}
section.flexible-text-media-section .text-item .text-item-detail {
  display: flex;
  flex-direction: column;
  height: calc(100% - 48px);
  padding: 24px;
}
section.flexible-text-media-section .text-item .text-summary {
  font-family: var(--secondary-font);
  font-size: 18px;
  line-height: 24px;
}
section.flexible-text-media-section .text-item .text-links {
  display: flex;
  flex-grow: 2;
  align-items: flex-end;
}

header.layout-header .container {
  padding: 12px 0px;
  grid-template-columns: min-content 1fr;
}
header.layout-header .container figure {
  margin: 0px;
}
header.layout-header .desktop-nav .header-bar {
  justify-content: flex-start;
}
header.layout-header .desktop-nav .header-bar ul.standard-nav:first-child {
  justify-content: flex-start;
}
header.layout-header .desktop-nav .navigation-bar {
  font-family: var(--secondary-font);
}
header.layout-header .desktop-nav .navigation-bar ul.standard-nav {
  align-items: center;
}
header.layout-header .desktop-nav .navigation-bar ul.standard-nav > li > a.favourite {
  font-family: var(--secondary-font);
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primary) !important;
  background-color: white;
  margin: 8px 0px;
  padding: 12px 40px;
  border-radius: 40px;
  height: 50px;
  box-sizing: border-box;
  /*
  :first-letter {
      text-transform: capitalize;
  }*/
}
header.layout-header .desktop-nav .navigation-bar ul.standard-nav > li > a, header.layout-header .desktop-nav .navigation-bar ul.standard-nav > li > button {
  text-transform: uppercase;
  font-weight: 700;
}
header.layout-header .desktop-nav .navigation-bar ul.standard-nav:first-child {
  justify-content: flex-start;
}
header.layout-header .desktop-nav-wide {
  background-color: #021445;
}
header.layout-header .desktop-nav-wide .container {
  padding: 0px;
}
header.layout-header .desktop-nav-wide .header-bar {
  border: none;
}
header.layout-header .desktop-nav-wide .header-bar ul.standard-nav {
  margin-bottom: unset;
}
header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li {
  padding: 0px 16px;
}
header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li button, header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li a {
  color: white !important;
  opacity: 0.7;
}
header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li[data-state=active], header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li:hover {
  background-color: var(--header-background);
}
header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li[data-state=active] button, header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li[data-state=active] a, header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li:hover button, header.layout-header .desktop-nav-wide .header-bar ul.standard-nav li:hover a {
  color: white !important;
  opacity: 1;
}
header.layout-header .mobile-nav {
  --navigation-height: 130px;
}
header.layout-header [data-component=mobile-toggle], header.layout-header  [data-component=sidebar-toggle] {
  grid-column: none!important;
}
ul.header-nav {
  padding-left: unset;
}
ul.header-nav > li > a {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  color: white;
}

ul.standard-nav {
  width: 100%;
}

footer.layout-footer .footer-item.social-links {
  --svg-fill: transparent;
}
