@charset "UTF-8";
.nav-bar-large {
  background: #ffffff;
  top: 0;
  width: 100%;
  transition-property: top;
  transition: 0.5s;
  transition-delay: 0s;
  opacity: 1;
  text-align: center;
  background-color: rgb(255, 255, 255);
  position: fixed;
  padding: 0 0.5em;
  background-color: unset;
  background: #ffffff;
  box-shadow: 2px -2px 14px rgba(0, 0, 0, 0.1098039216);
}
.nav-bar-large:focus-within {
  position: fixed;
  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: 60px;
}
.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: black;
  text-decoration: none;
  border-radius: 0.85em;
  white-space: nowrap;
  font-family: Heebo, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0.65em;
  font-size: min(0.9em, 1.45vw);
  padding: 0.45em 0.55em;
  margin: 0 0.05em;
}
.nav-bar-large div ul li .active {
  color: white;
  background: #008bcc;
}
.nav-bar-large div ul li a:hover,
.nav-bar-large div ul li a:focus {
  color: white;
  background: #008bcc;
}
.nav-bar-large .logo {
  display: block;
  width: auto;
  max-height: 48px;
}
.nav-bar-large ul:hover li .active,
.nav-bar-large ul:focus-within li .active {
  color: black;
  background: none;
}
.nav-bar-large ul:hover li .active:hover,
.nav-bar-large ul:hover li .active:focus,
.nav-bar-large ul:focus-within li .active:hover,
.nav-bar-large ul:focus-within li .active:focus {
  color: white;
  background: #008bcc;
}
.nav-bar-large ul:hover li:active > a,
.nav-bar-large ul:focus-within li:active > a {
  background: #005780;
  transition: 0.1s;
}

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

.nav-bar-small {
  overflow: hidden;
  top: 0;
  position: fixed;
  transition: 0.25s;
  z-index: 100;
}
.nav-bar-small .nav-bar-small-container {
  background: #ffffff;
  height: 68px;
}
.nav-bar-small .nav-bar-small-container.at-top {
  filter: invert(1);
  background: linear-gradient(0, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.61) 35%, white 100%);
  height: 82px;
  transition: 0.25s;
}
.nav-bar-small .nav-bar-small-container.at-top .nav-icon:hover {
  border-color: black;
  background: none;
  color: black;
}
.nav-bar-small .nav-bar-small-container.at-top .nav-icon:hover #menu-btn div {
  background: black;
}
.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: 1.05rem;
  display: block;
  font-family: Heebo, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.nav-bar-small a .logo {
  height: 52px;
}
.nav-bar-small a p {
  margin: 0;
  font-weight: 600;
  font-size: 0.9em;
}
.nav-bar-small .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid black;
  border-radius: 106em;
  font-size: 1rem;
  margin: 0 0.5em;
  transition: 0.4s;
  height: 50px;
}
.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: #008bcc !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;
}

#menu-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0.25em;
}
#menu-btn div {
  width: 20px;
  height: 3px;
  background-color: black;
  border-radius: 10px;
  margin: 4px 0;
  transition: 0.4s;
  position: relative;
}
#menu-btn div:nth-child(3) {
  margin-bottom: 2px;
}
#menu-btn.change div:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
}
#menu-btn.change div:nth-child(2) {
  opacity: 0;
}
#menu-btn.change div:nth-child(3) {
  transform: rotate(135deg);
  top: -8px;
}

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

footer {
  background: #121526;
  margin-top: 1em;
  padding: 1em 0.5em;
}
footer * {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}
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;
  letter-spacing: 0.5px;
}
footer div.columns nav a {
  padding: 0.75rem 0.5rem;
  color: white;
  font-size: 1em;
  text-decoration: none;
}
footer div.columns nav a:hover,
footer div.columns nav a:focus {
  background: hsla(0, 0%, 100%, 0.25);
}
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 .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: 2.5px solid rgba(255, 255, 255, 0.2196078431);
  padding: 0.65em;
  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 img {
  background: grey;
}

@media only screen and (min-width: 720px) {
  footer {
    padding: 3em 0.5em;
  }
  footer div.columns {
    display: flex;
    justify-content: center;
    max-width: 960px;
  }
  footer div.columns nav,
  footer div.columns .social-container {
    width: 320px;
    margin: 0 0.5em;
    padding: 0;
  }
  footer div.columns nav span {
    display: none;
  }
  footer div.columns nav a {
    font-size: 1em;
  }
}
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 80vh;
  border-radius: 1em;
  overflow-y: auto;
  box-sizing: border-box;
  width: 90vw;
  overflow-x: hidden;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1a1a1a;
  box-sizing: border-box;
  border: 0;
  font-family: sans-serif;
  letter-spacing: -0.4px;
}

.modal__close {
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #878787;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
}
.modal__close:focus, .modal__close:hover {
  background: #dddedf;
  border-color: black;
}
.modal__close:active {
  filter: invert(1);
  background: white;
  border-color: white;
}
.modal__close img {
  width: 1em;
  height: 1em;
}

.modal__content {
  margin: 1em 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media only screen and (min-width: 960px) {
  .modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 70vh;
    border-radius: 1em;
    overflow-y: auto;
    box-sizing: border-box;
    width: 50vw;
    max-width: 50em;
  }
}
.banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  width: 100%;
  position: fixed;
  bottom: -100px;
  background: #ffe004;
  padding: 0.75em 0.75em 1em;
  color: black;
  text-decoration: underline;
  z-index: 1;
  animation: popup 0.5s ease-out 2s;
  animation-fill-mode: forwards;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner a {
  color: black;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.banner a:visited {
  color: black;
}
.banner .banner-close {
  float: right;
  height: 2em;
  margin-left: 0.5em;
  cursor: pointer;
}
.banner .banner-close:hover, .banner .banner-close:focus {
  outline: 3px solid black;
}

@media only screen and (min-width: 720px) {
  .banner {
    width: auto;
    padding: 0.75em;
    border-radius: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1em;
  }
  .banner .banner-close {
    height: 1.5em;
  }
}
@keyframes popup {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0;
  }
}
* {
  box-sizing: border-box;
}

body {
  font: 16px Arial;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: scroll;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.accordion {
  margin: 0.5em 0 1em;
}
.accordion__item {
  border-bottom: 1px solid #ced6da;
  display: block;
}
.accordion__title {
  padding: 1em;
  display: block;
  position: relative;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.25s ease-in-out;
}
.accordion__title .accordion__control::before {
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  content: " ";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 2px;
  transform: translateY(-35%) rotate(45deg);
  vertical-align: middle;
  width: 8px;
}
.accordion__title .accordion__control {
  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;
  background: none;
}
.accordion__title h5 {
  margin: 0.5em;
  font-size: 1em;
  -webkit-text-decoration: underline solid !important;
          text-decoration: underline solid !important;
}
.accordion .is-expanded .accordion__title {
  color: black !important;
  background: #dddedf !important;
}
.accordion .is-expanded .accordion__title .accordion__control {
  border-color: rgb(0, 0, 0) !important;
  color: rgb(0, 0, 0) !important;
  background: none !important;
}
.accordion .is-expanded .accordion__title .accordion__control::before {
  transform: translateY(15%) rotate(225deg);
  border-color: black !important;
}
.accordion__content-inner {
  padding: 1em 1em 0.5em;
  border-top: 2px solid #000000;
}
.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: #008bcc !important;
    color: white !important;
  }
  .accordion__title:hover .accordion__control, .accordion__title:focus .accordion__control {
    color: #008bcc !important;
  }
  .accordion__title:hover .accordion__control::before, .accordion__title:focus .accordion__control::before {
    border-color: white !important;
  }
  .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%;
    color: black;
    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;
  }
}
/* 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 black;
}
.checkmark.x:after {
  transform: rotate(0deg) !important;
  top: 1px !important;
  width: 18px;
  content: "❌";
  font-size: 28px;
  border: none !important;
  color: #000;
  text-align: center;
  content: "×";
  font-weight: 600;
}

.checkbox-container.id-docs {
  height: 1.55em;
  width: 16px;
  margin: 0;
  padding: 0;
  cursor: auto;
}
.checkbox-container.id-docs .checkmark {
  transition: 0.5s;
}
.checkbox-container.id-docs .checkmark.id-docs {
  border: none;
  width: 16px;
}
.checkbox-container.id-docs .checkmark.id-docs:after {
  left: 0;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #dddedf;
}

/* 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 black;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .checkbox-container .checkmark::after {
    left: 11px;
    top: 6px;
    width: 9px !important;
    height: 15px !important;
    border: solid black;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
  }
}
.document-body {
  width: 800px;
}

.document-hero {
  background-color: #0032a0;
  width: 100%;
  border-radius: 5px;
}

.document-container {
  display: grid;
  gap: 15px;
  width: 150px;
  place-items: center;
  grid-template-rows: repeat(1fr, 3);
  grid-template-columns: repeat(3, auto);
  margin: 30px 0;
}

.document {
  position: relative;
  height: 300px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.document img {
  margin: 0 auto;
  max-width: 200px;
  height: auto;
  border-radius: 5px;
}
.document h2 {
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: #002a8c 3px solid;
  height: 110px;
}
.document .document-button-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.document .document-button-cont a {
  position: absolute;
  bottom: 10px;
  margin: 10px 0;
  background: #0032a0;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
}
.document .document-button-cont a:hover {
  background: #002a8c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .document-hero {
    width: 75%;
    border-radius: 5px;
    margin: 0 auto;
  }
  .document-container {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .document {
    width: auto;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  .img {
    margin: 0 auto;
  }
}
* {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-display: swap;
}

li:target {
  background: #fff39c;
}

.imagebullet {
  display: flex;
  align-items: center;
  gap: 30px;
}

.imagebulletpic {
  height: 40px;
  width: 130px;
}

#demobox {
  background-color: #dddedf;
  padding: 10px;
  border: 1px white;
}
#demobox h1 {
  color: #039;
}

#demobox1 {
  background-color: #039;
  padding: 10px;
  border: 1px white;
}
#demobox1 h1 {
  color: white;
}

.tick-counter {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  display: inline-block;
  transition-timing-function: ease-in-out;
  margin: 0 0.5em;
}
.tick-counter p {
  margin: 0;
  font-size: 1.25em;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.sticky-message {
  display: inline;
  margin: 0;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

.sticky-message-container {
  width: 100%;
  text-align: center;
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  background: #ededed;
  padding: 0.5em 0;
  border-bottom: 1px solid;
  z-index: 1;
  transition: 0.5s;
}

.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;
}

.key {
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: Heebo;
}

.key:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  border-radius: 50%;
}

.color-1:before {
  background: #df5169;
}

.cell1 {
  background: #df5169;
}

.color-2:before {
  background: rgb(102, 196, 78);
}

.cell2 {
  background: rgb(102, 196, 78);
}

.color-3:before {
  background: #f19a28;
}

.cell3 {
  background: #f19a28;
}

.color-4:before {
  background: #5593e4;
}

.cell4 {
  background: #5593e4;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: show;
}

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

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

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

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: 1200px) {
  .nav-bar-small {
    display: none;
  }
  .touch-header {
    display: none;
  }
  .nav-bar-large {
    display: block;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
  background: #f3f3f3;
}

.btn {
  width: 100%;
  padding: 0.8em;
  border: none;
  border-radius: 7em 7em 7em 7em;
  border-radius: 0.75em;
  font-size: 1.05rem;
  transition: 0.25s;
  transition-timing-function: ease-in-out;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.btn.primary {
  color: white;
  background-color: #008bcc;
}
.btn.primary:hover {
  background-color: #005780;
}

a.btn {
  display: block;
  text-align: center;
  text-decoration: none;
}

.btn:active {
  transition: 0s;
  background: #00344d !important;
}

h1 {
  margin-top: 1.25em;
  max-width: 75%;
  min-width: 9em;
  padding: 10px;
  color: white;
  font-size: 2.25em;
  margin: 0;
}

.hero-text-container {
  height: 40vh;
  min-height: 310px;
  max-height: 950px;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.hero-text-container h1 {
  margin-bottom: 0;
  padding-bottom: 0.25em;
  text-shadow: 0 0 17px rgba(0, 0, 0, 0.3215686275);
  line-height: 1;
  text-shadow: 0 7px 9px rgba(0, 0, 0, 0.2392156863);
  text-align: left;
}

.hero {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  height: 40vh;
  background-position-y: 4%;
  background-position-x: center;
  background-color: #8a8a8a;
  background-color: rgb(255, 255, 255);
  background-color: -moz-linear-gradient(104deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  background-color: -webkit-linear-gradient(104deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  background-color: linear-gradient(104deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
  background-blend-mode: multiply;
  text-align: center;
  flex-direction: column;
  background-size: cover;
  min-height: 310px;
  max-height: 950px;
  position: relative;
  overflow: hidden;
  z-index: -5;
}
.hero p {
  margin-top: 0.5em;
  color: #62b9ff;
  max-width: 15em;
  padding: 0 0.5em;
  font-size: 2.75vh;
}

.body-video-container {
  width: 900px;
  margin: 0 10px;
}

.body-text-container {
  width: 1000px;
  margin: 0 15px;
}
.body-text-container section:last-child {
  border-bottom: none;
}
.body-text-container h1 {
  color: #039;
}

#documentationChecklist.complete {
  color: white !important;
}
#documentationChecklist.complete a {
  color: white;
  text-decoration-color: white;
}

.complete {
  background: #4fb239 !important;
  border-color: #4fb239;
}
.complete h2,
.complete h3,
.complete h4 {
  color: white;
  border-color: white;
}
.complete > p {
  color: white !important;
}
.complete > p a {
  color: white;
  text-decoration-color: white;
}
.complete > p a:hover {
  color: #dddedf;
}
.complete .tick-counter {
  color: white;
}
.complete .checklist-container .checklist-item {
  border-color: white;
}
.complete .sticky-message-container {
  background: #4fb239;
  color: white;
}
.complete .accordion__control::before {
  border-color: white;
}
.complete .checkmark:after {
  border-color: white !important;
}
.complete .x:after {
  color: white !important;
}

.checklist {
  max-width: 930px;
  padding: 0.25em 1em 1em;
  margin: 0 auto 1em;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.0784313725);
  background: #ededed;
  border-radius: 0;
  transition: 0.5s;
}
.checklist.fitness {
  padding: 0;
}
.checklist.fitness .fitness-container {
  display: flex;
}
.checklist.fitness .fitness-container .fitness-preview-large {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.checklist.fitness .fitness-container .fitness-container-inner {
  width: 100%;
  padding: 0.25em 10px 1.75em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.checklist.fitness .fitness-container .fitness-container-inner .wistia_responsive_padding {
  margin-top: 1em;
}

.top-container {
  display: block;
  background: #dddedf;
  background: #272b3e;
  background: #d5d9df;
  padding: 0;
  flex-direction: column;
}

.documentation-label {
  margin: 0.75em 0 0.25em !important;
  display: block;
  font-weight: bold;
}

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;
}

.checklist-container {
  margin: 0 0 0.5em;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.checklist-container .checklist-item {
  width: 100%;
  padding: 0.5em 1em;
  border: 2px solid #dddedf;
  border-radius: 1em;
  margin: 0.5em 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #ededed;
}
.checklist-container .checklist-item .double-icon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 1em;
}
.checklist-container .checklist-item .double-icon .checklist-icon {
  max-height: 55px !important;
  margin: 0 !important;
  min-height: 3em;
}
.checklist-container .checklist-item .checkbox-label {
  width: 100%;
  text-align: center;
}
.checklist-container .checklist-item .logo-container {
  display: flex;
}
.checklist-container .checklist-item .logo-container img {
  height: 60px;
  margin: 6px 5px 14px;
}
.checklist-container .disabled {
  opacity: 0.35;
}

.checklist-icon {
  max-width: 70%;
  display: block;
  max-height: 75px;
  margin: auto auto 1em;
}

.checklist-icon.documentation {
  margin: 0 auto 1em;
}

.checklist-container .checklist-item.documentation {
  width: 100% !important;
}

/*MT UPDATE */
/* Create a custom falsebox */
.falsemark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.55em;
  width: 1.55em;
  background-color: none;
  border-radius: 50%;
  border: 2px solid black;
  text-align: center;
  padding-top: 3px;
  font-weight: 700;
  color: black;
}

.falsemark.x:after {
  transform: rotate(0deg) !important;
  top: 1px !important;
  width: 18px;
  content: "❌";
  font-size: 28px;
  border: none !important;
  color: #000;
  text-align: center;
  content: "×";
  font-weight: 600;
}

.checkbox-container.id-docs .falsemark {
  transition: 0.5s;
}

.checkbox-container.id-docs .falsemark.id-docs {
  border: none;
  width: 16px;
}

.checkbox-container.id-docs .falsemark.id-docs:after {
  left: 0;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .falsemark {
  background-color: #dddedf;
}

/* When the checkbox is checked, add a green background */
.checkbox-container input:checked ~ .falsemark {
  background-color: #ff0000;
  border-color: #ff2200;
  color: white;
}

.checkbox-container input:checked ~ .falsemark:after {
  /*  left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  */
}

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

/* Style the falsemark/indicator */
.checkbox-container .falsemark:after {
  /*
   left: 8px;
   top: 4px;
   width: 10px;
   height: 10px;
   border: solid black;
   border-width: 0 4px 4px 0;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
  */
}

/*MT END*/
.checklist-details {
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  align-items: center;
  -webkit-box-pack: center;
  width: 100%;
  padding: 0;
  margin: 1em 0 0.5em;
}
.checklist-details select.updating {
  animation-name: flash;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
}
.checklist-details select.completed {
  background: #4fb239;
  color: white;
}
@keyframes flash {
  from {
    border-color: #008bcc;
    background: #008bcc;
  }
  to {
    border-color: black;
    background: white;
  }
}
.checklist-details input[type=checkbox] {
  padding: 10px;
  margin: 0 1em;
  display: none;
}
.checklist-details select {
  width: 100%;
  border-radius: 1em;
  padding: 0.5em 0.75em;
  border: 2px solid black;
  background: white;
  font-size: 1rem;
}
.checklist-details select:disabled {
  opacity: 0.25;
}
.checklist-details select:focus {
  outline: none;
}
.checklist-details a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid black;
  border-radius: 5em;
  padding: 0.25em 0.5em;
  cursor: pointer;
}
.checklist-details a p {
  margin: 0 0 0 0.25em;
  font-size: 0.8em;
}
.checklist-details a:hover,
.checklist-details a:focus {
  background-color: #dddedf;
}
.checklist-details a:active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: white;
}
.checklist-details a:active img {
  filter: invert(1);
}

.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;
  background: #dddedf;
  transition: top 0.5s;
  border-radius: 1em;
  color: black;
}
.page-index-container .bottom {
  margin: 0.75rem 1.2rem 1rem;
}
.page-index-container h3 {
  margin-top: 0;
  color: black;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
.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: black;
}
.page-index-container .section-nav ol li a:visited {
  color: black;
}

h1,
h2 {
  margin-bottom: 10px;
}

h3 {
  color: #272727;
  font-size: 1.2rem;
  margin: 0.5em 0 0 0;
}

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

h2 {
  color: #272727;
  font-size: 1.75rem;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0.5em;
  border-top: 0.2em solid #5dc0f2;
  padding-top: 0.3em;
  line-height: 1;
}

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

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

#medical-fitness-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 {
    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: #f4f4f6;
}

p {
  margin-top: 0;
  font-size: 1rem;
  line-height: 165%;
}

.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: black;
}
.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-bottom: 0.5em;
  border-bottom: 0.2em solid #008bcc;
  padding-bottom: 0.2em;
}
section h2.border-top {
  border-top: 0.2em solid #008bcc;
}
section h3 {
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
section ul {
  margin-block-start: 1em;
  margin-block-end: 1.25em;
  padding-left: 1.5em;
  font-size: 1rem;
}
section ul li {
  margin-bottom: 0.75em;
  line-height: 1.6;
}

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

.video-gallery-video-container {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #bababa;
}
.video-gallery-video-container h3 {
  margin: 0.25em 0;
  padding: 0;
}

.moreinfo h2 {
  border-bottom: none !important;
  margin-bottom: 0.2em !important;
}
.moreinfo p {
  font-size: 1rem;
  color: #333;
  margin: 0.5em 0;
}

.faq {
  margin-top: 0.5em;
  border-top: 0.2em solid #008bcc;
  padding-top: 0.5em;
}

.contact {
  margin-bottom: 0.5em;
  border-bottom: 0.2em solid #008bcc;
  padding-bottom: 0.2em;
}

.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;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
}
.quote-container .quote-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d3b55;
  color: white;
}
.quote-container .quote-footer div {
  padding: 0 0.25em;
}
.quote-container .quote-person {
  margin: 0;
  font-size: 1.35em;
  text-transform: capitalize;
  line-height: 1.25em;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}
.quote-container .quote-role {
  margin: 0;
  line-height: 1.5em;
  color: #b1cdff;
  font-size: 1.05em;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.quote-container .quote-image {
  height: 4em;
  width: 4em;
  border-radius: 50%;
  margin: 1em 0.75em;
}

.faq-container {
  margin: 1.5em 0;
  height: 100%;
}

@media only screen and (min-width: 540px) {
  .id-icons-container {
    margin: 0 !important;
  }
  .checklist-container .checklist-item {
    width: 48%;
    margin: 1%;
  }
  .fitness-preview-large {
    display: block;
  }
  .fitness-preview-small {
    display: none;
  }
  .body-text-container {
    margin: 0px 20px;
  }
  .fitness {
    padding: 0;
  }
  .fitness .fitness-container {
    display: flex;
  }
  .fitness .fitness-container .fitness-preview-large {
    width: 40% !important;
  }
  .fitness .fitness-container .fitness-container-inner {
    width: 50%;
    padding: 0.75em 2.25em 2em !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.failed {
  background: #ff0000 !important;
  border-color: #ff0000;
}

.failed h2,
.failed h3,
.failed h4 {
  color: white;
  border-color: white;
}

.failed > p {
  color: white !important;
}

.failed > p a {
  color: white;
  text-decoration-color: white;
}

.failed > p a:hover {
  color: #dddedf;
}

.failed .tick-counter {
  color: white;
}

.failed .checklist-container .checklist-item {
  border-color: white;
}

.failed .sticky-message-container {
  background: #ff0000;
  color: white;
}

.failed .accordion__control::before {
  border-color: white;
}

.failed .checkmark:after {
  border-color: white !important;
}

.failed .x:after {
  color: white !important;
}

@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 2.25em;
  }
  .quote-container .quote-image {
    height: 5em;
    width: 5em;
    margin: 1em 0.25em;
  }
  .quote-container .quote-footer div {
    padding: 0 1em;
  }
  .video-gallery-video-container {
    width: 49%;
  }
  .hero-text-container {
    height: max(490px, 39vw);
    align-items: center;
    justify-content: center;
  }
  .hero-text-container h1 {
    margin-top: 1.25em;
    max-width: 8em;
    padding: 0 0.5em;
    position: relative;
    color: #ffffff;
    font-size: 3.5vw;
    font-size: clamp(3.25em, 5.1vw, 6em);
    line-height: 1 !important;
    margin: 0;
    text-align: center;
    top: 2vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hero {
    height: max(490px, 39vw);
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: -5;
    max-height: 50vw;
  }
  .hero p {
    margin-top: 0.5em;
    color: #62b9ff;
    max-width: 15em;
    padding: 0 0.5em;
    font-size: 2.75vh;
  }
}
input.search {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem;
  line-height: 1.5;
  color: #101111 !important;
  vertical-align: middle;
  background-size: 8px 10px;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 2px solid black;
  height: 60px;
  background: #fff url("../icons/search.svg") no-repeat right 0.75rem center;
  background-size: 24px;
  font-size: 1rem;
}
input.search:focus {
  outline: 2px solid black;
  transition: 0.1s;
}

.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;
}

.search-term {
  padding: 0.5em 0.75em;
  background: #dddedf;
  border-radius: 20.5em;
  line-height: 2.75em;
  white-space: nowrap;
  cursor: pointer;
  color: #454545;
  text-transform: capitalize;
  border: 1px solid grey;
  font-size: 0.9em;
  cursor: pointer;
  text-decoration: none;
}
.search-term:hover, .search-term:focus {
  background: #c3c5c6;
}
.search-term:active {
  background: #a8abae;
}

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

p a,
li a {
  color: #008bcc;
}
p a:hover,
li a:hover {
  color: black;
}
p a:active,
li a:active {
  text-decoration-color: black;
}

/* The container */
.checkbox-container {
  display: 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;
}

li {
  font-size: 1rem;
}

.faqList {
  margin: 0 !important;
  padding: 1em 0 0 !important;
}
.faqList li {
  border-bottom: 1px solid #bababa;
  list-style: none;
}
.faqList li:last-child {
  border-bottom: none;
}
.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;
  }
}
.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

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

#CybotCookiebotDialog {
  border: none !important;
  transform-origin: unset !important;
  padding-bottom: 0 !important;
  font-size: 1rem;
}

#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.8em !important;
  line-height: 1.25 !important;
  color: #00449e !important;
}

#CybotCookiebotDialogBodyButtons {
  margin: 0 12px 12px 6px !important;
}

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

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

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1 {
    text-shadow: 0 0 5px grey;
  }
}
ol {
  font-size: 1rem;
}
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) {
  #medical-fitness-link {
    display: none !important;
  }
  .wistia_responsive_padding {
    margin-top: 0 !important;
  }
  #fitness-test-message {
    display: block;
  }
}
#CybotCookiebotDialogBodyButtonDecline {
  margin-bottom: 0.5em !important;
}

div.expiry-message {
  margin: 0em 0 2em;
  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;
  }
}
.id-icons-container {
  display: none;
  justify-content: space-between;
  padding: 0;
  gap: 0;
  max-width: 400px;
  font-size: 0.9em;
  margin: 0 auto;
}
.id-icons-container .id-icon {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 6px;
  gap: 8px;
}
.id-icons-container .id-icon span {
  width: -moz-max-content;
  width: max-content;
}

.full-width {
  width: 100%;
}/*# sourceMappingURL=styles.css.map */