@charset "UTF-8";
.nav-bar-large {
  background: #dd204f;
  top: 0;
  width: 100%;
  transition-property: top;
  transition: 0.4s;
  opacity: 1;
  text-align: center;
  background-color: #dd204f;
  position: sticky;
  padding: 0 clamp(0em, 0.6vw, 0.5e) !important;
  background: white;
  -webkit-backdrop-filter: blur(10px) contrast(0.5) brightness(1.25) saturate(2);
          backdrop-filter: blur(10px) contrast(0.5) brightness(1.25) saturate(2);
  box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.031372549), 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843), 0px 2px 7px 1px rgba(0, 0, 0, 0.0117647059);
}
.nav-bar-large .invert-on-focus {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.5em !important;
  margin: 0 !important;
}
.nav-bar-large .invert-on-focus:focus-visible {
  filter: invert(1) hue-rotate(180deg);
  background: white;
}
.nav-bar-large .invert-on-focus:active {
  filter: none;
  background: none;
}
.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: 64px;
}
.nav-bar-large div ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  height: 100%;
}
.nav-bar-large div ul li {
  display: inline;
  height: 100%;
}
.nav-bar-large div ul li a {
  color: black;
  font-size: 1.05rem;
  font-size: clamp(0.95rem, 1.5vw, 1.025rem);
  text-decoration: none;
  padding: 0.4em;
  white-space: nowrap;
  font-weight: 600;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0s;
  transition-timing-function: ease-in-out;
  transition-property: color, background !important;
}
.nav-bar-large div ul li a.welsh {
  color: #dd204f;
}
.nav-bar-large div ul li .active,
.nav-bar-large div ul li a:hover {
  border-bottom: 7px solid #dd204f;
  padding-top: 15px;
}
.nav-bar-large div ul li a:focus-visible {
  background: black;
  color: white;
}
.nav-bar-large div ul li a:focus-visible.welsh {
  color: #dd204f;
}
.nav-bar-large .logo {
  display: block;
  width: auto;
  max-height: clamp(28px, 3.45vw, 50px);
}
.nav-bar-large ul:hover li .active,
.nav-bar-large ul:focus-within li .active {
  border-bottom: none;
  padding-top: 8px;
}
.nav-bar-large ul:hover li .active:hover,
.nav-bar-large ul:focus-within li .active:hover {
  border-bottom: 7px solid #dd204f;
  padding-top: 15px;
}
.nav-bar-large ul:hover li:active > a,
.nav-bar-large ul:focus-within li:active > a {
  background: #d5d5d5;
}
.nav-bar-large ul:not(:hover) li .active {
  border-bottom: 7px solid #dd204f;
  padding-top: 15px;
}

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

@media only screen and (max-width: 1040px) {
  .nav-bar-large .logo {
    max-height: 50px;
  }
}
.nav-bar-small {
  overflow: hidden;
  top: -0.5px;
  position: fixed;
  position: sticky;
  transition: top 0.3s;
  z-index: 100;
  box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.031372549), 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843), 0px 2px 7px 1px rgba(0, 0, 0, 0.0117647059);
}
.nav-bar-small .nav-bar-small-container {
  background: rgba(221, 32, 79, 0.9);
  -webkit-backdrop-filter: blur(10px) contrast(0.5) brightness(1.25) saturate(0.7);
          backdrop-filter: blur(10px) contrast(0.5) brightness(1.25) saturate(0.7);
  height: 64px;
  transition: background-color 0.5s;
  background-color: white;
  padding: 0.5em;
}
.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);
  text-decoration: none;
  font-size: 1rem;
  display: block;
  font-weight: 500;
}
.nav-bar-small a .logo {
  height: 52px;
}
.nav-bar-small a p {
  margin: 0;
}
.nav-bar-small .nav-icon {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  transition: background-color 0.4s;
  height: 50px;
  color: #000000;
  border-radius: 2px;
  margin: 4px 0;
  position: relative;
}
.nav-bar-small .nav-icon p {
  padding: 0;
}
.nav-bar-small .nav-icon:active {
  background: none;
}

.overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(2, 2, 2, 0.8117647059);
  position: fixed;
  opacity: 0;
  z-index: 2;
  top: 0;
  z-index: 88888888;
  -webkit-backdrop-filter: brightness(1.25) saturate(1.25) blur(2px);
          backdrop-filter: brightness(1.25) saturate(1.25) blur(2px);
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.overlay.shown {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

#menu-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0.5em;
}
#menu-btn div {
  width: 23px;
  height: 4px;
  background-color: #000000;
  border-radius: 10px;
  margin: 4px 0;
  position: relative;
}
#menu-btn div:nth-child(3) {
  margin-bottom: 2px;
}

.smallNavMenu {
  position: fixed;
  display: flex;
  justify-content: center;
  background: #dd204f;
  height: 100vh;
  z-index: 9999999999999;
  -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: white;
  top: 0;
  transition: right 0.2s ease-in-out;
  width: 380px;
  max-width: 70vw;
  position: fixed;
  right: min(78vw, -380px);
  visibility: hidden;
  overflow-y: scroll;
}
.smallNavMenu.shown {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.smallNavMenu div {
  width: 100%;
}
.smallNavMenu div a,
.smallNavMenu div .close {
  width: 100%;
  display: block;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 1em;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 1px solid #d5d5d5;
  height: 64px;
  font-weight: bold;
  cursor: pointer;
}
.smallNavMenu div a:hover,
.smallNavMenu div .close:hover {
  background: #d5d5d5;
}
.smallNavMenu div a.active,
.smallNavMenu div .close.active {
  border-left: 8px solid #dd204f;
}
.smallNavMenu div a.welsh,
.smallNavMenu div .close.welsh {
  color: #dd204f;
}
.smallNavMenu div .close {
  justify-content: right;
  background: #000000;
  color: white;
  font-weight: bolder;
  width: 100%;
  border-bottom: none;
}
.smallNavMenu div .close:hover {
  border-left: none;
  background: rgb(25, 25, 25);
}
.smallNavMenu div .close .close-button {
  justify-content: end;
  display: flex;
  align-items: center;
}
.smallNavMenu div .close .close-button span {
  position: relative;
  height: 1em;
  width: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.3em;
}
.smallNavMenu div .close .close-button span::before,
.smallNavMenu div .close .close-button span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px; /* cross thickness */
  background-color: rgb(255, 255, 255);
}
.smallNavMenu div .close .close-button span::before {
  transform: rotate(45deg);
}
.smallNavMenu div .close .close-button span::after {
  transform: rotate(-45deg);
}

footer {
  background: #000000;
  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.5rem;
  font-size: 1.1rem;
}
footer div.columns nav a {
  padding: 0.75rem 0.5rem;
  color: white;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
}
footer div.columns nav a:hover {
  color: white;
  background: #4d4d4d;
}
footer div.columns nav a:focus-visible {
  color: #000000;
  background: #ffffff;
  text-decoration-color: #000000;
}
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 nav img {
  margin: 0.75rem 0.5rem;
  width: 35%;
  height: auto;
  max-width: 150px;
}

@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 {
    width: 320px;
    margin: 0 0.5em;
    padding: 0;
  }
  footer div.columns nav span {
    display: none;
  }
  footer div.columns nav a {
    font-size: 0.9rem;
  }
  footer div.columns nav img {
    margin: 0 !important;
    width: clamp(110px, 16vw, 140px);
    height: auto;
  }
  footer div.columns nav img.logo {
    max-width: 120px;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 14;
  background: rgba(7, 7, 7, 0.6);
}
.modal__overlay:focus {
  background: rgba(7, 7, 7, 0.6);
}

.modal__container {
  background-color: #fff;
  padding: 1em 1em 0 1em;
  max-height: 90vh;
  border-radius: 0;
  overflow-y: auto;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 95%;
  max-width: 650px;
}
.modal__container:focus {
  background-color: #fff;
}

.modal__container::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.modal__container::-webkit-scrollbar-track {
  background: #d5d5d5;
}

/* Handle */
.modal__container::-webkit-scrollbar-thumb {
  background: #dd204f;
  border-radius: 0;
  margin: 0.1em;
}

.modal__container::-webkit-scrollbar-thumb:active {
  background: #ee828f;
}

.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: #000000;
  box-sizing: border-box;
  border: 0;
  letter-spacing: -0.4px;
}

.close-modal-icon {
  position: sticky;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  height: 0;
  cursor: pointer;
}
.close-modal-icon:focus img {
  background: #ffffff;
}
.close-modal-icon img {
  width: 3em;
  height: 3em;
  background: white;
  padding: 1em;
  margin-right: -1em;
  margin-top: -1em;
}

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

.modal-buttons {
  display: flex;
  justify-content: space-between;
  padding: 2em 0em 0.5em;
  position: sticky;
  bottom: 0;
  border-bottom: 1px solid white;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.2));
}
.modal-buttons .btn {
  margin: 0;
}

@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(3px);
          backdrop-filter: blur(3px);
}

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

.accordion {
  margin: 0.5em 0 1em;
  width: 100% !important;
}
.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: #dd204f !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-weight: bold;
}
.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__title {
  padding: 0.5em;
}
.accordion.slim {
  border: 0;
  margin: 0 0 1em;
}
.accordion.slim .accordion__item {
  border-bottom: none;
}
.accordion.slim .accordion__item .accordion__title {
  padding: 0 0.5em;
  border: 2px solid black;
}
.accordion.slim .accordion__item .accordion__title:hover, .accordion.slim .accordion__item .accordion__title:focus {
  background: black !important;
  color: white !important;
}
.accordion.slim .accordion__item .accordion__title:hover .carat, .accordion.slim .accordion__item .accordion__title:focus .carat {
  transform: translateY(-35%) rotate(45deg);
  border-color: white !important;
}
.accordion.slim .accordion__item .accordion__title:focus {
  background: black !important;
  color: white !important;
}
.accordion.slim .accordion__item .accordion__title:focus .carat {
  transform: translateY(-35%) rotate(45deg);
  border-color: white !important;
}
.accordion.slim .accordion__item .accordion__title p {
  font-weight: 600;
}
.accordion.slim .accordion__item .accordion__content-inner {
  border: none;
  padding: 1px 0.75em 0px;
  border: 2px solid black;
  border-top: 0;
}
.accordion .is-expanded .accordion__title {
  color: black !important;
  background: #d5d5d5 !important;
}
.accordion .is-expanded .accordion__title:focus {
  background: #dd204f !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: 0.25em 0.5em;
  border-top: 3px solid #404040;
}
.accordion__content-inner p {
  word-break: break-word;
  margin-block-start: 0.25em;
}
.accordion__content-inner ul {
  margin-top: 0;
  padding-inline-start: 20px;
}
.accordion.faq-container .accordion__content-inner {
  padding: 0.75em 0.5em;
  border-top: 3px solid #404040;
}
.accordion.faq-container .accordion__content-inner p {
  word-break: break-word;
  margin-block-start: 0.25em;
}
.accordion.faq-container .accordion__content-inner ul {
  margin-top: 0.5em;
  padding-inline-start: 20px;
}
.accordion.faq-container .accordion__content-inner ul:first-of-type li {
  border-top: 3px solid #e5e5e5;
  padding-top: 0.7em;
}
.accordion.faq-container .accordion__content-inner ul:first-of-type li ul li {
  border-top: 0;
  padding-top: 0;
}
.accordion.faq-container .accordion__content-inner ul:first-of-type li:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.accordion__content {
  transition: max-height 0.5s ease-out;
  height: 0;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .accordion__title:hover {
    cursor: pointer;
    outline: none;
    background: #dd204f !important;
    color: white !important;
  }
  .accordion__title:hover .carat {
    border-color: white;
  }
  .accordion__title:hover h5 {
    -webkit-text-decoration: underline solid white;
            text-decoration: underline solid white;
  }
  .accordion__title:focus-visible {
    cursor: pointer;
    outline: none;
    background: #000000 !important;
    color: white !important;
  }
  .accordion__title:focus-visible .carat {
    border-color: white;
  }
  .accordion__title:focus-visible 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: #000000;
    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: 0.5em 0.5em 0.1em;
  }
  .accordion__content-inner ul {
    padding-left: 1em;
  }
}
#cookiebanner {
  justify-content: center !important;
  background: black !important;
  color: white;
  padding: 1em !important;
  bottom: auto !important;
  top: 0;
  opacity: 1 !important;
  position: inherit !important;
  font-size: 1rem;
}
#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;
  width: 100%;
}
#cookiebanner .cookiebanner-container .btn:focus, #cookiebanner .cookiebanner-container .btn:active {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: black;
}
#cookiebanner .cookiebanner-container .btn:hover {
  background: #626262;
}
#cookiebanner .cookiebanner-container .btn:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 500px) {
  #cookiebanner .cookiebanner-container .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
  }
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: show;
  border: 1px solid black;
}
table th,
table td {
  text-align: center;
  padding: 0.75em 0.5em;
  font-weight: normal;
  font-size: 0.9rem;
}
table th {
  background: #000000;
  color: white;
}
table tr {
  height: 0;
}
table tr td {
  height: inherit;
}
table tr td:first-child {
  border-collapse: collapse;
  text-align: center;
  background: #e6e6e6;
  border-right: 1px solid #cacaca;
}
table tr td:last-child {
  border-collapse: collapse;
  text-align: center;
}
table.scores {
  width: min(650px, 100%);
  margin-bottom: 1em;
  table-layout: auto;
}
table.scores td:first-child, table.scores th:first-child {
  border-collapse: unset;
  text-align: center;
  border-right: unset;
}
table.scores th {
  background: #d5d5d5;
  color: #000000;
  width: 40%;
}
table.scores td, table.scores th {
  border: 2px solid #000000;
}

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

.floating-aside {
  display: none;
  width: 300px;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 25px;
  margin: 25px 1rem 10px 0;
  transition: top 0.4s;
  border-radius: 1em;
  color: #000000;
  order: 1;
  background: #d5d5d5;
  background: #dddddd;
  box-shadow: 0 0 0px 1px #dddddd;
}
.floating-aside .bottom {
  margin: 0.75em 1em 1em;
}
.floating-aside .bottom h3 {
  margin-bottom: 0.25em;
  margin-top: 0;
  color: #000000;
}
.floating-aside img {
  border-radius: 1em 1em 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes example {
  0% {
    margin-bottom: -140px;
  }
  100% {
    margin-bottom: 0;
  }
}
div .dwppluginbot_instigator {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5 !important;
  position: fixed !important;
  right: 10px !important;
  background: #dd204f !important;
  color: white !important;
  padding: 0.6em 0.8em !important;
  border-radius: 0.75em !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2392156863) !important;
  font-size: 20px !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: capitalize;
  animation-name: example !important;
  animation-duration: 0.5s !important;
  animation-timing-function: cubic-bezier(0, 0.5, 0.01, 1.17) !important;
  font-weight: bold;
  border-radius: 0.6em !important;
  bottom: 10px !important;
}
div .dwppluginbot_instigator:focus {
  outline: none !important;
  background: #dd204f !important;
}
div .dwppluginbot_instigator:hover, div .dwppluginbot_instigator:active {
  background: #84132f !important;
  bottom: 10px !important;
}
div .dwppluginbot_instigator:focus-visible {
  outline: 3px solid white !important;
  bottom: 10px !important;
  background: black !important;
}

.dwppluginMtcbot_main {
  background: #dd204f !important;
}

.dwppluginMtcbot_front {
  background: #dd204f !important;
}

.dwppluginMtcbot_closebutton {
  background: #dd204f !important;
}

.dwppluginOpsbot_sButton_anim {
  color: #dd204f !important;
}

@media screen and (max-width: 600px) {
  div .dwppluginbot_instigator {
    bottom: 10px;
    right: 10px;
  }
}
.parallax-gap {
  height: 78vh;
  max-height: 50vw;
  width: 100%;
}

.parallax-image {
  position: absolute;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  top: -7%;
}

.job-listing {
  background: white;
  margin: 1em 0;
  padding: 0.8em 1em 1em;
  border: 2px solid #d5d5d5;
  background: whitesmoke;
  border: 2px solid #dddddd;
}
.job-listing h3 {
  padding: 0;
  margin: 0 0 0.5em;
}
.job-listing .job-listing-buttons {
  display: flex;
  justify-content: space-between;
}
.job-listing .job-listing-buttons .btn {
  margin: 0;
}
.job-listing ul li {
  margin-bottom: 0.5em;
}

#results-counter {
  font-weight: bold;
}

#job-info {
  word-break: break-word;
}

.filter-container {
  display: none;
  justify-content: space-between;
  gap: 1em;
  padding: 0.5em 0;
  flex-direction: column;
}
.filter-container div {
  width: 100%;
}
.filter-container div label {
  font-weight: bold;
}
.filter-container div select {
  margin-top: 0.25em;
  display: block;
  width: 100%;
  border: 3px solid #d5d5d5;
  padding: 0.5em;
  font-size: 1em;
  cursor: pointer;
  background: white;
  height: 2.75em;
}
.filter-container div select:focus {
  border-color: #000000;
}

#job-counter {
  margin: 0;
  border-bottom: 3px solid #000000;
  padding: 0.25em 1em;
  background: #dad8d7;
}

@media only screen and (min-width: 720px) {
  .filter-container {
    flex-direction: row;
  }
}
.donutSpinner {
  display: inline-block;
  border: 8px solid #d5d5d5;
  border-left-color: #dd204f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: donut-spin 2s cubic-bezier(0.2, 0.54, 0.92, 0.58) infinite;
}

.spinner-container {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.75em;
}
.spinner-container p {
  font-weight: bold;
}

@keyframes donut-spin {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(1170deg);
  }
}
h1 {
  max-width: 85%;
  min-width: 8.5em;
  padding: 1rem 1rem 0.75rem;
  color: white;
  margin: 0;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-size: clamp(1.6em, 6.5vw, 2em);
}
h1.right {
  text-align: left;
}

.h1-home {
  max-width: 85%;
  min-width: 8.5em;
  padding: 1rem 1rem 0.75rem;
  color: white;
  margin: 0;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-size: clamp(1.6em, 6.5vw, 2em);
  font-weight: 600;
}
.h1-home.right {
  text-align: right;
}

.hero-text-container {
  height: 24vh;
  min-height: 180px;
  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: #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: 240px;
  max-height: 40vw;
  max-height: min(40vw, 720px);
  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;
}

br.large {
  display: none;
}

@media only screen and (min-width: 720px) {
  br.large {
    display: block;
  }
  .hero {
    display: flex;
    margin-top: -64px;
    align-items: baseline;
    padding-top: 64px;
    padding-top: 48px;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    height: 89vh;
    min-height: 400px;
    max-height: min(38vw, 720px);
  }
  .hero p {
    margin-top: 0.5em;
    color: #62b9ff;
    max-width: 15em;
    padding: 0 0.5em;
    font-size: 2.75vh;
  }
  .hero .hero-text-container {
    height: 24vh;
    min-height: 180px;
    max-height: 50vw;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
  }
  .hero .hero-text-container h1 {
    margin: auto;
    display: inline-block;
    width: clamp(650px, 60vw, 1000px);
    color: white;
    padding: 0;
    background: none;
    max-width: 100%;
  }
  .hero .hero-text-container h1.right {
    text-align: right;
  }
  .hero .hero-text-container h1 span {
    font-size: clamp(37px, 3.3vw, 51px);
    font-size: clamp(37px, 3.5vw, 52px);
    color: white;
    background: #000000;
    line-height: clamp(56px, 5.25vw, 85px);
    padding: 16px min(3.3vw, 24px);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima_nova_thin-webfont.woff2") format("woff2"), url("fonts/proxima_nova_thin-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova-bold-webfont.woff2") format("woff2"), url("fonts/proxima-nova-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova-extrabold-webfont.woff2") format("woff2"), url("fonts/proxima-nova-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova-black-webfont.woff2") format("woff2"), url("fonts/proxima-nova-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "meta-serif-pro-italic";
  src: url("fonts/MetaSerifPro-BookItalic.woff2") format("woff2"), url("fonts/MetaSerifPro-BookItalic.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.faq-question {
  display: block;
}

#searchCount {
  font-weight: 700;
  margin: 0.75em 0;
}

#filteredFaqs li {
  border-top: 3px solid #e5e5e5;
  padding-top: 0.7em;
}
#filteredFaqs li ul li {
  border-top: 0;
  padding-top: 0;
}
#filteredFaqs li:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.hero-half-video {
  background: #dd204f;
}
.hero-half-video .hero-half-container {
  display: block;
  max-width: 1518px;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 650px;
}
.hero-half-video .hero-half-container .half-video {
  width: 100%;
}
.hero-half-video .hero-half-container .half-text {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hero-half-video .hero-half-container .half-text .half-text-container {
  width: 650px;
  margin: 10px;
}
.hero-half-video .hero-half-container .h1-no-background {
  background: none;
  padding: 0;
  line-height: 2.5rem;
  margin: 0;
  width: unset;
  min-width: unset;
  max-width: unset;
  font-size: clamp(1.75em, 7vw, 2.25em);
}
.hero-half-video .hero-half-container .mobile {
  width: min(485px, 100%);
  margin: 0;
  border: none;
}
.hero-half-video .hero-half-container .large {
  display: none;
}

@media only screen and (min-width: 991px) {
  .hero-half-video .hero-half-container {
    display: flex;
    max-width: 1540px;
    margin: auto;
    width: 100%;
    flex-direction: row;
  }
  .hero-half-video .hero-half-container .half-video {
    width: 58%;
  }
  .hero-half-video .hero-half-container .half-text .half-text-container {
    width: clamp(340px, 30vw, 445px);
    margin: 0;
  }
  .hero-half-video .mobile {
    display: none;
  }
  .hero-half-video .large {
    display: flex;
  }
}
[data-tab-content] {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px 15px;
  border-radius: 3px 3px 5px 5px;
}

.active[data-tab-content] {
  display: block;
  margin-top: -1px; /* To overlap the border of the active tab */
}

[data-tab-list] {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  list-style: none;
  flex-wrap: wrap;
}

.tab-box {
  padding: 10px 15px;
  border-radius: 5px;
}

.tab {
  cursor: pointer;
  padding: 10px 15px;
  margin: 0;
  list-style-type: none;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 768px) {
  .tab {
    font-size: 16px;
    margin: 5px 0;
  }
}
.tab:hover {
  color: #292929;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.tab.active {
  color: #292929;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ccc;
  border-bottom: 3px solid white; /* Set the bottom border to white or the same color as the background */
  margin-bottom: -2px;
}

.main-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  z-index: 9999; /* Adjust the z-index as needed */
  overflow: auto;
  display: none;
}
.main-modal .main-modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff; /* White background */
  padding: 20px;
  z-index: 10000; /* Ensure modal content appears above the background */
  width: 50%; /* Set width to fit content */
  max-height: 80vh; /* Limit height to viewport height */
  border-radius: 10px;
  overflow-y: auto; /* Enable vertical scrolling */
  display: flex;
  flex-direction: column;
  /* Width and height of the scrollbar */
  /* Track (background) of the scrollbar */
  /* Draggable part of the scrollbar */
  /* On hover */
  /* Optional: Corner between horizontal and vertical scrollbars */
}
.main-modal .main-modal-content p {
  font-size: 0.9rem;
}
.main-modal .main-modal-content ul {
  font-size: 0.9rem;
}
.main-modal .main-modal-content::-webkit-scrollbar {
  width: 10px; /* Width of the vertical scrollbar */
  height: 10px; /* Height of the horizontal scrollbar */
}
.main-modal .main-modal-content::-webkit-scrollbar-track {
  background: #fff;
}
.main-modal .main-modal-content::-webkit-scrollbar-thumb {
  background: #dd204f;
  border-radius: 5px;
}
.main-modal .main-modal-content::-webkit-scrollbar-thumb:hover {
  background: #fd006c;
}
.main-modal .main-modal-content::-webkit-scrollbar-corner {
  background: #dddddd;
}
.main-modal .main-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc; /* Border to separate header from content */
}
.main-modal .main-modal-header .header-close-modal {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  border-radius: 5px;
  margin-right: 10px;
}
.main-modal .main-modal-header .header-close-modal:hover {
  color: #dd204f;
}
.main-modal .main-modal-body {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* Other styles for the modal body */
}
.main-modal .main-modal-body .modal-video {
  display: flex;
  justify-content: center;
  width: 100%; /* Adjust to fit within modal content */
  height: auto; /* Maintain aspect ratio */
}
.main-modal .main-modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  border-top: 1px solid #ccc;
  /* Other styles for the modal footer */
}
.main-modal .main-modal-footer .close-modal {
  background-color: #dd204f;
  color: #f6f6f6;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  padding: 8px 20px;
}
.main-modal .main-modal-footer .close-modal:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: rgb(232, 35, 84);
  color: #f6f6f6;
}

.modal-open {
  display: block;
}

@media (min-width: 320px) and (max-width: 1190px) {
  .main-modal {
    width: 100%;
    height: 100%;
  }
  .main-modal .main-modal-content {
    font-size: 0.9rem;
    width: 90%; /* Adjust width for smaller screens */
    max-height: 90vh; /* Limit height to viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
  }
  .main-modal .modal-body {
    flex-direction: column;
  }
}
.modal-image-box {
  width: 450px;
  height: auto;
  border-radius: 10px;
  background: #000;
  color: #f6f6f6;
  margin-bottom: 15px;
}
.modal-image-box .modal-image {
  width: 130px;
  height: auto;
  border-radius: 100px;
  padding: 10px;
}
.modal-image-box .modal-image-header {
  width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.modal-image-box .modal-image-header p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 10px;
}
.modal-image-box .modal-image-footer {
  width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .modal-image-box {
    width: 80%;
  }
  .modal-image-box .modal-image-box {
    width: 80%;
    font-size: 10px;
  }
  .modal-image-box .modal-image {
    width: 100px;
  }
  .modal-image-box .modal-image-header {
    width: 90%;
  }
  .modal-image-box .modal-image-header p {
    font-size: 1rem;
  }
  .modal-image-box .modal-image-footer {
    font-size: 1rem;
    width: 100%;
    padding: 0 10px;
    border: none;
  }
}

.values-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, min-content);
  gap: 10px;
  place-items: center;
}
.values-container .values-box {
  display: flex;
  align-items: center;
  text-align: center;
}
.values-container .values-box:not(:last-child) {
  border-bottom: 1px solid #dd204f;
}
.values-container .values-box .values-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.values-container .values-box .values-text {
  width: 300px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
}
.values-container .values-box .values-text span {
  font-weight: 600;
}
@media (max-width: 768px) {
  .values-container .values-box {
    flex-direction: column;
    align-items: center;
  }
  .values-container .values-image {
    margin-bottom: 10px;
  }
}

.container {
  background: #dd204f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0;
  border-radius: 20px;
}

.container .card {
  position: relative;
  min-width: 270px;
  height: 250px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 10px;
  transition: 0.5s;
}

.container .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}

#salary .box {
  background: #317a19;
}

#financial .box {
  background: #f8be00;
}

#pension .box {
  background: #c12637;
}

#health .box {
  background: #007492;
}

#family .box {
  background: #317a19;
}

#working .box {
  background: #f8be00;
}

#inclusion .box {
  background: #c12637;
}

#learning .box {
  background: #007492;
}

#responsibilities .box {
  background: #317a19;
}

#priority .box {
  background: #f8be00;
}

#values .box {
  background: #c12637;
}

#sustainability .box {
  background: #007492;
}

.container .card .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.container .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.container .card .box .content {
  text-align: center;
}

.container .card .box .content .heading {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.container .card .box .content .content {
  font-size: 1.5rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.container .card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.container .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  transition: 0.5s;
  font-size: 23px;
}

.commitments-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.commitments-container .card {
  width: 310px;
}
.commitments-container .box {
  width: 270px;
}

@media (max-width: 768px) {
  [data-tab-list] {
    flex-direction: column;
    align-items: flex-start;
  }
  .container .card {
    min-width: 200px;
    height: 180px;
  }
  .container .card .box .content .heading {
    font-size: 6rem;
    top: 25px;
    right: 1px;
  }
  .container .card .box .content .content {
    font-size: 1rem;
    border-top: none;
  }
  .container .card .box .content p {
    font-size: 0.8rem;
  }
  .container .card .box .content a {
    font-size: 0.9rem;
    padding: 6px 16px;
    margin-top: 10px; /* Move the a element up */
  }
  .tab {
    margin: 5px 0;
    width: 100%;
    text-align: left;
  }
  .tab:last-child.active {
    border-bottom: 1px solid #ccc; /* Add bottom border to match the content border */
    border-radius: 5px 5px 0 0; /* Rounded corners for a seamless look */
    margin-bottom: 0; /* Remove extra margin */
  }
  .tab.active {
    border-radius: 5px; /* Rounded corners for smaller screens */
    border-bottom: 1px solid #ccc; /* Keep bottom border for a complete look */
  }
}
* {
  font-family: "proxima-nova", Helvetica Neue, -webkit-pictograph, Arial, sans-serif !important;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}
*:focus {
  outline: none;
}

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

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

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

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

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

::-moz-selection {
  background: #2791dc;
  color: white;
}

::selection {
  background: #2791dc;
  color: white;
}

:target {
  background-color: #ffa;
}

body {
  margin: 0;
  background: white;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.6em;
  background: white;
  color: #dd204f;
  padding: 0.5em 0.75em;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 1em;
  margin-block-end: 0.5em;
  border: 3px solid #dd204f;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 0.4em;
}
.btn:hover {
  background: #d9d9d9;
  transition: 0.1s;
}
.btn:focus-visible {
  background: #000000;
  color: white;
  border-color: #000000;
}
.btn.fill {
  background: #dd204f;
  color: white;
}
.btn.fill:hover {
  background: #9a1637;
  border-color: #9a1637;
  transition: 0.1s;
}
.btn.fill:focus-visible {
  background: #000000;
  color: white;
}
.btn.full {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
}
.btn.forward-back-page-btn img {
  height: 1em;
}
.btn.forward-back-page-btn.left img {
  transform: rotate(180deg);
}

.forward-back-page-btn-container {
  display: block;
}

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

.body-text-container {
  width: 90%;
  order: 2;
  padding: 0 1em;
}
.body-text-container section:last-child {
  border-bottom: none;
}

h2 {
  color: #272727;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.5em;
  border-top: 0.2em solid #5dc0f2;
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
  letter-spacing: -0.5px;
}

h3 {
  font-weight: 600;
  color: #272727;
  font-size: 1.25em;
  margin: 0.5em 0 0 0;
}

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

@media only screen and (min-width: 1000px) {
  .floating-aside {
    display: table;
  }
  h2 {
    border-top: none;
  }
}
article {
  display: flex;
  justify-content: center;
}
article.main-article {
  background: white;
  z-index: 0;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4196078431);
  padding-bottom: 1em;
}
article.main-article.no-shadow {
  box-shadow: unset;
}

p {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.7;
}
p a:focus {
  color: #ffffff !important;
  background: #1d1d1d;
  text-decoration-color: white !important;
}

section h2:first-child {
  margin-top: 0.5em;
  border-top: 0.2em solid #dd204f;
  padding-top: 0.1em;
}
section h2.border-top {
  border-top: 0.2em solid #dd204f;
}
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;
  list-style: square;
}
section ul li a:focus {
  color: #ffffff !important;
  background: #1d1d1d;
  text-decoration-color: white !important;
}

.quote-container {
  background: white;
  margin: 1.5em 0;
  border-radius: 0em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quote-container .quote {
  padding: 1em 1.25em;
  margin: 0;
  color: #323232;
}
.quote-container .quote-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: white;
  border-radius: 10px;
  width: 50%;
  margin-top: 0.5rem;
}
.quote-container .quote-footer div {
  padding: 0 0.75em 0 0.25em;
}
.quote-container .quote-person {
  margin: 0;
  font-size: 1.25em;
  text-transform: capitalize;
  line-height: 1.25em;
  font-weight: bold;
}
.quote-container .quote-role {
  margin: 0;
  line-height: 1.3em;
  color: #d5d5d5;
  font-size: 0.9em;
  max-width: 12em;
}
.quote-container .quote-image {
  box-shadow: #ffffff 0 0 0 3.5px;
  height: 4.75em;
  width: 4.75em;
  border-radius: 50%;
  margin: 1em;
}
.quote-container .blockquote-container {
  padding: 0.75em 0.25em 0.25em 0.5em;
  background: #f3f3f3;
}
.quote-container .blockquote-container blockquote {
  font-size: 0.95rem;
  margin: 0.25em 0;
  line-height: 1.45;
  position: relative;
  color: #000000;
  text-align: left;
  word-spacing: 5px;
  font-family: "meta-serif-pro-italic", Georgia, serif !important;
  padding: 0.25em 0.75em;
}
@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.0784313725);
    left: -16px;
    font-size: 140px;
  }
}

@media only screen and (min-width: 720px) {
  .forward-back-page-btn-container {
    display: flex;
    justify-content: space-between;
  }
  .nav-bar-small {
    display: none;
  }
  .nav-bar-large {
    display: block;
  }
  .body-text-container {
    width: 960px;
    margin: 0 10px;
    padding: 0;
  }
  section h2:first-child {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 720px) {
  .forward-back-page-btn-container {
    display: flex;
    justify-content: space-between;
  }
  section h2:first-child {
    margin-top: 24px;
  }
  section ul {
    font-size: 0.9rem; /* Adjust the font size here */
  }
  .quote-container {
    margin: 2.5em 1em;
  }
  .quote-container .quote {
    padding: 2em 2em;
  }
  .quote-container .quote-image {
    margin: 1em 0.5em;
    width: 60px;
    height: 60px;
  }
  .quote-container .quote-footer {
    width: 100%;
  }
  .quote-container .quote-footer div {
    padding: 0 1em;
    font-size: 15px;
  }
}
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 #000000;
  height: 60px;
  background: #fff url("../icons/search.svg") no-repeat right 0.75rem center;
  background-size: 30px;
  font-size: 1em;
}
input.search.no-search-icon {
  background: white;
}
input.search:focus {
  outline: 3px solid #000000;
}

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

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

ol li {
  line-height: 1.7;
  margin-bottom: 0.75em;
  padding-left: 0.5em;
  margin-left: -0.5em;
}
ol li a:focus {
  color: #ffffff !important;
  background: #1d1d1d;
  text-decoration-color: white !important;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #000000;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skip:focus {
  padding: 0.5em;
  position: static;
  height: auto;
  width: 100%;
  background: #ffc107;
  display: flex;
}
.skip span {
  max-width: 1240px;
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.grid-container {
  display: grid;
  gap: 1em;
  margin-bottom: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
.grid-container .grid-item {
  padding: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=styles.css.map */