@charset "UTF-8";
.nav-bar-large {
  top: 0;
  width: 100%;
  transition-property: top;
  transition: 0.4s;
  opacity: 1;
  text-align: center;
  padding: 0 0.5em;
  -webkit-backdrop-filter: blur(8px) contrast(0.75) brightness(1.25) saturate(1.2);
          backdrop-filter: blur(8px) contrast(0.75) brightness(1.25) saturate(1.2);
  background: #1c2553;
}
.nav-bar-large:focus-within {
  top: 0 !important;
  opacity: 1 !important;
}
.nav-bar-large div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  height: 72px;
}
.nav-bar-large div ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.nav-bar-large div ul li {
  display: inline;
}
.nav-bar-large div ul li a {
  color: white;
  font-size: 0.95em;
  text-decoration: none;
  border-radius: 1em;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  padding: 0.65em;
  transition-property: color, background !important;
  white-space: nowrap;
  margin: 0 0.1em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.nav-bar-large div ul li .active,
.nav-bar-large div ul li a:hover {
  color: #1c2553;
  background: white;
}
.nav-bar-large div ul li a:focus-visible {
  color: #1c2553;
}
.nav-bar-large .logo {
  display: block;
  width: auto;
  max-height: 56px;
}
.nav-bar-large ul:hover li .active,
.nav-bar-large ul:focus-within li .active {
  color: white;
  background: none;
}
.nav-bar-large ul:hover li .active:hover,
.nav-bar-large ul:focus-within li .active:hover {
  color: #1c2553;
  background: white;
}
.nav-bar-large ul:hover li .active:focus,
.nav-bar-large ul:focus-within li .active:focus {
  color: #1c2553;
  background: white;
}
.nav-bar-large ul:hover li:active > a,
.nav-bar-large ul:focus-within li:active > a {
  background: #d9d9d9;
  transition: 0.1s;
}

.nav-raised {
  top: -72px !important;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  color: white;
  font-size: 1.2em;
  padding: 0.2em;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  position: relative;
}

.nav-bar-small {
  overflow: hidden;
  top: 0;
  transition: 0.5s;
  transition-delay: 0s;
  z-index: 100;
}
.nav-bar-small .nav-bar-small-container {
  -webkit-backdrop-filter: blur(8px) contrast(0.75) brightness(1.25) saturate(1.2);
          backdrop-filter: blur(8px) contrast(0.75) brightness(1.25) saturate(1.2);
  background: #1c2553;
  padding: 1em 0.5em;
  height: 72px;
}
.nav-bar-small .nav-bar-small-container.at-top {
  transition: 0.25s;
  background: #1c2553;
}
.nav-bar-small .nav-bar-small-container.at-top .nav-icon:hover {
  border-color: #030303;
  background: none;
  color: #030303;
}
.nav-bar-small div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar-small div img {
  display: block;
}
.nav-bar-small a {
  color: rgb(0, 0, 0);
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 17px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.nav-bar-small a .logo {
  height: 52px;
}
.nav-bar-small a p {
  margin: 0;
}
.nav-bar-small .nav-icon {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  margin: 0 0.5em;
  transition: 0.4s;
  height: 50px;
  color: white;
}
.nav-bar-small .nav-icon p {
  margin: 0 0.5em;
  padding: 0;
}
.nav-bar-small .nav-icon:active {
  background-color: rgb(184, 184, 184);
}
.nav-bar-small .active {
  background-color: #1c2553 !important;
  color: white;
  border: none !important;
}

#smallNavLinks {
  display: none;
  top: -600px;
  transition: 0.5s;
  position: relative;
  z-index: -1;
  transition: display 0 linear 1s;
}
#smallNavLinks a {
  padding: 1em 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.9098039216);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
}
#smallNavLinks a:hover {
  background-color: rgba(80, 80, 80, 0.9607843137);
  color: white;
}

.overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(2, 2, 2, 0.7254901961);
  position: fixed;
  opacity: 1;
  z-index: 2;
  display: none;
}

#smallNavMenuBtn::before {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: " ";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 2px;
  transform: translateY(-35%) rotate(45deg);
  vertical-align: middle;
  width: 8px;
}

footer {
  background: #030303;
  margin-top: 1em;
  padding: 1em 0.5em;
}
footer div.columns {
  max-width: 620px;
  margin: 0 auto;
  display: block;
}
footer div.columns nav {
  margin-right: 10em;
  width: 100%;
  display: flex;
  flex-flow: column;
}
footer div.columns nav b {
  color: white;
  padding: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
footer div.columns nav a {
  padding: 0.75rem 0.5rem;
  color: white;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif !important;
  text-decoration: none;
}
footer div.columns nav a:hover,
footer div.columns nav a:focus-visible {
  background: hsla(0, 0%, 100%, 0.25);
}
footer div.columns nav a:focus-visible {
  background: white;
  color: black;
}
footer div.columns nav span {
  border-bottom: 2px solid white;
  margin-bottom: 1em;
  margin: 0.25em 0.5em 1em;
  padding: 0.25em 0.5em;
  display: block;
}
footer div.columns div {
  color: white;
  padding: 0.2rem;
}
footer div.columns .social-container {
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 0 0.5em;
}
footer div.columns .social-container img {
  margin-bottom: 0.75em;
}
footer div.columns .social-container div a {
  color: white;
  text-decoration: none;
}
footer div.columns .social-container div a .social-icon-container {
  margin: 1em 0;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
footer div.columns .social-container div a .social-icon-container img {
  margin: 0 1em 0 0;
  border: 2px solid white;
  padding: 0.5em;
  border-radius: 50%;
  cursor: pointer;
}
footer div.columns .social-container div a .social-icon-container * {
  margin: 0;
}
footer div.columns .social-container div a:hover img,
footer div.columns .social-container div a:focus-visible img {
  background: grey;
}

@media only screen and (min-width: 720px) {
  footer {
    padding: 2.5em 0.5em;
  }
  footer div.columns {
    display: flex;
    justify-content: center;
    max-width: 960px;
  }
  footer div.columns nav,
  footer div.columns .social-container {
    min-width: 320px;
    margin: 0 0.5em;
    padding: 0;
  }
  footer div.columns div {
    color: white;
  }
  footer div.columns nav span {
    display: none;
  }
  footer div.columns nav a {
    font-size: 0.9em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .logo {
    width: 60%;
  }
}
.accordion {
  margin: 0.5em 0 1em;
}
.accordion__item {
  border-bottom: 1px solid #d3cbcb;
  display: block;
}
.accordion__title {
  padding: 1em;
  display: block;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.25s ease-in-out;
}
.accordion__title:focus {
  background: #1c2553 !important;
  color: white !important;
}
.accordion__title:focus .carat {
  transform: translateY(-35%) rotate(45deg);
  border-color: white !important;
}
.accordion__title p {
  font-size: 1rem;
  margin: 0.5em !important;
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.accordion__title .accordion__control::before {
  content: "+";
}
.accordion__title .accordion__control {
  border-radius: 50%;
  border: 1px solid #000000;
  color: #030303;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease-in-out;
}
.accordion__title .carat {
  border-bottom: 3px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
  content: " ";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 2px;
  transform: translateY(-35%) rotate(45deg);
  vertical-align: middle;
  width: 8px;
}
.accordion.faq .accordion__item .accordion__content-inner .faq-q {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.accordion .is-expanded .accordion__title {
  color: black !important;
  background: rgb(218, 216, 215) !important;
}
.accordion .is-expanded .accordion__title:focus {
  background: #1c2553 !important;
  color: white !important;
}
.accordion .is-expanded .accordion__title:focus .carat {
  transform: translateY(15%) rotate(225deg);
  border-color: white !important;
}
.accordion .is-expanded .carat {
  transform: translateY(15%) rotate(225deg);
  border-color: black !important;
}
.accordion__content-inner {
  padding: 1em 1em 0.5em;
  border-top: 2px solid #000000;
}
.accordion__content-inner p {
  word-break: break-word;
}
.accordion__content {
  transition: height 0.5s ease-out;
  height: 0;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .accordion__title:hover, .accordion__title:focus {
    cursor: pointer;
    outline: none;
    background: #1c2553 !important;
    color: white !important;
  }
  .accordion__title:hover .carat, .accordion__title:focus .carat {
    border-color: white;
  }
  .accordion__title:hover h5, .accordion__title:focus h5 {
    -webkit-text-decoration: underline solid white;
            text-decoration: underline solid white;
  }
}
@media only screen and (max-width: 638px) {
  .accordion__title {
    padding: 1em 0.5em;
  }
  .accordion .accordion__control {
    border-radius: 50%;
    border: 1px solid #000000;
    color: #030303;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.35em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease-in-out;
  }
  .accordion__content-inner {
    padding: 1em 0.5em;
  }
  .accordion__content-inner ul {
    padding-left: 1em;
  }
}
.accordion__content-inner .quote-container {
  margin: 1.5em 0 !important;
}

*:focus-visible {
  outline: none !important;
  background: black;
  color: white;
  transition: 0s !important;
}

p a:focus-visible, p a:active {
  background: black;
  color: white !important;
  text-decoration-color: white !important;
}

.job-advert {
  border: 4px solid #1c2553;
  width: 100%;
  background: white;
  margin-block-end: 1em;
}
.job-advert h3 {
  padding: 0;
  margin: 0;
  color: white;
}
.job-advert p {
  margin-bottom: 0.5em;
}
.job-advert p:last-child {
  margin-bottom: 0;
}
.job-advert .attribute {
  font-weight: 600;
}
.job-advert .job-advert-title {
  padding: 0.5em;
  background: #1c2553;
}
.job-advert .job-advert-content {
  padding: 1em;
}
.job-advert .job-advert-buttons {
  display: flex;
  justify-content: space-between;
  padding: 0.5em;
}

#cookiebanner {
  justify-content: center !important;
  background: #030303 !important;
  color: white;
  padding: 1em !important;
  bottom: auto !important;
  top: 0;
  opacity: 1 !important;
  position: inherit !important;
  font-size: 1em !important;
  display: flex !important;
}
#cookiebanner .cookiebanner-container {
  max-width: 1240px;
}
#cookiebanner .cookiebanner-container p {
  font-size: 1em !important;
  text-align: left;
}
#cookiebanner .cookiebanner-container .btn {
  background: none;
  color: white;
  display: inline;
  margin-right: 1em;
  border: 2px solid white;
  font-size: 1rem !important;
  margin: 0 0.25em 1em 0;
}
#cookiebanner .cookiebanner-container .btn:focus-visible, #cookiebanner .cookiebanner-container .btn:active {
  background: white !important;
  border-color: white !important;
  color: black;
  transition: 0.25s 0;
}
#cookiebanner .cookiebanner-container .btn:hover {
  background: #626262;
  transition: 0.25s ease-in-out;
}

* {
  font-family: Arial, Helvetica, sans-serif;
  font-display: swap;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  box-sizing: border-box;
}

li:target {
  background: #fff39c;
}

.touch-header {
  display: block;
  position: absolute;
  width: 100%;
}
.touch-header .logo {
  margin: 0.5em 0;
  height: 2.5em;
}

.nav-bar {
  z-index: 3;
  width: 100%;
  will-change: top;
}

.nav-bar-large {
  display: none;
}

.nav-bar-small {
  display: block;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: show;
}
table th,
table td {
  text-align: center;
  padding: 0.75em 0.5em;
  font-weight: normal;
  font-size: 0.9rem;
}
table th {
  background: #030303;
  color: white;
  border-left: 1px solid #cacaca;
}

.table-container {
  padding: 1em 0 2em;
  margin: 0.5em 0;
  display: flex;
  justify-content: center;
  font-size: clamp(0.6em, 3vw, 1em);
}
.table-container .key {
  font-size: 16px;
}

tr {
  height: 0;
  border: 1px solid #d1d1d1;
}

td {
  height: inherit;
}
td .cell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  border-radius: 0.5em;
  color: white;
  text-align: center;
}

td:first-child {
  border-right: 1px solid #cacaca;
  border-collapse: collapse;
  text-align: center;
  border-top: none !important;
  background: #e6e6e6;
}

@media only screen and (min-width: 1000px) {
  .nav-bar-small {
    display: none;
  }
  .touch-header {
    display: none;
  }
  .nav-bar-large {
    display: block;
  }
}
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #45b2e4;
  color: white;
}

::selection {
  background: #45b2e4;
  color: white;
}

body {
  margin: 0;
  background: white;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5em;
  border: 3px solid #1c2553;
  background: #fcfcfc;
  color: #1c2553;
  padding: 0.5em 1em;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
}
.btn:focus-visible {
  background: white;
}
.btn:active {
  background: rgb(218, 216, 215);
}
.btn.fill {
  background: #2e67d8;
  color: white;
  border-color: #2e67d8;
}
.btn.fill:hover {
  background: #5986e0;
  border-color: #5986e0;
  transition: 0.25s ease-in-out;
}
.btn.fill:focus-visible {
  background: white;
  color: #1c2553;
  transition: 0s;
}
.btn.fill:active {
  background: #030303;
  color: white;
  border-color: #030303;
  transition: 0s;
}

h1 {
  margin-top: 1.25em;
  max-width: 75%;
  min-width: 9em;
  padding: 10px;
  color: #fafafa;
  font-size: 2em;
  margin: 0;
  text-align: left;
  margin-bottom: 0;
}

.hero-text-container {
  height: 40vh;
  min-height: 310px;
  max-height: 50vw;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
}

.hero {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  height: 40vh;
  background-position-y: 4%;
  background-position-x: center;
  background-color: linear-gradient(104deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  background-blend-mode: multiply;
  text-align: center;
  flex-direction: column;
  background-size: cover;
  min-height: 310px;
  max-height: 50vw;
  position: relative;
  overflow: hidden;
  z-index: -5;
}

.body-text-container {
  width: 100%;
  margin: 0 10px;
  order: 2;
  padding: 0 0.5em;
}
.body-text-container section:last-child {
  border-bottom: none;
}

span[role=combobox] {
  height: 3em !important;
  padding: 0.75em 0.25em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: left !important;
  vertical-align: middle !important;
  border-radius: 0.5em !important;
  border: 2px solid #b9b9b9 !important;
}

.bottom h3 {
  margin-bottom: 0.5em;
}

.page-index-container {
  display: none;
  width: 300px;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 25px;
  margin: 25px 10px 10px 0;
  transition: top 0.4s;
  border-radius: 1em;
  color: #030303;
  order: 1;
  background: white;
  background: rgb(218, 216, 215);
}
.page-index-container .bottom {
  margin: 1em;
}
.page-index-container h3 {
  margin-top: 0;
  color: #030303;
}
.page-index-container img {
  border-radius: 1em 1em 0 0;
}
.page-index-container .section-nav ol {
  list-style-type: none;
  padding: 0 1em;
}
.page-index-container .section-nav ol li {
  padding: 0.5em 0;
}
.page-index-container .section-nav ol li a {
  color: #030303;
}
.page-index-container .section-nav ol li a:visited {
  color: #030303;
}

h1,
h2 {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

h1 {
  letter-spacing: -2px;
  font-weight: 700;
}

h2 {
  letter-spacing: -0.5px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #272727;
  font-size: 1.25em;
  margin: 0.5em 0 0 0;
}

h4 {
  margin-bottom: 0.5em;
  font-size: 1em;
  margin-block-start: 0;
}

h2 {
  color: #272727;
  font-size: 1.6em;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0.5em;
  padding-top: 0.2em;
}

.fitness-preview-large {
  display: none;
}

.fitness-preview-small {
  display: block;
  margin-bottom: 1em;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15em;
}

#fitness-tests-link {
  display: block;
}

#fitness-test-message {
  display: none;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .sticky-message-container {
    font-size: 1.15em;
  }
  .page-index-container {
    display: table;
  }
  .top-container {
    display: flex;
    padding: 2.5em 0;
    justify-content: center;
    align-items: center;
  }
  .checklist {
    margin: 0 1em;
    padding: 0.75em 2.5em 1em;
    border-radius: 2em;
    width: 100%;
    max-width: 930px;
  }
  .checklist-container .checklist-item {
    width: 31% !important;
    margin: 1%;
  }
  h2 {
    border-top: none;
  }
  .fitness-preview-large {
    border-radius: 0 2em 2em 0 !important;
  }
}
article {
  display: flex;
  justify-content: center;
}
article.mainArticle {
  background: white;
  z-index: 0;
}

p {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.65;
}

.caption {
  color: #5a5a5a;
  font-size: 0.85em;
  font-weight: bold;
}

.map {
  width: 100vw;
  max-width: 100vw !important;
  height: 70vh;
}

.section-nav a {
  padding: 0.75em;
  border-radius: 0.75em;
  color: #030303;
}
.section-nav li {
  margin: 0.75em 0;
}
.section-nav li.active a {
  color: white !important;
  background: #1c4fad;
  transition: 0.75s;
  text-decoration: none;
}

section h2:first-child {
  margin-top: 0.5em;
  border-top: 0.2em solid #2e67d8;
  padding-top: 0.2em;
}
section h2.border-top {
  border-top: 0.2em solid #2e67d8;
}
section h3 {
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
section ul {
  margin-block-start: 0.5em;
  margin-block-end: 1em;
  padding-left: 1.5em;
}
section ul li {
  margin-bottom: 0.75em;
  line-height: 1.6;
}
section .updates {
  color: #030303;
  font-size: 0.9em;
}
section .updates h2 {
  font-size: 1.8em;
}
section .updates p:last-child {
  font-size: 0.9rem;
  color: #030303;
  text-decoration: underline;
  font-weight: bold;
}
section .updates ul {
  list-style: decimal;
}

.video-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quote-container {
  background: white;
  margin: 1.5em 0;
  border-radius: 0em;
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.0509803922);
}
.quote-container .quote {
  padding: 1em 1.25em;
  margin: 0;
  color: #323232;
}
.quote-container .quote-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c2553;
  color: white;
}
.quote-container .quote-footer div {
  padding: 0 0.75em 0 0em;
  margin: 1em 0.5em 1em 0;
}
.quote-container .quote-person {
  margin: 0;
  font-size: 1.25em;
  text-transform: capitalize;
  line-height: 1.25em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.quote-container .quote-role {
  margin: 0;
  line-height: 1.5em;
  color: #b8d0fe;
  font-size: 0.85em;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 17em;
}
.quote-container .quote-image {
  height: 4.5em;
  width: 4.5em;
  border-radius: 50%;
  margin: 1em;
  border: 3px solid #848cb9;
}
.quote-container .blockquote-container {
  padding: 1em 0.25em 1em 1em;
  background: #f2f2f2;
}
.quote-container .blockquote-container blockquote {
  font-size: 1.2rem;
  margin: 0.25em 0;
  line-height: 1.45;
  position: relative;
  color: #000000;
  text-align: left;
  word-spacing: 5px;
  font-family: Georgia, serif;
  padding: 0.75em;
  font-style: italic;
}
@supports (background-blend-mode: multiply) {
  .quote-container .blockquote-container blockquote:before {
    font-family: Georgia, serif;
    display: block;
    padding-left: 10px;
    content: "“";
    font-size: 80px;
    position: absolute;
    top: -50px;
    color: rgba(0, 0, 0, 0.1215686275);
    left: -16px;
    font-size: 140px;
  }
}

@media only screen and (min-width: 540px) {
  .blockquote-container {
    padding: 2em 1.75em 2em 2.75em !important;
  }
  .blockquote-container blockquote {
    font-size: 1.2em;
  }
  .body-text-container {
    width: 650px;
    padding: 0;
  }
  .checklist-container .checklist-item {
    width: 48%;
    margin: 1%;
  }
  .fitness-preview-large {
    display: block;
  }
  .fitness-preview-small {
    display: none;
  }
  .fitness {
    padding: 0;
  }
  .fitness div {
    display: flex;
  }
  .fitness div .fitness-preview-large {
    width: 50% !important;
  }
  .fitness div div {
    width: 50%;
    padding: 0.75em 2.25em 2em !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media only screen and (min-width: 720px) {
  section h2:first-child {
    margin-top: 24px;
  }
  .quote-container {
    margin: 2.5em 1em;
  }
  .quote-container .quote {
    padding: 2em 2em;
  }
  .quote-container .quote-image {
    height: 5em;
    width: 5em;
    margin: 1em 0.25em;
  }
  .quote-container .quote-footer div {
    padding: 0 1em;
    margin: 0;
  }
  .video-gallery-video-container {
    width: 49%;
  }
  h1 {
    margin-top: 1.25em;
    max-width: 8em;
    padding: 0 0.5em;
    position: relative;
    color: #fafafa;
    font-size: 3.5vw;
    font-size: clamp(2.75em, 4.6vw, 6em);
    line-height: 1.1;
    margin: 0;
    text-align: center;
  }
  .hero-text-container {
    height: 70vh;
    align-items: center;
    justify-content: center;
    z-index: -1;
  }
  .hero-text-container h1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hero {
    height: 75vh;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: -5;
  }
}
.anchor-link {
  position: relative;
  top: -4.5em;
  line-height: 0;
  opacity: 0;
}

.progress-container {
  width: 7px;
  background: #b6b6b6;
  height: 100%;
  position: absolute;
  border-radius: 1em 0 0 1em;
}

.progress-bar {
  background: #03a9f4;
  width: 7px;
  height: 100%;
  position: absolute;
  border-radius: 1em 0 0 1em;
}

aside {
  width: 300px !important;
}
aside iframe {
  border-radius: 0.75em 0.75em 0 0;
}

.search-term-container {
  border-bottom: 2px solid #d9d9d9;
  padding: 0.5em 0.25em;
  border-top: 0;
}
.search-term-container p {
  display: block;
  font-weight: bold;
  margin: 0;
}

.result-count {
  margin: 1em 0;
  font-weight: bold;
  color: #030303;
}

p a,
li a {
  color: #1d70b8;
}
p a:hover,
li a:hover {
  color: #030303;
}
p a:active,
li a:active {
  text-decoration-color: #030303;
}

/* The container */
.checkbox-container {
  display: inline-flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.4em;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.55em;
  width: 1.55em;
  background-color: none;
  border-radius: 50%;
  border: 2px solid #030303;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgb(218, 216, 215);
}

/* When the checkbox is checked, add a green background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #4fb239;
  border-color: #4fb239;
}
.checkbox-container input:checked ~ .checkmark:after {
  left: 11px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: unset;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 11px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #030303;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

ul#faqList {
  margin: 0 !important;
  padding: 0 !important;
}
ul#faqList li {
  border-bottom: 1px solid #bababa;
  list-style: none;
}
ul#faqList li:last-child {
  border-bottom: none;
}
ul#faqList li::before {
  content: none !important;
}

.flash {
  animation-name: flash;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
}

@keyframes flash {
  from {
    background: rgba(255, 247, 4, 0.5019607843);
  }
  to {
    background: none;
  }
}
#CybotCookiebotDialog {
  border: none !important;
  transform-origin: unset !important;
  padding-bottom: 0 !important;
}

#CybotCookiebotDialogBodyContentTitle {
  border: none !important;
  font-family: "Blinker", sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  line-height: 1.25 !important;
  color: #00449e !important;
}

#CybotCookiebotDialogBodyContentText {
  font-family: Arial, Helvetica, sans-serif !important;
}

.CybotCookiebotDialogBodyButton {
  padding: 1em;
  width: auto !important;
  font-size: 1rem;
  display: flow-root;
  margin: 0 0.5em !important;
  line-height: 2em !important;
  font-size: 16px;
}

.CybotCookiebotDialogBodyButton:hover {
  background: #bbbbbb !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1 {
    text-shadow: 0 0 5px grey;
    margin-left: -9em;
    font-size: 3em;
  }
}
ol li {
  line-height: 1.7;
  margin-bottom: 0.75em;
  padding-left: 0.5em;
  margin-left: -0.5em;
}

@media only screen and (min-width: 1100px) {
  #fitness-tests-link {
    display: none !important;
  }
  #fitness-test-message {
    display: block;
  }
}
#CybotCookiebotDialogBodyButtonDecline {
  margin-bottom: 0.5em !important;
}

div.expiry-message {
  margin: 0.5em 0 1.25em;
  padding: 0.75em;
  background: #dcdbd9;
  display: none;
  color: #222222 !important;
  justify-content: space-between;
}
div.expiry-message p {
  margin: 0;
}
div.expiry-message img {
  margin-left: 0.5em;
}

.fadeIn {
  animation: fadeIn 0.5s linear;
}

.fadeInOverlay {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.parallax {
  background-size: cover;
  background-position: center;
}

.invert-on-focus:focus {
  filter: invert(1);
  background: black;
}/*# sourceMappingURL=styles.css.map */