@import url(//fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap);
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

@charset "UTF-8";
/* Colours */
/*Brand colours*/
/*Sixth form*/
/*Senior school*/
/*Prep school*/
/*Laurels Alumni*/
/* Breakpoints */
.bglte {
  background-color: white;
}

.bgblack {
  background-color: #181818;
}

.bgdgrey {
  background-color: #2D3131;
}

.bgmgrey {
  background-color: #3E4444;
}

.bglgrey {
  background-color: #D2DCE2;
}

/*School specific colours*/
.bgprep {
  background-color: #FFA52F;
}

.bgpreplte {
  background-color: #FFE3A1;
}

.bgsenior {
  background-color: #0094FE;
}

.bgseniorlte {
  background-color: #D0E7FD;
}

.bgsixth {
  background-color: #FF558D;
}

.bgsixthlte {
  background-color: #FAE3EC;
}

.bglaurels {
  background-color: #12BF83;
}

.bglaurelslte {
  background-color: #DAF4EB;
}

.bggeneric {
  background-color: #D2DCE2;
}

.bggenericlte {
  background-color: #D2DCE2;
}

/* Font Awesome */
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "0";
}

.fa-1 {
  --fa: "1";
}

.fa-2 {
  --fa: "2";
}

.fa-3 {
  --fa: "3";
}

.fa-4 {
  --fa: "4";
}

.fa-5 {
  --fa: "5";
}

.fa-6 {
  --fa: "6";
}

.fa-7 {
  --fa: "7";
}

.fa-8 {
  --fa: "8";
}

.fa-9 {
  --fa: "9";
}

.fa-fill-drip {
  --fa: "";
}

.fa-arrows-to-circle {
  --fa: "";
}

.fa-circle-chevron-right {
  --fa: "";
}

.fa-chevron-circle-right {
  --fa: "";
}

.fa-at {
  --fa: "@";
}

.fa-trash-can {
  --fa: "";
}

.fa-trash-alt {
  --fa: "";
}

.fa-text-height {
  --fa: "";
}

.fa-user-xmark {
  --fa: "";
}

.fa-user-times {
  --fa: "";
}

.fa-stethoscope {
  --fa: "";
}

.fa-message {
  --fa: "";
}

.fa-comment-alt {
  --fa: "";
}

.fa-info {
  --fa: "";
}

.fa-down-left-and-up-right-to-center {
  --fa: "";
}

.fa-compress-alt {
  --fa: "";
}

.fa-explosion {
  --fa: "";
}

.fa-file-lines {
  --fa: "";
}

.fa-file-alt {
  --fa: "";
}

.fa-file-text {
  --fa: "";
}

.fa-wave-square {
  --fa: "";
}

.fa-ring {
  --fa: "";
}

.fa-building-un {
  --fa: "";
}

.fa-dice-three {
  --fa: "";
}

.fa-calendar-days {
  --fa: "";
}

.fa-calendar-alt {
  --fa: "";
}

.fa-anchor-circle-check {
  --fa: "";
}

.fa-building-circle-arrow-right {
  --fa: "";
}

.fa-volleyball {
  --fa: "";
}

.fa-volleyball-ball {
  --fa: "";
}

.fa-arrows-up-to-line {
  --fa: "";
}

.fa-sort-down {
  --fa: "";
}

.fa-sort-desc {
  --fa: "";
}

.fa-circle-minus {
  --fa: "";
}

.fa-minus-circle {
  --fa: "";
}

.fa-door-open {
  --fa: "";
}

.fa-right-from-bracket {
  --fa: "";
}

.fa-sign-out-alt {
  --fa: "";
}

.fa-atom {
  --fa: "";
}

.fa-soap {
  --fa: "";
}

.fa-icons {
  --fa: "";
}

.fa-heart-music-camera-bolt {
  --fa: "";
}

.fa-microphone-lines-slash {
  --fa: "";
}

.fa-microphone-alt-slash {
  --fa: "";
}

.fa-bridge-circle-check {
  --fa: "";
}

.fa-pump-medical {
  --fa: "";
}

.fa-fingerprint {
  --fa: "";
}

.fa-hand-point-right {
  --fa: "";
}

.fa-magnifying-glass-location {
  --fa: "";
}

.fa-search-location {
  --fa: "";
}

.fa-forward-step {
  --fa: "";
}

.fa-step-forward {
  --fa: "";
}

.fa-face-smile-beam {
  --fa: "";
}

.fa-smile-beam {
  --fa: "";
}

.fa-flag-checkered {
  --fa: "";
}

.fa-football {
  --fa: "";
}

.fa-football-ball {
  --fa: "";
}

.fa-school-circle-exclamation {
  --fa: "";
}

.fa-crop {
  --fa: "";
}

.fa-angles-down {
  --fa: "";
}

.fa-angle-double-down {
  --fa: "";
}

.fa-users-rectangle {
  --fa: "";
}

.fa-people-roof {
  --fa: "";
}

.fa-people-line {
  --fa: "";
}

.fa-beer-mug-empty {
  --fa: "";
}

.fa-beer {
  --fa: "";
}

.fa-diagram-predecessor {
  --fa: "";
}

.fa-arrow-up-long {
  --fa: "";
}

.fa-long-arrow-up {
  --fa: "";
}

.fa-fire-flame-simple {
  --fa: "";
}

.fa-burn {
  --fa: "";
}

.fa-person {
  --fa: "";
}

.fa-male {
  --fa: "";
}

.fa-laptop {
  --fa: "";
}

.fa-file-csv {
  --fa: "";
}

.fa-menorah {
  --fa: "";
}

.fa-truck-plane {
  --fa: "";
}

.fa-record-vinyl {
  --fa: "";
}

.fa-face-grin-stars {
  --fa: "";
}

.fa-grin-stars {
  --fa: "";
}

.fa-bong {
  --fa: "";
}

.fa-spaghetti-monster-flying {
  --fa: "";
}

.fa-pastafarianism {
  --fa: "";
}

.fa-arrow-down-up-across-line {
  --fa: "";
}

.fa-spoon {
  --fa: "";
}

.fa-utensil-spoon {
  --fa: "";
}

.fa-jar-wheat {
  --fa: "";
}

.fa-envelopes-bulk {
  --fa: "";
}

.fa-mail-bulk {
  --fa: "";
}

.fa-file-circle-exclamation {
  --fa: "";
}

.fa-circle-h {
  --fa: "";
}

.fa-hospital-symbol {
  --fa: "";
}

.fa-pager {
  --fa: "";
}

.fa-address-book {
  --fa: "";
}

.fa-contact-book {
  --fa: "";
}

.fa-strikethrough {
  --fa: "";
}

.fa-k {
  --fa: "K";
}

.fa-landmark-flag {
  --fa: "";
}

.fa-pencil {
  --fa: "";
}

.fa-pencil-alt {
  --fa: "";
}

.fa-backward {
  --fa: "";
}

.fa-caret-right {
  --fa: "";
}

.fa-comments {
  --fa: "";
}

.fa-paste {
  --fa: "";
}

.fa-file-clipboard {
  --fa: "";
}

.fa-code-pull-request {
  --fa: "";
}

.fa-clipboard-list {
  --fa: "";
}

.fa-truck-ramp-box {
  --fa: "";
}

.fa-truck-loading {
  --fa: "";
}

.fa-user-check {
  --fa: "";
}

.fa-vial-virus {
  --fa: "";
}

.fa-sheet-plastic {
  --fa: "";
}

.fa-blog {
  --fa: "";
}

.fa-user-ninja {
  --fa: "";
}

.fa-person-arrow-up-from-line {
  --fa: "";
}

.fa-scroll-torah {
  --fa: "";
}

.fa-torah {
  --fa: "";
}

.fa-broom-ball {
  --fa: "";
}

.fa-quidditch {
  --fa: "";
}

.fa-quidditch-broom-ball {
  --fa: "";
}

.fa-toggle-off {
  --fa: "";
}

.fa-box-archive {
  --fa: "";
}

.fa-archive {
  --fa: "";
}

.fa-person-drowning {
  --fa: "";
}

.fa-arrow-down-9-1 {
  --fa: "";
}

.fa-sort-numeric-desc {
  --fa: "";
}

.fa-sort-numeric-down-alt {
  --fa: "";
}

.fa-face-grin-tongue-squint {
  --fa: "";
}

.fa-grin-tongue-squint {
  --fa: "";
}

.fa-spray-can {
  --fa: "";
}

.fa-truck-monster {
  --fa: "";
}

.fa-w {
  --fa: "W";
}

.fa-earth-africa {
  --fa: "";
}

.fa-globe-africa {
  --fa: "";
}

.fa-rainbow {
  --fa: "";
}

.fa-circle-notch {
  --fa: "";
}

.fa-tablet-screen-button {
  --fa: "";
}

.fa-tablet-alt {
  --fa: "";
}

.fa-paw {
  --fa: "";
}

.fa-cloud {
  --fa: "";
}

.fa-trowel-bricks {
  --fa: "";
}

.fa-face-flushed {
  --fa: "";
}

.fa-flushed {
  --fa: "";
}

.fa-hospital-user {
  --fa: "";
}

.fa-tent-arrow-left-right {
  --fa: "";
}

.fa-gavel {
  --fa: "";
}

.fa-legal {
  --fa: "";
}

.fa-binoculars {
  --fa: "";
}

.fa-microphone-slash {
  --fa: "";
}

.fa-box-tissue {
  --fa: "";
}

.fa-motorcycle {
  --fa: "";
}

.fa-bell-concierge {
  --fa: "";
}

.fa-concierge-bell {
  --fa: "";
}

.fa-pen-ruler {
  --fa: "";
}

.fa-pencil-ruler {
  --fa: "";
}

.fa-people-arrows {
  --fa: "";
}

.fa-people-arrows-left-right {
  --fa: "";
}

.fa-mars-and-venus-burst {
  --fa: "";
}

.fa-square-caret-right {
  --fa: "";
}

.fa-caret-square-right {
  --fa: "";
}

.fa-scissors {
  --fa: "";
}

.fa-cut {
  --fa: "";
}

.fa-sun-plant-wilt {
  --fa: "";
}

.fa-toilets-portable {
  --fa: "";
}

.fa-hockey-puck {
  --fa: "";
}

.fa-table {
  --fa: "";
}

.fa-magnifying-glass-arrow-right {
  --fa: "";
}

.fa-tachograph-digital {
  --fa: "";
}

.fa-digital-tachograph {
  --fa: "";
}

.fa-users-slash {
  --fa: "";
}

.fa-clover {
  --fa: "";
}

.fa-reply {
  --fa: "";
}

.fa-mail-reply {
  --fa: "";
}

.fa-star-and-crescent {
  --fa: "";
}

.fa-house-fire {
  --fa: "";
}

.fa-square-minus {
  --fa: "";
}

.fa-minus-square {
  --fa: "";
}

.fa-helicopter {
  --fa: "";
}

.fa-compass {
  --fa: "";
}

.fa-square-caret-down {
  --fa: "";
}

.fa-caret-square-down {
  --fa: "";
}

.fa-file-circle-question {
  --fa: "";
}

.fa-laptop-code {
  --fa: "";
}

.fa-swatchbook {
  --fa: "";
}

.fa-prescription-bottle {
  --fa: "";
}

.fa-bars {
  --fa: "";
}

.fa-navicon {
  --fa: "";
}

.fa-people-group {
  --fa: "";
}

.fa-hourglass-end {
  --fa: "";
}

.fa-hourglass-3 {
  --fa: "";
}

.fa-heart-crack {
  --fa: "";
}

.fa-heart-broken {
  --fa: "";
}

.fa-square-up-right {
  --fa: "";
}

.fa-external-link-square-alt {
  --fa: "";
}

.fa-face-kiss-beam {
  --fa: "";
}

.fa-kiss-beam {
  --fa: "";
}

.fa-film {
  --fa: "";
}

.fa-ruler-horizontal {
  --fa: "";
}

.fa-people-robbery {
  --fa: "";
}

.fa-lightbulb {
  --fa: "";
}

.fa-caret-left {
  --fa: "";
}

.fa-circle-exclamation {
  --fa: "";
}

.fa-exclamation-circle {
  --fa: "";
}

.fa-school-circle-xmark {
  --fa: "";
}

.fa-arrow-right-from-bracket {
  --fa: "";
}

.fa-sign-out {
  --fa: "";
}

.fa-circle-chevron-down {
  --fa: "";
}

.fa-chevron-circle-down {
  --fa: "";
}

.fa-unlock-keyhole {
  --fa: "";
}

.fa-unlock-alt {
  --fa: "";
}

.fa-cloud-showers-heavy {
  --fa: "";
}

.fa-headphones-simple {
  --fa: "";
}

.fa-headphones-alt {
  --fa: "";
}

.fa-sitemap {
  --fa: "";
}

.fa-circle-dollar-to-slot {
  --fa: "";
}

.fa-donate {
  --fa: "";
}

.fa-memory {
  --fa: "";
}

.fa-road-spikes {
  --fa: "";
}

.fa-fire-burner {
  --fa: "";
}

.fa-flag {
  --fa: "";
}

.fa-hanukiah {
  --fa: "";
}

.fa-feather {
  --fa: "";
}

.fa-volume-low {
  --fa: "";
}

.fa-volume-down {
  --fa: "";
}

.fa-comment-slash {
  --fa: "";
}

.fa-cloud-sun-rain {
  --fa: "";
}

.fa-compress {
  --fa: "";
}

.fa-wheat-awn {
  --fa: "";
}

.fa-wheat-alt {
  --fa: "";
}

.fa-ankh {
  --fa: "";
}

.fa-hands-holding-child {
  --fa: "";
}

.fa-asterisk {
  --fa: "*";
}

.fa-square-check {
  --fa: "";
}

.fa-check-square {
  --fa: "";
}

.fa-peseta-sign {
  --fa: "";
}

.fa-heading {
  --fa: "";
}

.fa-header {
  --fa: "";
}

.fa-ghost {
  --fa: "";
}

.fa-list {
  --fa: "";
}

.fa-list-squares {
  --fa: "";
}

.fa-square-phone-flip {
  --fa: "";
}

.fa-phone-square-alt {
  --fa: "";
}

.fa-cart-plus {
  --fa: "";
}

.fa-gamepad {
  --fa: "";
}

.fa-circle-dot {
  --fa: "";
}

.fa-dot-circle {
  --fa: "";
}

.fa-face-dizzy {
  --fa: "";
}

.fa-dizzy {
  --fa: "";
}

.fa-egg {
  --fa: "";
}

.fa-house-medical-circle-xmark {
  --fa: "";
}

.fa-campground {
  --fa: "";
}

.fa-folder-plus {
  --fa: "";
}

.fa-futbol {
  --fa: "";
}

.fa-futbol-ball {
  --fa: "";
}

.fa-soccer-ball {
  --fa: "";
}

.fa-paintbrush {
  --fa: "";
}

.fa-paint-brush {
  --fa: "";
}

.fa-lock {
  --fa: "";
}

.fa-gas-pump {
  --fa: "";
}

.fa-hot-tub-person {
  --fa: "";
}

.fa-hot-tub {
  --fa: "";
}

.fa-map-location {
  --fa: "";
}

.fa-map-marked {
  --fa: "";
}

.fa-house-flood-water {
  --fa: "";
}

.fa-tree {
  --fa: "";
}

.fa-bridge-lock {
  --fa: "";
}

.fa-sack-dollar {
  --fa: "";
}

.fa-pen-to-square {
  --fa: "";
}

.fa-edit {
  --fa: "";
}

.fa-car-side {
  --fa: "";
}

.fa-share-nodes {
  --fa: "";
}

.fa-share-alt {
  --fa: "";
}

.fa-heart-circle-minus {
  --fa: "";
}

.fa-hourglass-half {
  --fa: "";
}

.fa-hourglass-2 {
  --fa: "";
}

.fa-microscope {
  --fa: "";
}

.fa-sink {
  --fa: "";
}

.fa-bag-shopping {
  --fa: "";
}

.fa-shopping-bag {
  --fa: "";
}

.fa-arrow-down-z-a {
  --fa: "";
}

.fa-sort-alpha-desc {
  --fa: "";
}

.fa-sort-alpha-down-alt {
  --fa: "";
}

.fa-mitten {
  --fa: "";
}

.fa-person-rays {
  --fa: "";
}

.fa-users {
  --fa: "";
}

.fa-eye-slash {
  --fa: "";
}

.fa-flask-vial {
  --fa: "";
}

.fa-hand {
  --fa: "";
}

.fa-hand-paper {
  --fa: "";
}

.fa-om {
  --fa: "";
}

.fa-worm {
  --fa: "";
}

.fa-house-circle-xmark {
  --fa: "";
}

.fa-plug {
  --fa: "";
}

.fa-chevron-up {
  --fa: "";
}

.fa-hand-spock {
  --fa: "";
}

.fa-stopwatch {
  --fa: "";
}

.fa-face-kiss {
  --fa: "";
}

.fa-kiss {
  --fa: "";
}

.fa-bridge-circle-xmark {
  --fa: "";
}

.fa-face-grin-tongue {
  --fa: "";
}

.fa-grin-tongue {
  --fa: "";
}

.fa-chess-bishop {
  --fa: "";
}

.fa-face-grin-wink {
  --fa: "";
}

.fa-grin-wink {
  --fa: "";
}

.fa-ear-deaf {
  --fa: "";
}

.fa-deaf {
  --fa: "";
}

.fa-deafness {
  --fa: "";
}

.fa-hard-of-hearing {
  --fa: "";
}

.fa-road-circle-check {
  --fa: "";
}

.fa-dice-five {
  --fa: "";
}

.fa-square-rss {
  --fa: "";
}

.fa-rss-square {
  --fa: "";
}

.fa-land-mine-on {
  --fa: "";
}

.fa-i-cursor {
  --fa: "";
}

.fa-stamp {
  --fa: "";
}

.fa-stairs {
  --fa: "";
}

.fa-i {
  --fa: "I";
}

.fa-hryvnia-sign {
  --fa: "";
}

.fa-hryvnia {
  --fa: "";
}

.fa-pills {
  --fa: "";
}

.fa-face-grin-wide {
  --fa: "";
}

.fa-grin-alt {
  --fa: "";
}

.fa-tooth {
  --fa: "";
}

.fa-v {
  --fa: "V";
}

.fa-bangladeshi-taka-sign {
  --fa: "";
}

.fa-bicycle {
  --fa: "";
}

.fa-staff-snake {
  --fa: "";
}

.fa-rod-asclepius {
  --fa: "";
}

.fa-rod-snake {
  --fa: "";
}

.fa-staff-aesculapius {
  --fa: "";
}

.fa-head-side-cough-slash {
  --fa: "";
}

.fa-truck-medical {
  --fa: "";
}

.fa-ambulance {
  --fa: "";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "";
}

.fa-snowman {
  --fa: "";
}

.fa-mortar-pestle {
  --fa: "";
}

.fa-road-barrier {
  --fa: "";
}

.fa-school {
  --fa: "";
}

.fa-igloo {
  --fa: "";
}

.fa-joint {
  --fa: "";
}

.fa-angle-right {
  --fa: "";
}

.fa-horse {
  --fa: "";
}

.fa-q {
  --fa: "Q";
}

.fa-g {
  --fa: "G";
}

.fa-notes-medical {
  --fa: "";
}

.fa-temperature-half {
  --fa: "";
}

.fa-temperature-2 {
  --fa: "";
}

.fa-thermometer-2 {
  --fa: "";
}

.fa-thermometer-half {
  --fa: "";
}

.fa-dong-sign {
  --fa: "";
}

.fa-capsules {
  --fa: "";
}

.fa-poo-storm {
  --fa: "";
}

.fa-poo-bolt {
  --fa: "";
}

.fa-face-frown-open {
  --fa: "";
}

.fa-frown-open {
  --fa: "";
}

.fa-hand-point-up {
  --fa: "";
}

.fa-money-bill {
  --fa: "";
}

.fa-bookmark {
  --fa: "";
}

.fa-align-justify {
  --fa: "";
}

.fa-umbrella-beach {
  --fa: "";
}

.fa-helmet-un {
  --fa: "";
}

.fa-bullseye {
  --fa: "";
}

.fa-bacon {
  --fa: "";
}

.fa-hand-point-down {
  --fa: "";
}

.fa-arrow-up-from-bracket {
  --fa: "";
}

.fa-folder {
  --fa: "";
}

.fa-folder-blank {
  --fa: "";
}

.fa-file-waveform {
  --fa: "";
}

.fa-file-medical-alt {
  --fa: "";
}

.fa-radiation {
  --fa: "";
}

.fa-chart-simple {
  --fa: "";
}

.fa-mars-stroke {
  --fa: "";
}

.fa-vial {
  --fa: "";
}

.fa-gauge {
  --fa: "";
}

.fa-dashboard {
  --fa: "";
}

.fa-gauge-med {
  --fa: "";
}

.fa-tachometer-alt-average {
  --fa: "";
}

.fa-wand-magic-sparkles {
  --fa: "";
}

.fa-magic-wand-sparkles {
  --fa: "";
}

.fa-e {
  --fa: "E";
}

.fa-pen-clip {
  --fa: "";
}

.fa-pen-alt {
  --fa: "";
}

.fa-bridge-circle-exclamation {
  --fa: "";
}

.fa-user {
  --fa: "";
}

.fa-school-circle-check {
  --fa: "";
}

.fa-dumpster {
  --fa: "";
}

.fa-van-shuttle {
  --fa: "";
}

.fa-shuttle-van {
  --fa: "";
}

.fa-building-user {
  --fa: "";
}

.fa-square-caret-left {
  --fa: "";
}

.fa-caret-square-left {
  --fa: "";
}

.fa-highlighter {
  --fa: "";
}

.fa-key {
  --fa: "";
}

.fa-bullhorn {
  --fa: "";
}

.fa-globe {
  --fa: "";
}

.fa-synagogue {
  --fa: "";
}

.fa-person-half-dress {
  --fa: "";
}

.fa-road-bridge {
  --fa: "";
}

.fa-location-arrow {
  --fa: "";
}

.fa-c {
  --fa: "C";
}

.fa-tablet-button {
  --fa: "";
}

.fa-building-lock {
  --fa: "";
}

.fa-pizza-slice {
  --fa: "";
}

.fa-money-bill-wave {
  --fa: "";
}

.fa-chart-area {
  --fa: "";
}

.fa-area-chart {
  --fa: "";
}

.fa-house-flag {
  --fa: "";
}

.fa-person-circle-minus {
  --fa: "";
}

.fa-ban {
  --fa: "";
}

.fa-cancel {
  --fa: "";
}

.fa-camera-rotate {
  --fa: "";
}

.fa-spray-can-sparkles {
  --fa: "";
}

.fa-air-freshener {
  --fa: "";
}

.fa-star {
  --fa: "";
}

.fa-repeat {
  --fa: "";
}

.fa-cross {
  --fa: "";
}

.fa-box {
  --fa: "";
}

.fa-venus-mars {
  --fa: "";
}

.fa-arrow-pointer {
  --fa: "";
}

.fa-mouse-pointer {
  --fa: "";
}

.fa-maximize {
  --fa: "";
}

.fa-expand-arrows-alt {
  --fa: "";
}

.fa-charging-station {
  --fa: "";
}

.fa-shapes {
  --fa: "";
}

.fa-triangle-circle-square {
  --fa: "";
}

.fa-shuffle {
  --fa: "";
}

.fa-random {
  --fa: "";
}

.fa-person-running {
  --fa: "";
}

.fa-running {
  --fa: "";
}

.fa-mobile-retro {
  --fa: "";
}

.fa-grip-lines-vertical {
  --fa: "";
}

.fa-spider {
  --fa: "";
}

.fa-hands-bound {
  --fa: "";
}

.fa-file-invoice-dollar {
  --fa: "";
}

.fa-plane-circle-exclamation {
  --fa: "";
}

.fa-x-ray {
  --fa: "";
}

.fa-spell-check {
  --fa: "";
}

.fa-slash {
  --fa: "";
}

.fa-computer-mouse {
  --fa: "";
}

.fa-mouse {
  --fa: "";
}

.fa-arrow-right-to-bracket {
  --fa: "";
}

.fa-sign-in {
  --fa: "";
}

.fa-shop-slash {
  --fa: "";
}

.fa-store-alt-slash {
  --fa: "";
}

.fa-server {
  --fa: "";
}

.fa-virus-covid-slash {
  --fa: "";
}

.fa-shop-lock {
  --fa: "";
}

.fa-hourglass-start {
  --fa: "";
}

.fa-hourglass-1 {
  --fa: "";
}

.fa-blender-phone {
  --fa: "";
}

.fa-building-wheat {
  --fa: "";
}

.fa-person-breastfeeding {
  --fa: "";
}

.fa-right-to-bracket {
  --fa: "";
}

.fa-sign-in-alt {
  --fa: "";
}

.fa-venus {
  --fa: "";
}

.fa-passport {
  --fa: "";
}

.fa-thumbtack-slash {
  --fa: "";
}

.fa-thumb-tack-slash {
  --fa: "";
}

.fa-heart-pulse {
  --fa: "";
}

.fa-heartbeat {
  --fa: "";
}

.fa-people-carry-box {
  --fa: "";
}

.fa-people-carry {
  --fa: "";
}

.fa-temperature-high {
  --fa: "";
}

.fa-microchip {
  --fa: "";
}

.fa-crown {
  --fa: "";
}

.fa-weight-hanging {
  --fa: "";
}

.fa-xmarks-lines {
  --fa: "";
}

.fa-file-prescription {
  --fa: "";
}

.fa-weight-scale {
  --fa: "";
}

.fa-weight {
  --fa: "";
}

.fa-user-group {
  --fa: "";
}

.fa-user-friends {
  --fa: "";
}

.fa-arrow-up-a-z {
  --fa: "";
}

.fa-sort-alpha-up {
  --fa: "";
}

.fa-chess-knight {
  --fa: "";
}

.fa-face-laugh-squint {
  --fa: "";
}

.fa-laugh-squint {
  --fa: "";
}

.fa-wheelchair {
  --fa: "";
}

.fa-circle-arrow-up {
  --fa: "";
}

.fa-arrow-circle-up {
  --fa: "";
}

.fa-toggle-on {
  --fa: "";
}

.fa-person-walking {
  --fa: "";
}

.fa-walking {
  --fa: "";
}

.fa-l {
  --fa: "L";
}

.fa-fire {
  --fa: "";
}

.fa-bed-pulse {
  --fa: "";
}

.fa-procedures {
  --fa: "";
}

.fa-shuttle-space {
  --fa: "";
}

.fa-space-shuttle {
  --fa: "";
}

.fa-face-laugh {
  --fa: "";
}

.fa-laugh {
  --fa: "";
}

.fa-folder-open {
  --fa: "";
}

.fa-heart-circle-plus {
  --fa: "";
}

.fa-code-fork {
  --fa: "";
}

.fa-city {
  --fa: "";
}

.fa-microphone-lines {
  --fa: "";
}

.fa-microphone-alt {
  --fa: "";
}

.fa-pepper-hot {
  --fa: "";
}

.fa-unlock {
  --fa: "";
}

.fa-colon-sign {
  --fa: "";
}

.fa-headset {
  --fa: "";
}

.fa-store-slash {
  --fa: "";
}

.fa-road-circle-xmark {
  --fa: "";
}

.fa-user-minus {
  --fa: "";
}

.fa-mars-stroke-up {
  --fa: "";
}

.fa-mars-stroke-v {
  --fa: "";
}

.fa-champagne-glasses {
  --fa: "";
}

.fa-glass-cheers {
  --fa: "";
}

.fa-clipboard {
  --fa: "";
}

.fa-house-circle-exclamation {
  --fa: "";
}

.fa-file-arrow-up {
  --fa: "";
}

.fa-file-upload {
  --fa: "";
}

.fa-wifi {
  --fa: "";
}

.fa-wifi-3 {
  --fa: "";
}

.fa-wifi-strong {
  --fa: "";
}

.fa-bath {
  --fa: "";
}

.fa-bathtub {
  --fa: "";
}

.fa-underline {
  --fa: "";
}

.fa-user-pen {
  --fa: "";
}

.fa-user-edit {
  --fa: "";
}

.fa-signature {
  --fa: "";
}

.fa-stroopwafel {
  --fa: "";
}

.fa-bold {
  --fa: "";
}

.fa-anchor-lock {
  --fa: "";
}

.fa-building-ngo {
  --fa: "";
}

.fa-manat-sign {
  --fa: "";
}

.fa-not-equal {
  --fa: "";
}

.fa-border-top-left {
  --fa: "";
}

.fa-border-style {
  --fa: "";
}

.fa-map-location-dot {
  --fa: "";
}

.fa-map-marked-alt {
  --fa: "";
}

.fa-jedi {
  --fa: "";
}

.fa-square-poll-vertical {
  --fa: "";
}

.fa-poll {
  --fa: "";
}

.fa-mug-hot {
  --fa: "";
}

.fa-car-battery {
  --fa: "";
}

.fa-battery-car {
  --fa: "";
}

.fa-gift {
  --fa: "";
}

.fa-dice-two {
  --fa: "";
}

.fa-chess-queen {
  --fa: "";
}

.fa-glasses {
  --fa: "";
}

.fa-chess-board {
  --fa: "";
}

.fa-building-circle-check {
  --fa: "";
}

.fa-person-chalkboard {
  --fa: "";
}

.fa-mars-stroke-right {
  --fa: "";
}

.fa-mars-stroke-h {
  --fa: "";
}

.fa-hand-back-fist {
  --fa: "";
}

.fa-hand-rock {
  --fa: "";
}

.fa-square-caret-up {
  --fa: "";
}

.fa-caret-square-up {
  --fa: "";
}

.fa-cloud-showers-water {
  --fa: "";
}

.fa-chart-bar {
  --fa: "";
}

.fa-bar-chart {
  --fa: "";
}

.fa-hands-bubbles {
  --fa: "";
}

.fa-hands-wash {
  --fa: "";
}

.fa-less-than-equal {
  --fa: "";
}

.fa-train {
  --fa: "";
}

.fa-eye-low-vision {
  --fa: "";
}

.fa-low-vision {
  --fa: "";
}

.fa-crow {
  --fa: "";
}

.fa-sailboat {
  --fa: "";
}

.fa-window-restore {
  --fa: "";
}

.fa-square-plus {
  --fa: "";
}

.fa-plus-square {
  --fa: "";
}

.fa-torii-gate {
  --fa: "";
}

.fa-frog {
  --fa: "";
}

.fa-bucket {
  --fa: "";
}

.fa-image {
  --fa: "";
}

.fa-microphone {
  --fa: "";
}

.fa-cow {
  --fa: "";
}

.fa-caret-up {
  --fa: "";
}

.fa-screwdriver {
  --fa: "";
}

.fa-folder-closed {
  --fa: "";
}

.fa-house-tsunami {
  --fa: "";
}

.fa-square-nfi {
  --fa: "";
}

.fa-arrow-up-from-ground-water {
  --fa: "";
}

.fa-martini-glass {
  --fa: "";
}

.fa-glass-martini-alt {
  --fa: "";
}

.fa-square-binary {
  --fa: "";
}

.fa-rotate-left {
  --fa: "";
}

.fa-rotate-back {
  --fa: "";
}

.fa-rotate-backward {
  --fa: "";
}

.fa-undo-alt {
  --fa: "";
}

.fa-table-columns {
  --fa: "";
}

.fa-columns {
  --fa: "";
}

.fa-lemon {
  --fa: "";
}

.fa-head-side-mask {
  --fa: "";
}

.fa-handshake {
  --fa: "";
}

.fa-gem {
  --fa: "";
}

.fa-dolly {
  --fa: "";
}

.fa-dolly-box {
  --fa: "";
}

.fa-smoking {
  --fa: "";
}

.fa-minimize {
  --fa: "";
}

.fa-compress-arrows-alt {
  --fa: "";
}

.fa-monument {
  --fa: "";
}

.fa-snowplow {
  --fa: "";
}

.fa-angles-right {
  --fa: "";
}

.fa-angle-double-right {
  --fa: "";
}

.fa-cannabis {
  --fa: "";
}

.fa-circle-play {
  --fa: "";
}

.fa-play-circle {
  --fa: "";
}

.fa-tablets {
  --fa: "";
}

.fa-ethernet {
  --fa: "";
}

.fa-euro-sign {
  --fa: "";
}

.fa-eur {
  --fa: "";
}

.fa-euro {
  --fa: "";
}

.fa-chair {
  --fa: "";
}

.fa-circle-check {
  --fa: "";
}

.fa-check-circle {
  --fa: "";
}

.fa-circle-stop {
  --fa: "";
}

.fa-stop-circle {
  --fa: "";
}

.fa-compass-drafting {
  --fa: "";
}

.fa-drafting-compass {
  --fa: "";
}

.fa-plate-wheat {
  --fa: "";
}

.fa-icicles {
  --fa: "";
}

.fa-person-shelter {
  --fa: "";
}

.fa-neuter {
  --fa: "";
}

.fa-id-badge {
  --fa: "";
}

.fa-marker {
  --fa: "";
}

.fa-face-laugh-beam {
  --fa: "";
}

.fa-laugh-beam {
  --fa: "";
}

.fa-helicopter-symbol {
  --fa: "";
}

.fa-universal-access {
  --fa: "";
}

.fa-circle-chevron-up {
  --fa: "";
}

.fa-chevron-circle-up {
  --fa: "";
}

.fa-lari-sign {
  --fa: "";
}

.fa-volcano {
  --fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "";
}

.fa-sterling-sign {
  --fa: "";
}

.fa-gbp {
  --fa: "";
}

.fa-pound-sign {
  --fa: "";
}

.fa-viruses {
  --fa: "";
}

.fa-square-person-confined {
  --fa: "";
}

.fa-user-tie {
  --fa: "";
}

.fa-arrow-down-long {
  --fa: "";
}

.fa-long-arrow-down {
  --fa: "";
}

.fa-tent-arrow-down-to-line {
  --fa: "";
}

.fa-certificate {
  --fa: "";
}

.fa-reply-all {
  --fa: "";
}

.fa-mail-reply-all {
  --fa: "";
}

.fa-suitcase {
  --fa: "";
}

.fa-person-skating {
  --fa: "";
}

.fa-skating {
  --fa: "";
}

.fa-filter-circle-dollar {
  --fa: "";
}

.fa-funnel-dollar {
  --fa: "";
}

.fa-camera-retro {
  --fa: "";
}

.fa-circle-arrow-down {
  --fa: "";
}

.fa-arrow-circle-down {
  --fa: "";
}

.fa-file-import {
  --fa: "";
}

.fa-arrow-right-to-file {
  --fa: "";
}

.fa-square-arrow-up-right {
  --fa: "";
}

.fa-external-link-square {
  --fa: "";
}

.fa-box-open {
  --fa: "";
}

.fa-scroll {
  --fa: "";
}

.fa-spa {
  --fa: "";
}

.fa-location-pin-lock {
  --fa: "";
}

.fa-pause {
  --fa: "";
}

.fa-hill-avalanche {
  --fa: "";
}

.fa-temperature-empty {
  --fa: "";
}

.fa-temperature-0 {
  --fa: "";
}

.fa-thermometer-0 {
  --fa: "";
}

.fa-thermometer-empty {
  --fa: "";
}

.fa-bomb {
  --fa: "";
}

.fa-registered {
  --fa: "";
}

.fa-address-card {
  --fa: "";
}

.fa-contact-card {
  --fa: "";
}

.fa-vcard {
  --fa: "";
}

.fa-scale-unbalanced-flip {
  --fa: "";
}

.fa-balance-scale-right {
  --fa: "";
}

.fa-subscript {
  --fa: "";
}

.fa-diamond-turn-right {
  --fa: "";
}

.fa-directions {
  --fa: "";
}

.fa-burst {
  --fa: "";
}

.fa-house-laptop {
  --fa: "";
}

.fa-laptop-house {
  --fa: "";
}

.fa-face-tired {
  --fa: "";
}

.fa-tired {
  --fa: "";
}

.fa-money-bills {
  --fa: "";
}

.fa-smog {
  --fa: "";
}

.fa-crutch {
  --fa: "";
}

.fa-cloud-arrow-up {
  --fa: "";
}

.fa-cloud-upload {
  --fa: "";
}

.fa-cloud-upload-alt {
  --fa: "";
}

.fa-palette {
  --fa: "";
}

.fa-arrows-turn-right {
  --fa: "";
}

.fa-vest {
  --fa: "";
}

.fa-ferry {
  --fa: "";
}

.fa-arrows-down-to-people {
  --fa: "";
}

.fa-seedling {
  --fa: "";
}

.fa-sprout {
  --fa: "";
}

.fa-left-right {
  --fa: "";
}

.fa-arrows-alt-h {
  --fa: "";
}

.fa-boxes-packing {
  --fa: "";
}

.fa-circle-arrow-left {
  --fa: "";
}

.fa-arrow-circle-left {
  --fa: "";
}

.fa-group-arrows-rotate {
  --fa: "";
}

.fa-bowl-food {
  --fa: "";
}

.fa-candy-cane {
  --fa: "";
}

.fa-arrow-down-wide-short {
  --fa: "";
}

.fa-sort-amount-asc {
  --fa: "";
}

.fa-sort-amount-down {
  --fa: "";
}

.fa-cloud-bolt {
  --fa: "";
}

.fa-thunderstorm {
  --fa: "";
}

.fa-text-slash {
  --fa: "";
}

.fa-remove-format {
  --fa: "";
}

.fa-face-smile-wink {
  --fa: "";
}

.fa-smile-wink {
  --fa: "";
}

.fa-file-word {
  --fa: "";
}

.fa-file-powerpoint {
  --fa: "";
}

.fa-arrows-left-right {
  --fa: "";
}

.fa-arrows-h {
  --fa: "";
}

.fa-house-lock {
  --fa: "";
}

.fa-cloud-arrow-down {
  --fa: "";
}

.fa-cloud-download {
  --fa: "";
}

.fa-cloud-download-alt {
  --fa: "";
}

.fa-children {
  --fa: "";
}

.fa-chalkboard {
  --fa: "";
}

.fa-blackboard {
  --fa: "";
}

.fa-user-large-slash {
  --fa: "";
}

.fa-user-alt-slash {
  --fa: "";
}

.fa-envelope-open {
  --fa: "";
}

.fa-handshake-simple-slash {
  --fa: "";
}

.fa-handshake-alt-slash {
  --fa: "";
}

.fa-mattress-pillow {
  --fa: "";
}

.fa-guarani-sign {
  --fa: "";
}

.fa-arrows-rotate {
  --fa: "";
}

.fa-refresh {
  --fa: "";
}

.fa-sync {
  --fa: "";
}

.fa-fire-extinguisher {
  --fa: "";
}

.fa-cruzeiro-sign {
  --fa: "";
}

.fa-greater-than-equal {
  --fa: "";
}

.fa-shield-halved {
  --fa: "";
}

.fa-shield-alt {
  --fa: "";
}

.fa-book-atlas {
  --fa: "";
}

.fa-atlas {
  --fa: "";
}

.fa-virus {
  --fa: "";
}

.fa-envelope-circle-check {
  --fa: "";
}

.fa-layer-group {
  --fa: "";
}

.fa-arrows-to-dot {
  --fa: "";
}

.fa-archway {
  --fa: "";
}

.fa-heart-circle-check {
  --fa: "";
}

.fa-house-chimney-crack {
  --fa: "";
}

.fa-house-damage {
  --fa: "";
}

.fa-file-zipper {
  --fa: "";
}

.fa-file-archive {
  --fa: "";
}

.fa-square {
  --fa: "";
}

.fa-martini-glass-empty {
  --fa: "";
}

.fa-glass-martini {
  --fa: "";
}

.fa-couch {
  --fa: "";
}

.fa-cedi-sign {
  --fa: "";
}

.fa-italic {
  --fa: "";
}

.fa-table-cells-column-lock {
  --fa: "";
}

.fa-church {
  --fa: "";
}

.fa-comments-dollar {
  --fa: "";
}

.fa-democrat {
  --fa: "";
}

.fa-z {
  --fa: "Z";
}

.fa-person-skiing {
  --fa: "";
}

.fa-skiing {
  --fa: "";
}

.fa-road-lock {
  --fa: "";
}

.fa-a {
  --fa: "A";
}

.fa-temperature-arrow-down {
  --fa: "";
}

.fa-temperature-down {
  --fa: "";
}

.fa-feather-pointed {
  --fa: "";
}

.fa-feather-alt {
  --fa: "";
}

.fa-p {
  --fa: "P";
}

.fa-snowflake {
  --fa: "";
}

.fa-newspaper {
  --fa: "";
}

.fa-rectangle-ad {
  --fa: "";
}

.fa-ad {
  --fa: "";
}

.fa-circle-arrow-right {
  --fa: "";
}

.fa-arrow-circle-right {
  --fa: "";
}

.fa-filter-circle-xmark {
  --fa: "";
}

.fa-locust {
  --fa: "";
}

.fa-sort {
  --fa: "";
}

.fa-unsorted {
  --fa: "";
}

.fa-list-ol {
  --fa: "";
}

.fa-list-1-2 {
  --fa: "";
}

.fa-list-numeric {
  --fa: "";
}

.fa-person-dress-burst {
  --fa: "";
}

.fa-money-check-dollar {
  --fa: "";
}

.fa-money-check-alt {
  --fa: "";
}

.fa-vector-square {
  --fa: "";
}

.fa-bread-slice {
  --fa: "";
}

.fa-language {
  --fa: "";
}

.fa-face-kiss-wink-heart {
  --fa: "";
}

.fa-kiss-wink-heart {
  --fa: "";
}

.fa-filter {
  --fa: "";
}

.fa-question {
  --fa: "?";
}

.fa-file-signature {
  --fa: "";
}

.fa-up-down-left-right {
  --fa: "";
}

.fa-arrows-alt {
  --fa: "";
}

.fa-house-chimney-user {
  --fa: "";
}

.fa-hand-holding-heart {
  --fa: "";
}

.fa-puzzle-piece {
  --fa: "";
}

.fa-money-check {
  --fa: "";
}

.fa-star-half-stroke {
  --fa: "";
}

.fa-star-half-alt {
  --fa: "";
}

.fa-code {
  --fa: "";
}

.fa-whiskey-glass {
  --fa: "";
}

.fa-glass-whiskey {
  --fa: "";
}

.fa-building-circle-exclamation {
  --fa: "";
}

.fa-magnifying-glass-chart {
  --fa: "";
}

.fa-arrow-up-right-from-square {
  --fa: "";
}

.fa-external-link {
  --fa: "";
}

.fa-cubes-stacked {
  --fa: "";
}

.fa-won-sign {
  --fa: "";
}

.fa-krw {
  --fa: "";
}

.fa-won {
  --fa: "";
}

.fa-virus-covid {
  --fa: "";
}

.fa-austral-sign {
  --fa: "";
}

.fa-f {
  --fa: "F";
}

.fa-leaf {
  --fa: "";
}

.fa-road {
  --fa: "";
}

.fa-taxi {
  --fa: "";
}

.fa-cab {
  --fa: "";
}

.fa-person-circle-plus {
  --fa: "";
}

.fa-chart-pie {
  --fa: "";
}

.fa-pie-chart {
  --fa: "";
}

.fa-bolt-lightning {
  --fa: "";
}

.fa-sack-xmark {
  --fa: "";
}

.fa-file-excel {
  --fa: "";
}

.fa-file-contract {
  --fa: "";
}

.fa-fish-fins {
  --fa: "";
}

.fa-building-flag {
  --fa: "";
}

.fa-face-grin-beam {
  --fa: "";
}

.fa-grin-beam {
  --fa: "";
}

.fa-object-ungroup {
  --fa: "";
}

.fa-poop {
  --fa: "";
}

.fa-location-pin {
  --fa: "";
}

.fa-map-marker {
  --fa: "";
}

.fa-kaaba {
  --fa: "";
}

.fa-toilet-paper {
  --fa: "";
}

.fa-helmet-safety {
  --fa: "";
}

.fa-hard-hat {
  --fa: "";
}

.fa-hat-hard {
  --fa: "";
}

.fa-eject {
  --fa: "";
}

.fa-circle-right {
  --fa: "";
}

.fa-arrow-alt-circle-right {
  --fa: "";
}

.fa-plane-circle-check {
  --fa: "";
}

.fa-face-rolling-eyes {
  --fa: "";
}

.fa-meh-rolling-eyes {
  --fa: "";
}

.fa-object-group {
  --fa: "";
}

.fa-chart-line {
  --fa: "";
}

.fa-line-chart {
  --fa: "";
}

.fa-mask-ventilator {
  --fa: "";
}

.fa-arrow-right {
  --fa: "";
}

.fa-signs-post {
  --fa: "";
}

.fa-map-signs {
  --fa: "";
}

.fa-cash-register {
  --fa: "";
}

.fa-person-circle-question {
  --fa: "";
}

.fa-h {
  --fa: "H";
}

.fa-tarp {
  --fa: "";
}

.fa-screwdriver-wrench {
  --fa: "";
}

.fa-tools {
  --fa: "";
}

.fa-arrows-to-eye {
  --fa: "";
}

.fa-plug-circle-bolt {
  --fa: "";
}

.fa-heart {
  --fa: "";
}

.fa-mars-and-venus {
  --fa: "";
}

.fa-house-user {
  --fa: "";
}

.fa-home-user {
  --fa: "";
}

.fa-dumpster-fire {
  --fa: "";
}

.fa-house-crack {
  --fa: "";
}

.fa-martini-glass-citrus {
  --fa: "";
}

.fa-cocktail {
  --fa: "";
}

.fa-face-surprise {
  --fa: "";
}

.fa-surprise {
  --fa: "";
}

.fa-bottle-water {
  --fa: "";
}

.fa-circle-pause {
  --fa: "";
}

.fa-pause-circle {
  --fa: "";
}

.fa-toilet-paper-slash {
  --fa: "";
}

.fa-apple-whole {
  --fa: "";
}

.fa-apple-alt {
  --fa: "";
}

.fa-kitchen-set {
  --fa: "";
}

.fa-r {
  --fa: "R";
}

.fa-temperature-quarter {
  --fa: "";
}

.fa-temperature-1 {
  --fa: "";
}

.fa-thermometer-1 {
  --fa: "";
}

.fa-thermometer-quarter {
  --fa: "";
}

.fa-cube {
  --fa: "";
}

.fa-bitcoin-sign {
  --fa: "";
}

.fa-shield-dog {
  --fa: "";
}

.fa-solar-panel {
  --fa: "";
}

.fa-lock-open {
  --fa: "";
}

.fa-elevator {
  --fa: "";
}

.fa-money-bill-transfer {
  --fa: "";
}

.fa-money-bill-trend-up {
  --fa: "";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "";
}

.fa-square-poll-horizontal {
  --fa: "";
}

.fa-poll-h {
  --fa: "";
}

.fa-circle {
  --fa: "";
}

.fa-backward-fast {
  --fa: "";
}

.fa-fast-backward {
  --fa: "";
}

.fa-recycle {
  --fa: "";
}

.fa-user-astronaut {
  --fa: "";
}

.fa-plane-slash {
  --fa: "";
}

.fa-trademark {
  --fa: "";
}

.fa-basketball {
  --fa: "";
}

.fa-basketball-ball {
  --fa: "";
}

.fa-satellite-dish {
  --fa: "";
}

.fa-circle-up {
  --fa: "";
}

.fa-arrow-alt-circle-up {
  --fa: "";
}

.fa-mobile-screen-button {
  --fa: "";
}

.fa-mobile-alt {
  --fa: "";
}

.fa-volume-high {
  --fa: "";
}

.fa-volume-up {
  --fa: "";
}

.fa-users-rays {
  --fa: "";
}

.fa-wallet {
  --fa: "";
}

.fa-clipboard-check {
  --fa: "";
}

.fa-file-audio {
  --fa: "";
}

.fa-burger {
  --fa: "";
}

.fa-hamburger {
  --fa: "";
}

.fa-wrench {
  --fa: "";
}

.fa-bugs {
  --fa: "";
}

.fa-rupee-sign {
  --fa: "";
}

.fa-rupee {
  --fa: "";
}

.fa-file-image {
  --fa: "";
}

.fa-circle-question {
  --fa: "";
}

.fa-question-circle {
  --fa: "";
}

.fa-plane-departure {
  --fa: "";
}

.fa-handshake-slash {
  --fa: "";
}

.fa-book-bookmark {
  --fa: "";
}

.fa-code-branch {
  --fa: "";
}

.fa-hat-cowboy {
  --fa: "";
}

.fa-bridge {
  --fa: "";
}

.fa-phone-flip {
  --fa: "";
}

.fa-phone-alt {
  --fa: "";
}

.fa-truck-front {
  --fa: "";
}

.fa-cat {
  --fa: "";
}

.fa-anchor-circle-exclamation {
  --fa: "";
}

.fa-truck-field {
  --fa: "";
}

.fa-route {
  --fa: "";
}

.fa-clipboard-question {
  --fa: "";
}

.fa-panorama {
  --fa: "";
}

.fa-comment-medical {
  --fa: "";
}

.fa-teeth-open {
  --fa: "";
}

.fa-file-circle-minus {
  --fa: "";
}

.fa-tags {
  --fa: "";
}

.fa-wine-glass {
  --fa: "";
}

.fa-forward-fast {
  --fa: "";
}

.fa-fast-forward {
  --fa: "";
}

.fa-face-meh-blank {
  --fa: "";
}

.fa-meh-blank {
  --fa: "";
}

.fa-square-parking {
  --fa: "";
}

.fa-parking {
  --fa: "";
}

.fa-house-signal {
  --fa: "";
}

.fa-bars-progress {
  --fa: "";
}

.fa-tasks-alt {
  --fa: "";
}

.fa-faucet-drip {
  --fa: "";
}

.fa-cart-flatbed {
  --fa: "";
}

.fa-dolly-flatbed {
  --fa: "";
}

.fa-ban-smoking {
  --fa: "";
}

.fa-smoking-ban {
  --fa: "";
}

.fa-terminal {
  --fa: "";
}

.fa-mobile-button {
  --fa: "";
}

.fa-house-medical-flag {
  --fa: "";
}

.fa-basket-shopping {
  --fa: "";
}

.fa-shopping-basket {
  --fa: "";
}

.fa-tape {
  --fa: "";
}

.fa-bus-simple {
  --fa: "";
}

.fa-bus-alt {
  --fa: "";
}

.fa-eye {
  --fa: "";
}

.fa-face-sad-cry {
  --fa: "";
}

.fa-sad-cry {
  --fa: "";
}

.fa-audio-description {
  --fa: "";
}

.fa-person-military-to-person {
  --fa: "";
}

.fa-file-shield {
  --fa: "";
}

.fa-user-slash {
  --fa: "";
}

.fa-pen {
  --fa: "";
}

.fa-tower-observation {
  --fa: "";
}

.fa-file-code {
  --fa: "";
}

.fa-signal {
  --fa: "";
}

.fa-signal-5 {
  --fa: "";
}

.fa-signal-perfect {
  --fa: "";
}

.fa-bus {
  --fa: "";
}

.fa-heart-circle-xmark {
  --fa: "";
}

.fa-house-chimney {
  --fa: "";
}

.fa-home-lg {
  --fa: "";
}

.fa-window-maximize {
  --fa: "";
}

.fa-face-frown {
  --fa: "";
}

.fa-frown {
  --fa: "";
}

.fa-prescription {
  --fa: "";
}

.fa-shop {
  --fa: "";
}

.fa-store-alt {
  --fa: "";
}

.fa-floppy-disk {
  --fa: "";
}

.fa-save {
  --fa: "";
}

.fa-vihara {
  --fa: "";
}

.fa-scale-unbalanced {
  --fa: "";
}

.fa-balance-scale-left {
  --fa: "";
}

.fa-sort-up {
  --fa: "";
}

.fa-sort-asc {
  --fa: "";
}

.fa-comment-dots {
  --fa: "";
}

.fa-commenting {
  --fa: "";
}

.fa-plant-wilt {
  --fa: "";
}

.fa-diamond {
  --fa: "";
}

.fa-face-grin-squint {
  --fa: "";
}

.fa-grin-squint {
  --fa: "";
}

.fa-hand-holding-dollar {
  --fa: "";
}

.fa-hand-holding-usd {
  --fa: "";
}

.fa-chart-diagram {
  --fa: "";
}

.fa-bacterium {
  --fa: "";
}

.fa-hand-pointer {
  --fa: "";
}

.fa-drum-steelpan {
  --fa: "";
}

.fa-hand-scissors {
  --fa: "";
}

.fa-hands-praying {
  --fa: "";
}

.fa-praying-hands {
  --fa: "";
}

.fa-arrow-rotate-right {
  --fa: "";
}

.fa-arrow-right-rotate {
  --fa: "";
}

.fa-arrow-rotate-forward {
  --fa: "";
}

.fa-redo {
  --fa: "";
}

.fa-biohazard {
  --fa: "";
}

.fa-location-crosshairs {
  --fa: "";
}

.fa-location {
  --fa: "";
}

.fa-mars-double {
  --fa: "";
}

.fa-child-dress {
  --fa: "";
}

.fa-users-between-lines {
  --fa: "";
}

.fa-lungs-virus {
  --fa: "";
}

.fa-face-grin-tears {
  --fa: "";
}

.fa-grin-tears {
  --fa: "";
}

.fa-phone {
  --fa: "";
}

.fa-calendar-xmark {
  --fa: "";
}

.fa-calendar-times {
  --fa: "";
}

.fa-child-reaching {
  --fa: "";
}

.fa-head-side-virus {
  --fa: "";
}

.fa-user-gear {
  --fa: "";
}

.fa-user-cog {
  --fa: "";
}

.fa-arrow-up-1-9 {
  --fa: "";
}

.fa-sort-numeric-up {
  --fa: "";
}

.fa-door-closed {
  --fa: "";
}

.fa-shield-virus {
  --fa: "";
}

.fa-dice-six {
  --fa: "";
}

.fa-mosquito-net {
  --fa: "";
}

.fa-file-fragment {
  --fa: "";
}

.fa-bridge-water {
  --fa: "";
}

.fa-person-booth {
  --fa: "";
}

.fa-text-width {
  --fa: "";
}

.fa-hat-wizard {
  --fa: "";
}

.fa-pen-fancy {
  --fa: "";
}

.fa-person-digging {
  --fa: "";
}

.fa-digging {
  --fa: "";
}

.fa-trash {
  --fa: "";
}

.fa-gauge-simple {
  --fa: "";
}

.fa-gauge-simple-med {
  --fa: "";
}

.fa-tachometer-average {
  --fa: "";
}

.fa-book-medical {
  --fa: "";
}

.fa-poo {
  --fa: "";
}

.fa-quote-right {
  --fa: "";
}

.fa-quote-right-alt {
  --fa: "";
}

.fa-shirt {
  --fa: "";
}

.fa-t-shirt {
  --fa: "";
}

.fa-tshirt {
  --fa: "";
}

.fa-cubes {
  --fa: "";
}

.fa-divide {
  --fa: "";
}

.fa-tenge-sign {
  --fa: "";
}

.fa-tenge {
  --fa: "";
}

.fa-headphones {
  --fa: "";
}

.fa-hands-holding {
  --fa: "";
}

.fa-hands-clapping {
  --fa: "";
}

.fa-republican {
  --fa: "";
}

.fa-arrow-left {
  --fa: "";
}

.fa-person-circle-xmark {
  --fa: "";
}

.fa-ruler {
  --fa: "";
}

.fa-align-left {
  --fa: "";
}

.fa-dice-d6 {
  --fa: "";
}

.fa-restroom {
  --fa: "";
}

.fa-j {
  --fa: "J";
}

.fa-users-viewfinder {
  --fa: "";
}

.fa-file-video {
  --fa: "";
}

.fa-up-right-from-square {
  --fa: "";
}

.fa-external-link-alt {
  --fa: "";
}

.fa-table-cells {
  --fa: "";
}

.fa-th {
  --fa: "";
}

.fa-file-pdf {
  --fa: "";
}

.fa-book-bible {
  --fa: "";
}

.fa-bible {
  --fa: "";
}

.fa-o {
  --fa: "O";
}

.fa-suitcase-medical {
  --fa: "";
}

.fa-medkit {
  --fa: "";
}

.fa-user-secret {
  --fa: "";
}

.fa-otter {
  --fa: "";
}

.fa-person-dress {
  --fa: "";
}

.fa-female {
  --fa: "";
}

.fa-comment-dollar {
  --fa: "";
}

.fa-business-time {
  --fa: "";
}

.fa-briefcase-clock {
  --fa: "";
}

.fa-table-cells-large {
  --fa: "";
}

.fa-th-large {
  --fa: "";
}

.fa-book-tanakh {
  --fa: "";
}

.fa-tanakh {
  --fa: "";
}

.fa-phone-volume {
  --fa: "";
}

.fa-volume-control-phone {
  --fa: "";
}

.fa-hat-cowboy-side {
  --fa: "";
}

.fa-clipboard-user {
  --fa: "";
}

.fa-child {
  --fa: "";
}

.fa-lira-sign {
  --fa: "";
}

.fa-satellite {
  --fa: "";
}

.fa-plane-lock {
  --fa: "";
}

.fa-tag {
  --fa: "";
}

.fa-comment {
  --fa: "";
}

.fa-cake-candles {
  --fa: "";
}

.fa-birthday-cake {
  --fa: "";
}

.fa-cake {
  --fa: "";
}

.fa-envelope {
  --fa: "";
}

.fa-angles-up {
  --fa: "";
}

.fa-angle-double-up {
  --fa: "";
}

.fa-paperclip {
  --fa: "";
}

.fa-arrow-right-to-city {
  --fa: "";
}

.fa-ribbon {
  --fa: "";
}

.fa-lungs {
  --fa: "";
}

.fa-arrow-up-9-1 {
  --fa: "";
}

.fa-sort-numeric-up-alt {
  --fa: "";
}

.fa-litecoin-sign {
  --fa: "";
}

.fa-border-none {
  --fa: "";
}

.fa-circle-nodes {
  --fa: "";
}

.fa-parachute-box {
  --fa: "";
}

.fa-indent {
  --fa: "";
}

.fa-truck-field-un {
  --fa: "";
}

.fa-hourglass {
  --fa: "";
}

.fa-hourglass-empty {
  --fa: "";
}

.fa-mountain {
  --fa: "";
}

.fa-user-doctor {
  --fa: "";
}

.fa-user-md {
  --fa: "";
}

.fa-circle-info {
  --fa: "";
}

.fa-info-circle {
  --fa: "";
}

.fa-cloud-meatball {
  --fa: "";
}

.fa-camera {
  --fa: "";
}

.fa-camera-alt {
  --fa: "";
}

.fa-square-virus {
  --fa: "";
}

.fa-meteor {
  --fa: "";
}

.fa-car-on {
  --fa: "";
}

.fa-sleigh {
  --fa: "";
}

.fa-arrow-down-1-9 {
  --fa: "";
}

.fa-sort-numeric-asc {
  --fa: "";
}

.fa-sort-numeric-down {
  --fa: "";
}

.fa-hand-holding-droplet {
  --fa: "";
}

.fa-hand-holding-water {
  --fa: "";
}

.fa-water {
  --fa: "";
}

.fa-calendar-check {
  --fa: "";
}

.fa-braille {
  --fa: "";
}

.fa-prescription-bottle-medical {
  --fa: "";
}

.fa-prescription-bottle-alt {
  --fa: "";
}

.fa-landmark {
  --fa: "";
}

.fa-truck {
  --fa: "";
}

.fa-crosshairs {
  --fa: "";
}

.fa-person-cane {
  --fa: "";
}

.fa-tent {
  --fa: "";
}

.fa-vest-patches {
  --fa: "";
}

.fa-check-double {
  --fa: "";
}

.fa-arrow-down-a-z {
  --fa: "";
}

.fa-sort-alpha-asc {
  --fa: "";
}

.fa-sort-alpha-down {
  --fa: "";
}

.fa-money-bill-wheat {
  --fa: "";
}

.fa-cookie {
  --fa: "";
}

.fa-arrow-rotate-left {
  --fa: "";
}

.fa-arrow-left-rotate {
  --fa: "";
}

.fa-arrow-rotate-back {
  --fa: "";
}

.fa-arrow-rotate-backward {
  --fa: "";
}

.fa-undo {
  --fa: "";
}

.fa-hard-drive {
  --fa: "";
}

.fa-hdd {
  --fa: "";
}

.fa-face-grin-squint-tears {
  --fa: "";
}

.fa-grin-squint-tears {
  --fa: "";
}

.fa-dumbbell {
  --fa: "";
}

.fa-rectangle-list {
  --fa: "";
}

.fa-list-alt {
  --fa: "";
}

.fa-tarp-droplet {
  --fa: "";
}

.fa-house-medical-circle-check {
  --fa: "";
}

.fa-person-skiing-nordic {
  --fa: "";
}

.fa-skiing-nordic {
  --fa: "";
}

.fa-calendar-plus {
  --fa: "";
}

.fa-plane-arrival {
  --fa: "";
}

.fa-circle-left {
  --fa: "";
}

.fa-arrow-alt-circle-left {
  --fa: "";
}

.fa-train-subway {
  --fa: "";
}

.fa-subway {
  --fa: "";
}

.fa-chart-gantt {
  --fa: "";
}

.fa-indian-rupee-sign {
  --fa: "";
}

.fa-indian-rupee {
  --fa: "";
}

.fa-inr {
  --fa: "";
}

.fa-crop-simple {
  --fa: "";
}

.fa-crop-alt {
  --fa: "";
}

.fa-money-bill-1 {
  --fa: "";
}

.fa-money-bill-alt {
  --fa: "";
}

.fa-left-long {
  --fa: "";
}

.fa-long-arrow-alt-left {
  --fa: "";
}

.fa-dna {
  --fa: "";
}

.fa-virus-slash {
  --fa: "";
}

.fa-minus {
  --fa: "";
}

.fa-subtract {
  --fa: "";
}

.fa-chess {
  --fa: "";
}

.fa-arrow-left-long {
  --fa: "";
}

.fa-long-arrow-left {
  --fa: "";
}

.fa-plug-circle-check {
  --fa: "";
}

.fa-street-view {
  --fa: "";
}

.fa-franc-sign {
  --fa: "";
}

.fa-volume-off {
  --fa: "";
}

.fa-hands-asl-interpreting {
  --fa: "";
}

.fa-american-sign-language-interpreting {
  --fa: "";
}

.fa-asl-interpreting {
  --fa: "";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "";
}

.fa-gear {
  --fa: "";
}

.fa-cog {
  --fa: "";
}

.fa-droplet-slash {
  --fa: "";
}

.fa-tint-slash {
  --fa: "";
}

.fa-mosque {
  --fa: "";
}

.fa-mosquito {
  --fa: "";
}

.fa-star-of-david {
  --fa: "";
}

.fa-person-military-rifle {
  --fa: "";
}

.fa-cart-shopping {
  --fa: "";
}

.fa-shopping-cart {
  --fa: "";
}

.fa-vials {
  --fa: "";
}

.fa-plug-circle-plus {
  --fa: "";
}

.fa-place-of-worship {
  --fa: "";
}

.fa-grip-vertical {
  --fa: "";
}

.fa-hexagon-nodes {
  --fa: "";
}

.fa-arrow-turn-up {
  --fa: "";
}

.fa-level-up {
  --fa: "";
}

.fa-u {
  --fa: "U";
}

.fa-square-root-variable {
  --fa: "";
}

.fa-square-root-alt {
  --fa: "";
}

.fa-clock {
  --fa: "";
}

.fa-clock-four {
  --fa: "";
}

.fa-backward-step {
  --fa: "";
}

.fa-step-backward {
  --fa: "";
}

.fa-pallet {
  --fa: "";
}

.fa-faucet {
  --fa: "";
}

.fa-baseball-bat-ball {
  --fa: "";
}

.fa-s {
  --fa: "S";
}

.fa-timeline {
  --fa: "";
}

.fa-keyboard {
  --fa: "";
}

.fa-caret-down {
  --fa: "";
}

.fa-house-chimney-medical {
  --fa: "";
}

.fa-clinic-medical {
  --fa: "";
}

.fa-temperature-three-quarters {
  --fa: "";
}

.fa-temperature-3 {
  --fa: "";
}

.fa-thermometer-3 {
  --fa: "";
}

.fa-thermometer-three-quarters {
  --fa: "";
}

.fa-mobile-screen {
  --fa: "";
}

.fa-mobile-android-alt {
  --fa: "";
}

.fa-plane-up {
  --fa: "";
}

.fa-piggy-bank {
  --fa: "";
}

.fa-battery-half {
  --fa: "";
}

.fa-battery-3 {
  --fa: "";
}

.fa-mountain-city {
  --fa: "";
}

.fa-coins {
  --fa: "";
}

.fa-khanda {
  --fa: "";
}

.fa-sliders {
  --fa: "";
}

.fa-sliders-h {
  --fa: "";
}

.fa-folder-tree {
  --fa: "";
}

.fa-network-wired {
  --fa: "";
}

.fa-map-pin {
  --fa: "";
}

.fa-hamsa {
  --fa: "";
}

.fa-cent-sign {
  --fa: "";
}

.fa-flask {
  --fa: "";
}

.fa-person-pregnant {
  --fa: "";
}

.fa-wand-sparkles {
  --fa: "";
}

.fa-ellipsis-vertical {
  --fa: "";
}

.fa-ellipsis-v {
  --fa: "";
}

.fa-ticket {
  --fa: "";
}

.fa-power-off {
  --fa: "";
}

.fa-right-long {
  --fa: "";
}

.fa-long-arrow-alt-right {
  --fa: "";
}

.fa-flag-usa {
  --fa: "";
}

.fa-laptop-file {
  --fa: "";
}

.fa-tty {
  --fa: "";
}

.fa-teletype {
  --fa: "";
}

.fa-diagram-next {
  --fa: "";
}

.fa-person-rifle {
  --fa: "";
}

.fa-house-medical-circle-exclamation {
  --fa: "";
}

.fa-closed-captioning {
  --fa: "";
}

.fa-person-hiking {
  --fa: "";
}

.fa-hiking {
  --fa: "";
}

.fa-venus-double {
  --fa: "";
}

.fa-images {
  --fa: "";
}

.fa-calculator {
  --fa: "";
}

.fa-people-pulling {
  --fa: "";
}

.fa-n {
  --fa: "N";
}

.fa-cable-car {
  --fa: "";
}

.fa-tram {
  --fa: "";
}

.fa-cloud-rain {
  --fa: "";
}

.fa-building-circle-xmark {
  --fa: "";
}

.fa-ship {
  --fa: "";
}

.fa-arrows-down-to-line {
  --fa: "";
}

.fa-download {
  --fa: "";
}

.fa-face-grin {
  --fa: "";
}

.fa-grin {
  --fa: "";
}

.fa-delete-left {
  --fa: "";
}

.fa-backspace {
  --fa: "";
}

.fa-eye-dropper {
  --fa: "";
}

.fa-eye-dropper-empty {
  --fa: "";
}

.fa-eyedropper {
  --fa: "";
}

.fa-file-circle-check {
  --fa: "";
}

.fa-forward {
  --fa: "";
}

.fa-mobile {
  --fa: "";
}

.fa-mobile-android {
  --fa: "";
}

.fa-mobile-phone {
  --fa: "";
}

.fa-face-meh {
  --fa: "";
}

.fa-meh {
  --fa: "";
}

.fa-align-center {
  --fa: "";
}

.fa-book-skull {
  --fa: "";
}

.fa-book-dead {
  --fa: "";
}

.fa-id-card {
  --fa: "";
}

.fa-drivers-license {
  --fa: "";
}

.fa-outdent {
  --fa: "";
}

.fa-dedent {
  --fa: "";
}

.fa-heart-circle-exclamation {
  --fa: "";
}

.fa-house {
  --fa: "";
}

.fa-home {
  --fa: "";
}

.fa-home-alt {
  --fa: "";
}

.fa-home-lg-alt {
  --fa: "";
}

.fa-calendar-week {
  --fa: "";
}

.fa-laptop-medical {
  --fa: "";
}

.fa-b {
  --fa: "B";
}

.fa-file-medical {
  --fa: "";
}

.fa-dice-one {
  --fa: "";
}

.fa-kiwi-bird {
  --fa: "";
}

.fa-arrow-right-arrow-left {
  --fa: "";
}

.fa-exchange {
  --fa: "";
}

.fa-rotate-right {
  --fa: "";
}

.fa-redo-alt {
  --fa: "";
}

.fa-rotate-forward {
  --fa: "";
}

.fa-utensils {
  --fa: "";
}

.fa-cutlery {
  --fa: "";
}

.fa-arrow-up-wide-short {
  --fa: "";
}

.fa-sort-amount-up {
  --fa: "";
}

.fa-mill-sign {
  --fa: "";
}

.fa-bowl-rice {
  --fa: "";
}

.fa-skull {
  --fa: "";
}

.fa-tower-broadcast {
  --fa: "";
}

.fa-broadcast-tower {
  --fa: "";
}

.fa-truck-pickup {
  --fa: "";
}

.fa-up-long {
  --fa: "";
}

.fa-long-arrow-alt-up {
  --fa: "";
}

.fa-stop {
  --fa: "";
}

.fa-code-merge {
  --fa: "";
}

.fa-upload {
  --fa: "";
}

.fa-hurricane {
  --fa: "";
}

.fa-mound {
  --fa: "";
}

.fa-toilet-portable {
  --fa: "";
}

.fa-compact-disc {
  --fa: "";
}

.fa-file-arrow-down {
  --fa: "";
}

.fa-file-download {
  --fa: "";
}

.fa-caravan {
  --fa: "";
}

.fa-shield-cat {
  --fa: "";
}

.fa-bolt {
  --fa: "";
}

.fa-zap {
  --fa: "";
}

.fa-glass-water {
  --fa: "";
}

.fa-oil-well {
  --fa: "";
}

.fa-vault {
  --fa: "";
}

.fa-mars {
  --fa: "";
}

.fa-toilet {
  --fa: "";
}

.fa-plane-circle-xmark {
  --fa: "";
}

.fa-yen-sign {
  --fa: "";
}

.fa-cny {
  --fa: "";
}

.fa-jpy {
  --fa: "";
}

.fa-rmb {
  --fa: "";
}

.fa-yen {
  --fa: "";
}

.fa-ruble-sign {
  --fa: "";
}

.fa-rouble {
  --fa: "";
}

.fa-rub {
  --fa: "";
}

.fa-ruble {
  --fa: "";
}

.fa-sun {
  --fa: "";
}

.fa-guitar {
  --fa: "";
}

.fa-face-laugh-wink {
  --fa: "";
}

.fa-laugh-wink {
  --fa: "";
}

.fa-horse-head {
  --fa: "";
}

.fa-bore-hole {
  --fa: "";
}

.fa-industry {
  --fa: "";
}

.fa-circle-down {
  --fa: "";
}

.fa-arrow-alt-circle-down {
  --fa: "";
}

.fa-arrows-turn-to-dots {
  --fa: "";
}

.fa-florin-sign {
  --fa: "";
}

.fa-arrow-down-short-wide {
  --fa: "";
}

.fa-sort-amount-desc {
  --fa: "";
}

.fa-sort-amount-down-alt {
  --fa: "";
}

.fa-less-than {
  --fa: "<";
}

.fa-angle-down {
  --fa: "";
}

.fa-car-tunnel {
  --fa: "";
}

.fa-head-side-cough {
  --fa: "";
}

.fa-grip-lines {
  --fa: "";
}

.fa-thumbs-down {
  --fa: "";
}

.fa-user-lock {
  --fa: "";
}

.fa-arrow-right-long {
  --fa: "";
}

.fa-long-arrow-right {
  --fa: "";
}

.fa-anchor-circle-xmark {
  --fa: "";
}

.fa-ellipsis {
  --fa: "";
}

.fa-ellipsis-h {
  --fa: "";
}

.fa-chess-pawn {
  --fa: "";
}

.fa-kit-medical {
  --fa: "";
}

.fa-first-aid {
  --fa: "";
}

.fa-person-through-window {
  --fa: "";
}

.fa-toolbox {
  --fa: "";
}

.fa-hands-holding-circle {
  --fa: "";
}

.fa-bug {
  --fa: "";
}

.fa-credit-card {
  --fa: "";
}

.fa-credit-card-alt {
  --fa: "";
}

.fa-car {
  --fa: "";
}

.fa-automobile {
  --fa: "";
}

.fa-hand-holding-hand {
  --fa: "";
}

.fa-book-open-reader {
  --fa: "";
}

.fa-book-reader {
  --fa: "";
}

.fa-mountain-sun {
  --fa: "";
}

.fa-arrows-left-right-to-line {
  --fa: "";
}

.fa-dice-d20 {
  --fa: "";
}

.fa-truck-droplet {
  --fa: "";
}

.fa-file-circle-xmark {
  --fa: "";
}

.fa-temperature-arrow-up {
  --fa: "";
}

.fa-temperature-up {
  --fa: "";
}

.fa-medal {
  --fa: "";
}

.fa-bed {
  --fa: "";
}

.fa-square-h {
  --fa: "";
}

.fa-h-square {
  --fa: "";
}

.fa-podcast {
  --fa: "";
}

.fa-temperature-full {
  --fa: "";
}

.fa-temperature-4 {
  --fa: "";
}

.fa-thermometer-4 {
  --fa: "";
}

.fa-thermometer-full {
  --fa: "";
}

.fa-bell {
  --fa: "";
}

.fa-superscript {
  --fa: "";
}

.fa-plug-circle-xmark {
  --fa: "";
}

.fa-star-of-life {
  --fa: "";
}

.fa-phone-slash {
  --fa: "";
}

.fa-paint-roller {
  --fa: "";
}

.fa-handshake-angle {
  --fa: "";
}

.fa-hands-helping {
  --fa: "";
}

.fa-location-dot {
  --fa: "";
}

.fa-map-marker-alt {
  --fa: "";
}

.fa-file {
  --fa: "";
}

.fa-greater-than {
  --fa: ">";
}

.fa-person-swimming {
  --fa: "";
}

.fa-swimmer {
  --fa: "";
}

.fa-arrow-down {
  --fa: "";
}

.fa-droplet {
  --fa: "";
}

.fa-tint {
  --fa: "";
}

.fa-eraser {
  --fa: "";
}

.fa-earth-americas {
  --fa: "";
}

.fa-earth {
  --fa: "";
}

.fa-earth-america {
  --fa: "";
}

.fa-globe-americas {
  --fa: "";
}

.fa-person-burst {
  --fa: "";
}

.fa-dove {
  --fa: "";
}

.fa-battery-empty {
  --fa: "";
}

.fa-battery-0 {
  --fa: "";
}

.fa-socks {
  --fa: "";
}

.fa-inbox {
  --fa: "";
}

.fa-section {
  --fa: "";
}

.fa-gauge-high {
  --fa: "";
}

.fa-tachometer-alt {
  --fa: "";
}

.fa-tachometer-alt-fast {
  --fa: "";
}

.fa-envelope-open-text {
  --fa: "";
}

.fa-hospital {
  --fa: "";
}

.fa-hospital-alt {
  --fa: "";
}

.fa-hospital-wide {
  --fa: "";
}

.fa-wine-bottle {
  --fa: "";
}

.fa-chess-rook {
  --fa: "";
}

.fa-bars-staggered {
  --fa: "";
}

.fa-reorder {
  --fa: "";
}

.fa-stream {
  --fa: "";
}

.fa-dharmachakra {
  --fa: "";
}

.fa-hotdog {
  --fa: "";
}

.fa-person-walking-with-cane {
  --fa: "";
}

.fa-blind {
  --fa: "";
}

.fa-drum {
  --fa: "";
}

.fa-ice-cream {
  --fa: "";
}

.fa-heart-circle-bolt {
  --fa: "";
}

.fa-fax {
  --fa: "";
}

.fa-paragraph {
  --fa: "";
}

.fa-check-to-slot {
  --fa: "";
}

.fa-vote-yea {
  --fa: "";
}

.fa-star-half {
  --fa: "";
}

.fa-boxes-stacked {
  --fa: "";
}

.fa-boxes {
  --fa: "";
}

.fa-boxes-alt {
  --fa: "";
}

.fa-link {
  --fa: "";
}

.fa-chain {
  --fa: "";
}

.fa-ear-listen {
  --fa: "";
}

.fa-assistive-listening-systems {
  --fa: "";
}

.fa-tree-city {
  --fa: "";
}

.fa-play {
  --fa: "";
}

.fa-font {
  --fa: "";
}

.fa-table-cells-row-lock {
  --fa: "";
}

.fa-rupiah-sign {
  --fa: "";
}

.fa-magnifying-glass {
  --fa: "";
}

.fa-search {
  --fa: "";
}

.fa-table-tennis-paddle-ball {
  --fa: "";
}

.fa-ping-pong-paddle-ball {
  --fa: "";
}

.fa-table-tennis {
  --fa: "";
}

.fa-person-dots-from-line {
  --fa: "";
}

.fa-diagnoses {
  --fa: "";
}

.fa-trash-can-arrow-up {
  --fa: "";
}

.fa-trash-restore-alt {
  --fa: "";
}

.fa-naira-sign {
  --fa: "";
}

.fa-cart-arrow-down {
  --fa: "";
}

.fa-walkie-talkie {
  --fa: "";
}

.fa-file-pen {
  --fa: "";
}

.fa-file-edit {
  --fa: "";
}

.fa-receipt {
  --fa: "";
}

.fa-square-pen {
  --fa: "";
}

.fa-pen-square {
  --fa: "";
}

.fa-pencil-square {
  --fa: "";
}

.fa-suitcase-rolling {
  --fa: "";
}

.fa-person-circle-exclamation {
  --fa: "";
}

.fa-chevron-down {
  --fa: "";
}

.fa-battery-full {
  --fa: "";
}

.fa-battery {
  --fa: "";
}

.fa-battery-5 {
  --fa: "";
}

.fa-skull-crossbones {
  --fa: "";
}

.fa-code-compare {
  --fa: "";
}

.fa-list-ul {
  --fa: "";
}

.fa-list-dots {
  --fa: "";
}

.fa-school-lock {
  --fa: "";
}

.fa-tower-cell {
  --fa: "";
}

.fa-down-long {
  --fa: "";
}

.fa-long-arrow-alt-down {
  --fa: "";
}

.fa-ranking-star {
  --fa: "";
}

.fa-chess-king {
  --fa: "";
}

.fa-person-harassing {
  --fa: "";
}

.fa-brazilian-real-sign {
  --fa: "";
}

.fa-landmark-dome {
  --fa: "";
}

.fa-landmark-alt {
  --fa: "";
}

.fa-arrow-up {
  --fa: "";
}

.fa-tv {
  --fa: "";
}

.fa-television {
  --fa: "";
}

.fa-tv-alt {
  --fa: "";
}

.fa-shrimp {
  --fa: "";
}

.fa-list-check {
  --fa: "";
}

.fa-tasks {
  --fa: "";
}

.fa-jug-detergent {
  --fa: "";
}

.fa-circle-user {
  --fa: "";
}

.fa-user-circle {
  --fa: "";
}

.fa-user-shield {
  --fa: "";
}

.fa-wind {
  --fa: "";
}

.fa-car-burst {
  --fa: "";
}

.fa-car-crash {
  --fa: "";
}

.fa-y {
  --fa: "Y";
}

.fa-person-snowboarding {
  --fa: "";
}

.fa-snowboarding {
  --fa: "";
}

.fa-truck-fast {
  --fa: "";
}

.fa-shipping-fast {
  --fa: "";
}

.fa-fish {
  --fa: "";
}

.fa-user-graduate {
  --fa: "";
}

.fa-circle-half-stroke {
  --fa: "";
}

.fa-adjust {
  --fa: "";
}

.fa-clapperboard {
  --fa: "";
}

.fa-circle-radiation {
  --fa: "";
}

.fa-radiation-alt {
  --fa: "";
}

.fa-baseball {
  --fa: "";
}

.fa-baseball-ball {
  --fa: "";
}

.fa-jet-fighter-up {
  --fa: "";
}

.fa-diagram-project {
  --fa: "";
}

.fa-project-diagram {
  --fa: "";
}

.fa-copy {
  --fa: "";
}

.fa-volume-xmark {
  --fa: "";
}

.fa-volume-mute {
  --fa: "";
}

.fa-volume-times {
  --fa: "";
}

.fa-hand-sparkles {
  --fa: "";
}

.fa-grip {
  --fa: "";
}

.fa-grip-horizontal {
  --fa: "";
}

.fa-share-from-square {
  --fa: "";
}

.fa-share-square {
  --fa: "";
}

.fa-child-combatant {
  --fa: "";
}

.fa-child-rifle {
  --fa: "";
}

.fa-gun {
  --fa: "";
}

.fa-square-phone {
  --fa: "";
}

.fa-phone-square {
  --fa: "";
}

.fa-plus {
  --fa: "+";
}

.fa-add {
  --fa: "+";
}

.fa-expand {
  --fa: "";
}

.fa-computer {
  --fa: "";
}

.fa-xmark {
  --fa: "";
}

.fa-close {
  --fa: "";
}

.fa-multiply {
  --fa: "";
}

.fa-remove {
  --fa: "";
}

.fa-times {
  --fa: "";
}

.fa-arrows-up-down-left-right {
  --fa: "";
}

.fa-arrows {
  --fa: "";
}

.fa-chalkboard-user {
  --fa: "";
}

.fa-chalkboard-teacher {
  --fa: "";
}

.fa-peso-sign {
  --fa: "";
}

.fa-building-shield {
  --fa: "";
}

.fa-baby {
  --fa: "";
}

.fa-users-line {
  --fa: "";
}

.fa-quote-left {
  --fa: "";
}

.fa-quote-left-alt {
  --fa: "";
}

.fa-tractor {
  --fa: "";
}

.fa-trash-arrow-up {
  --fa: "";
}

.fa-trash-restore {
  --fa: "";
}

.fa-arrow-down-up-lock {
  --fa: "";
}

.fa-lines-leaning {
  --fa: "";
}

.fa-ruler-combined {
  --fa: "";
}

.fa-copyright {
  --fa: "";
}

.fa-equals {
  --fa: "=";
}

.fa-blender {
  --fa: "";
}

.fa-teeth {
  --fa: "";
}

.fa-shekel-sign {
  --fa: "";
}

.fa-ils {
  --fa: "";
}

.fa-shekel {
  --fa: "";
}

.fa-sheqel {
  --fa: "";
}

.fa-sheqel-sign {
  --fa: "";
}

.fa-map {
  --fa: "";
}

.fa-rocket {
  --fa: "";
}

.fa-photo-film {
  --fa: "";
}

.fa-photo-video {
  --fa: "";
}

.fa-folder-minus {
  --fa: "";
}

.fa-hexagon-nodes-bolt {
  --fa: "";
}

.fa-store {
  --fa: "";
}

.fa-arrow-trend-up {
  --fa: "";
}

.fa-plug-circle-minus {
  --fa: "";
}

.fa-sign-hanging {
  --fa: "";
}

.fa-sign {
  --fa: "";
}

.fa-bezier-curve {
  --fa: "";
}

.fa-bell-slash {
  --fa: "";
}

.fa-tablet {
  --fa: "";
}

.fa-tablet-android {
  --fa: "";
}

.fa-school-flag {
  --fa: "";
}

.fa-fill {
  --fa: "";
}

.fa-angle-up {
  --fa: "";
}

.fa-drumstick-bite {
  --fa: "";
}

.fa-holly-berry {
  --fa: "";
}

.fa-chevron-left {
  --fa: "";
}

.fa-bacteria {
  --fa: "";
}

.fa-hand-lizard {
  --fa: "";
}

.fa-notdef {
  --fa: "";
}

.fa-disease {
  --fa: "";
}

.fa-briefcase-medical {
  --fa: "";
}

.fa-genderless {
  --fa: "";
}

.fa-chevron-right {
  --fa: "";
}

.fa-retweet {
  --fa: "";
}

.fa-car-rear {
  --fa: "";
}

.fa-car-alt {
  --fa: "";
}

.fa-pump-soap {
  --fa: "";
}

.fa-video-slash {
  --fa: "";
}

.fa-battery-quarter {
  --fa: "";
}

.fa-battery-2 {
  --fa: "";
}

.fa-radio {
  --fa: "";
}

.fa-baby-carriage {
  --fa: "";
}

.fa-carriage-baby {
  --fa: "";
}

.fa-traffic-light {
  --fa: "";
}

.fa-thermometer {
  --fa: "";
}

.fa-vr-cardboard {
  --fa: "";
}

.fa-hand-middle-finger {
  --fa: "";
}

.fa-percent {
  --fa: "%";
}

.fa-percentage {
  --fa: "%";
}

.fa-truck-moving {
  --fa: "";
}

.fa-glass-water-droplet {
  --fa: "";
}

.fa-display {
  --fa: "";
}

.fa-face-smile {
  --fa: "";
}

.fa-smile {
  --fa: "";
}

.fa-thumbtack {
  --fa: "";
}

.fa-thumb-tack {
  --fa: "";
}

.fa-trophy {
  --fa: "";
}

.fa-person-praying {
  --fa: "";
}

.fa-pray {
  --fa: "";
}

.fa-hammer {
  --fa: "";
}

.fa-hand-peace {
  --fa: "";
}

.fa-rotate {
  --fa: "";
}

.fa-sync-alt {
  --fa: "";
}

.fa-spinner {
  --fa: "";
}

.fa-robot {
  --fa: "";
}

.fa-peace {
  --fa: "";
}

.fa-gears {
  --fa: "";
}

.fa-cogs {
  --fa: "";
}

.fa-warehouse {
  --fa: "";
}

.fa-arrow-up-right-dots {
  --fa: "";
}

.fa-splotch {
  --fa: "";
}

.fa-face-grin-hearts {
  --fa: "";
}

.fa-grin-hearts {
  --fa: "";
}

.fa-dice-four {
  --fa: "";
}

.fa-sim-card {
  --fa: "";
}

.fa-transgender {
  --fa: "";
}

.fa-transgender-alt {
  --fa: "";
}

.fa-mercury {
  --fa: "";
}

.fa-arrow-turn-down {
  --fa: "";
}

.fa-level-down {
  --fa: "";
}

.fa-person-falling-burst {
  --fa: "";
}

.fa-award {
  --fa: "";
}

.fa-ticket-simple {
  --fa: "";
}

.fa-ticket-alt {
  --fa: "";
}

.fa-building {
  --fa: "";
}

.fa-angles-left {
  --fa: "";
}

.fa-angle-double-left {
  --fa: "";
}

.fa-qrcode {
  --fa: "";
}

.fa-clock-rotate-left {
  --fa: "";
}

.fa-history {
  --fa: "";
}

.fa-face-grin-beam-sweat {
  --fa: "";
}

.fa-grin-beam-sweat {
  --fa: "";
}

.fa-file-export {
  --fa: "";
}

.fa-arrow-right-from-file {
  --fa: "";
}

.fa-shield {
  --fa: "";
}

.fa-shield-blank {
  --fa: "";
}

.fa-arrow-up-short-wide {
  --fa: "";
}

.fa-sort-amount-up-alt {
  --fa: "";
}

.fa-comment-nodes {
  --fa: "";
}

.fa-house-medical {
  --fa: "";
}

.fa-golf-ball-tee {
  --fa: "";
}

.fa-golf-ball {
  --fa: "";
}

.fa-circle-chevron-left {
  --fa: "";
}

.fa-chevron-circle-left {
  --fa: "";
}

.fa-house-chimney-window {
  --fa: "";
}

.fa-pen-nib {
  --fa: "";
}

.fa-tent-arrow-turn-left {
  --fa: "";
}

.fa-tents {
  --fa: "";
}

.fa-wand-magic {
  --fa: "";
}

.fa-magic {
  --fa: "";
}

.fa-dog {
  --fa: "";
}

.fa-carrot {
  --fa: "";
}

.fa-moon {
  --fa: "";
}

.fa-wine-glass-empty {
  --fa: "";
}

.fa-wine-glass-alt {
  --fa: "";
}

.fa-cheese {
  --fa: "";
}

.fa-yin-yang {
  --fa: "";
}

.fa-music {
  --fa: "";
}

.fa-code-commit {
  --fa: "";
}

.fa-temperature-low {
  --fa: "";
}

.fa-person-biking {
  --fa: "";
}

.fa-biking {
  --fa: "";
}

.fa-broom {
  --fa: "";
}

.fa-shield-heart {
  --fa: "";
}

.fa-gopuram {
  --fa: "";
}

.fa-earth-oceania {
  --fa: "";
}

.fa-globe-oceania {
  --fa: "";
}

.fa-square-xmark {
  --fa: "";
}

.fa-times-square {
  --fa: "";
}

.fa-xmark-square {
  --fa: "";
}

.fa-hashtag {
  --fa: "#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "";
}

.fa-expand-alt {
  --fa: "";
}

.fa-oil-can {
  --fa: "";
}

.fa-t {
  --fa: "T";
}

.fa-hippo {
  --fa: "";
}

.fa-chart-column {
  --fa: "";
}

.fa-infinity {
  --fa: "";
}

.fa-vial-circle-check {
  --fa: "";
}

.fa-person-arrow-down-to-line {
  --fa: "";
}

.fa-voicemail {
  --fa: "";
}

.fa-fan {
  --fa: "";
}

.fa-person-walking-luggage {
  --fa: "";
}

.fa-up-down {
  --fa: "";
}

.fa-arrows-alt-v {
  --fa: "";
}

.fa-cloud-moon-rain {
  --fa: "";
}

.fa-calendar {
  --fa: "";
}

.fa-trailer {
  --fa: "";
}

.fa-bahai {
  --fa: "";
}

.fa-haykal {
  --fa: "";
}

.fa-sd-card {
  --fa: "";
}

.fa-dragon {
  --fa: "";
}

.fa-shoe-prints {
  --fa: "";
}

.fa-circle-plus {
  --fa: "";
}

.fa-plus-circle {
  --fa: "";
}

.fa-face-grin-tongue-wink {
  --fa: "";
}

.fa-grin-tongue-wink {
  --fa: "";
}

.fa-hand-holding {
  --fa: "";
}

.fa-plug-circle-exclamation {
  --fa: "";
}

.fa-link-slash {
  --fa: "";
}

.fa-chain-broken {
  --fa: "";
}

.fa-chain-slash {
  --fa: "";
}

.fa-unlink {
  --fa: "";
}

.fa-clone {
  --fa: "";
}

.fa-person-walking-arrow-loop-left {
  --fa: "";
}

.fa-arrow-up-z-a {
  --fa: "";
}

.fa-sort-alpha-up-alt {
  --fa: "";
}

.fa-fire-flame-curved {
  --fa: "";
}

.fa-fire-alt {
  --fa: "";
}

.fa-tornado {
  --fa: "";
}

.fa-file-circle-plus {
  --fa: "";
}

.fa-book-quran {
  --fa: "";
}

.fa-quran {
  --fa: "";
}

.fa-anchor {
  --fa: "";
}

.fa-border-all {
  --fa: "";
}

.fa-face-angry {
  --fa: "";
}

.fa-angry {
  --fa: "";
}

.fa-cookie-bite {
  --fa: "";
}

.fa-arrow-trend-down {
  --fa: "";
}

.fa-rss {
  --fa: "";
}

.fa-feed {
  --fa: "";
}

.fa-draw-polygon {
  --fa: "";
}

.fa-scale-balanced {
  --fa: "";
}

.fa-balance-scale {
  --fa: "";
}

.fa-gauge-simple-high {
  --fa: "";
}

.fa-tachometer {
  --fa: "";
}

.fa-tachometer-fast {
  --fa: "";
}

.fa-shower {
  --fa: "";
}

.fa-desktop {
  --fa: "";
}

.fa-desktop-alt {
  --fa: "";
}

.fa-m {
  --fa: "M";
}

.fa-table-list {
  --fa: "";
}

.fa-th-list {
  --fa: "";
}

.fa-comment-sms {
  --fa: "";
}

.fa-sms {
  --fa: "";
}

.fa-book {
  --fa: "";
}

.fa-user-plus {
  --fa: "";
}

.fa-check {
  --fa: "";
}

.fa-battery-three-quarters {
  --fa: "";
}

.fa-battery-4 {
  --fa: "";
}

.fa-house-circle-check {
  --fa: "";
}

.fa-angle-left {
  --fa: "";
}

.fa-diagram-successor {
  --fa: "";
}

.fa-truck-arrow-right {
  --fa: "";
}

.fa-arrows-split-up-and-left {
  --fa: "";
}

.fa-hand-fist {
  --fa: "";
}

.fa-fist-raised {
  --fa: "";
}

.fa-cloud-moon {
  --fa: "";
}

.fa-briefcase {
  --fa: "";
}

.fa-person-falling {
  --fa: "";
}

.fa-image-portrait {
  --fa: "";
}

.fa-portrait {
  --fa: "";
}

.fa-user-tag {
  --fa: "";
}

.fa-rug {
  --fa: "";
}

.fa-earth-europe {
  --fa: "";
}

.fa-globe-europe {
  --fa: "";
}

.fa-cart-flatbed-suitcase {
  --fa: "";
}

.fa-luggage-cart {
  --fa: "";
}

.fa-rectangle-xmark {
  --fa: "";
}

.fa-rectangle-times {
  --fa: "";
}

.fa-times-rectangle {
  --fa: "";
}

.fa-window-close {
  --fa: "";
}

.fa-baht-sign {
  --fa: "";
}

.fa-book-open {
  --fa: "";
}

.fa-book-journal-whills {
  --fa: "";
}

.fa-journal-whills {
  --fa: "";
}

.fa-handcuffs {
  --fa: "";
}

.fa-triangle-exclamation {
  --fa: "";
}

.fa-exclamation-triangle {
  --fa: "";
}

.fa-warning {
  --fa: "";
}

.fa-database {
  --fa: "";
}

.fa-share {
  --fa: "";
}

.fa-mail-forward {
  --fa: "";
}

.fa-bottle-droplet {
  --fa: "";
}

.fa-mask-face {
  --fa: "";
}

.fa-hill-rockslide {
  --fa: "";
}

.fa-right-left {
  --fa: "";
}

.fa-exchange-alt {
  --fa: "";
}

.fa-paper-plane {
  --fa: "";
}

.fa-road-circle-exclamation {
  --fa: "";
}

.fa-dungeon {
  --fa: "";
}

.fa-align-right {
  --fa: "";
}

.fa-money-bill-1-wave {
  --fa: "";
}

.fa-money-bill-wave-alt {
  --fa: "";
}

.fa-life-ring {
  --fa: "";
}

.fa-hands {
  --fa: "";
}

.fa-sign-language {
  --fa: "";
}

.fa-signing {
  --fa: "";
}

.fa-calendar-day {
  --fa: "";
}

.fa-water-ladder {
  --fa: "";
}

.fa-ladder-water {
  --fa: "";
}

.fa-swimming-pool {
  --fa: "";
}

.fa-arrows-up-down {
  --fa: "";
}

.fa-arrows-v {
  --fa: "";
}

.fa-face-grimace {
  --fa: "";
}

.fa-grimace {
  --fa: "";
}

.fa-wheelchair-move {
  --fa: "";
}

.fa-wheelchair-alt {
  --fa: "";
}

.fa-turn-down {
  --fa: "";
}

.fa-level-down-alt {
  --fa: "";
}

.fa-person-walking-arrow-right {
  --fa: "";
}

.fa-square-envelope {
  --fa: "";
}

.fa-envelope-square {
  --fa: "";
}

.fa-dice {
  --fa: "";
}

.fa-bowling-ball {
  --fa: "";
}

.fa-brain {
  --fa: "";
}

.fa-bandage {
  --fa: "";
}

.fa-band-aid {
  --fa: "";
}

.fa-calendar-minus {
  --fa: "";
}

.fa-circle-xmark {
  --fa: "";
}

.fa-times-circle {
  --fa: "";
}

.fa-xmark-circle {
  --fa: "";
}

.fa-gifts {
  --fa: "";
}

.fa-hotel {
  --fa: "";
}

.fa-earth-asia {
  --fa: "";
}

.fa-globe-asia {
  --fa: "";
}

.fa-id-card-clip {
  --fa: "";
}

.fa-id-card-alt {
  --fa: "";
}

.fa-magnifying-glass-plus {
  --fa: "";
}

.fa-search-plus {
  --fa: "";
}

.fa-thumbs-up {
  --fa: "";
}

.fa-user-clock {
  --fa: "";
}

.fa-hand-dots {
  --fa: "";
}

.fa-allergies {
  --fa: "";
}

.fa-file-invoice {
  --fa: "";
}

.fa-window-minimize {
  --fa: "";
}

.fa-mug-saucer {
  --fa: "";
}

.fa-coffee {
  --fa: "";
}

.fa-brush {
  --fa: "";
}

.fa-file-half-dashed {
  --fa: "";
}

.fa-mask {
  --fa: "";
}

.fa-magnifying-glass-minus {
  --fa: "";
}

.fa-search-minus {
  --fa: "";
}

.fa-ruler-vertical {
  --fa: "";
}

.fa-user-large {
  --fa: "";
}

.fa-user-alt {
  --fa: "";
}

.fa-train-tram {
  --fa: "";
}

.fa-user-nurse {
  --fa: "";
}

.fa-syringe {
  --fa: "";
}

.fa-cloud-sun {
  --fa: "";
}

.fa-stopwatch-20 {
  --fa: "";
}

.fa-square-full {
  --fa: "";
}

.fa-magnet {
  --fa: "";
}

.fa-jar {
  --fa: "";
}

.fa-note-sticky {
  --fa: "";
}

.fa-sticky-note {
  --fa: "";
}

.fa-bug-slash {
  --fa: "";
}

.fa-arrow-up-from-water-pump {
  --fa: "";
}

.fa-bone {
  --fa: "";
}

.fa-table-cells-row-unlock {
  --fa: "";
}

.fa-user-injured {
  --fa: "";
}

.fa-face-sad-tear {
  --fa: "";
}

.fa-sad-tear {
  --fa: "";
}

.fa-plane {
  --fa: "";
}

.fa-tent-arrows-down {
  --fa: "";
}

.fa-exclamation {
  --fa: "!";
}

.fa-arrows-spin {
  --fa: "";
}

.fa-print {
  --fa: "";
}

.fa-turkish-lira-sign {
  --fa: "";
}

.fa-try {
  --fa: "";
}

.fa-turkish-lira {
  --fa: "";
}

.fa-dollar-sign {
  --fa: "$";
}

.fa-dollar {
  --fa: "$";
}

.fa-usd {
  --fa: "$";
}

.fa-x {
  --fa: "X";
}

.fa-magnifying-glass-dollar {
  --fa: "";
}

.fa-search-dollar {
  --fa: "";
}

.fa-users-gear {
  --fa: "";
}

.fa-users-cog {
  --fa: "";
}

.fa-person-military-pointing {
  --fa: "";
}

.fa-building-columns {
  --fa: "";
}

.fa-bank {
  --fa: "";
}

.fa-institution {
  --fa: "";
}

.fa-museum {
  --fa: "";
}

.fa-university {
  --fa: "";
}

.fa-umbrella {
  --fa: "";
}

.fa-trowel {
  --fa: "";
}

.fa-d {
  --fa: "D";
}

.fa-stapler {
  --fa: "";
}

.fa-masks-theater {
  --fa: "";
}

.fa-theater-masks {
  --fa: "";
}

.fa-kip-sign {
  --fa: "";
}

.fa-hand-point-left {
  --fa: "";
}

.fa-handshake-simple {
  --fa: "";
}

.fa-handshake-alt {
  --fa: "";
}

.fa-jet-fighter {
  --fa: "";
}

.fa-fighter-jet {
  --fa: "";
}

.fa-square-share-nodes {
  --fa: "";
}

.fa-share-alt-square {
  --fa: "";
}

.fa-barcode {
  --fa: "";
}

.fa-plus-minus {
  --fa: "";
}

.fa-video {
  --fa: "";
}

.fa-video-camera {
  --fa: "";
}

.fa-graduation-cap {
  --fa: "";
}

.fa-mortar-board {
  --fa: "";
}

.fa-hand-holding-medical {
  --fa: "";
}

.fa-person-circle-check {
  --fa: "";
}

.fa-turn-up {
  --fa: "";
}

.fa-level-up-alt {
  --fa: "";
}

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

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

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?89999bdf5d835c0120257222e5568fec) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?914997e1bdfc990d0897cdaba877a0b3) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?2463b90d9a316e4e5294e6706b6a7a72) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?2582b0e4bcf85eceead0de3fd9035c90) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?c210719e60948b211a1260f79812efe5) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?1815e00441357e01619e5793e1caa78a) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "";
}

.fa-hooli {
  --fa: "";
}

.fa-yelp {
  --fa: "";
}

.fa-cc-visa {
  --fa: "";
}

.fa-lastfm {
  --fa: "";
}

.fa-shopware {
  --fa: "";
}

.fa-creative-commons-nc {
  --fa: "";
}

.fa-aws {
  --fa: "";
}

.fa-redhat {
  --fa: "";
}

.fa-yoast {
  --fa: "";
}

.fa-cloudflare {
  --fa: "";
}

.fa-ups {
  --fa: "";
}

.fa-pixiv {
  --fa: "";
}

.fa-wpexplorer {
  --fa: "";
}

.fa-dyalog {
  --fa: "";
}

.fa-bity {
  --fa: "";
}

.fa-stackpath {
  --fa: "";
}

.fa-buysellads {
  --fa: "";
}

.fa-first-order {
  --fa: "";
}

.fa-modx {
  --fa: "";
}

.fa-guilded {
  --fa: "";
}

.fa-vnv {
  --fa: "";
}

.fa-square-js {
  --fa: "";
}

.fa-js-square {
  --fa: "";
}

.fa-microsoft {
  --fa: "";
}

.fa-qq {
  --fa: "";
}

.fa-orcid {
  --fa: "";
}

.fa-java {
  --fa: "";
}

.fa-invision {
  --fa: "";
}

.fa-creative-commons-pd-alt {
  --fa: "";
}

.fa-centercode {
  --fa: "";
}

.fa-glide-g {
  --fa: "";
}

.fa-drupal {
  --fa: "";
}

.fa-jxl {
  --fa: "";
}

.fa-dart-lang {
  --fa: "";
}

.fa-hire-a-helper {
  --fa: "";
}

.fa-creative-commons-by {
  --fa: "";
}

.fa-unity {
  --fa: "";
}

.fa-whmcs {
  --fa: "";
}

.fa-rocketchat {
  --fa: "";
}

.fa-vk {
  --fa: "";
}

.fa-untappd {
  --fa: "";
}

.fa-mailchimp {
  --fa: "";
}

.fa-css3-alt {
  --fa: "";
}

.fa-square-reddit {
  --fa: "";
}

.fa-reddit-square {
  --fa: "";
}

.fa-vimeo-v {
  --fa: "";
}

.fa-contao {
  --fa: "";
}

.fa-square-font-awesome {
  --fa: "";
}

.fa-deskpro {
  --fa: "";
}

.fa-brave {
  --fa: "";
}

.fa-sistrix {
  --fa: "";
}

.fa-square-instagram {
  --fa: "";
}

.fa-instagram-square {
  --fa: "";
}

.fa-battle-net {
  --fa: "";
}

.fa-the-red-yeti {
  --fa: "";
}

.fa-square-hacker-news {
  --fa: "";
}

.fa-hacker-news-square {
  --fa: "";
}

.fa-edge {
  --fa: "";
}

.fa-threads {
  --fa: "";
}

.fa-napster {
  --fa: "";
}

.fa-square-snapchat {
  --fa: "";
}

.fa-snapchat-square {
  --fa: "";
}

.fa-google-plus-g {
  --fa: "";
}

.fa-artstation {
  --fa: "";
}

.fa-markdown {
  --fa: "";
}

.fa-sourcetree {
  --fa: "";
}

.fa-google-plus {
  --fa: "";
}

.fa-diaspora {
  --fa: "";
}

.fa-foursquare {
  --fa: "";
}

.fa-stack-overflow {
  --fa: "";
}

.fa-github-alt {
  --fa: "";
}

.fa-phoenix-squadron {
  --fa: "";
}

.fa-pagelines {
  --fa: "";
}

.fa-algolia {
  --fa: "";
}

.fa-red-river {
  --fa: "";
}

.fa-creative-commons-sa {
  --fa: "";
}

.fa-safari {
  --fa: "";
}

.fa-google {
  --fa: "";
}

.fa-square-font-awesome-stroke {
  --fa: "";
}

.fa-font-awesome-alt {
  --fa: "";
}

.fa-atlassian {
  --fa: "";
}

.fa-linkedin-in {
  --fa: "";
}

.fa-digital-ocean {
  --fa: "";
}

.fa-nimblr {
  --fa: "";
}

.fa-chromecast {
  --fa: "";
}

.fa-evernote {
  --fa: "";
}

.fa-hacker-news {
  --fa: "";
}

.fa-creative-commons-sampling {
  --fa: "";
}

.fa-adversal {
  --fa: "";
}

.fa-creative-commons {
  --fa: "";
}

.fa-watchman-monitoring {
  --fa: "";
}

.fa-fonticons {
  --fa: "";
}

.fa-weixin {
  --fa: "";
}

.fa-shirtsinbulk {
  --fa: "";
}

.fa-codepen {
  --fa: "";
}

.fa-git-alt {
  --fa: "";
}

.fa-lyft {
  --fa: "";
}

.fa-rev {
  --fa: "";
}

.fa-windows {
  --fa: "";
}

.fa-wizards-of-the-coast {
  --fa: "";
}

.fa-square-viadeo {
  --fa: "";
}

.fa-viadeo-square {
  --fa: "";
}

.fa-meetup {
  --fa: "";
}

.fa-centos {
  --fa: "";
}

.fa-adn {
  --fa: "";
}

.fa-cloudsmith {
  --fa: "";
}

.fa-opensuse {
  --fa: "";
}

.fa-pied-piper-alt {
  --fa: "";
}

.fa-square-dribbble {
  --fa: "";
}

.fa-dribbble-square {
  --fa: "";
}

.fa-codiepie {
  --fa: "";
}

.fa-node {
  --fa: "";
}

.fa-mix {
  --fa: "";
}

.fa-steam {
  --fa: "";
}

.fa-cc-apple-pay {
  --fa: "";
}

.fa-scribd {
  --fa: "";
}

.fa-debian {
  --fa: "";
}

.fa-openid {
  --fa: "";
}

.fa-instalod {
  --fa: "";
}

.fa-files-pinwheel {
  --fa: "";
}

.fa-expeditedssl {
  --fa: "";
}

.fa-sellcast {
  --fa: "";
}

.fa-square-twitter {
  --fa: "";
}

.fa-twitter-square {
  --fa: "";
}

.fa-r-project {
  --fa: "";
}

.fa-delicious {
  --fa: "";
}

.fa-freebsd {
  --fa: "";
}

.fa-vuejs {
  --fa: "";
}

.fa-accusoft {
  --fa: "";
}

.fa-ioxhost {
  --fa: "";
}

.fa-fonticons-fi {
  --fa: "";
}

.fa-app-store {
  --fa: "";
}

.fa-cc-mastercard {
  --fa: "";
}

.fa-itunes-note {
  --fa: "";
}

.fa-golang {
  --fa: "";
}

.fa-kickstarter {
  --fa: "";
}

.fa-square-kickstarter {
  --fa: "";
}

.fa-grav {
  --fa: "";
}

.fa-weibo {
  --fa: "";
}

.fa-uncharted {
  --fa: "";
}

.fa-firstdraft {
  --fa: "";
}

.fa-square-youtube {
  --fa: "";
}

.fa-youtube-square {
  --fa: "";
}

.fa-wikipedia-w {
  --fa: "";
}

.fa-wpressr {
  --fa: "";
}

.fa-rendact {
  --fa: "";
}

.fa-angellist {
  --fa: "";
}

.fa-galactic-republic {
  --fa: "";
}

.fa-nfc-directional {
  --fa: "";
}

.fa-skype {
  --fa: "";
}

.fa-joget {
  --fa: "";
}

.fa-fedora {
  --fa: "";
}

.fa-stripe-s {
  --fa: "";
}

.fa-meta {
  --fa: "";
}

.fa-laravel {
  --fa: "";
}

.fa-hotjar {
  --fa: "";
}

.fa-bluetooth-b {
  --fa: "";
}

.fa-square-letterboxd {
  --fa: "";
}

.fa-sticker-mule {
  --fa: "";
}

.fa-creative-commons-zero {
  --fa: "";
}

.fa-hips {
  --fa: "";
}

.fa-css {
  --fa: "";
}

.fa-behance {
  --fa: "";
}

.fa-reddit {
  --fa: "";
}

.fa-discord {
  --fa: "";
}

.fa-chrome {
  --fa: "";
}

.fa-app-store-ios {
  --fa: "";
}

.fa-cc-discover {
  --fa: "";
}

.fa-wpbeginner {
  --fa: "";
}

.fa-confluence {
  --fa: "";
}

.fa-shoelace {
  --fa: "";
}

.fa-mdb {
  --fa: "";
}

.fa-dochub {
  --fa: "";
}

.fa-accessible-icon {
  --fa: "";
}

.fa-ebay {
  --fa: "";
}

.fa-amazon {
  --fa: "";
}

.fa-unsplash {
  --fa: "";
}

.fa-yarn {
  --fa: "";
}

.fa-square-steam {
  --fa: "";
}

.fa-steam-square {
  --fa: "";
}

.fa-500px {
  --fa: "";
}

.fa-square-vimeo {
  --fa: "";
}

.fa-vimeo-square {
  --fa: "";
}

.fa-asymmetrik {
  --fa: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-gratipay {
  --fa: "";
}

.fa-apple {
  --fa: "";
}

.fa-hive {
  --fa: "";
}

.fa-gitkraken {
  --fa: "";
}

.fa-keybase {
  --fa: "";
}

.fa-apple-pay {
  --fa: "";
}

.fa-padlet {
  --fa: "";
}

.fa-amazon-pay {
  --fa: "";
}

.fa-square-github {
  --fa: "";
}

.fa-github-square {
  --fa: "";
}

.fa-stumbleupon {
  --fa: "";
}

.fa-fedex {
  --fa: "";
}

.fa-phoenix-framework {
  --fa: "";
}

.fa-shopify {
  --fa: "";
}

.fa-neos {
  --fa: "";
}

.fa-square-threads {
  --fa: "";
}

.fa-hackerrank {
  --fa: "";
}

.fa-researchgate {
  --fa: "";
}

.fa-swift {
  --fa: "";
}

.fa-angular {
  --fa: "";
}

.fa-speakap {
  --fa: "";
}

.fa-angrycreative {
  --fa: "";
}

.fa-y-combinator {
  --fa: "";
}

.fa-empire {
  --fa: "";
}

.fa-envira {
  --fa: "";
}

.fa-google-scholar {
  --fa: "";
}

.fa-square-gitlab {
  --fa: "";
}

.fa-gitlab-square {
  --fa: "";
}

.fa-studiovinari {
  --fa: "";
}

.fa-pied-piper {
  --fa: "";
}

.fa-wordpress {
  --fa: "";
}

.fa-product-hunt {
  --fa: "";
}

.fa-firefox {
  --fa: "";
}

.fa-linode {
  --fa: "";
}

.fa-goodreads {
  --fa: "";
}

.fa-square-odnoklassniki {
  --fa: "";
}

.fa-odnoklassniki-square {
  --fa: "";
}

.fa-jsfiddle {
  --fa: "";
}

.fa-sith {
  --fa: "";
}

.fa-themeisle {
  --fa: "";
}

.fa-page4 {
  --fa: "";
}

.fa-hashnode {
  --fa: "";
}

.fa-react {
  --fa: "";
}

.fa-cc-paypal {
  --fa: "";
}

.fa-squarespace {
  --fa: "";
}

.fa-cc-stripe {
  --fa: "";
}

.fa-creative-commons-share {
  --fa: "";
}

.fa-bitcoin {
  --fa: "";
}

.fa-keycdn {
  --fa: "";
}

.fa-opera {
  --fa: "";
}

.fa-itch-io {
  --fa: "";
}

.fa-umbraco {
  --fa: "";
}

.fa-galactic-senate {
  --fa: "";
}

.fa-ubuntu {
  --fa: "";
}

.fa-draft2digital {
  --fa: "";
}

.fa-stripe {
  --fa: "";
}

.fa-houzz {
  --fa: "";
}

.fa-gg {
  --fa: "";
}

.fa-dhl {
  --fa: "";
}

.fa-square-pinterest {
  --fa: "";
}

.fa-pinterest-square {
  --fa: "";
}

.fa-xing {
  --fa: "";
}

.fa-blackberry {
  --fa: "";
}

.fa-creative-commons-pd {
  --fa: "";
}

.fa-playstation {
  --fa: "";
}

.fa-quinscape {
  --fa: "";
}

.fa-less {
  --fa: "";
}

.fa-blogger-b {
  --fa: "";
}

.fa-opencart {
  --fa: "";
}

.fa-vine {
  --fa: "";
}

.fa-signal-messenger {
  --fa: "";
}

.fa-paypal {
  --fa: "";
}

.fa-gitlab {
  --fa: "";
}

.fa-typo3 {
  --fa: "";
}

.fa-reddit-alien {
  --fa: "";
}

.fa-yahoo {
  --fa: "";
}

.fa-dailymotion {
  --fa: "";
}

.fa-affiliatetheme {
  --fa: "";
}

.fa-pied-piper-pp {
  --fa: "";
}

.fa-bootstrap {
  --fa: "";
}

.fa-odnoklassniki {
  --fa: "";
}

.fa-nfc-symbol {
  --fa: "";
}

.fa-mintbit {
  --fa: "";
}

.fa-ethereum {
  --fa: "";
}

.fa-speaker-deck {
  --fa: "";
}

.fa-creative-commons-nc-eu {
  --fa: "";
}

.fa-patreon {
  --fa: "";
}

.fa-avianex {
  --fa: "";
}

.fa-ello {
  --fa: "";
}

.fa-gofore {
  --fa: "";
}

.fa-bimobject {
  --fa: "";
}

.fa-brave-reverse {
  --fa: "";
}

.fa-facebook-f {
  --fa: "";
}

.fa-square-google-plus {
  --fa: "";
}

.fa-google-plus-square {
  --fa: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-mandalorian {
  --fa: "";
}

.fa-first-order-alt {
  --fa: "";
}

.fa-osi {
  --fa: "";
}

.fa-google-wallet {
  --fa: "";
}

.fa-d-and-d-beyond {
  --fa: "";
}

.fa-periscope {
  --fa: "";
}

.fa-fulcrum {
  --fa: "";
}

.fa-cloudscale {
  --fa: "";
}

.fa-forumbee {
  --fa: "";
}

.fa-mizuni {
  --fa: "";
}

.fa-schlix {
  --fa: "";
}

.fa-square-xing {
  --fa: "";
}

.fa-xing-square {
  --fa: "";
}

.fa-bandcamp {
  --fa: "";
}

.fa-wpforms {
  --fa: "";
}

.fa-cloudversify {
  --fa: "";
}

.fa-usps {
  --fa: "";
}

.fa-megaport {
  --fa: "";
}

.fa-magento {
  --fa: "";
}

.fa-spotify {
  --fa: "";
}

.fa-optin-monster {
  --fa: "";
}

.fa-fly {
  --fa: "";
}

.fa-square-bluesky {
  --fa: "";
}

.fa-aviato {
  --fa: "";
}

.fa-itunes {
  --fa: "";
}

.fa-cuttlefish {
  --fa: "";
}

.fa-blogger {
  --fa: "";
}

.fa-flickr {
  --fa: "";
}

.fa-viber {
  --fa: "";
}

.fa-soundcloud {
  --fa: "";
}

.fa-digg {
  --fa: "";
}

.fa-tencent-weibo {
  --fa: "";
}

.fa-letterboxd {
  --fa: "";
}

.fa-symfony {
  --fa: "";
}

.fa-maxcdn {
  --fa: "";
}

.fa-etsy {
  --fa: "";
}

.fa-facebook-messenger {
  --fa: "";
}

.fa-audible {
  --fa: "";
}

.fa-think-peaks {
  --fa: "";
}

.fa-bilibili {
  --fa: "";
}

.fa-erlang {
  --fa: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-cotton-bureau {
  --fa: "";
}

.fa-dashcube {
  --fa: "";
}

.fa-42-group {
  --fa: "";
}

.fa-innosoft {
  --fa: "";
}

.fa-stack-exchange {
  --fa: "";
}

.fa-elementor {
  --fa: "";
}

.fa-square-pied-piper {
  --fa: "";
}

.fa-pied-piper-square {
  --fa: "";
}

.fa-creative-commons-nd {
  --fa: "";
}

.fa-palfed {
  --fa: "";
}

.fa-superpowers {
  --fa: "";
}

.fa-resolving {
  --fa: "";
}

.fa-xbox {
  --fa: "";
}

.fa-square-web-awesome-stroke {
  --fa: "";
}

.fa-searchengin {
  --fa: "";
}

.fa-tiktok {
  --fa: "";
}

.fa-square-facebook {
  --fa: "";
}

.fa-facebook-square {
  --fa: "";
}

.fa-renren {
  --fa: "";
}

.fa-linux {
  --fa: "";
}

.fa-glide {
  --fa: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-hubspot {
  --fa: "";
}

.fa-deploydog {
  --fa: "";
}

.fa-twitch {
  --fa: "";
}

.fa-flutter {
  --fa: "";
}

.fa-ravelry {
  --fa: "";
}

.fa-mixer {
  --fa: "";
}

.fa-square-lastfm {
  --fa: "";
}

.fa-lastfm-square {
  --fa: "";
}

.fa-vimeo {
  --fa: "";
}

.fa-mendeley {
  --fa: "";
}

.fa-uniregistry {
  --fa: "";
}

.fa-figma {
  --fa: "";
}

.fa-creative-commons-remix {
  --fa: "";
}

.fa-cc-amazon-pay {
  --fa: "";
}

.fa-dropbox {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.fa-cmplid {
  --fa: "";
}

.fa-upwork {
  --fa: "";
}

.fa-facebook {
  --fa: "";
}

.fa-gripfire {
  --fa: "";
}

.fa-jedi-order {
  --fa: "";
}

.fa-uikit {
  --fa: "";
}

.fa-fort-awesome-alt {
  --fa: "";
}

.fa-phabricator {
  --fa: "";
}

.fa-ussunnah {
  --fa: "";
}

.fa-earlybirds {
  --fa: "";
}

.fa-trade-federation {
  --fa: "";
}

.fa-autoprefixer {
  --fa: "";
}

.fa-whatsapp {
  --fa: "";
}

.fa-square-upwork {
  --fa: "";
}

.fa-slideshare {
  --fa: "";
}

.fa-google-play {
  --fa: "";
}

.fa-viadeo {
  --fa: "";
}

.fa-line {
  --fa: "";
}

.fa-google-drive {
  --fa: "";
}

.fa-servicestack {
  --fa: "";
}

.fa-simplybuilt {
  --fa: "";
}

.fa-bitbucket {
  --fa: "";
}

.fa-imdb {
  --fa: "";
}

.fa-deezer {
  --fa: "";
}

.fa-raspberry-pi {
  --fa: "";
}

.fa-jira {
  --fa: "";
}

.fa-docker {
  --fa: "";
}

.fa-screenpal {
  --fa: "";
}

.fa-bluetooth {
  --fa: "";
}

.fa-gitter {
  --fa: "";
}

.fa-d-and-d {
  --fa: "";
}

.fa-microblog {
  --fa: "";
}

.fa-cc-diners-club {
  --fa: "";
}

.fa-gg-circle {
  --fa: "";
}

.fa-pied-piper-hat {
  --fa: "";
}

.fa-kickstarter-k {
  --fa: "";
}

.fa-yandex {
  --fa: "";
}

.fa-readme {
  --fa: "";
}

.fa-html5 {
  --fa: "";
}

.fa-sellsy {
  --fa: "";
}

.fa-square-web-awesome {
  --fa: "";
}

.fa-sass {
  --fa: "";
}

.fa-wirsindhandwerk {
  --fa: "";
}

.fa-wsh {
  --fa: "";
}

.fa-buromobelexperte {
  --fa: "";
}

.fa-salesforce {
  --fa: "";
}

.fa-octopus-deploy {
  --fa: "";
}

.fa-medapps {
  --fa: "";
}

.fa-ns8 {
  --fa: "";
}

.fa-pinterest-p {
  --fa: "";
}

.fa-apper {
  --fa: "";
}

.fa-fort-awesome {
  --fa: "";
}

.fa-waze {
  --fa: "";
}

.fa-bluesky {
  --fa: "";
}

.fa-cc-jcb {
  --fa: "";
}

.fa-snapchat {
  --fa: "";
}

.fa-snapchat-ghost {
  --fa: "";
}

.fa-fantasy-flight-games {
  --fa: "";
}

.fa-rust {
  --fa: "";
}

.fa-wix {
  --fa: "";
}

.fa-square-behance {
  --fa: "";
}

.fa-behance-square {
  --fa: "";
}

.fa-supple {
  --fa: "";
}

.fa-webflow {
  --fa: "";
}

.fa-rebel {
  --fa: "";
}

.fa-css3 {
  --fa: "";
}

.fa-staylinked {
  --fa: "";
}

.fa-kaggle {
  --fa: "";
}

.fa-space-awesome {
  --fa: "";
}

.fa-deviantart {
  --fa: "";
}

.fa-cpanel {
  --fa: "";
}

.fa-goodreads-g {
  --fa: "";
}

.fa-square-git {
  --fa: "";
}

.fa-git-square {
  --fa: "";
}

.fa-square-tumblr {
  --fa: "";
}

.fa-tumblr-square {
  --fa: "";
}

.fa-trello {
  --fa: "";
}

.fa-creative-commons-nc-jp {
  --fa: "";
}

.fa-get-pocket {
  --fa: "";
}

.fa-perbyte {
  --fa: "";
}

.fa-grunt {
  --fa: "";
}

.fa-weebly {
  --fa: "";
}

.fa-connectdevelop {
  --fa: "";
}

.fa-leanpub {
  --fa: "";
}

.fa-black-tie {
  --fa: "";
}

.fa-themeco {
  --fa: "";
}

.fa-python {
  --fa: "";
}

.fa-android {
  --fa: "";
}

.fa-bots {
  --fa: "";
}

.fa-free-code-camp {
  --fa: "";
}

.fa-hornbill {
  --fa: "";
}

.fa-js {
  --fa: "";
}

.fa-ideal {
  --fa: "";
}

.fa-git {
  --fa: "";
}

.fa-dev {
  --fa: "";
}

.fa-sketch {
  --fa: "";
}

.fa-yandex-international {
  --fa: "";
}

.fa-cc-amex {
  --fa: "";
}

.fa-uber {
  --fa: "";
}

.fa-github {
  --fa: "";
}

.fa-php {
  --fa: "";
}

.fa-alipay {
  --fa: "";
}

.fa-youtube {
  --fa: "";
}

.fa-skyatlas {
  --fa: "";
}

.fa-firefox-browser {
  --fa: "";
}

.fa-replyd {
  --fa: "";
}

.fa-suse {
  --fa: "";
}

.fa-jenkins {
  --fa: "";
}

.fa-twitter {
  --fa: "";
}

.fa-rockrms {
  --fa: "";
}

.fa-pinterest {
  --fa: "";
}

.fa-buffer {
  --fa: "";
}

.fa-npm {
  --fa: "";
}

.fa-yammer {
  --fa: "";
}

.fa-btc {
  --fa: "";
}

.fa-dribbble {
  --fa: "";
}

.fa-stumbleupon-circle {
  --fa: "";
}

.fa-internet-explorer {
  --fa: "";
}

.fa-stubber {
  --fa: "";
}

.fa-telegram {
  --fa: "";
}

.fa-telegram-plane {
  --fa: "";
}

.fa-old-republic {
  --fa: "";
}

.fa-odysee {
  --fa: "";
}

.fa-square-whatsapp {
  --fa: "";
}

.fa-whatsapp-square {
  --fa: "";
}

.fa-node-js {
  --fa: "";
}

.fa-edge-legacy {
  --fa: "";
}

.fa-slack {
  --fa: "";
}

.fa-slack-hash {
  --fa: "";
}

.fa-medrt {
  --fa: "";
}

.fa-usb {
  --fa: "";
}

.fa-tumblr {
  --fa: "";
}

.fa-vaadin {
  --fa: "";
}

.fa-quora {
  --fa: "";
}

.fa-square-x-twitter {
  --fa: "";
}

.fa-reacteurope {
  --fa: "";
}

.fa-medium {
  --fa: "";
}

.fa-medium-m {
  --fa: "";
}

.fa-amilia {
  --fa: "";
}

.fa-mixcloud {
  --fa: "";
}

.fa-flipboard {
  --fa: "";
}

.fa-viacoin {
  --fa: "";
}

.fa-critical-role {
  --fa: "";
}

.fa-sitrox {
  --fa: "";
}

.fa-discourse {
  --fa: "";
}

.fa-joomla {
  --fa: "";
}

.fa-mastodon {
  --fa: "";
}

.fa-airbnb {
  --fa: "";
}

.fa-wolf-pack-battalion {
  --fa: "";
}

.fa-buy-n-large {
  --fa: "";
}

.fa-gulp {
  --fa: "";
}

.fa-creative-commons-sampling-plus {
  --fa: "";
}

.fa-strava {
  --fa: "";
}

.fa-ember {
  --fa: "";
}

.fa-canadian-maple-leaf {
  --fa: "";
}

.fa-teamspeak {
  --fa: "";
}

.fa-pushed {
  --fa: "";
}

.fa-wordpress-simple {
  --fa: "";
}

.fa-nutritionix {
  --fa: "";
}

.fa-wodu {
  --fa: "";
}

.fa-google-pay {
  --fa: "";
}

.fa-intercom {
  --fa: "";
}

.fa-zhihu {
  --fa: "";
}

.fa-korvue {
  --fa: "";
}

.fa-pix {
  --fa: "";
}

.fa-steam-symbol {
  --fa: "";
}

.sr-only {
  position: absolute;
  left: -999999px;
  opacity: 0;
  height: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}

html {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  color: #181818;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outer {
  flex: 1 0 auto;
  padding-top: 85px;
  transition: all 0.2s;
  /*
  &::after {
      @media screen and (max-width: $tablet) {
          position: absolute;
          top: -10px;
          right: 0.6rem;
          width: 60px;
          height: 50%;
          content: '';
          z-index: 2;
          background:url(../images/vines-mid-grey.svg) center center repeat-y;
          background-size:100%;
      }
      @media screen and (max-width: $mobile) {
          width: 36px;
      }
      @media screen and (max-width: $smallmobile) {
          display:none;
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .outer {
    padding-top: 60px;
  }
}
.outer.searchon {
  padding-top: 134px;
}
@media screen and (max-width: 768px) {
  .outer.searchon {
    padding-top: 104px;
  }
}
.outer.searchon.hasnews {
  padding-top: 179px;
}

.inner {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}

.inner.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .inner.flex {
    display: block;
  }
}

h1 {
  font-size: 40px;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  font-weight: 500;
}

h3 {
  font-size: 28px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  font-weight: 500;
}

p {
  font-size: 18px;
  font-weight: 300;
  padding: 0 0 1rem 0;
  margin: 0;
  line-height: 1.5em;
}

input, select, textarea, button {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: #181818;
  cursor: pointer;
}

.hidden {
  display: none;
}

img {
  pointer-events: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 20px;
  }
}
ul.tags {
  list-style: none;
  margin-bottom: 1.4rem;
}
ul.tags li {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  width: auto;
  margin: 0 0.3rem 0.3rem 0;
  color: #181818;
}
ul.tags li.bgprep {
  background-color: #FFA52F;
}
ul.tags li.bgsenior {
  background-color: #0094FE;
}
ul.tags li.bgsixth {
  background-color: #FF558D;
}
ul.tags li.bglaurels {
  background-color: #12BF83;
}
ul.tags li.bggeneric {
  background-color: #3E4444;
  color: white;
}

@media screen and (max-width: 768px) {
  #cookiescript_badge {
    bottom: 70px !important;
  }
}

/*

    The Laravel mix css and js compiler looks for a theme.scss file in the {theme name}/css folder.
    This file should point to any files that need including into the single {theme name}.css file
    that will be compiled and included in the theme header.

    .scss files allow for partial imports, so a good structure might be to have a {theme name}/css/partials sub folder
    which then can break the various groups of styles into separate helpfully names files and have a _index.scss file
    which groups the partials together for importing.

 */
body.nav-open {
  overflow: hidden !important;
}

.openmenu {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  transition: all 0.3s;
  z-index: 101;
  cursor: pointer;
}
.openmenu:before {
  position: absolute;
  top: 2px;
  right: 50px;
  content: "";
  color: white;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .openmenu:before {
    display: none;
  }
}
.openmenu .menutext:hover {
  text-decoration: none;
}
.openmenu:hover {
  text-decoration: none;
}

.menuicon {
  background: white none repeat scroll 0 0;
  display: inline-block;
  height: 3px;
  margin: 10px 0;
  position: relative;
  transition-duration: 0.4s;
  transition-property: background;
  width: 34px;
  border-radius: 4px;
}
.menuicon::before {
  top: -10px;
}
.menuicon::after {
  bottom: -10px;
}
.menuicon::before, .menuicon::after {
  background: white none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 34px;
  border-radius: 4px;
}

#bt.menuon .menuicon {
  background: transparent;
}
#bt.menuon .menuicon::before {
  height: 4px;
  transform: rotateZ(-45deg) translate(-7px, 6px);
  background: white;
}
#bt.menuon .menuicon::after {
  height: 4px;
  transform: rotateZ(45deg) translate(-8px, -6px);
  background: white;
}

.close-nav {
  position: absolute;
  top: 28px;
  right: 20px;
  font-family: "Jost", sans-serif;
  color: #FFFFFF;
  background: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 768px) {
  .close-nav {
    top: 79px;
    left: 20px;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .close-nav {
    left: 56px;
  }
}
@media (min-width: 768px) {
  .close-nav span {
    display: none;
  }
}
.close-nav > i {
  margin-left: 8px;
  position: relative;
  top: 2px;
  font-size: 23px;
}
@media (min-width: 768px) {
  .close-nav > i {
    font-size: 2rem;
  }
}

nav.main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
body.nav-open nav.main-nav {
  opacity: 1;
  visibility: visible;
}
nav.main-nav > div {
  overflow-x: scroll;
  width: 100%;
  height: 100%;
  background: #2D3131;
  padding: 70px 20px 40px 20px;
}
@media (min-width: 768px) {
  nav.main-nav > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 70px 70px 70px 80px;
  }
}
@media (min-width: 1200px) {
  nav.main-nav > div {
    width: 33.333333333%;
    padding: 70px 70px 70px 160px;
  }
}
nav.main-nav > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-nav > div ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #434949;
}
nav.main-nav > div ul li a {
  flex: 1;
  position: relative;
  display: flex;
  padding: 1rem 0;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  nav.main-nav > div ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -112px;
    bottom: 0;
    width: 10px;
    background-color: #D2DCE2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
nav.main-nav > div ul li > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: none;
  color: #FFFFFF;
  font-size: 1rem;
}
nav.main-nav > div ul li:hover > a, nav.main-nav > div ul li.active > a {
  font-weight: 500;
}
nav.main-nav > div ul li.menu-item-has-children.active > a:after {
  opacity: 1;
  visibility: visible;
}
nav.main-nav > div ul li.prep a:after,
nav.main-nav > div ul li.prep .sub-menu {
  background-color: #FFA52F;
}
nav.main-nav > div ul li.prep ul li {
  border-color: #FFCD8A;
}
nav.main-nav > div ul li.senior a:after,
nav.main-nav > div ul li.senior .sub-menu {
  background-color: #0094FE;
}
nav.main-nav > div ul li.senior ul li {
  border-color: #55B7FF;
}
nav.main-nav > div ul li.sixth a:after,
nav.main-nav > div ul li.sixth .sub-menu {
  background-color: #FF558D;
}
nav.main-nav > div ul li.sixth ul li {
  border-color: #FF84AC;
}
nav.main-nav > div ul li.laurels a:after,
nav.main-nav > div ul li.laurels .sub-menu {
  background-color: #12BF83;
}
nav.main-nav > div ul li.laurels ul li {
  border-color: #DAF4EB;
}
nav.main-nav .sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #D2DCE2;
  padding: 0;
  overflow: hidden;
  transform: translateX(100%);
  transition: all 0.35s ease;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  nav.main-nav .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  nav.main-nav .sub-menu {
    left: 33.333333333%;
    width: 33.333333333%;
  }
}
nav.main-nav .sub-menu .close-sub-menu,
nav.main-nav .sub-menu .close-menu {
  position: absolute;
  top: 28px;
  background: none;
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  color: #181818;
  font-weight: 600;
  text-transform: uppercase;
}
nav.main-nav .sub-menu .close-sub-menu i,
nav.main-nav .sub-menu .close-menu i {
  position: relative;
  top: 2px;
  font-size: 23px;
}
@media (min-width: 768px) {
  nav.main-nav .sub-menu .close-sub-menu,
  nav.main-nav .sub-menu .close-menu {
    display: none;
  }
}
nav.main-nav .sub-menu .close-sub-menu {
  left: 20px;
}
nav.main-nav .sub-menu .close-sub-menu i {
  margin-right: 8px;
}
nav.main-nav .sub-menu .close-menu {
  right: 20px;
}
nav.main-nav .sub-menu .close-menu i {
  margin-left: 8px;
}
nav.main-nav .sub-menu > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 70px 20px;
  overflow-x: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  nav.main-nav .sub-menu > div {
    padding: 70px 40px;
  }
}
nav.main-nav .sub-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
nav.main-nav .sub-menu.active > div {
  opacity: 1;
  visibility: visible;
}
nav.main-nav .sub-menu ul li {
  border-bottom: 1px solid #FFFFFF;
}
nav.main-nav .sub-menu ul li a {
  color: #181818;
}
nav.main-nav .sub-menu ul li:hover > a {
  font-weight: 500;
}
nav.main-nav .sub-menu ul li > button {
  display: flex;
  color: #181818;
}
nav.main-nav .sub-menu__two {
  display: none;
  width: 100%;
  padding-left: 40px;
}
nav.main-nav .sub-menu__two.active {
  display: block;
}
nav.main-nav .sub-menu__two ul li {
  border: none;
}

footer {
  background-color: #181818;
  color: white;
}
footer .footerlinks {
  text-align: center;
}
footer .footerlinks a {
  font-size: 1.1rem;
  margin: 0 0.8rem;
  border-bottom: 1px solid #3E4444;
  padding: 0.6rem 1rem 0.6rem 1.4rem;
  text-transform: none;
}
@media screen and (max-width: 992px) {
  footer .footerlinks a {
    margin: 0 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footerlinks a {
    display: block;
    text-align: left;
    padding: 0.8rem 0 0.8rem 1.4rem;
    margin: 0;
  }
}
footer .footerlinks a:hover {
  text-decoration: none;
}
footer .footerlinks a::before {
  top: 0.8rem;
}
footer a {
  font-weight: 600;
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer a.tel {
  font-weight: 300;
  text-decoration: underline;
}
footer a.tel:hover {
  text-decoration: none;
}
footer .inner {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 2rem 0;
  }
}
footer .inner.flex {
  justify-content: space-between;
}
footer .inner.flex .col {
  width: 46%;
}
@media screen and (max-width: 768px) {
  footer .inner.flex .col {
    width: 100%;
    margin-bottom: 2rem;
  }
}
footer .inner.flex .col h5 {
  font-size: 1.3rem;
  padding: 0 0 2rem 0;
}
footer .inner.flex .col p {
  padding: 0 0 1.4rem 0;
}
footer .inner.flex .col i {
  font-size: 1.4rem;
  margin-right: 1rem;
  display: inline-block;
}
footer .inner .logo {
  margin-bottom: 1.8rem;
}
footer .inner .logo img {
  width: 100%;
  max-width: 300px;
}
footer .inner .flogos {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20%;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  footer .inner .flogos {
    padding-right: 0;
  }
}
footer .inner .flogos .flogo {
  width: 100px;
  height: 100px;
  margin: 0 1rem 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .inner .flogos .flogo img {
  display: block;
  width: 100%;
  height: auto;
}

.mmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background-color: #2D3131;
  padding: 0.4rem 0;
  border-top: 1px solid #3E4444;
}
@media screen and (min-width: 768px) {
  .mmenu {
    display: none;
  }
}
.mmenu .inner {
  height: 40px;
  display: flex;
  gap: 1.4rem;
  align-items: center;
  justify-content: center;
}
.mmenu .inner a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}
.mmenu .inner a.pluslink {
  padding: 0 0 0 1.2rem;
  text-transform: none;
  font-size: 17px;
}
.mmenu .inner a.pluslink::before {
  top: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .mmenu .inner a.pluslink {
    font-size: 0.86rem;
  }
  .mmenu .inner a.pluslink::before {
    top: -2px;
  }
}
.mmenu .inner i {
  font-size: 1.4rem;
}

body.stop-press {
  padding-top: 45px;
}

.stoppressbar {
  line-height: 1.4em;
  background-color: white;
  color: black;
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  height: 45px;
  z-index: 48;
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.stoppressbar p, .stoppressbar a {
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  color: black;
}
.stoppressbar a:hover {
  text-decoration: underline;
}
.stoppressbar i {
  margin: 0 0.25rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background-color: #2D3131;
  border-bottom: 1px solid #3E4444;
}
@media screen and (max-width: 768px) {
  header {
    border-bottom: 0;
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.2);
  }
}
header .inner {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  height: 88px;
  padding: 0.8rem 0 1.2rem;
}
@media screen and (max-width: 768px) {
  header .inner {
    height: 60px;
    padding: 0.2rem 0;
  }
}
header .inner .logo {
  width: 300px;
  display: block;
}
@media screen and (max-width: 1200px) {
  header .inner .logo {
    width: 240px;
  }
}
header .inner .logo img {
  width: 100%;
  display: block;
  height: auto;
}
header .inner .links {
  display: flex;
  gap: 1.4rem;
  margin-left: auto;
  color: white;
  padding-top: 24px;
}
@media screen and (max-width: 1200px) {
  header .inner .links {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  header .inner .links {
    padding-top: 16px;
  }
}
header .inner .links a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  header .inner .links a.pluslink {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 992px) {
  header .inner .links a.pluslink {
    display: none;
  }
}
header .inner .links i {
  font-size: 1.4rem;
}

.hdrsearch {
  position: relative;
  display: none;
  width: 100%;
  height: 45px;
  background-color: #2D3131;
  padding: 5px 0;
  z-index: 60;
}
.hdrsearch .hdrsearchinner {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.hdrsearch .hdrsearchinner input[type=text] {
  width: 100%;
  height: 34px;
  overflow: hidden;
  padding: 3px 52px 3px 0;
  font-size: 0.8rem;
  font-weight: 500;
  background: none;
  border: 0;
  border-bottom: 1px solid #D2DCE2;
  outline: none;
  cursor: default;
  color: white;
  font-family: "Jost", sans-serif;
}
.hdrsearch .hdrsearchinner .searchbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  border: none;
  display: block;
  cursor: pointer;
  background: none;
}
.hdrsearch .hdrsearchinner .searchbtn::after {
  content: "\f061";
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  color: white;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
}
.hdrsearch .hdrsearchinner ::-moz-placeholder {
  color: white;
  opacity: 1;
}
.hdrsearch .hdrsearchinner ::placeholder {
  color: white;
  opacity: 1;
}
.hdrsearch .hdrsearchinner ::-ms-input-placeholder {
  color: white;
}

.breadcrumbs {
  background-color: #2D3131;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0 3rem 0 0;
}
.breadcrumbs ul li {
  display: inline;
  font-weight: 600;
  color: white;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1em;
}
.breadcrumbs ul li a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumbs ul li a:hover {
  color: white;
  text-decoration: underline;
}
.breadcrumbs ul li:not(:first-child)::before {
  content: "/";
  margin: 0 0.5rem 0 0.2rem;
  color: white;
}

.socialbar {
  position: fixed;
  top: 32.8vh;
  right: 0;
  width: 38px;
  height: auto;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  box-shadow: 0 0 2px #777;
}
@media screen and (max-width: 768px) {
  .socialbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .socialbar.home {
    top: 84px;
  }
}
.socialbar a {
  display: block;
  margin: 6px 6px;
}
.socialbar a i {
  font-size: 1.4rem;
  color: #181818;
}

/*School specific colours*/
.prep .socialbar {
  background-color: #FFA52F;
}

.senior .socialbar {
  background-color: #0094FE;
}

.sixth .socialbar {
  background-color: #FF558D;
}

.laurels .socialbar {
  background-color: #12BF83;
}

.generic .socialbar, .home .socialbar {
  background-color: #D2DCE2;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-list img {
  position: relative;
  display: block;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: inherit !important;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider button.slick-prev {
  position: absolute;
  bottom: 0.4rem;
  left: calc(50% - 40px);
  width: 32px;
  height: 32px;
  font-size: 0;
  background: none;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 16px;
  cursor: pointer;
  outline: none;
  z-index: 6 !important;
}
.slider button.slick-prev::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  content: "\f053";
  color: white;
  font-size: 1.04rem;
  line-height: 28px;
}
.slider button.slick-next {
  position: absolute;
  bottom: 0.4rem;
  right: calc(50% - 40px);
  width: 32px;
  height: 32px;
  font-size: 0;
  background: none;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 16px;
  cursor: pointer;
  outline: none;
  z-index: 6 !important;
}
.slider button.slick-next::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  content: "\f054";
  color: white;
  font-size: 1.04rem;
  line-height: 28px;
}
.slider button.slick-disabled {
  background: none;
  opacity: 0.3;
}

.bglte .slider button.slick-prev, .studenttestimonials.slider button.slick-prev {
  border: 2px solid #181818;
}
.bglte .slider button.slick-prev::after, .studenttestimonials.slider button.slick-prev::after {
  color: #181818;
}
.bglte .slider button.slick-next, .studenttestimonials.slider button.slick-next {
  border: 2px solid #181818;
}
.bglte .slider button.slick-next::after, .studenttestimonials.slider button.slick-next::after {
  color: #181818;
}

.studenttestimonials.slider button.slick-prev {
  bottom: 2rem;
}
.studenttestimonials.slider button.slick-next {
  bottom: 2rem;
}

.heroslider .slick-dots, .imgcontentslider .slick-dots {
  position: absolute;
  bottom: 0.8rem;
  left: 1.4rem;
  display: inline-block;
  list-style: none;
  padding: 0;
  width: auto;
  text-align: center;
  z-index: 10;
}
.heroslider .slick-dots li, .imgcontentslider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 3px !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}
.heroslider .slick-dots li button, .imgcontentslider .slick-dots li button {
  background: 0 0;
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 0;
  width: 13px;
  height: 13px;
  line-height: 0;
  outline: 0;
  padding: 0;
}
.heroslider .slick-dots li button:focus, .heroslider .slick-dots li button:hover, .imgcontentslider .slick-dots li button:focus, .imgcontentslider .slick-dots li button:hover {
  outline: 0;
}
.heroslider .slick-dots li button:focus::before, .heroslider .slick-dots li button:hover::before, .imgcontentslider .slick-dots li button:focus::before, .imgcontentslider .slick-dots li button:hover::before {
  opacity: 1;
}
.heroslider .slick-dots li button::before, .imgcontentslider .slick-dots li button::before {
  color: white;
  content: "";
  font-family: slick;
  font-size: 0;
  width: 13px;
  height: 13px;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  background-color: white;
  border-radius: 50%;
  outline: 0;
}
.heroslider .slick-dots li.slick-active button, .imgcontentslider .slick-dots li.slick-active button {
  outline: 0;
}
.heroslider .slick-dots li.slick-active button::before, .imgcontentslider .slick-dots li.slick-active button::before {
  opacity: 1;
}
.heroslider .slick-dots li:only-child, .imgcontentslider .slick-dots li:only-child {
  display: none;
}

.prep .heroslider .slick-dots li.slick-active button::before, .prep .imgcontentslider .slick-dots li.slick-active button::before {
  background-color: #FFA52F;
}

.senior .heroslider .slick-dots li.slick-active button::before, .senior .imgcontentslider .slick-dots li.slick-active button::before {
  background-color: #0094FE;
}

.sixth .heroslider .slick-dots li.slick-active button::before, .sixth .imgcontentslider .slick-dots li.slick-active button::before {
  background-color: #FF558D;
}

.laurels .heroslider .slick-dots li.slick-active button::before, .laurels .imgcontentslider .slick-dots li.slick-active button::before {
  background-color: #12BF83;
}

.generic .heroslider .slick-dots li.slick-active button::before, .generic .imgcontentslider .slick-dots li.slick-active button::before {
  background-color: #3E4444;
}

.slider2 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
}
.slider2 .slick-slide {
  margin: 0 10px;
}
.slider2 .slick-list {
  margin: 0 -10px;
}

.slider3 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (max-width: 576px) {
  .slider3 {
    width: 100%;
  }
}
.slider3 .slick-slide {
  margin: 0 10px;
}
.slider3 .slick-list {
  margin: 0 -10px;
}

.slider4 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .slider4 {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 576px) {
  .slider4 {
    width: 100%;
  }
}
.slider4 .slick-slide {
  margin: 0 10px;
}
.slider4 .slick-list {
  margin: 0 -10px;
}

@media screen and (max-width: 576px) {
  .ehsapartitems .slider4 .slick-list {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .stats .slider3 .slick-list {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .campaignupdate .slider3 .slick-slide {
    margin: 0 30px;
  }
}

.newstags {
  min-height: 30px;
  margin: 0 0 0.8rem 0;
}
.newstags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.4rem;
}
.newstags ul li {
  padding: 0.3rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 4px;
}

.newslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6rem 2%;
  width: 100%;
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 992px) {
  .newslist {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 3%;
  }
}
@media screen and (max-width: 576px) {
  .newslist {
    grid-template-columns: 1fr;
    gap: 1.2rem 0;
  }
}
.newslist .newsitem {
  position: relative;
  background-color: white;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.newslist .newsitem .newsimg {
  background-size: cover;
  padding-top: 54.8%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.newslist .newsitem .newstxt {
  padding: 1rem 1.4rem 3.6rem 1.4rem;
}
.newslist .newsitem .newstxt .newsdate {
  padding: 0 0 0.2rem 0;
  font-size: 0.9rem;
  font-weight: 500;
}
.newslist .newsitem .newstxt h3 {
  padding-bottom: 0.6rem;
}
.newslist .newsitem .newstxt h3 a {
  text-decoration: none;
  color: #181818;
}
.newslist .newsitem .newstxt h3 a:hover {
  text-decoration: underline;
  color: #181818;
}
.newslist .newsitem .newsbtns {
  margin-bottom: 1.2rem;
  margin-left: 1.4rem;
  width: calc(100% - 2.8rem);
  margin-top: auto;
}
.newslist .newsitem .newsbtns a {
  margin-top: 0.3rem;
}
.newslist .newsitem .newstags ul li {
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
}
.newslist .newsitem a.btnplus {
  position: absolute;
  bottom: 1.2rem;
  left: 1.4rem;
}

.newsfilters {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 1rem 0;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .newsfilters {
    flex-direction: column;
  }
}
.newsfilters p {
  padding: 0 1rem 0 0;
  color: white;
  font-size: 0.92rem;
  font-weight: 500;
  margin: 0 0 0.6rem 0;
}
@media screen and (max-width: 768px) {
  .newsfilters p {
    padding: 0 0 0.6rem 0;
  }
}
.newsfilters ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .newsfilters ul {
    text-align: center;
  }
}
.newsfilters ul li {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  margin: 0 0.2rem 0.6rem 0.2rem;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  color: #181818;
}
.newsfilters ul li.bggeneric {
  background-color: #2D3131;
  color: white;
}
.newsfilters ul li.bggeneric label {
  color: white;
}

.bggenericlte .newsfilters ul li.bggeneric {
  background-color: #2D3131;
  color: white;
}
.bggenericlte .newsfilters ul li.bggeneric label {
  color: white;
}

.bgdgrey .newsfilters ul li.bggeneric {
  background-color: #D2DCE2;
  color: #181818;
}
.bgdgrey .newsfilters ul li.bggeneric label {
  color: #181818;
}

.article-wrapper .hero .herocontent .herotitle h1 {
  text-transform: none;
}
.article-wrapper .hero p.newsdate {
  font-size: 1rem !important;
  font-weight: 700;
  padding: 0 0 1rem 0;
}
.article-wrapper .hero .newstags {
  margin: 0 0 1.4rem 0;
}
.article-wrapper .hero .newstags ul li {
  padding: 0.3rem 0.5rem;
  font-size: 0.9rem;
}

.imgcta {
  padding: 2rem 0;
}
.imgcta .inner {
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .imgcta .articleimg {
    padding: 0;
  }
}
.imgcta .articleimg .card {
  position: relative;
  width: 100%;
  aspect-ratio: 1.4;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .imgcta .articleimg .card {
    width: 100%;
    padding-top: 32%;
  }
}
.imgcta .articleimg .card .cardbtn {
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
}
.imgcta .articleimg.flex {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem 4%;
}
@media screen and (max-width: 768px) {
  .imgcta .articleimg.flex {
    flex-wrap: wrap;
  }
}
.imgcta .articleimg.flex .card {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .imgcta .articleimg.flex .card {
    width: 100%;
  }
}

.txtsection:has(+ .imgcta) .editorial {
  padding: 2rem 20% 0 0;
}
@media screen and (max-width: 768px) {
  .txtsection:has(+ .imgcta) .editorial {
    padding: 1.4rem 0 0 0;
  }
}

.newsgallery {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: center;
}
.newsgallery h3 {
  padding: 0 4% 3rem 4%;
}
.newsgallery.bgdgrey h3 {
  color: white;
}
.newsgallery .grid-sizer, .newsgallery .grid-item {
  width: calc((100% - 40px) / 2);
  float: left;
}
@media screen and (max-width: 768px) {
  .newsgallery .grid-sizer, .newsgallery .grid-item {
    width: calc((100% - 20px) / 1);
  }
}
@media screen and (max-width: 400px) {
  .newsgallery .grid-sizer, .newsgallery .grid-item {
    width: 100%;
  }
}
.newsgallery .grid-sizer img, .newsgallery .grid-item img {
  width: 100%;
  height: auto;
  display: block;
}
.newsgallery .grid-item {
  margin-bottom: 1.4rem;
}

.opendays {
  padding: 2rem 0;
}
.opendays h3 {
  text-align: center;
  padding: 0;
}
.opendays p.no-results {
  text-align: center;
  font-weight: 500;
}
.opendays .newsfilters p {
  color: #181818;
}
.opendays .newsitem .newstxt {
  padding: 1rem 1.4rem 0 1.4rem;
}
.opendays .newsitem .datetags {
  margin-bottom: 0.8rem;
}
.opendays .newsitem span.datetag {
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  display: inline-block;
  width: auto;
  background-color: #D2DCE2;
  color: black;
  margin: 0 0.6rem 0.4rem 0;
}
.opendays .newsitem h4 {
  font-size: 1.24rem;
  padding: 0 0 1rem 0;
}
.opendays .newsitem h4 a {
  color: black;
  text-decoration: none;
}
.opendays .newsitem h4 a:hover {
  text-decoration: underline;
}

span.datetag {
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  display: inline-block;
  width: auto;
  background-color: #D2DCE2;
  color: black;
  margin: 0 0.6rem 0.4rem 0;
}

.odschedule .facultyintro .card .cardinfo {
  margin-left: 36%;
  width: 64%;
}

.hintro {
  padding: 2rem 0 1rem;
  text-align: center;
  color: white;
}
@media screen and (max-width: 992px) {
  .hintro {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .hintro .inner {
    padding: 1rem 1.4rem;
  }
}
.hintro h1 {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 500;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 992px) {
  .hintro h1 {
    font-size: 36px;
  }
}
.hintro h2 {
  font-size: 36px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .hintro h2 {
    font-size: 24px;
    padding: 0 3%;
  }
}

.hheaderpanels .inner {
  position: relative;
  z-index: 2;
  padding: 0;
}
.hheaderpanels .inner .htabslider {
  padding: 0.4rem;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .hheaderpanels .inner .htabslider {
    padding: 1.4rem 1rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .hheaderpanels .inner .htabslider {
    padding: 0.4rem 0.4rem 0.42rem;
  }
}
.hheaderpanels .inner .htabslider .slick-track {
  display: flex !important;
}
.hheaderpanels .inner .htabslider .slick-slide {
  height: inherit !important;
}
.hheaderpanels .inner .htabslider .htab {
  padding: 0.8rem;
}
.hheaderpanels .inner .htabslider .htab .htabinner {
  position: relative;
  padding: 3.6rem 80px 3.8rem 1.6rem;
  border-radius: 6px;
  z-index: 3;
  box-shadow: 0 0 14px 1px rgb(21, 21, 21);
  height: 100%;
}
@media screen and (max-width: 992px) {
  .hheaderpanels .inner .htabslider .htab .htabinner {
    padding: 3.6rem 60px 3.4rem 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .hheaderpanels .inner .htabslider .htab .htabinner {
    padding: 3.6rem 4rem 3rem 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .hheaderpanels .inner .htabslider .htab .htabinner {
    padding: 3.6rem 4rem 3rem 1.6rem;
  }
}
.hheaderpanels .inner .htabslider .htab .htabinner::after {
  position: absolute;
  top: 0;
  right: 2%;
  width: 80px;
  height: 100%;
  background: url(/images/vines-white.svg?a6d4bcf11bd61438439507cb2bce5a6a) center right repeat-y;
  background-size: 100%;
  content: "";
  opacity: 0.5;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .hheaderpanels .inner .htabslider .htab .htabinner::after {
    width: 60px;
  }
}
.hheaderpanels .inner .htabslider .htab .htabinner p {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  padding: 0 0 0.6rem 0;
  font-size: 1.26rem;
  line-height: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .hheaderpanels .inner .htabslider .htab .htabinner p {
    font-size: 1.16rem;
  }
}
@media screen and (max-width: 768px) {
  .hheaderpanels .inner .htabslider .htab .htabinner p {
    font-size: 1.3rem;
  }
}
.hheaderpanels .inner .htabslider .htab .htabinner p.ttl {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 982px) {
  .hheaderpanels .inner .htabslider .htab .htabinner p.ttl {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 768px) {
  .hheaderpanels .inner .htabslider .htab .htabinner p.ttl {
    font-size: 1.6rem;
  }
}
.hheaderpanels .inner .htabslider .htab .htabinner a.pluslinkround {
  position: absolute;
  display: block;
  bottom: 1.2rem;
  left: 1.6rem;
  z-index: 10;
}
.hheaderpanels .inner .htabslider .htab .htabinner a.htablink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
.hheaderpanels .inner .htabslider .htab .htabinner.bgprep a.btnwhite {
  background-color: #FFE3A1;
}
.hheaderpanels .inner .htabslider .htab .htabinner.bgsenior a.btnwhite {
  background-color: #D0E7FD;
}
.hheaderpanels .inner .htabslider .htab .htabinner.bgsixth a.btnwhite {
  background-color: #FAE3EC;
}
.hheaderpanels .inner .htabslider .htab .htabinner.bglaurels a.btnwhite {
  background-color: #DAF4EB;
}
.hheaderpanels .inner .htabslider .htab .htabinner.bggeneric a.btnwhite {
  background-color: #D2DCE2;
}
.hheaderpanels .inner .htabslider .htab .htabinner span.tag {
  position: absolute;
  top: 1rem;
  left: 1.6rem;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  display: inline-block;
  width: auto;
  background-color: #181818;
  color: white;
}
@media screen and (max-width: 992px) {
  .hheaderpanels .inner .htabslider .htab .htabinner span.tag {
    left: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .hheaderpanels .inner .htabslider .htab .htabinner span.tag {
    left: 1.6rem;
  }
}
.hheaderpanels .inner .htabslider button.slick-next {
  position: absolute;
  top: 44%;
  right: 0;
  width: 34px;
  height: 34px;
  font-size: 0;
  background: none;
  background-color: white;
  border-radius: 17px;
  cursor: pointer;
  outline: none;
  z-index: 12 !important;
}
.hheaderpanels .inner .htabslider button.slick-next::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  content: "\f054";
  color: #181818;
  font-size: 1.1rem;
  line-height: 34px;
}
.hheaderpanels .inner .htabslider button.slick-prev {
  position: absolute;
  top: 44%;
  left: 0;
  width: 34px;
  height: 34px;
  font-size: 0;
  background: none;
  background-color: white;
  border-radius: 17px;
  cursor: pointer;
  outline: none;
  z-index: 12 !important;
}
.hheaderpanels .inner .htabslider button.slick-prev::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  content: "\f053";
  color: #181818;
  font-size: 1.1rem;
  line-height: 34px;
}
.hheaderpanels .inner .htabslider button.slick-disabled {
  opacity: 0.5;
}

.hhero {
  overflow: hidden;
  position: sticky;
  top: 0;
}
.hhero .inner {
  width: 99%;
  max-width: 2000px;
  display: flex;
  gap: 8px;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .hhero .inner {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .hhero .inner {
    height: 500px;
  }
}
.hhero .inner .hsideimg {
  width: 27%;
  z-index: 1;
  border-radius: 6px;
  height: 700px;
}
@media screen and (max-width: 992px) {
  .hhero .inner .hsideimg {
    display: none;
  }
}
.hhero .inner .hmainimg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform-origin: center center;
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46%;
  height: 700px;
  transition: flex-basis 0.8s ease, width 0.8s ease, height 0.8s ease;
}
@media screen and (max-width: 992px) {
  .hhero .inner .hmainimg {
    width: 100%;
    flex: 0 0 100%;
  }
}
.hhero .inner .hmainimg .hmainimg-zoom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.8s ease;
  transform-origin: center center;
  transform: scale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .hhero .inner .hmainimg .hmainimg-zoom {
    position: relative;
    top: auto;
    left: auto;
  }
}
.hhero .inner .hmainimg .hmainimg-zoom .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hhero .inner .hmainimg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.hhero.expand .inner {
  gap: 0;
}
.hhero.expand .hmainimg {
  height: 700px;
  flex-basis: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .hhero.expand .hmainimg {
    height: 500px;
  }
}

.hheaderpanels + .hhero {
  margin-top: -100px;
}
@media screen and (max-width: 992px) {
  .hheaderpanels + .hhero {
    margin-top: -50px;
  }
}

.scrollover {
  position: relative;
  z-index: 2;
}

.facultyintro .card {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.facultyintro .card .cardimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  height: auto;
  display: block;
  border-radius: 6px;
  padding-top: 60%;
}
@media screen and (max-width: 1200px) {
  .facultyintro .card .cardimg {
    padding-top: 40%;
  }
}
@media screen and (max-width: 992px) {
  .facultyintro .card .cardimg {
    padding-top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .facultyintro .card .cardimg {
    padding-top: 68%;
  }
}
.facultyintro .card .cardimg .facultyintro .card .cardimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  height: auto;
  display: block;
  border-radius: 6px;
  padding-top: 40%;
}
@media screen and (max-width: 576px) {
  .facultyintro .card .cardimg {
    position: relative;
    top: auto;
    left: auto;
    width: 86%;
  }
}
.facultyintro .card .cardinfo {
  position: relative;
  margin-top: 160px;
  margin-left: 46%;
  width: 54%;
  padding: 2rem 2.6rem 2.4rem 2rem;
  color: black;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 982px) {
  .facultyintro .card .cardinfo {
    margin-top: 140px;
    margin-left: 42%;
    width: 58%;
    padding: 1.8rem 1.8rem 1.8rem 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .facultyintro .card .cardinfo {
    margin-top: -50px;
    margin-left: 14%;
    width: 86%;
  }
}
.facultyintro .card .cardinfo h4 {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0 0 1rem 0;
}
.facultyintro .card .cardinfo p {
  padding: 0 0 1.8rem 0;
}
.facultyintro .card .cardinfo p.cardyear {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0;
}

.facilities h3 {
  font-size: 1.4rem;
  padding: 90px 0 1.6rem 0;
  position: relative;
}
.facilities h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 64px;
  content: "";
  background-image: url(/images/leaves-dark-grey.svg);
  background-size: 100% 100%;
}
.facilities .editorial p {
  font-size: 1.2rem;
  line-height: 1.4em;
  padding: 0 0 0.4rem 0;
}

.newswrapper {
  padding: 2rem 0;
}
.newswrapper p.nonews {
  color: white;
}
.newswrapper .newshdr {
  position: relative;
  text-align: left;
  padding: 0 0 1rem;
}
.newswrapper .newshdr h3 {
  color: white;
  padding: 0.4rem 0 2rem;
  display: block;
}
@media screen and (max-width: 576px) {
  .newswrapper .newshdr h3 {
    padding: 0.4rem 0 0.6rem;
  }
}
.newswrapper .newshdr a.pluslink {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  .newswrapper .newshdr a.pluslink {
    display: none;
  }
}
.newswrapper .newsftr {
  display: none;
  text-align: center;
  padding-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .newswrapper .newsftr {
    display: block;
  }
}
.newswrapper .slider {
  width: 100%;
}
.newswrapper .slider h3 {
  color: white;
  padding: 0 0 3rem 0;
}
.newswrapper .slider .newsitem {
  position: relative;
  background-color: white;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .newswrapper .slider .newsitem {
    flex-direction: column;
  }
}
.newswrapper .slider .newsitem .newsimg {
  order: 2;
  width: 50%;
  height: 100%;
  background-size: cover;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .newswrapper .slider .newsitem .newsimg {
    order: 1;
    width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    padding-top: 50%;
    height: auto;
  }
}
.newswrapper .slider .newsitem .newsimg a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.newswrapper .slider .newsitem .newstxt {
  order: 1;
  position: relative;
  width: 50%;
  padding: 1.4rem 1.4rem 4.4rem 1.4rem;
}
@media screen and (max-width: 992px) {
  .newswrapper .slider .newsitem .newstxt {
    order: 2;
    width: 100%;
    height: 100%;
  }
}
.newswrapper .slider .newsitem .newstxt .newsdate {
  padding: 0 0 0.2rem 0;
  font-size: 0.9rem;
  font-weight: 500;
}
.newswrapper .slider .newsitem .newstxt h4 {
  font-size: 1.4rem;
}
.newswrapper .slider .newsitem .newstxt h4 a {
  text-decoration: none;
  color: #181818;
}
.newswrapper .slider .newsitem .newstxt h4 a:hover {
  text-decoration: underline;
  color: #181818;
}
.newswrapper .slider .newsitem .newstxt a.btnplus {
  position: absolute;
  bottom: 0.8rem;
  left: 1.4rem;
}
.newswrapper .slider .newsitem .newstags {
  min-height: 50px;
}
@media screen and (max-width: 992px) {
  .newswrapper .slider .newsitem .newstags {
    min-height: 34px;
  }
}
.newswrapper .slider .newsitem .newstags ul li {
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
}

.herosection {
  position: relative;
}
@media screen and (max-width: 992px) {
  .herosection::after {
    position: absolute;
    top: 0;
    right: 0.6rem;
    width: 60px;
    height: 40%;
    content: "";
    z-index: 1;
    background: url(/images/vines-mid-grey.svg) center top repeat-y;
    background-size: 100%;
  }
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(4%, 1fr) minmax(0, 710px) minmax(0, 490px) minmax(4%, 1fr);
  overflow-x: hidden;
}
.hero.noimg {
  grid-template-columns: minmax(4%, 1fr) minmax(0, 910px) minmax(0, 290px) minmax(4%, 1fr);
}
@media screen and (max-width: 992px) {
  .hero {
    display: block;
  }
}
.hero::before {
  position: absolute;
  top: 0;
  left: 12px;
  width: 120px;
  height: 100%;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 1360px) {
  .hero::before {
    opacity: 0.3;
  }
}
@media screen and (max-width: 992px) {
  .hero::before {
    display: none;
  }
}
.hero .mherotxt {
  display: none;
  position: relative;
  font-size: 1.44rem;
  padding: 2rem 4% 1.2rem 4%;
  text-align: left;
  z-index: 2;
}
.hero .mherotxt::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 10%;
  height: 100px;
  content: "";
  z-index: 3;
}
.hero .mherotxt h2 {
  padding: 0 0 1rem 0;
}
@media screen and (max-width: 992px) {
  .hero .mherotxt {
    display: block;
  }
}
.hero .mherotxt p {
  font-size: 1.4rem;
  font-weight: 400;
}
.hero .mherotxt.newsheader h2 a {
  text-decoration: none;
  color: #181818;
}
.hero .mherotxt.newsheader h2 a:hover {
  text-decoration: underline;
  color: #181818;
}
.hero .mherotxt.newsheader p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}
.hero .mherotxt.newsheader p.newsdate {
  font-weight: 500;
}
.hero .herocontent {
  grid-column: 2/3;
  width: 100%;
  height: auto;
  display: block;
  align-content: start;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .hero .herocontent {
    padding: 0 4%;
  }
}
.hero .herocontent .herotitle {
  position: relative;
  padding: 2rem 6rem 3rem 0;
  background-color: #2D3131;
  z-index: 2;
}
.hero .herocontent .herotitle::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2D3131;
  z-index: 3;
}
.hero .herocontent .herotitle::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 30px;
  height: 100%;
  background-color: #2D3131;
}
.hero .herocontent .herotitle .filler {
  display: none;
}
@media screen and (max-width: 992px) {
  .hero .herocontent .herotitle .filler {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
    background-color: #2D3131;
  }
}
@media screen and (max-width: 992px) {
  .hero .herocontent .herotitle {
    padding: 1rem 50px 2rem 0;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .hero .herocontent .herotitle::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #2D3131;
    z-index: 3;
  }
}
.hero .herocontent .herotitle h1 {
  color: white;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2em;
}
@media screen and (max-width: 992px) {
  .hero .herocontent .herotitle h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero .herocontent .herotitle h1 {
    font-size: 36px;
  }
}
.hero .herocontent .herotitle p {
  color: white;
  padding: 0.4rem 0 0 0;
}
.hero .herocontent .herotxt {
  padding: 3rem 5rem 3rem 0;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .hero .herocontent .herotxt {
    padding: 3rem 2rem 2rem 0;
  }
}
@media screen and (max-width: 992px) {
  .hero .herocontent .herotxt {
    display: none;
  }
}
.hero .herocontent .herotxt h2 {
  font-size: 30px;
  color: black;
  padding: 0 0 1rem 0;
}
.hero .herocontent .herotxt h2 a {
  text-decoration: none;
  color: black;
}
.hero .herocontent .herotxt h2 a:hover {
  text-decoration: underline;
  color: black;
}
.hero .herocontent .herotxt p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}
.hero .herocontent .herotxt p.newsdate {
  font-weight: 500;
}
.hero .herocontent .herotxt ul.tags {
  list-style: none;
  margin-bottom: 1.4rem;
}
.hero .herocontent .herotxt ul.tags li {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  width: auto;
  margin: 0 0.3rem 0.3rem 0;
  color: #181818;
}
.hero .herocontent .newsheader.herotxt p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}
.hero .herocontent .newsheader.herotxt p.newsdate {
  font-weight: 500;
}
.hero .heroimg {
  position: relative;
  grid-column: 3/5;
  min-height: 400px;
  margin-bottom: 3rem;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 3;
}
.hero .heroimg::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2D3131;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 992px) {
  .hero .heroimg::before {
    display: block;
    height: 90%;
  }
}
.hero .heroimg::after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 80%;
  height: 3rem;
  content: "";
  background-color: #2D3131;
  z-index: 4;
}
@media screen and (max-width: 992px) {
  .hero .heroimg::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .hero .heroimg {
    position: relative;
    height: 340px;
    margin-bottom: 0;
    width: 90%;
    margin-left: 10%;
  }
}
.hero .heroimg.empty {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #2D3131;
}
.hero .heroimg.empty::after {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .hero .heroimg.empty {
    display: none;
  }
}
.hero span.datetag {
  background-color: black;
  color: white;
  margin: 0 0.6rem 1.4rem 0;
}

@media screen and (max-width: 992px) {
  .hero.noimg .herocontent .herotitle .filler {
    display: none;
  }
}
.hero.noimg .mherotxt::before {
  display: none;
}

.hero.bggeneric .herocontent .herotxt ul.tags li.bggeneric {
  background-color: #181818;
  color: white;
}

.herottl {
  position: relative;
  background-color: #2D3131;
}
.herottl::after {
  position: absolute;
  top: 0;
  right: 0.6rem;
  width: 60px;
  height: 100%;
  content: "";
  z-index: 2;
  background: url("/images/vines-mid-grey.svg?f254c754e0002c454c7c7679fa2be3a8") center center repeat-y;
  background-size: 100%;
}
.herottl .herotitle {
  position: relative;
  padding: 1.4rem 4rem 3rem 0;
}
@media screen and (max-width: 992px) {
  .herottl .herotitle {
    padding: 1rem 4rem 2rem 0;
  }
}
.herottl .herotitle h1 {
  color: white;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2em;
}
@media screen and (max-width: 992px) {
  .herottl .herotitle h1 {
    font-size: 44px;
  }
}
.herottl .herotitle p {
  color: white;
  margin: 1rem 0 0 0;
}

.prep .hero {
  background-color: #FFA52F;
}
.prep .hero::before {
  background: url(/images/vines-light-yellow.svg?8f2a7c25cad3ca655987bd22ecdd2c60) center center repeat-y;
  background-size: 100%;
}
.prep .hero .mherotxt::before {
  background-color: #FFA52F;
}
.prep .hero .herocontent .herotxt ul.tags li {
  background-color: #FFE3A1;
}

.hero.prep {
  background-color: #FFA52F !important;
}
.hero.prep::before {
  background: url(/images/vines-light-yellow.svg?8f2a7c25cad3ca655987bd22ecdd2c60) center center repeat-y !important;
  background-size: 100% !important;
}
.hero.prep .mherotxt::before {
  background-color: #FFA52F !important;
}

.senior .hero {
  background-color: #0094FE;
}
.senior .hero::before {
  background: url(/images/vines-light-blue.svg?f2353f98270ba016af23344998e46b67) center center repeat-y;
  background-size: 100%;
}
.senior .hero .mherotxt::before {
  background-color: #0094FE;
}
.senior .hero .herocontent .herotxt ul.tags li {
  background-color: #D0E7FD;
}

.hero.senior {
  background-color: #0094FE;
}
.hero.senior::before {
  background: url(/images/vines-light-blue.svg?f2353f98270ba016af23344998e46b67) center center repeat-y;
  background-size: 100%;
}
.hero.senior .mherotxt::before {
  background-color: #0094FE;
}

.sixth .hero {
  background-color: #FF558D;
}
.sixth .hero::before {
  background: url(/images/vines-light-pink.svg?d0c96fb96f303ae07d81d6e82f6d565a) center center repeat-y;
  background-size: 100%;
}
.sixth .hero .mherotxt::before {
  background-color: #FF558D;
}
.sixth .hero .herocontent .herotxt ul.tags li {
  background-color: #FAE3EC;
}

.hero.sixth {
  background-color: #FF558D;
}
.hero.sixth::before {
  background: url(/images/vines-light-pink.svg?d0c96fb96f303ae07d81d6e82f6d565a) center center repeat-y;
  background-size: 100%;
}
.hero.sixth .mherotxt::before {
  background-color: #FF558D;
}

.laurels .hero {
  background-color: #12BF83;
}
.laurels .hero::before {
  background: url(/images/vines-light-green.svg?080584cbdc3c3e64764d20b1f26709bc) center center repeat-y;
  background-size: 100%;
}
.laurels .hero .mherotxt::before {
  background-color: #12BF83;
}
.laurels .hero .herocontent .herotxt ul.tags li {
  background-color: #DAF4EB;
}

.hero.laurels {
  background-color: #12BF83;
}
.hero.laurels::before {
  background: url(/images/vines-light-green.svg?080584cbdc3c3e64764d20b1f26709bc) center center repeat-y;
  background-size: 100%;
}
.hero.laurels .mherotxt::before {
  background-color: #12BF83;
}

.generic .hero {
  background-color: #D2DCE2;
  /*
  .herocontent .herotxt ul.tags li {
      background-color: $lte-grey;
  }
  */
}
.generic .hero::before {
  background: url(/images/vines-white.svg?a6d4bcf11bd61438439507cb2bce5a6a) center center repeat-y;
  background-size: 100%;
}
.generic .hero .herocontent .herotxt ul.tags li.bggeneric {
  background-color: #3E4444;
  color: white;
}
.generic .hero .mherotxt::before {
  background-color: #D2DCE2;
}
.generic .hero .mherotxt ul.tags li.bggeneric {
  background-color: #3E4444;
  color: white;
}

.hero.generic {
  background-color: #D2DCE2;
}
.hero.generic::before {
  background: url(/images/vines-white.svg?a6d4bcf11bd61438439507cb2bce5a6a) center center repeat-y;
  background-size: 100%;
}
.hero.generic .mherotxt::before {
  background-color: #D2DCE2;
}

.herobtns {
  margin-top: 10px;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.herobtns a {
  background-color: #181818;
  color: white;
  font-size: 0.9rem;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  transition: background 0.3s;
}
.herobtns a:hover {
  background-color: #181818;
}

.heroslider.slick-slider {
  height: 100%;
}
.heroslider.slick-slider .slick-list {
  height: 100%;
}
.heroslider.slick-slider .slick-list .slick-track {
  height: 100%;
}
.heroslider.slick-slider .slick-list .slick-track .item {
  width: 100%;
  height: 100%;
  display: block;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.campaignhero {
  position: relative;
  overflow: hidden;
  background-color: #2D3131;
}
@media screen and (max-width: 992px) {
  .campaignhero::after {
    position: absolute;
    top: 0;
    right: 0.6rem;
    width: 60px;
    height: 50%;
    content: "";
    z-index: 1;
    background: url(/images/vines-mid-grey.svg) center top repeat-y;
    background-size: 100%;
  }
}
.campaignhero .herocontent {
  position: relative;
  display: block;
}
.campaignhero .herocontent .herotitle {
  position: relative;
  padding: 0 50px 1rem 0;
  background-color: #2D3131;
  z-index: 9;
}
.campaignhero .herocontent .herotitle::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2D3131;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .campaignhero .herocontent .herotitle {
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .campaignhero .herocontent .herotitle::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #2D3131;
    z-index: 3;
  }
}
.campaignhero .herocontent .herotitle h1 {
  color: white;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2em;
}
@media screen and (max-width: 992px) {
  .campaignhero .herocontent .herotitle h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .campaignhero .herocontent .herotitle h1 {
    font-size: 36px;
  }
}
.campaignhero .herocontent .herotxt {
  z-index: 4;
  position: relative;
  display: grid;
  grid-template-columns: minmax(4%, 1fr) minmax(0, 990px) minmax(0, 210px) minmax(4%, 1fr);
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .campaignhero .herocontent .herotxt {
    display: block;
  }
}
.campaignhero .herocontent .herotxt::after {
  position: absolute;
  top: 0;
  left: 12px;
  width: 120px;
  height: 100%;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 1360px) {
  .campaignhero .herocontent .herotxt::after {
    opacity: 0.3;
  }
}
@media screen and (max-width: 992px) {
  .campaignhero .herocontent .herotxt::after {
    display: none;
  }
}
.campaignhero .herocontent .herotxt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  z-index: 1;
  background-color: #D2DCE2;
}
.campaignhero .herocontent .herotxt .herotxtinner {
  grid-column: 2/3;
  width: 100%;
  background-color: #D2DCE2;
}
.campaignhero .herocontent .herotxt .herotxtinner .herotxtcontent {
  padding: 2rem 2rem 2.4rem 0;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 992px) {
  .campaignhero .herocontent .herotxt .herotxtinner .herotxtcontent {
    width: 100%;
    padding: 2rem 4% 2.4rem 4%;
  }
}
.campaignhero .herocontent .herotxt .herotxtinner .herotxtcontent::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: calc(100% - 50px);
  content: "";
  z-index: 10;
  background-color: #2D3131;
}
.campaignhero .herocontent .herotxt h2 {
  color: black;
  padding: 0 0 0.4rem 0;
}
.campaignhero .herocontent .herotxt h2 a {
  text-decoration: none;
  color: black;
}
.campaignhero .herocontent .herotxt h2 a:hover {
  text-decoration: underline;
  color: black;
}
.campaignhero .herocontent .herotxt p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}
.campaignhero .herocontent .herotxt p.newsdate {
  font-weight: 500;
}
.campaignhero .herocontent .herotxt .herotextfiller {
  position: relative;
  grid-column: 3/5;
}
.campaignhero .heroimgcontent {
  display: block;
  margin-top: -50px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  .campaignhero .heroimgcontent {
    margin-top: 0;
  }
}
.campaignhero .heroimgcontent .heroimg {
  height: 600px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .campaignhero .heroimgcontent .heroimg {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    width: 100%;
    border-radius: 0;
    aspect-ratio: 2/1.2;
  }
}
.campaignhero .heroimgcontent .heroimg .heroslider .item {
  position: relative;
  min-height: 600px;
  border: 0 !important;
}
@media screen and (max-width: 992px) {
  .campaignhero .heroimgcontent .heroimg .heroslider .item {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    width: 100%;
    border-radius: 0;
    aspect-ratio: 2/1.2;
  }
}
.campaignhero .heroimgcontent.hvideo .heroimg {
  height: 700px;
}
@media screen and (max-width: 768px) {
  .campaignhero .heroimgcontent.hvideo .heroimg {
    height: 500px;
  }
}
.campaignhero .heroimgcontent.hvideo .heroimg video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.campaignhero .heroslider.slick-slider .slick-list .slick-track .item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.prep .campaignhero .herocontent .herotxt::before {
  background-color: #FFA52F;
}
.prep .campaignhero .herocontent .herotxt .herotxtinner {
  background-color: #FFA52F;
}
.prep .campaignhero .herocontent .herotxt::after {
  background: url(/images/vines-light-yellow.svg) center top repeat-y;
  background-size: 100%;
}

.senior .campaignhero .herocontent .herotxt::before {
  background-color: #0094FE;
}
.senior .campaignhero .herocontent .herotxt .herotxtinner {
  background-color: #0094FE;
}
.senior .campaignhero .herocontent .herotxt::after {
  background: url(/images/vines-light-blue.svg) center top repeat-y;
  background-size: 100%;
}

.sixth .campaignhero .herocontent .herotxt::before {
  background-color: #FF558D;
}
.sixth .campaignhero .herocontent .herotxt .herotxtinner {
  background-color: #FF558D;
}
.sixth .campaignhero .herocontent .herotxt::after {
  background: url(/images/vines-light-pink.svg) center top repeat-y;
  background-size: 100%;
}

.laurels .campaignhero .herocontent .herotxt::before {
  background-color: #12BF83;
}
.laurels .campaignhero .herocontent .herotxt .herotxtinner {
  background-color: #12BF83;
}
.laurels .campaignhero .herocontent .herotxt::after {
  background: url(/images/vines-light-green.svg) center top repeat-y;
  background-size: 100%;
}

.generic .campaignhero .herocontent .herotxt::before {
  background-color: #D2DCE2;
}
.generic .campaignhero .herocontent .herotxt .herotxtinner {
  background-color: #D2DCE2;
}
.generic .campaignhero .herocontent .herotxt::after {
  background: url(/images/vines-white.svg) center top repeat-y;
  background-size: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-wrapper iframe {
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.herovideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.herovideo a {
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  width: 68px;
  height: 68px;
  display: block;
  border-radius: 50%;
  background-color: white;
  opacity: 0.76;
  z-index: 4;
  text-align: center;
}
.herovideo a i {
  font-size: 1.76rem;
  color: #181818;
  z-index: 5;
  line-height: 68px;
}
.herovideo a i.fa-play {
  transform: translateX(2px);
}

.video-controls {
  position: absolute;
  top: 80%;
  left: calc(50% - 65px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .video-controls {
    width: 110px;
    top: 76%;
    left: calc(50% - 45px);
    height: 40px;
  }
}
.video-controls button {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: none;
}
@media screen and (max-width: 992px) {
  .video-controls button {
    width: 40px;
    height: 40px;
  }
}
.video-controls button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: white;
  opacity: 0.76;
  z-index: 1;
}
.video-controls button i {
  font-size: 1.4rem;
  color: #181818;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .video-controls button i {
    font-size: 1.26rem;
  }
}
.video-controls button#playbtn i.fa-play, .video-controls button#btnplay i.fa-play {
  transform: translateX(2px);
}
.video-controls button#mutebtn i.fa-volume-off, .video-controls button#btnmute i.fa-volume-off {
  transform: translateX(-3px);
}

.herosection .video-wrapper iframe {
  min-height: 102%;
}
@media screen and (max-width: 992px) {
  .herosection .video-wrapper iframe {
    width: 177.77777778vh;
    height: 56.25vw;
  }
}

.timeline .cardimg .herovideo {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
}
.timeline .cardimg .herovideo .video-wrapper iframe {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .featureimgcontent .herovideo {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.featureimgcontent .herovideo .video-wrapper iframe {
  min-height: 460px;
}
@media screen and (max-width: 992px) {
  .featureimgcontent .herovideo .video-wrapper iframe {
    height: 56.25vw;
  }
}

.campaignupdate .item .herovideo {
  border-top-left-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  position: absolute;
  top: 0;
}
.campaignupdate .item .herovideo .video-wrapper iframe {
  height: 102%;
}

.facultyintro .card .cardimg .herovideo {
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.facultyintro .card .cardimg .herovideo .video-wrapper {
  z-index: 0;
}
.facultyintro .card .cardimg .herovideo .video-wrapper iframe {
  height: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #CCCCCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: white;
}

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.faqs {
  margin-bottom: 2rem;
}

.editorial h3:has(+ .faqs) {
  padding: 0 0 1.4rem 0;
}

.faq {
  border-bottom: 1px solid #C8CACB;
}
.faq .faqq {
  margin-bottom: 0.4rem;
  padding-top: 0.4rem;
}
.faq .faqq p.ttl {
  position: relative;
  display: block;
  padding: 0.8rem 50px 0.8rem 0;
  color: #181818;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3em;
}
.faq .faqq p.ttl a {
  color: #181818;
  text-decoration: none;
  font-weight: 600;
}
.faq .faqq p.ttl a:hover {
  color: #181818;
  text-decoration: none;
}
.faq .faqq p.ttl:after {
  position: absolute;
  top: 0.8rem;
  right: 0;
  transition: all 0.2s ease-in-out;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
}
.faq .faqq p.ttl.open:after {
  transform: rotate(-180deg);
}
.faq .faqa {
  display: none;
  position: relative;
}
.faq .faqa .faqainner {
  padding: 0 2rem 1rem 0;
}
.faq .faqa .faqainner p {
  font-size: 1.06rem;
  line-height: 1.5em;
  padding: 0 0 1rem 0;
}
.faq .faqa .faqainner p strong {
  font-weight: 600;
}
.faq .faqa .faqainner p:has(+ ul) {
  padding: 0 0 0.6rem 0;
}
.faq .faqa .faqainner ul, .faq .faqa .faqainner ol {
  margin-left: 1rem;
  padding: 0 0 1rem 0;
}
.faq .faqa .faqainner ul li, .faq .faqa .faqainner ol li {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 0.2rem 0 0.2rem 0.4rem;
}
.faq .faqa .faqainner ul li strong, .faq .faqa .faqainner ol li strong {
  font-weight: 600;
}

.editorial {
  padding: 1rem 20% 1rem 0;
}
@media screen and (max-width: 768px) {
  .editorial {
    padding: 1rem 0;
  }
}
.editorial a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.editorial a:hover {
  text-decoration: underline;
}
.editorial p {
  line-height: 1.6em;
  padding: 0 0 1.4rem 0;
}
.editorial ul {
  margin-left: 1rem;
}
.editorial ul li {
  font-size: 18px;
  line-height: 1.6em;
  padding: 0 0 0.2rem 0;
}
.editorial img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

/*
.txtsection:has( + .txtsection) {
    .editorial {
        padding: 2rem 20% 0 0;
        @media screen and (max-width:768px) {
            padding: 2rem 0 0 0;
        }
    }
}
*/
.prep .imgtxttxt::before {
  background-image: url(/images/leaves-yellow.svg?c9377368e3ef338ca5733ad3e3a91e55) !important;
}

.senior .imgtxttxt::before {
  background-image: url(/images/leaves-blue.svg?bd8854aa6fd5ac673b1cbc6dbe1ae0ec) !important;
}

.sixth .imgtxttxt::before {
  background-image: url(/images/leaves-pink.svg?274f8ddb052946b70250dddfca0bb8fc) !important;
}

.laurels .imgtxttxt::before {
  background-image: url(/images/leaves-green.svg?3c3c05d0707477d96ce730bd8ae6667c) !important;
}

.generic .imgtxttxt::before {
  background-image: url(/images/leaves-light-grey.svg?b24a700fde3a24d7b1691e3266090ce4) !important;
}

.grid2 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem 3%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .grid2 {
    display: block;
  }
}

.grid3 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem 2.4%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 4%;
  }
}
@media screen and (max-width: 576px) {
  .grid3 {
    display: block;
  }
}

.grid4 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem 2%;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid4 {
    gap: 1.2rem 4%;
  }
}
@media screen and (max-width: 576px) {
  .grid4 {
    display: block;
  }
}

.flexscroll {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3rem 0;
  gap: 0 60px;
}
@media screen and (max-width: 992px) {
  .flexscroll {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .flexscroll {
    padding: 1rem 0;
    display: block;
  }
}
.flexscroll .col:first-child {
  position: sticky;
  top: 125px;
  width: calc(41.66% - 10px);
  flex-shrink: 0;
}
body.stop-press .flexscroll .col:first-child {
  top: 170px;
}
@media screen and (max-width: 1200px) {
  .flexscroll .col:first-child {
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .flexscroll .col:first-child {
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 1.8rem;
  }
}
.flexscroll .col:first-child h3 {
  padding: 86px 0 1rem;
  position: relative;
}
.flexscroll .col:first-child h3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 64px;
  content: "";
  background-image: url(/images/leaves-dark-grey.svg?003d474dfcce7e8ea126158652d779a3);
  background-size: 100% 100%;
}
.flexscroll .col:first-child h3:has(+ p.subttl) {
  padding: 86px 0 0.3rem;
}
.flexscroll .col:first-child p {
  line-height: 1.6em;
}
.flexscroll .col:first-child p.subttl {
  font-weight: 500;
}
.flexscroll .col:first-child p a {
  color: #181818;
  font-weight: 500;
  text-decoration: none;
}
.flexscroll .col:first-child p a:hover {
  color: #181818;
  text-decoration: underline;
}
.flexscroll .col:first-child ul, .flexscroll .col:first-child ol {
  font-weight: 300;
  padding: 0 0 1rem 0;
  margin: 0 0 0 1rem;
}
.flexscroll .col:first-child ul li, .flexscroll .col:first-child ol li {
  padding: 0 0 0.2rem 0;
  font-size: 18px;
}
.flexscroll .col:first-child a.pluslink {
  margin-top: 0.8rem;
}
.flexscroll .col:last-child {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  gap: 0 50px;
}
@media screen and (max-width: 1200px) {
  .flexscroll .col:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .flexscroll .col:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .flexscroll .col:last-child {
    gap: 0;
  }
}

@media screen and (max-width: 1200px) {
  .flexscroll.facultyintro {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .flexscroll.facultyintro .col:first-child {
    width: 44%;
  }
}
@media screen and (max-width: 1200px) {
  .flexscroll.facultyintro .col:first-child {
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .flexscroll.facultyintro .col:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .flexscroll.facultyintro .col:last-child {
    gap: 30px;
  }
}

.bgdgrey .flexscroll .col:first-child h3 {
  color: white;
}
.bgdgrey .flexscroll .col:first-child h3::after {
  background-image: url(/images/leaves-light-grey.svg?b24a700fde3a24d7b1691e3266090ce4);
  background-size: 100% 100%;
}
.bgdgrey .flexscroll .col:first-child p {
  color: white;
}

.signpost .col:first-child h3 {
  padding: 0 0 1rem;
}
.signpost .col:first-child h3::after {
  display: none;
}
.signpost .linkpanel ul {
  list-style: none;
}
.signpost .linkpanel ul li {
  display: block;
  border-bottom: 1px solid #3E4444;
}
.signpost .linkpanel ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 1rem 0 1rem 2rem;
  font-size: 1.12rem;
  font-weight: 600;
  color: #181818;
}
.signpost .linkpanel ul li a::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  content: "+";
  font-size: 1.8rem;
  color: #181818;
  font-weight: 300;
}

.cardsplain .card {
  position: relative;
  width: 100%;
  margin-bottom: 2.6rem;
}
.cardsplain .card::after {
  position: absolute;
  top: 96%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 80px;
  height: 120px;
  background-image: url(/images/leaves-white.svg?8e175e4927fbcedbc86b4efa5db88a94);
  background-size: 100% 100%;
  background-position: center center;
  z-index: 0;
}
.cardsplain .card:last-of-type::after {
  display: none;
}
.cardsplain .card .cardimg {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 48%;
  position: relative;
  z-index: 2;
  margin-bottom: -6px;
}
.cardsplain .card .cardinfo {
  width: 100%;
  padding: 2rem 2.6rem 1.6rem 2rem;
  color: black;
  background-color: white;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .cardsplain .card .cardinfo {
    padding: 1.4rem 1.6rem 1.6rem 1.4rem;
  }
}
.cardsplain .card .cardinfo h4 {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0 0 1rem 0;
}
@media screen and (max-width: 992px) {
  .cardsplain .card .cardinfo h4 {
    font-size: 24px;
  }
}
.cardsplain .card .cardinfo p {
  padding: 0 0 1.8rem 0;
}
.cardsplain .card .cardinfo p.subttl {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0;
}
.cardsplain .card .cardinfo ul, .cardsplain .card .cardinfo ol {
  font-weight: 300;
  padding: 0 0 1rem 0;
  margin: 0 0 0 1rem;
}
.cardsplain .card .cardinfo ul li, .cardsplain .card .cardinfo ol li {
  padding: 0 0 0.2rem 0;
  font-size: 18px;
  line-height: 1.5em;
}
.cardsplain .card .cardinfo span.cardtag {
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  display: inline-block;
  width: auto;
  color: black;
  margin: 0 0.6rem 0.4rem 0;
}
.cardsplain .card .cardinfo p.number {
  padding: 0.4rem 0;
  font-size: 32px;
  font-weight: 600;
}

.prep .cardsplain span.cardtag {
  background-color: #FFA52F;
}

.senior .cardsplain span.cardtag {
  background-color: #0094FE;
}

.sixth .cardsplain span.cardtag {
  background-color: #FF558D;
}

.laurel .cardsplain span.cardtag {
  background-color: #12BF83;
}

.generic .cardsplain span.cardtag {
  background-color: #D2DCE2;
}

.txtsection h3 {
  padding: 0 0 1rem 0;
  line-height: 1.5em;
}
.txtsection .editorial {
  padding: 1rem 20% 1rem 0;
}
@media screen and (max-width: 768px) {
  .txtsection .editorial {
    padding: 1rem 0;
  }
}
.txtsection .editorial .pluslink {
  margin-bottom: 2rem;
}
.txtsection.bgdgrey .editorial {
  color: white;
}

section.bglte + section.bglte:has(+ section.bglte) {
  padding: 2rem 0;
}
@media screen and (max-width: 992px) {
  section.bglte + section.bglte:has(+ section.bglte) {
    padding: 0.5rem 0;
  }
}

section.bglte + section.bglte {
  padding: 0 0 2rem 0;
}
section.bglte + section.bglte .editorial {
  padding: 0 20% 0 0;
}
@media screen and (max-width: 768px) {
  section.bglte + section.bglte .editorial {
    padding: 0;
  }
}

section.bglte:has(+ section.bglte) {
  padding: 2rem 0 0 0;
}
section.bglte:has(+ section.bglte) .inner {
  padding: 1rem 0 0 0;
}
section.bglte:has(+ section.bglte) .inner .editorial {
  padding: 0 20% 0 0;
}
@media screen and (max-width: 768px) {
  section.bglte:has(+ section.bglte) .inner .editorial {
    padding: 0;
  }
}

.campaignupdate {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: center;
  overflow-x: hidden;
}
.campaignupdate .campaignintro {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10% 1.4rem;
}
@media screen and (max-width: 768px) {
  .campaignupdate .campaignintro {
    padding: 0 0 1rem;
  }
}
.campaignupdate .campaignintro h3 {
  color: white;
  padding: 0 0 1rem 0;
}
.campaignupdate .campaignintro p {
  color: white;
}
.campaignupdate .campaignintro p a {
  text-decoration: underline;
  color: white;
  font-weight: 600;
}
.campaignupdate .campaignintro p a:hover {
  text-decoration: none;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .campaignupdate {
    padding: 1.6rem 0;
  }
}
.campaignupdate .item {
  position: relative;
  border-radius: 4px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .campaignupdate .item {
    margin-bottom: 1rem;
  }
}
.campaignupdate .item .itemtxt {
  padding: 1.4rem 1.2rem 1rem 1.2rem;
}
.campaignupdate .item .itemtxt h4 {
  padding: 0 0 0.8rem 0;
}
.campaignupdate .item .itemtxt p {
  font-size: 1rem;
  font-weight: 300;
  padding: 0 0 0.4rem 0;
  line-height: 1.3em;
}
.campaignupdate .item .itemimg {
  padding-top: 70%;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: auto;
}
.campaignupdate .item .itemimg a.openform {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.campaignupdate .item .itemimg a.openform i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 36px;
  height: 36px;
  color: black;
  background-color: white;
  border-radius: 50%;
  font-size: 1.1rem;
  text-align: center;
  line-height: 36px;
}

.pupdtl {
  position: fixed;
  width: 90%;
  max-width: 600px;
  min-height: 300px;
  max-height: 94%;
  z-index: 103 !important;
  display: none;
  background-color: #242424;
  overflow: hidden;
  border: 1px solid #515151;
  border-radius: 8px;
}
.pupdtl .pupdtlhdr {
  position: relative;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
.pupdtl .pupdtlhdr i {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  color: white;
  font-size: 1.8rem;
}
.pupdtl .pupdtlinner {
  position: relative;
  padding: 0 2rem 1rem 2rem;
  height: auto;
}
.pupdtl .pupdtlinner .pupdtltxt {
  position: relative;
}
.pupdtl .pupdtlinner .pupdtltxt p {
  font-size: 1.1rem;
  padding: 0 0 1rem 0;
  line-height: 1.6em;
  color: white;
}
.pupdtl .pupdtlinner .pupdtltxt p a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.pupdtl .pupdtlinner .pupdtltxt p a:hover {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 500;
}
.pupdtl .pupdtlinner .pupdtltxt ul, .pupdtl .pupdtlinner .pupdtltxt ol {
  margin-left: 1rem;
  padding: 0 0 1rem 0;
}
.pupdtl .pupdtlinner .pupdtltxt ul li, .pupdtl .pupdtlinner .pupdtltxt ol li {
  font-size: 1.1rem;
  padding: 0 0 0.2rem 0;
  line-height: 1.6em;
  color: white;
}

.featuredevents {
  padding: 2rem 0;
}
.featuredevents .eventshdr {
  position: relative;
  text-align: left;
  padding: 0 0 1rem;
}
.featuredevents .eventshdr h3 {
  color: white;
  padding: 0.4rem 0 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .featuredevents .eventshdr h3 {
    padding: 0.4rem 0 0.6rem;
  }
}
.featuredevents .eventshdr a.pluslink {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .featuredevents .eventshdr a.pluslink {
    display: none;
  }
}
.featuredevents .eventsftr {
  display: none;
  text-align: center;
  padding-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .featuredevents .eventsftr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .featuredevents {
    padding: 1.6rem 0;
  }
}
.featuredevents .slider {
  width: 100%;
}
.featuredevents .item {
  position: relative;
  border-radius: 4px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .featuredevents .item {
    margin-bottom: 1rem;
  }
}
.featuredevents .item .itemtxt {
  padding: 1.4rem 1.2rem 1rem 1.2rem;
}
.featuredevents .item .itemtxt h4 {
  padding: 0 0 0.8rem 0;
}
.featuredevents .item .itemtxt h4 a {
  text-decoration: none;
  color: #181818;
}
.featuredevents .item .itemtxt h4 a:hover {
  text-decoration: underline;
  color: #181818;
}
.featuredevents .item .itemtxt p {
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0 0.4rem 0;
  line-height: 1.3em;
}
.featuredevents .item .itemimg {
  padding-top: 70%;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: auto;
}
.featuredevents .item .itemimg a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.featuredevents .item .itemimg a i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 36px;
  height: 36px;
  color: black;
  background-color: white;
  border-radius: 50%;
  font-size: 1.1rem;
  text-align: center;
  line-height: 36px;
}

.ctc {
  position: relative;
  padding: 2rem 0;
  text-align: left;
  overflow-x: hidden;
}
.ctc .inner.flex {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .ctc .inner.flex {
    display: block;
  }
}
.ctc .inner.flex .col:first-child {
  width: 50%;
  padding-right: 3rem;
}
@media screen and (max-width: 992px) {
  .ctc .inner.flex .col:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.ctc .inner.flex .col:first-child .editorial {
  padding: 0;
}
.ctc .inner.flex .col:last-child {
  width: 50%;
  background-color: #D2DCE2;
  position: relative;
}
@media screen and (max-width: 992px) {
  .ctc .inner.flex .col:last-child {
    width: 100%;
    margin-bottom: 1.3rem;
  }
}
.ctc .inner.flex .col:last-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #D2DCE2;
}
@media screen and (max-width: 992px) {
  .ctc .inner.flex .col:last-child::after {
    display: none;
  }
}
.ctc .inner.flex .col:last-child .editorial {
  padding: 2rem 0 2rem 1.8rem;
}
@media screen and (max-width: 992px) {
  .ctc .inner.flex .col:last-child .editorial {
    padding: 2rem 1.8rem;
  }
}
.ctc .inner.flex .col:last-child .editorial h3 {
  padding: 0 0 1.4rem 0;
}

.vacancies {
  position: relative;
  padding: 2rem 0 2rem;
  text-align: left;
}
.vacancies h3 {
  text-align: left;
  color: white;
  padding: 0 0 2rem 0;
}
.vacancies .editorial {
  padding: 2rem 20% 1rem 0;
  color: white;
}
.vacancies .newslist .newsitem .newstxt {
  padding: 2rem 1.4rem 4.6rem 1.4rem;
}

.testimonials .cardsplain .card::after {
  position: absolute;
  top: 90%;
}
.testimonials .cardsplain .card:last-child::after {
  display: none;
}
.testimonials .flexscroll .col:last-child button.btn {
  margin: 0 auto;
}

.imgcontent {
  position: relative;
}
.imgcontent .item {
  display: block;
  height: 540px;
}
@media screen and (max-width: 992px) {
  .imgcontent .item {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .imgcontent .item {
    height: 340px;
  }
}

.vidcontent {
  position: relative;
}
.vidcontent .item {
  display: block;
  height: 600px;
}
@media screen and (max-width: 992px) {
  .vidcontent .item {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .vidcontent .item {
    height: 400px;
  }
}
.vidcontent .item .herovideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}

.cta {
  padding: 2.6rem 0;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 1.6rem 0;
  }
}
.cta .inner {
  text-align: center;
}
.cta .inner p {
  color: #181818;
  font-size: 28px;
  padding: 0 0 0.2rem 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cta .inner p {
    font-size: 24px;
  }
}
.cta .inner p.ctaupper {
  text-transform: uppercase;
}
.cta .inner p ~ p {
  padding: 0 0 1rem 0;
}
.cta.bgblack p {
  color: white;
}

.ctcpanels {
  background-color: #2D3131;
}
.ctcpanels .grid3 {
  gap: 0.2rem 6px;
}
@media screen and (max-width: 992px) {
  .ctcpanels .grid3 {
    display: block;
  }
}
.ctcpanels .grid3 .card {
  background-color: #3E4444;
  padding: 4rem 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ctcpanels .grid3 .card {
    padding: 2rem 0;
    margin-bottom: 4px;
  }
  .ctcpanels .grid3 .card:last-child {
    margin-bottom: 0;
  }
}
.ctcpanels .grid3 .card .cardinner {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: left;
  padding: 0 3rem 0 1rem;
}
@media screen and (max-width: 992px) {
  .ctcpanels .grid3 .card .cardinner {
    text-align: center;
    padding: 0;
  }
}
.ctcpanels .grid3 .card .cardinner h4 {
  color: white;
  padding: 0 0 1rem 0;
}
.ctcpanels .grid3 .card .cardinner p {
  color: white;
  padding: 0;
}
.ctcpanels .grid3 .card .cardinner p a {
  color: white;
  text-decoration: none;
}
.ctcpanels .grid3 .card .cardinner p a:hover {
  color: white;
  text-decoration: underline;
}
.ctcpanels .grid3 .card .cardinner p a i {
  font-size: 0.9rem;
  margin-right: 0.2rem;
}

.textboxpanel {
  padding: 2rem 0 !important;
}
.textboxpanel h4 {
  line-height: 1.6em;
  padding: 0 0 1.8rem 0;
}
.textboxpanel.bgdgrey h4 {
  color: #fff;
}
.textboxpanel .inner {
  padding: 0 !important;
}
.textboxpanel .panels {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem 2%;
}
@media screen and (max-width: 992px) {
  .textboxpanel .panels {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2%;
  }
}
@media screen and (max-width: 576px) {
  .textboxpanel .panels {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem 0;
  }
}
.textboxpanel .panels .item {
  padding: 1.4rem 1.8rem 2.4rem 1.8rem;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .textboxpanel .panels .item {
    padding: 1.4rem 1.2rem 1.4rem 1.2rem;
  }
}
.textboxpanel .panels .item p {
  padding: 0 0 0.2rem 0;
}
.textboxpanel .panels .item p.ttl {
  font-weight: 600;
}
.textboxpanel:has(+ .subjectcontent) {
  padding: 1rem 0 0 0;
}

.textboxpanel ~ .textboxpanel {
  padding: 0 0 1rem 0;
}
.textboxpanel ~ .textboxpanel .inner {
  padding: 0 0 1rem 0;
}

.prep .textboxpanel .panels .item {
  background-color: #FFA52F;
}

.senior .textboxpanel .panels .item {
  background-color: #0094FE;
}

.sixth .textboxpanel .panels .item {
  background-color: #FF558D;
}

.laurels .textboxpanel .panels .item {
  background-color: #12BF83;
}

.generic .textboxpanel .panels .item {
  background-color: #D2DCE2;
}

.schoolschedule span.tag {
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  width: auto;
  display: inline-block;
  margin-bottom: 0.8rem;
}

.schoolschedule.bgpreplte {
  background-color: #FFE3A1;
}
.schoolschedule.bgpreplte span.tag {
  background-color: #FFA52F;
}

.schoolschedule.bgseniorlte {
  background-color: #D0E7FD;
}
.schoolschedule.bgseniorlte span.tag {
  background-color: #0094FE;
}

.schoolschedule.bgsixthlte {
  background-color: #FAE3EC;
}
.schoolschedule.bgsixthlte span.tag {
  background-color: #FF558D;
}

.schoolschedule.bglaurelslte {
  background-color: #DAF4EB;
}
.schoolschedule.bglaurelslte span.tag {
  background-color: #12BF83;
}

.schoolschedule.bggenericlte {
  background-color: #D2DCE2;
}
.schoolschedule.bggenericlte span.tag {
  background-color: #D2DCE2;
}

.subjectlist {
  padding: 2rem 0;
}
.subjectlist h3 {
  color: white;
  text-align: center;
  padding: 0 0 3rem 0;
}
.subjectlist .grid2 {
  gap: 1rem 20px;
}
@media screen and (max-width: 992px) {
  .subjectlist .grid2 {
    display: block;
  }
}
.subjectlist .grid2 .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #3E4444;
  padding: 0.8rem 1rem 0.5rem 0.8rem;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .subjectlist .grid2 .item {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .subjectlist .grid2 .item {
    display: block;
  }
}
.subjectlist .grid2 .item p {
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0;
}
.subjectlist .grid2 .item p::before {
  content: "+";
  margin-right: 0.4rem;
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .subjectlist .grid2 .item p {
    padding: 0 0 0.3rem 0;
  }
}
.subjectlist .grid2 .item ul.tags {
  margin-left: auto;
  margin-bottom: 0;
}
.subjectlist .grid2 .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}

.styledtxtpanels + .subjectlist {
  padding: 0 0 2rem 0;
}
.styledtxtpanels + .subjectlist .inner {
  padding: 0 0 1rem 0;
}

.senior .subjectlist ul.tags li {
  background-color: #0094FE;
}

.sixth .subjectlist ul.tags li {
  background-color: #FF558D;
}

.featuretxtimg {
  position: relative;
  background-color: #2D3131;
  display: grid;
  grid-template-columns: minmax(4%, 1fr) minmax(0, 710px) minmax(0, 490px) minmax(4%, 1fr);
  overflow: hidden;
  /* What sets EHS apart section */
  /* University destinations section */
}
@media screen and (max-width: 992px) {
  .featuretxtimg {
    display: block;
  }
}
.featuretxtimg .featuretxtcontent {
  grid-column: 2/3;
  width: 100%;
  height: auto;
  display: block;
  align-content: start;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .featuretxtimg .featuretxtcontent {
    padding: 0 4%;
  }
}
.featuretxtimg .featuretxtcontent .featuretxttitle {
  position: relative;
  padding: 2rem 5rem 4rem 0;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .featuretxtimg .featuretxtcontent .featuretxttitle {
    padding: 0 0 2rem 0;
  }
  .featuretxtimg .featuretxtcontent .featuretxttitle::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #2D3131;
    z-index: 3;
  }
}
.featuretxtimg .featuretxtcontent .featuretxttitle h3 {
  color: white;
}
.featuretxtimg .featuretxtcontent .featuretxttxt {
  position: relative;
  padding: 120px 4rem 4rem 0;
  color: white;
  background-color: #3E4444;
  z-index: 4;
  min-height: 360px;
}
@media screen and (max-width: 1200px) {
  .featuretxtimg .featuretxtcontent .featuretxttxt {
    padding: 120px 2rem 2.8rem 0;
  }
}
@media screen and (max-width: 992px) {
  .featuretxtimg .featuretxtcontent .featuretxttxt {
    display: none;
  }
}
.featuretxtimg .featuretxtcontent .featuretxttxt::before {
  position: absolute;
  top: 2rem;
  left: 0;
  content: "";
  width: 36px;
  height: 69px;
}
.featuretxtimg .featuretxtcontent .featuretxttxt::after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #3E4444;
  z-index: 3;
}
.featuretxtimg .featuretxtcontent .featuretxttxt h3 {
  padding: 0 0 1rem 0;
}
.featuretxtimg .featuretxtcontent .featuretxttxt p {
  padding: 0 0 1.2rem 0;
  color: white;
  position: relative;
}
.featuretxtimg .featuretxtcontent .featuretxttxt p strong {
  font-weight: 600;
}
.featuretxtimg .featuretxtcontent .featuretxttxt p.signoff {
  font-size: 20px;
  font-weight: 500;
}
.featuretxtimg .featuretxtcontent .featuretxttxt p a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.featuretxtimg .featuretxtcontent .featuretxttxt p a:hover {
  color: white;
  text-decoration: underline;
}
.featuretxtimg .featuretxtcontent .featuretxttxt .faqs p.ttl {
  padding: 0.6rem 2rem 0.6rem 0;
}
.featuretxtimg .featuretxtcontent .featuretxttxt .faqs p.ttl::after {
  top: 0.5rem;
}
.featuretxtimg .featuretxtcontent .featuretxttxt .faqs p.ttl a {
  color: white;
}
.featuretxtimg .featuretxtcontent .featuretxttxt blockquote {
  color: #181818;
}
.featuretxtimg .featuretxtcontent .featuretxttxt blockquote p {
  font-size: 32px;
  margin-bottom: 1rem;
  color: #181818;
  line-height: 1.2em;
}
.featuretxtimg .featuretxtcontent .featuretxttxt blockquote p:first-of-type::before {
  content: open-quote;
  display: inline-block;
  vertical-align: bottom;
  color: #181818;
  font-size: 32px;
  position: relative;
}
.featuretxtimg .featuretxtcontent .featuretxttxt blockquote p:last-of-type::after {
  content: close-quote;
  display: inline-block;
  vertical-align: bottom;
  color: #181818;
  font-size: 32px;
  position: relative;
}
.featuretxtimg .featureimg {
  position: relative;
  grid-column: 3/5;
  z-index: 3;
}
.featuretxtimg .featureimg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #2D3131;
  z-index: 3;
}
.featuretxtimg .featureimg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  content: "";
  background-color: #3E4444;
  z-index: 2;
}
.featuretxtimg .featureimg .featureimgcontent {
  position: relative;
  z-index: 4;
  height: 460px;
  border-bottom-left-radius: 6px;
}
@media screen and (max-width: 992px) {
  .featuretxtimg .featureimg .featureimgcontent {
    position: relative;
    z-index: 3;
    padding-top: 50%;
    height: auto;
    min-height: 340px;
  }
}
.featuretxtimg .featureimg .featureimgcontent.empty {
  height: 70px;
  background-color: #3E4444;
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  .featuretxtimg .featureimg {
    width: 86%;
    margin-left: 14%;
  }
  .featuretxtimg .featureimg::after {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    z-index: 2;
  }
}
.featuretxtimg .mfeaturetxttxt {
  display: none;
}
@media screen and (max-width: 992px) {
  .featuretxtimg .mfeaturetxttxt {
    display: block;
    position: relative;
    padding: 2rem 4%;
    text-align: left;
    background-color: #3E4444;
  }
  .featuretxtimg .mfeaturetxttxt::before {
    position: absolute;
    top: -40px;
    left: 4%;
    content: "";
    width: 30px;
    height: 60px;
    z-index: 2;
  }
  .featuretxtimg .mfeaturetxttxt::after {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 14%;
    height: 70px;
    content: "";
    background-color: #3E4444;
    z-index: 1;
  }
  .featuretxtimg .mfeaturetxttxt h3 {
    padding: 0 0 1rem 0;
  }
  .featuretxtimg .mfeaturetxttxt p {
    padding: 0 0 1rem 0;
    color: white;
    font-weight: 300;
    position: relative;
  }
  .featuretxtimg .mfeaturetxttxt p strong {
    font-weight: 600;
  }
  .featuretxtimg .mfeaturetxttxt p.signoff {
    font-size: 18px;
    font-weight: 500;
  }
  .featuretxtimg .mfeaturetxttxt p a {
    color: white;
    text-decoration: none;
    font-weight: 600;
  }
  .featuretxtimg .mfeaturetxttxt p a:hover {
    color: white;
    text-decoration: underline;
  }
  .featuretxtimg .mfeaturetxttxt .faqs {
    margin-bottom: 2rem;
  }
  .featuretxtimg .mfeaturetxttxt .faqs p.ttl {
    padding: 0.6rem 2.6rem 0.6rem 0;
  }
  .featuretxtimg .mfeaturetxttxt .faqs p.ttl::after {
    top: 0.65rem;
    color: white;
  }
  .featuretxtimg .mfeaturetxttxt .faqs p.ttl a {
    font-weight: 300;
    color: white;
  }
  .featuretxtimg .mfeaturetxttxt blockquote {
    color: #181818;
  }
  .featuretxtimg .mfeaturetxttxt blockquote p {
    font-size: 32px;
    margin-bottom: 1rem;
    color: #181818;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .featuretxtimg .mfeaturetxttxt blockquote p {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .featuretxtimg .mfeaturetxttxt blockquote p:first-of-type::before {
    content: open-quote;
    display: inline-block;
    vertical-align: bottom;
    color: #181818;
    font-size: 32px;
    position: relative;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .featuretxtimg .mfeaturetxttxt blockquote p:first-of-type::before {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .featuretxtimg .mfeaturetxttxt blockquote p:last-of-type::after {
    content: close-quote;
    display: inline-block;
    vertical-align: bottom;
    color: #181818;
    font-size: 32px;
    position: relative;
  }
}
.featuretxtimg.ehsapart .featuretxtcontent .featuretxttitle h3 {
  color: #181818;
}
.featuretxtimg.ehsapart .featuretxtcontent .featuretxttxt {
  padding: 3.8rem 4rem 3.8rem 0;
  color: #181818;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .featuretxtimg.ehsapart .featuretxtcontent .featuretxttxt {
    padding: 2.8rem 2rem 2.8rem 0;
  }
}
.featuretxtimg.ehsapart .featuretxtcontent .featuretxttxt::before {
  display: none;
}
.featuretxtimg.ehsapart .featuretxtcontent .featuretxttxt::after {
  background-color: white;
}
.featuretxtimg.ehsapart .featuretxtcontent .featuretxttxt p {
  color: #181818;
}
.featuretxtimg.ehsapart .featuretxtcontent .featuretxttxt p.signoff {
  font-size: 20px;
  font-weight: 500;
}
.featuretxtimg.ehsapart .featuretxtcontent .featuretxttxt p a {
  color: #2D3131;
  text-decoration: none;
  font-weight: 600;
}
.featuretxtimg.ehsapart .featuretxtcontent .featuretxttxt p a:hover {
  color: #2D3131;
  text-decoration: underline;
}
.featuretxtimg.ehsapart .featureimg::before {
  background-color: #D2DCE2;
}
.featuretxtimg.ehsapart .featureimg::after {
  background-color: white;
}
.featuretxtimg.ehsapart .featureimg .featureimgcontent {
  height: 460px;
}
@media screen and (max-width: 992px) {
  .featuretxtimg.ehsapart .featureimg .featureimgcontent {
    padding-top: 50%;
    min-height: 340px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .featuretxtimg.ehsapart .mfeaturetxttxt {
    background-color: white;
  }
  .featuretxtimg.ehsapart .mfeaturetxttxt::before {
    display: none;
  }
  .featuretxtimg.ehsapart .mfeaturetxttxt::after {
    background-color: white;
  }
  .featuretxtimg.ehsapart .mfeaturetxttxt p {
    color: #181818;
  }
  .featuretxtimg.ehsapart .mfeaturetxttxt p.signoff {
    font-size: 18px;
    font-weight: 500;
  }
}
.featuretxtimg.ehsapart.bgpreplte {
  background-color: #FFE3A1;
}
.featuretxtimg.ehsapart.bgpreplte .featuretxtcontent .featuretxttitle::after {
  background-color: #FFE3A1;
}
.featuretxtimg.ehsapart.bgseniorlte {
  background-color: #D0E7FD;
}
.featuretxtimg.ehsapart.bgseniorlte .featuretxtcontent .featuretxttitle::after {
  background-color: #D0E7FD;
}
.featuretxtimg.ehsapart.bgsixthlte {
  background-color: #FAE3EC;
}
.featuretxtimg.ehsapart.bgsixthlte .featuretxtcontent .featuretxttitle::after {
  background-color: #FAE3EC;
}
.featuretxtimg.ehsapart.bglaurelslte {
  background-color: #DAF4EB;
}
.featuretxtimg.ehsapart.bglaurelslte .featuretxtcontent .featuretxttitle::after {
  background-color: #DAF4EB;
}
.featuretxtimg.ehsapart.bggenericlte {
  background-color: #D2DCE2;
}
.featuretxtimg.ehsapart.bggenericlte .featuretxtcontent .featuretxttitle::after {
  background-color: #D2DCE2;
}
.featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
  padding: 3rem 4rem 3rem 0;
}
@media screen and (max-width: 1200px) {
  .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
    padding: 3rem 2rem 3rem 0;
  }
}
.featuretxtimg.destinations .featuretxtcontent .featuretxttxt h3 {
  color: white;
}
.featuretxtimg.destinations .featuretxtcontent .featuretxttxt h4 {
  color: #181818;
  padding-bottom: 1rem;
}
.featuretxtimg.destinations .featuretxtcontent .featuretxttxt p {
  color: #181818;
}
.featuretxtimg.destinations .featuretxtcontent .featuretxttxt p.signoff {
  font-size: 20px;
  font-weight: 500;
}
.featuretxtimg.destinations .featuretxtcontent .featuretxttxt::before {
  display: none;
}
.featuretxtimg.destinations .featuretxtcontent .featuretxttxt::after {
  background-color: white;
}

.ehsapartitems {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .ehsapartitems {
    padding: 1rem 0;
  }
}
.ehsapartitems .item {
  position: relative;
  border-radius: 4px;
  padding: 5rem 2rem 1.6rem 2rem;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .ehsapartitems .item {
    margin-bottom: 1rem;
  }
}
.ehsapartitems .item span.tag {
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: auto;
  display: block;
  color: #181818;
}
.ehsapartitems .item p {
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0 0 0.8rem 0;
  line-height: 1.3em;
}
.ehsapartitems .slider button.slick-prev {
  border: 2px solid #181818;
}
.ehsapartitems .slider button.slick-prev::after {
  color: #181818;
}
.ehsapartitems .slider button.slick-next {
  border: 2px solid #181818;
}
.ehsapartitems .slider button.slick-next::after {
  color: #181818;
}
.ehsapartitems.bgpreplte {
  background-color: #FFE3A1;
}
.ehsapartitems.bgpreplte .item span.tag {
  background-color: #FFA52F;
}
.ehsapartitems.bgseniorlte {
  background-color: #D0E7FD;
}
.ehsapartitems.bgseniorlte .item span.tag {
  background-color: #0094FE;
}
.ehsapartitems.bgsixthlte {
  background-color: #FAE3EC;
}
.ehsapartitems.bgsixthlte .item span.tag {
  background-color: #FF558D;
}
.ehsapartitems.bglaurelslte {
  background-color: #DAF4EB;
}
.ehsapartitems.bglaurelslte .item span.tag {
  background-color: #12BF83;
}
.ehsapartitems.bggenericlte {
  background-color: #D2DCE2;
}
.ehsapartitems.bggenericlte .item span.tag {
  background-color: #D2DCE2;
}

.destinationitems {
  position: relative;
  background-color: #2D3131;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .destinationitems {
    padding: 1rem 0;
  }
}
.destinationitems .item {
  position: relative;
  border-radius: 4px;
  padding: 5rem 2rem;
}
@media screen and (max-width: 992px) {
  .destinationitems .item {
    margin-bottom: 1rem;
  }
}
.destinationitems .item span.tag {
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: block;
}
.destinationitems .item p {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0 0.8rem 0;
  line-height: 1.3em;
}
.destinationitems .item p.ttl {
  font-size: 1.4rem;
}
.destinationitems .item a.pluslinkround {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.studenttestimonials {
  padding-bottom: 4rem;
}
.studenttestimonials .featuretxtimg.bgpreplte {
  background-color: #FFE3A1;
  padding: 0 0 2rem 0;
}
.studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttitle {
  padding: 3rem 5rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttitle::after {
    background-color: #FFE3A1;
  }
}
.studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttitle h2 {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttxt {
  background-color: white;
  padding: 4rem 4rem 4rem 0;
}
@media screen and (max-width: 1200px) {
  .studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttxt {
    padding: 4rem 2rem 4rem 0;
  }
}
.studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttxt::before {
  display: none;
}
.studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttxt::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttxt blockquote {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgpreplte .featuretxtcontent .featuretxttxt p {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgpreplte .featureimg::before {
  background-color: #FFE3A1;
}
.studenttestimonials .featuretxtimg.bgpreplte .featureimg::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgpreplte .mfeaturetxttxt {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgpreplte .mfeaturetxttxt::before {
  display: none;
}
.studenttestimonials .featuretxtimg.bgpreplte .mfeaturetxttxt::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgpreplte .mfeaturetxttxt p {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgpreplte .mfeaturetxttxt p.signoff {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgseniorlte {
  background-color: #D0E7FD;
  padding: 0 0 2rem 0;
}
.studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttitle {
  padding: 3rem 5rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttitle::after {
    background-color: #D0E7FD;
  }
}
.studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttitle h2 {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttxt {
  background-color: white;
  padding: 4rem 4rem 4rem 0;
}
@media screen and (max-width: 1200px) {
  .studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttxt {
    padding: 4rem 2rem 4rem 0;
  }
}
.studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttxt::before {
  display: none;
}
.studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttxt::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttxt blockquote {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgseniorlte .featuretxtcontent .featuretxttxt p {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgseniorlte .featureimg::before {
  background-color: #D0E7FD;
}
.studenttestimonials .featuretxtimg.bgseniorlte .featureimg::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgseniorlte .mfeaturetxttxt {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgsixthlte {
  background-color: #FAE3EC;
  padding: 0 0 2rem 0;
}
.studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttitle {
  padding: 3rem 5rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttitle::after {
    background-color: #FAE3EC;
  }
}
.studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttitle h2 {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttxt {
  background-color: white;
  padding: 4rem 4rem 4rem 0;
}
@media screen and (max-width: 1200px) {
  .studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttxt {
    padding: 4rem 2rem 4rem 0;
  }
}
.studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttxt::before {
  display: none;
}
.studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttxt::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttxt blockquote {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgsixthlte .featuretxtcontent .featuretxttxt p {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bgsixthlte .featureimg::before {
  background-color: #FAE3EC;
}
.studenttestimonials .featuretxtimg.bgsixthlte .featureimg::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bgsixthlte .mfeaturetxttxt {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bglaurelslte {
  background-color: #DAF4EB;
  padding: 0 0 2rem 0;
}
.studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttitle {
  padding: 3rem 5rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttitle::after {
    background-color: #DAF4EB;
  }
}
.studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttitle h2 {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttxt {
  background-color: white;
  padding: 4rem 4rem 4rem 0;
}
@media screen and (max-width: 1200px) {
  .studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttxt {
    padding: 4rem 2rem 4rem 0;
  }
}
.studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttxt::before {
  display: none;
}
.studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttxt::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttxt blockquote {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bglaurelslte .featuretxtcontent .featuretxttxt p {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bglaurelslte .featureimg::before {
  background-color: #DAF4EB;
}
.studenttestimonials .featuretxtimg.bglaurelslte .featureimg::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bglaurelslte .mfeaturetxttxt {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bggenericlte {
  background-color: #D2DCE2;
  padding: 0 0 2rem 0;
}
.studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttitle {
  padding: 3rem 5rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttitle::after {
    background-color: #D2DCE2;
  }
}
.studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttitle h2 {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttxt {
  background-color: white;
  padding: 4rem 4rem 4rem 0;
}
@media screen and (max-width: 1200px) {
  .studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttxt {
    padding: 4rem 2rem 4rem 0;
  }
}
.studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttxt::before {
  display: none;
}
.studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttxt::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttxt blockquote {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bggenericlte .featuretxtcontent .featuretxttxt p {
  color: #181818;
}
.studenttestimonials .featuretxtimg.bggenericlte .featureimg::before {
  background-color: #D2DCE2;
}
.studenttestimonials .featuretxtimg.bggenericlte .featureimg::after {
  background-color: white;
}
.studenttestimonials .featuretxtimg.bggenericlte .mfeaturetxttxt {
  background-color: white;
}

.prep .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
  background-color: #FFA52F;
}
.prep .featuretxtimg.destinations .featuretxtcontent .featuretxttxt::after {
  background-color: #FFA52F;
}
.prep .featuretxtimg.destinations .featureimg::after {
  background-color: #FFA52F;
}
@media screen and (max-width: 768px) {
  .prep .featuretxtimg.destinations .featureimg::after {
    background-color: #FFA52F;
  }
}
.prep .featuretxtimg.destinations .mfeaturetxttxt {
  background-color: #FFA52F;
}
.prep .featuretxtimg.destinations .mfeaturetxttxt::before {
  display: none;
}
.prep .featuretxtimg.destinations .mfeaturetxttxt::after {
  background-color: #FFA52F;
}
.prep .featuretxtimg.destinations .mfeaturetxttxt p {
  color: #181818;
}
.prep .destinationitems .item {
  background-color: #FFA52F;
}
.prep .destinationitems .item span.tag {
  background-color: #FFE3A1;
}

.senior .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
  background-color: #0094FE;
  padding: 3rem 4rem 3rem 0;
}
@media screen and (max-width: 1200px) {
  .senior .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
    padding: 3rem 2rem 3rem 0;
  }
}
.senior .featuretxtimg.destinations .featuretxtcontent .featuretxttxt::after {
  background-color: #0094FE;
}
.senior .featuretxtimg.destinations .featureimg::after {
  background-color: #0094FE;
}
@media screen and (max-width: 768px) {
  .senior .featuretxtimg.destinations .featureimg::after {
    background-color: #0094FE;
  }
}
.senior .featuretxtimg.destinations .mfeaturetxttxt {
  background-color: #0094FE;
}
.senior .featuretxtimg.destinations .mfeaturetxttxt::before {
  display: none;
}
.senior .featuretxtimg.destinations .mfeaturetxttxt::after {
  background-color: #0094FE;
}
.senior .featuretxtimg.destinations .mfeaturetxttxt p {
  color: #181818;
}
.senior .destinationitems .item {
  background-color: #0094FE;
}
.senior .destinationitems .item span.tag {
  background-color: #D0E7FD;
}

.sixth .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
  background-color: #FF558D;
  padding: 3rem 4rem 3rem 0;
}
@media screen and (max-width: 1200px) {
  .sixth .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
    padding: 3rem 2rem 3rem 0;
  }
}
.sixth .featuretxtimg.destinations .featuretxtcontent .featuretxttxt::after {
  background-color: #FF558D;
}
.sixth .featuretxtimg.destinations .featureimg::after {
  background-color: #FF558D;
}
@media screen and (max-width: 768px) {
  .sixth .featuretxtimg.destinations .featureimg::after {
    background-color: #FF558D;
  }
}
.sixth .featuretxtimg.destinations .mfeaturetxttxt {
  background-color: #FF558D;
}
.sixth .featuretxtimg.destinations .mfeaturetxttxt::before {
  display: none;
}
.sixth .featuretxtimg.destinations .mfeaturetxttxt::after {
  background-color: #FF558D;
}
.sixth .featuretxtimg.destinations .mfeaturetxttxt p {
  color: #181818;
}
.sixth .destinationitems .item {
  background-color: #FF558D;
}
.sixth .destinationitems .item span.tag {
  background-color: #FAE3EC;
}

.laurels .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
  background-color: #12BF83;
  padding: 3rem 4rem 3rem 0;
}
@media screen and (max-width: 1200px) {
  .laurels .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
    padding: 3rem 2rem 3rem 0;
  }
}
.laurels .featuretxtimg.destinations .featuretxtcontent .featuretxttxt::after {
  background-color: #12BF83;
}
.laurels .featuretxtimg.destinations .featureimg::after {
  background-color: #12BF83;
}
@media screen and (max-width: 768px) {
  .laurels .featuretxtimg.destinations .featureimg::after {
    background-color: #12BF83;
  }
}
.laurels .featuretxtimg.destinations .mfeaturetxttxt {
  background-color: #12BF83;
}
.laurels .featuretxtimg.destinations .mfeaturetxttxt::before {
  display: none;
}
.laurels .featuretxtimg.destinations .mfeaturetxttxt::after {
  background-color: #12BF83;
}
.laurels .featuretxtimg.destinations .mfeaturetxttxt p {
  color: #181818;
}
.laurels .destinationitems .item {
  background-color: #12BF83;
}
.laurels .destinationitems .item span.tag {
  background-color: #DAF4EB;
}

.generic .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
  background-color: #D2DCE2;
  padding: 3rem 4rem 3rem 0;
}
@media screen and (max-width: 1200px) {
  .generic .featuretxtimg.destinations .featuretxtcontent .featuretxttxt {
    padding: 3rem 2rem 3rem 0;
  }
}
.generic .featuretxtimg.destinations .featuretxtcontent .featuretxttxt::after {
  background-color: #D2DCE2;
}
.generic .featuretxtimg.destinations .featureimg::after {
  background-color: #D2DCE2;
}
@media screen and (max-width: 768px) {
  .generic .featuretxtimg.destinations .featureimg::after {
    background-color: #D2DCE2;
  }
}
.generic .featuretxtimg.destinations .mfeaturetxttxt {
  background-color: #D2DCE2;
}
.generic .featuretxtimg.destinations .mfeaturetxttxt::before {
  display: none;
}
.generic .featuretxtimg.destinations .mfeaturetxttxt::after {
  background-color: #D2DCE2;
}
.generic .featuretxtimg.destinations .mfeaturetxttxt p {
  color: #181818;
}
.generic .destinationitems .item {
  background-color: #D2DCE2;
}
.generic .destinationitems .item span.tag {
  background-color: white;
}

.featuretxtimg {
  padding: 0;
}
.featuretxtimg .featuretxtcontent .featuretxttitle {
  padding: 3rem 5rem 3rem 0;
}
@media screen and (max-width: 992px) {
  .featuretxtimg .featuretxtcontent .featuretxttitle {
    padding: 2rem 0rem 2rem;
  }
}

/* add padding if has a .featuretxtimg after it */
.featuretxtimg:has(+ .featuretxtimg) {
  padding: 0 0 1.5rem 0;
}
@media screen and (max-width: 992px) {
  .featuretxtimg:has(+ .featuretxtimg) {
    padding: 0 0 0.5rem 0;
  }
}
.featuretxtimg:has(+ .featuretxtimg) .featureimg::after {
  border-bottom-right-radius: 6px;
}

/* add padding if has a .featuretxtimg before it */
.featuretxtimg + .featuretxtimg {
  padding: 1.5rem 0 0 0;
}
@media screen and (max-width: 992px) {
  .featuretxtimg + .featuretxtimg {
    padding: 0.5rem 0 0 0;
  }
}
.featuretxtimg + .featuretxtimg .featureimg .featureimgcontent {
  border-top-left-radius: 6px;
}
.featuretxtimg + .featuretxtimg .featuretxtcontent .featuretxttitle {
  padding: 2rem 5rem 4rem 0;
}
@media screen and (max-width: 992px) {
  .featuretxtimg + .featuretxtimg .featuretxtcontent .featuretxttitle {
    padding: 1rem 0rem 2rem;
  }
}

.featuretxtimg + .featuretxtimg:has(+ .featuretxtimg) {
  padding: 1.5rem 0;
}
@media screen and (max-width: 992px) {
  .featuretxtimg + .featuretxtimg:has(+ .featuretxtimg) {
    padding: 0.5rem 0;
  }
}
.featuretxtimg + .featuretxtimg:has(+ .featuretxtimg) .featureimg .featureimgcontent {
  border-top-left-radius: 6px;
}
.featuretxtimg + .featuretxtimg:has(+ .featuretxtimg) .featureimg::after {
  border-bottom-right-radius: 6px;
}

.leadership {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: left;
}
.leadership h3 {
  color: white;
  padding: 0 0 2rem 0;
}
.leadership .item {
  margin-bottom: 4rem;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.leadership .item .itemimg {
  padding-top: 56.25%;
  position: relative;
}
.leadership .item .itemimg span {
  position: absolute;
  bottom: 0.8rem;
  left: 1.4rem;
  padding: 0.3rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 4px;
}
.leadership .item .itemtxt {
  background-color: white;
  padding: 1.4rem;
}
.leadership .item .itemtxt p {
  font-size: 1rem;
  padding: 0 0 0.2rem;
}
.leadership .item .itemtxt p.ttl {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .leadership .item {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .staff-filter {
    margin-bottom: 1rem;
  }
}
.staff-filter h4 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
.staff-filter > div {
  background-color: white;
  border-radius: 6px;
  padding: 1.4rem;
}
.staff-filter > div ul {
  margin: 0;
  padding: 0;
  height: 167px;
  overflow: scroll;
  scrollbar-gutter: stable both-edges;
}
.staff-filter > div ul li {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}
.staff-filter > div ul li:last-child {
  margin: 0;
}
.staff-filter > div ul li label {
  display: block;
  padding: 0.75rem;
  background-color: #D2DCE2;
  border-radius: 6px;
}
.staff-filter > div ul li label.active {
  background-color: #3E4444;
  color: white;
}
.staff-filter > div ul li label input {
  margin-right: 5px;
}

.staff-members {
  padding: 2rem 0;
}
.staff-members h3 {
  margin: 0 0 2rem 0;
}
.staff-members .team {
  margin-bottom: 2rem;
}

.staff-member {
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.staff-member .itemtxt {
  padding: 1.4rem;
}
.staff-member .itemtxt span {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 4px;
}
.staff-member .itemtxt p {
  font-size: 1rem;
  padding: 0 0 0.2rem;
}
.staff-member .itemtxt p.ttl {
  font-size: 1.1rem;
  font-weight: 500;
}
.staff-member .itemtxt hr {
  border: none;
  border-top: 1px solid grey;
  margin: 1rem 0;
}
.staff-member .itemtxt ul {
  margin: 0;
  padding: 0;
}
.staff-member .itemtxt ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .staff-member {
    margin-bottom: 1rem;
  }
}

.staffoverlay {
  position: fixed;
  top: 89px;
  height: calc(100vh - 89px);
  left: 0;
  width: 100%;
  background-color: #2D3131;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 576px) {
  .staffoverlay {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.staffoverlay.open {
  display: block;
}
.staffoverlay .staffoverlayclose {
  position: absolute;
  top: 1.6rem;
  right: 0;
  transition: all 0.2s ease-in-out;
  width: 36px;
  height: 36px;
  display: block;
  cursor: pointer;
  background-color: white;
  border-radius: 18px;
  text-align: center;
  font-size: 1.4rem;
  text-decoration: none;
}
body.stop-press .staffoverlay .staffoverlayclose {
  top: calc(1.6rem + 45px);
}
.staffoverlay .staffoverlayclose::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  color: black;
  line-height: 35px;
}
.staffoverlay .inner {
  padding: 100px 0 30px 0;
}
body.stop-press .staffoverlay .inner {
  padding-top: 145px;
}
.staffoverlay .staffoverlaycontent {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 226px);
  scrollbar-color: #252525 #676767;
  scrollbar-width: thin;
}
@media screen and (max-width: 576px) {
  .staffoverlay .staffoverlaycontent {
    height: calc(100vh - 209px);
  }
}
.staffoverlay .staffoverlaycontent::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #676767;
}
.staffoverlay .staffoverlaycontent::-webkit-scrollbar-thumb {
  background: #252525;
  border-radius: 5px;
}
.staffoverlay .staffoverlaycontent .staffoverlaycontentinner {
  display: flex;
  justify-content: space-between;
  padding: 0 26px 2rem 0;
}
@media screen and (max-width: 576px) {
  .staffoverlay .staffoverlaycontent .staffoverlaycontentinner {
    flex-direction: column;
  }
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .staffoverlay .staffoverlaycontent .staffoverlaytxt {
    width: 100%;
  }
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt h4 {
  color: white;
  font-size: 24px;
  padding-bottom: 1rem;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt h5 {
  color: white;
  font-size: 18px;
  padding-bottom: 1rem;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt p {
  color: white;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt ul.creds {
  list-style: none;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt ul.creds li {
  color: white;
  font-size: 18px;
  font-weight: 300;
  padding: 1rem 0;
  margin: 0;
  line-height: 1.5em;
  border-bottom: 1px solid white;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt .hdrtags {
  margin-bottom: 1.2rem;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt .hdrtags span {
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  width: auto;
  display: inline-block;
  color: #181818;
  margin-right: 0.5rem;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt .hdrtags span.bgprep {
  background-color: #FFA52F;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt .hdrtags span.bgsenior {
  background-color: #0094FE;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt .hdrtags span.bgsixth {
  background-color: #FF558D;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt .hdrtags span.bglaurels {
  background-color: #12BF83;
}
.staffoverlay .staffoverlaycontent .staffoverlaytxt .hdrtags span.bggeneric {
  background-color: #D2DCE2;
}
.staffoverlay .staffoverlaycontent .staffoverlayimg {
  width: 40%;
}
@media screen and (max-width: 576px) {
  .staffoverlay .staffoverlaycontent .staffoverlayimg {
    width: 100%;
  }
}
.staffoverlay .staffoverlaycontent .staffoverlayimg blockquote {
  color: #181818;
}
.staffoverlay .staffoverlaycontent .staffoverlayimg blockquote p {
  font-size: 26px;
  margin-bottom: 1rem;
  color: #181818;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .staffoverlay .staffoverlaycontent .staffoverlayimg blockquote p {
    font-size: 22px;
  }
}
.staffoverlay .staffoverlaycontent .staffoverlayimg blockquote p:first-of-type::before {
  content: open-quote;
  display: inline-block;
  vertical-align: bottom;
  color: #181818;
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staffoverlay .staffoverlaycontent .staffoverlayimg blockquote p:first-of-type::before {
    font-size: 22px;
  }
}
.staffoverlay .staffoverlaycontent .staffoverlayimg blockquote p:last-of-type::after {
  content: close-quote;
  display: inline-block;
  vertical-align: bottom;
  color: #181818;
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staffoverlay .staffoverlaycontent .staffoverlayimg blockquote p:last-of-type::after {
    font-size: 22px;
  }
}
.staffoverlay .staffoverlaycontent .staffoverlayimg .staffoverlayimgwrapper {
  padding-top: 60%;
}
.staffoverlay .staffoverlaycontent .staffoverlayimg .staffoverlayimgtxt {
  background-color: white;
  padding: 1.4rem 1.8rem 0.4rem 1.8rem;
}

.stats {
  position: relative;
  background-color: #2D3131;
  padding: 3rem 0 2rem;
  text-align: center;
  overflow-x: hidden;
}
.stats .statsintro {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10% 1.4rem;
}
@media screen and (max-width: 768px) {
  .stats .statsintro {
    padding: 0 0 1rem;
  }
}
.stats .statsintro h3 {
  color: white;
  padding: 0 0 1rem 0;
}
.stats .statsintro p {
  color: white;
}
.stats .statsintro p a {
  text-decoration: underline;
  color: white;
  font-weight: 600;
}
.stats .statsintro p a:hover {
  text-decoration: none;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .stats {
    padding: 1.6rem 0;
  }
}
.stats .item {
  position: relative;
  border-radius: 4px;
  padding: 3rem 88px 3rem 2rem;
}
@media screen and (max-width: 576px) {
  .stats .item {
    margin-bottom: 1rem;
  }
}
.stats .item::after {
  position: absolute;
  top: 0;
  right: 2%;
  width: 66px;
  height: 100%;
  content: "";
  z-index: 2;
}
.stats .item p {
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 0.8rem 0;
  line-height: 1.2em;
}
.stats .item p.ttl {
  font-size: 40px;
}

.downloads {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: left;
  overflow-x: hidden;
}
.downloads h4 {
  color: white;
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 600px) {
  .downloads {
    padding: 1.6rem 0;
  }
}
.downloads .item {
  position: relative;
  border-radius: 4px;
  padding: 2rem 1.6rem 5.6rem 1.6rem;
}
@media screen and (max-width: 600px) {
  .downloads .item {
    margin-bottom: 1rem;
  }
}
.downloads .item::after {
  position: absolute;
  top: 0;
  right: 2%;
  width: 50px;
  height: 100%;
  content: "";
  z-index: 2;
}
.downloads .item p {
  font-size: 1rem;
  font-weight: 300;
  padding: 0 0 0.4rem 0;
  line-height: 1.3em;
}
.downloads .item p.ttl {
  font-weight: 600;
  font-size: 1.1rem;
}
.downloads .item a {
  position: absolute;
  bottom: 1.6rem;
  left: 1.8rem;
}

.styledtxtpanels {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .styledtxtpanels {
    padding: 1.6rem 0;
  }
}
.styledtxtpanels h3 {
  color: white;
  padding: 0 4% 3rem 4%;
}
@media screen and (max-width: 576px) {
  .styledtxtpanels h3 {
    padding: 0 4% 1.8rem;
  }
}
.styledtxtpanels > p {
  color: #fff;
}
.styledtxtpanels .styledtxtpanelsintro {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10% 1.4rem;
}
@media screen and (max-width: 768px) {
  .styledtxtpanels .styledtxtpanelsintro {
    padding: 0 0 1rem;
  }
}
.styledtxtpanels .styledtxtpanelsintro h3 {
  color: white;
  padding: 0 0 1rem 0;
}
.styledtxtpanels .styledtxtpanelsintro p {
  color: white;
}
.styledtxtpanels .styledtxtpanelsintro p a {
  text-decoration: underline;
  color: white;
  font-weight: 600;
}
.styledtxtpanels .styledtxtpanelsintro p a:hover {
  text-decoration: none;
  color: white;
  font-weight: 600;
}
.styledtxtpanels .item {
  position: relative;
  border-radius: 4px;
  padding: 2rem 90px 2rem 2.4rem;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .styledtxtpanels .item {
    margin-bottom: 1rem;
    padding: 1.4rem 80px 1.4rem 1.4rem;
  }
}
.styledtxtpanels .item::after {
  position: absolute;
  top: 0;
  right: 2%;
  width: 66px;
  height: 100%;
  content: "";
  z-index: 2;
}
.styledtxtpanels .item p {
  padding: 0 0 1.2rem 0;
  line-height: 1.3em;
}
.styledtxtpanels .item p.ttl {
  font-size: 24px;
  font-weight: 500;
  color: #181818;
}
.styledtxtpanels.bglte h3 {
  color: #181818;
}

.fwtxtpanels {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .fwtxtpanels {
    padding: 1.6rem 0;
  }
}
.fwtxtpanels h3 {
  color: #181818;
  padding: 0 0 2rem;
}
@media screen and (max-width: 576px) {
  .fwtxtpanels h3 {
    padding: 0 0 1.4rem;
  }
}
.fwtxtpanels.bgdgrey h3 {
  color: white;
}
.fwtxtpanels .item {
  position: relative;
  background-color: white;
  border-radius: 6px;
  padding: 1.4rem 110px 0.4rem 2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 576px) {
  .fwtxtpanels .item {
    padding: 1.4rem 74px 0.4rem 1.4rem;
  }
}
.fwtxtpanels .item::after {
  position: absolute;
  top: 0;
  right: 1.4rem;
  width: 70px;
  height: 100%;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .fwtxtpanels .item::after {
    width: 50px;
    right: 0.6rem;
  }
}
.fwtxtpanels .item p {
  padding: 0 0 1rem 0;
  font-size: 20px;
}
.fwtxtpanels .item p.ttl {
  padding: 0 0 0.6rem 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2em;
}
@media screen and (max-width: 992px) {
  .fwtxtpanels .item p.ttl {
    font-size: 24px;
  }
}
.fwtxtpanels .item p a {
  color: #2D3131;
  text-decoration: none;
  font-weight: 600;
}
.fwtxtpanels .item p a:hover {
  color: #2D3131;
  text-decoration: underline;
}
.fwtxtpanels .item .btnblack {
  margin-bottom: 1rem;
}

.admissionpanels {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .admissionpanels {
    padding: 1.6rem 0;
  }
}
.admissionpanels h3 {
  color: #181818;
  padding: 0 0 2rem;
}
@media screen and (max-width: 576px) {
  .admissionpanels h3 {
    padding: 0 0 1.4rem;
  }
}
.admissionpanels .item {
  position: relative;
  background-color: white;
  border-radius: 6px;
  padding: 1.4rem 2.6rem 1.6rem 2.6rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 576px) {
  .admissionpanels .item {
    padding: 1.4rem 1.8rem 1.6rem 1.8rem;
  }
}
.admissionpanels .item::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 0;
  background: url(/images/vines-white.svg?a6d4bcf11bd61438439507cb2bce5a6a) center center repeat-y;
  background-size: 100%;
}
.admissionpanels .item:last-child {
  margin-bottom: 0;
}
.admissionpanels .item:last-child::after {
  display: none;
}
.admissionpanels .item p {
  padding: 0 0 1rem 0;
  font-size: 20px;
}
.admissionpanels .item p.ttl {
  padding: 0 0 0.6rem 0;
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 992px) {
  .admissionpanels .item p.ttl {
    font-size: 24px;
  }
}
.admissionpanels .item .faqs {
  margin-bottom: 1.2rem;
}
.admissionpanels .item .faqs .faq .faqq {
  margin-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.admissionpanels .item .faqs .faq .faqq p.ttl {
  padding: 0 2rem 0 0;
  font-weight: 300;
  font-size: 20px;
}
.admissionpanels .item .faqs .faq .faqq p.ttl::after {
  top: 0;
}
.admissionpanels .item .faqs .faq .faqq p.ttl a {
  font-weight: 300;
}
.admissionpanels .item .faqs .faq .faqa .faqainner {
  padding: 0 2rem 0 0;
}

.entrysection {
  padding: 2rem 0;
}
.entrysection .entrypanel {
  background-color: #2D3131;
  border-radius: 8px;
  padding: 3rem 120px 3rem 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entrysection .entrypanel {
    padding: 100px 2rem 1.6rem 2rem;
  }
}
@media screen and (max-width: 400px) {
  .entrysection .entrypanel {
    padding: 100px 1.4rem 1rem 1.4rem;
  }
}
.entrysection .entrypanel::after {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 80px;
  height: 100%;
  content: "";
  z-index: 2;
  background: url(/images/vines-mid-grey.svg?94cd8cd1c7ac117276107fb10441575a) center center repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .entrysection .entrypanel::after {
    top: 1.4rem;
    right: auto;
    left: 2rem;
    width: 32px;
    height: 64px;
    background-image: url(/images/leaves-white.svg?8e175e4927fbcedbc86b4efa5db88a94);
    background-size: 100% 100%;
  }
}
.entrysection .entrypanel p.subttl {
  color: white;
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 1rem 0;
}
.entrysection .entrypanel h4 {
  font-size: 36px;
  font-weight: 600;
  padding: 0 0 2rem 0;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .entrysection .entrypanel h4 {
    padding: 0 0 1rem 0;
    font-size: 32px;
  }
}
.entrysection .entrypanel p {
  color: white;
}

.prep .entrysection .entrypanel h4 {
  color: #FFA52F;
}

.senior .entrysection .entrypanel h4 {
  color: #0094FE;
}

.sixth .entrysection .entrypanel h4 {
  color: #FF558D;
}

.laurels .entrysection .entrypanel h4 {
  color: #12BF83;
}

.generic .entrysection .entrypanel h4 {
  color: #D2DCE2;
}

.subjects h3 {
  color: white;
  text-align: center;
  padding: 0 0 3rem 0;
}

@media screen and (max-width: 992px) {
  .curriculumoptions .inner {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll {
    padding: 1rem 0;
    display: block;
  }
}
.curriculumoptions .flexscroll .col:first-child {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 380px);
}
@media screen and (max-width: 1200px) {
  .curriculumoptions .flexscroll .col:first-child {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll .col:first-child {
    display: block;
    width: 92%;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
}
.curriculumoptions .flexscroll .col:first-child .coltxt {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
  .curriculumoptions .flexscroll .col:first-child .coltxt {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll .col:first-child .coltxt {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.curriculumoptions .flexscroll .col:first-child .colpanel {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .curriculumoptions .flexscroll .col:first-child .colpanel {
    width: 240px;
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll .col:first-child .colpanel {
    width: calc(50% - 20px);
    max-width: 440px;
    padding: 0 0.5%;
  }
}
@media screen and (max-width: 600px) {
  .curriculumoptions .flexscroll .col:first-child .colpanel {
    width: 100%;
    max-width: 100%;
    padding: 0 2.5%;
  }
}
.curriculumoptions .flexscroll .col:first-child .card {
  margin-bottom: 1.2rem;
}
.curriculumoptions .flexscroll .col:last-child {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .curriculumoptions .flexscroll .col:last-child {
    width: 240px;
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll .col:last-child {
    width: 100%;
    display: block;
  }
  .curriculumoptions .flexscroll .col:last-child.optionsslider {
    padding: 1rem 0 4rem 0;
  }
  .curriculumoptions .flexscroll .col:last-child.optionsslider .slick-slide {
    margin: 0 20px;
  }
  .curriculumoptions .flexscroll .col:last-child.optionsslider slick-list {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll.cardsplain .col:last-child .card {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll.cardsplain .col:last-child .card::after {
    content: "";
    background-image: url(/images/vines-white.svg?a6d4bcf11bd61438439507cb2bce5a6a);
    background-size: 100%;
    top: 20%;
    left: 92%;
    width: 60px;
    height: 140px;
    z-index: -1;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll.cardsplain .col:last-child .card:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .curriculumoptions .flexscroll.cardsplain .col:last-child .card .cardinfo {
    height: 100%;
    padding: 1.4rem 1.4rem 1rem 1.4rem;
  }
}
.curriculumoptions .cardsplain .card .cardinfo {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .curriculumoptions .cardsplain .card .cardinfo {
    height: 100%;
    padding: 1.4rem 1.4rem 1rem 1.4rem;
  }
}
.curriculumoptions .cardsplain .card .cardinfo h4 {
  padding: 0 0 0.4rem 0;
}
.curriculumoptions .cardsplain .card .cardinfo p {
  padding: 0 10% 0.4rem 10%;
  line-height: 1.5em;
}
.curriculumoptions .cardsplain .card .cardinfo span.cardtag {
  margin: 0 0 0.4rem 0;
}
.curriculumoptions .slider .slick-list {
  padding: 0 2.5%;
  margin: 0;
}
.curriculumoptions .slider button.slick-prev {
  border: 2px solid #181818;
}
.curriculumoptions .slider button.slick-prev::after {
  color: #181818;
}
.curriculumoptions .slider button.slick-next {
  border: 2px solid #181818;
}
.curriculumoptions .slider button.slick-next::after {
  color: #181818;
}

.admissionsdates {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: center;
}
.admissionsdates h3 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #181818;
  padding: 0 0 2rem 0;
}
@media screen and (max-width: 600px) {
  .admissionsdates {
    padding: 1.6rem 0;
  }
}
.admissionsdates .newsfilters {
  padding: 0 0 2rem 0;
}
.admissionsdates .newsfilters p {
  color: #181818;
}
.admissionsdates .optionsslider {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .admissionsdates .optionsslider {
    display: block;
  }
  .admissionsdates .optionsslider .slick-slide {
    margin: 0 10px;
  }
  .admissionsdates .optionsslider .slick-list {
    margin: 0 -10px;
  }
  .admissionsdates .optionsslider .slick-slide.slick-cloned {
    display: none;
  }
}
.admissionsdates .optionsslider .item {
  position: relative;
  border-radius: 4px;
  padding: 2rem 1.4rem;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .admissionsdates .optionsslider .item {
    margin-bottom: 1rem;
  }
}
.admissionsdates .optionsslider .item::after {
  position: absolute;
  top: 0;
  right: 2%;
  width: 50px;
  height: 100%;
  content: "";
  z-index: 2;
}
.admissionsdates .optionsslider .item p {
  font-size: 1rem;
  font-weight: 300;
  padding: 0 0 0.4rem 0;
  line-height: 1.3em;
}
.admissionsdates .optionsslider .item p.ttl {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1.4rem 0;
}
.admissionsdates .optionsslider .item span.datetag {
  font-size: 16px;
}
.admissionsdates .optionsslider button.slick-prev {
  border: 2px solid #181818;
}
.admissionsdates .optionsslider button.slick-prev::after {
  color: #181818;
}
.admissionsdates .optionsslider button.slick-next {
  border: 2px solid #181818;
}
.admissionsdates .optionsslider button.slick-next::after {
  color: #181818;
}

.prep .admissionsdates span.datetag {
  background-color: #FFA52F;
}

.senior .admissionsdates span.datetag {
  background-color: #0094FE;
}

.sixth .admissionsdates span.datetag {
  background-color: #FF558D;
}

.laurel .admissionsdates span.datetag {
  background-color: #12BF83;
}

.generic .admissionsdates span.datetag {
  background-color: #D2DCE2;
}

.prep .admissionsdates span.datetag.lte {
  background-color: #FFE3A1;
}

.senior .admissionsdates span.datetag.lte {
  background-color: #D0E7FD;
}

.sixth .admissionsdates span.datetag.lte {
  background-color: #FAE3EC;
}

.laurel .admissionsdates span.datetag.lte {
  background-color: #DAF4EB;
}

.generic .admissionsdates span.datetag.lte {
  background-color: #D2DCE2;
}

.upcomingadmissions {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: center;
}
.upcomingadmissions .admissionshdr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 1.2rem 0;
}
.upcomingadmissions .admissionshdr h3 {
  color: white;
  padding: 0 0 1.2rem 0;
}
.upcomingadmissions .admissionshdr p {
  color: white;
}
.upcomingadmissions .admissionshdr p a {
  text-decoration: underline;
  color: white;
  font-weight: 600;
}
.upcomingadmissions .admissionshdr p a:hover {
  text-decoration: none;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .upcomingadmissions {
    padding: 1.6rem 0;
  }
}
.upcomingadmissions .item {
  position: relative;
  border-radius: 4px;
  padding: 2rem 70px 2rem 1.4rem;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .upcomingadmissions .item {
    padding: 2rem 2.8rem 2rem 1rem;
  }
}
@media screen and (max-width: 576px) {
  .upcomingadmissions .item {
    margin-bottom: 1rem;
  }
}
.upcomingadmissions .item::after {
  position: absolute;
  top: 0;
  right: 4%;
  width: 16%;
  height: 100%;
  content: "";
  opacity: 0.5;
  z-index: 1;
}
.upcomingadmissions .item p {
  padding: 0 0 1.2rem 0;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .upcomingadmissions .item p {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.upcomingadmissions .item p.date {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 0 0.6rem 0;
}
@media screen and (max-width: 992px) {
  .upcomingadmissions .item p.date {
    font-size: 1.26rem;
  }
}
.upcomingadmissions .item p.ttl {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0 0 0.6rem 0;
}
@media screen and (max-width: 992px) {
  .upcomingadmissions .item p.ttl {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.4em;
  }
}
.upcomingadmissions .item a {
  position: relative;
  z-index: 3;
}
.upcomingadmissions .item.bgprep {
  background-color: #FFA52F;
}
.upcomingadmissions .item.bgprep::after {
  background: url(/images/vines-light-yellow.svg?8f2a7c25cad3ca655987bd22ecdd2c60) center center repeat-y;
  background-size: 100%;
}
.upcomingadmissions .item.bgsenior {
  background-color: #0094FE;
}
.upcomingadmissions .item.bgsenior::after {
  background: url(/images/vines-light-blue.svg?f2353f98270ba016af23344998e46b67) center center repeat-y;
  background-size: 100%;
}
.upcomingadmissions .item.bgsixth {
  background-color: #FF558D;
}
.upcomingadmissions .item.bgsixth::after {
  background: url(/images/vines-light-pink.svg?d0c96fb96f303ae07d81d6e82f6d565a) center center repeat-y;
  background-size: 100%;
}
.upcomingadmissions .item.bglaurels {
  background-color: #12BF83;
}
.upcomingadmissions .item.bglaurels::after {
  background: url(/images/vines-light-green.svg?080584cbdc3c3e64764d20b1f26709bc) center center repeat-y;
  background-size: 100%;
}
.upcomingadmissions .item.bggeneric {
  background-color: #D2DCE2;
}
.upcomingadmissions .item.bggeneric::after {
  background: url(/images/vines-white.svg?a6d4bcf11bd61438439507cb2bce5a6a) center center repeat-y;
  background-size: 100%;
}

.admissionfees {
  padding: 2rem 0;
  overflow-x: hidden;
  text-align: left;
  position: relative;
}
.admissionfees h3 {
  padding: 0 0 1rem;
}
.admissionfees .fees p {
  font-size: 1.16rem;
  font-weight: 400;
  padding: 0;
}
.admissionfees .fees p.ttl {
  font-weight: 500;
}
.admissionfees .fees .tbl-fees {
  margin: 0.6rem 0;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.admissionfees .fees .tbl-fees td {
  padding: 3px;
  font-size: 1rem;
}
.admissionfees .fees .tbl-fees td:first-child {
  font-weight: 500;
}
.admissionfees .fees .tbl-fees td span {
  display: block;
  border-radius: 4px;
  background-color: #D2DCE2;
  padding: 0.48rem 0.5rem;
}

@media screen and (max-width: 992px) {
  .timeline .flexscroll {
    display: block !important;
  }
}
.timeline .flexscroll .col:first-child {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .timeline .flexscroll .col:first-child {
    width: 100%;
    position: relative;
    top: auto;
    margin-bottom: 1rem;
  }
}
.timeline .flexscroll .col:first-child h3 {
  text-align: left;
  text-transform: uppercase;
}
.timeline .flexscroll .col:first-child h3::after {
  left: 0;
}
.timeline .flexscroll .col:first-child p {
  text-align: left;
}
.timeline .flexscroll .col:first-child ul {
  list-style: none;
  width: 100%;
  margin: 0;
}
.timeline .flexscroll .col:first-child ul li {
  text-align: left;
  font-size: 1.34rem;
  border-top: 1px solid #3E4444;
}
@media screen and (max-width: 992px) {
  .timeline .flexscroll .col:first-child ul li {
    font-size: 1.1rem;
    border-top: 0;
    border-bottom: 1px solid #3E4444;
    display: inline;
    margin-right: 0.6rem;
  }
}
.timeline .flexscroll .col:first-child ul li:last-child {
  border-bottom: 1px solid #3E4444;
}
.timeline .flexscroll .col:first-child ul li a {
  padding: 0.8rem 0;
  text-decoration: none;
  color: black;
  display: block;
}
@media screen and (max-width: 992px) {
  .timeline .flexscroll .col:first-child ul li a {
    display: inline-block;
    padding: 0.4rem 0;
  }
}
.timeline .flexscroll .col:first-child ul li a.active {
  font-weight: 600;
}
.timeline .flexscroll .col:first-child ul li a .timeline-nav a.active {
  font-weight: bold;
  color: #0056b3;
}
.timeline .flexscroll .col:last-child {
  display: block;
  height: 80vh;
  min-height: 400px;
  max-height: 80vh;
  overflow-y: scroll;
  padding-right: 24px;
  scrollbar-width: thin;
  scrollbar-color: #1e202a;
}
@media screen and (max-width: 992px) {
  .timeline .flexscroll .col:last-child {
    width: 100%;
  }
}
.timeline .flexscroll .col:last-child .year-range-label {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.timeline .flexscroll .col:last-child .card .cardinfo h4 {
  padding: 0 0 0.6rem 0;
}
.timeline .flexscroll .col:last-child .card .cardinfo span.tag {
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 500;
  display: inline-block;
  width: auto;
  background-color: #2D3131;
  color: white;
  margin: 0 0.6rem 1.4rem 0;
}
.timeline .flexscroll .col:last-child ::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
.timeline .flexscroll .col:last-child ::-webkit-scrollbar-thumb {
  background-color: #1e202a;
  outline: 1px solid #1e202a;
  border-radius: 50px;
}
.timeline .flexscroll .col:last-child ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .timeline .flexscroll .timeline-nav {
    position: sticky;
    top: 16px;
  }
}

.timelineslider {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .timelineslider {
    width: 100%;
  }
}
.timelineslider .slick-slide {
  margin: 0 10px;
}
.timelineslider .slick-list {
  margin: 0 -10px;
}

.pageform h3 {
  padding: 0 0 1rem;
}

.form {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}
.form input:focus, .form select:focus, .form textarea:focus, .form button:focus {
  outline: none;
}
.form input[type=text], .form input[type=email], .form input[type=url], .form input[type=tel], .form input[type=password], .form input[type=number], .form textarea {
  display: block;
  background: none;
  width: 100%;
  padding: 1rem 0.6rem 0.6rem;
  font-weight: 400;
  border: 0;
  color: black;
  cursor: pointer;
}
.form select {
  display: block;
  background: none;
  width: 100%;
  padding: 1rem 0.6rem 0.6rem;
  font-weight: 400;
  border: 0;
  color: black;
  cursor: pointer;
}
.form select option {
  color: black;
}
.form textarea {
  height: 100px;
  resize: vertical;
}
.form button, .form input.button {
  font-family: "Jost", sans-serif;
  position: relative;
  text-align: left;
  display: inline-block;
  color: white;
  background-color: black;
  width: auto;
  padding: 0.54rem 1rem 0.54rem 2.2rem;
  font-size: 18px;
  line-height: 1.5em;
  cursor: pointer;
  border: 0;
  outline: none;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  vertical-align: middle;
  text-transform: uppercase;
}
.form button::before, .form input.button::before {
  content: "+";
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1rem;
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  color: white;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
}

footer .form {
  color: #181818;
}

.formintro {
  padding: 0 0 1.8rem 0;
}
.formintro h3 {
  padding: 0 0 0.6rem 0;
}

.form-fields-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-fields-wrapper .form-field-one-quarter {
  width: 23%;
}
.form-fields-wrapper .form-field-one-third {
  width: 31.33%;
}
.form-fields-wrapper .form-field-one-half {
  width: 48%;
}
.form-fields-wrapper .form-field-two-thirds {
  width: 64%;
}
.form-fields-wrapper .form-field-three-quarters {
  width: 72%;
}
.form-fields-wrapper .form-field-full-width {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .form-field-one-quarter {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  form.form .formrow {
    width: 100%;
  }
  .form-field {
    padding: 0 0 0.6rem 0;
  }
  .form-fields-wrapper .form-field-one-quarter {
    width: 100%;
  }
  .form-fields-wrapper .form-field-one-third {
    width: 100%;
  }
  .form-fields-wrapper .form-field-two-thirds {
    width: 100%;
  }
  .form-fields-wrapper .form-field-three-quarters {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  form.form .form-fields-wrapper {
    display: block;
    padding: 0.8rem 0;
  }
  form.form .form-fields-wrapper .form-field-one-half {
    width: 100%;
  }
}
.form-field {
  position: relative;
  padding: 0.2rem;
  border: 1px solid #D2DCE2;
  border-radius: 6px;
  margin: 0 0 2.4rem 0;
}
.form-field.btnrow {
  width: 100%;
  border: 0;
  margin: 0 0 1rem 0;
}
.form-field label {
  position: absolute;
  top: -11px;
  left: 0.6rem;
  display: inline-block;
  background-color: white;
  padding: 0 0.6rem 0 0.2rem;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  line-height: 1em;
  max-width: 90%;
  color: black;
}
.form-field.checkboxrow {
  width: 100%;
  border: 0;
}
.form-field.checkboxrow .checkbox-group {
  padding: 0 0 0 1.2rem;
  margin: 1rem 0;
}
.form-field.checkboxrow label {
  position: relative;
  top: auto;
  left: auto;
  padding: 0 0 0 1.2rem;
  margin: 0.5rem 0;
  display: block;
}
.form-field.checkboxrow label input[type=checkbox] {
  position: absolute;
  top: 0.1rem;
  left: 0;
}

footer .form-field {
  border: 1px solid #3E4444;
}
footer .form-field input[type=text], footer .form-field input[type=email], footer .form-field input[type=url], footer .form-field input[type=tel], footer .form-field input[type=password], footer .form-field input[type=number], footer .form-field textarea {
  color: white;
}
footer .form-field label {
  background-color: #181818;
  color: white;
}
footer .form-field.btnrow {
  width: 100%;
  border: 0;
  margin: 0 0 1rem 0;
}
footer .form-field.btnrow button {
  color: #181818;
  background-color: white;
}
footer .form-field.btnrow button::before {
  color: #181818;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  width: 90%;
  max-width: 900px;
  min-height: 300px;
  max-height: 94%;
  z-index: 103 !important;
  background-color: #2D3131;
  border: 1px solid #515151;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.popup-content .popup-dtlhdr {
  flex: 0 0 48px;
  position: relative;
  background: #2D3131;
  z-index: 2;
  cursor: pointer;
}
.popup-content .popup-dtlhdr i {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  color: white;
  font-size: 1.8rem;
}
.popup-content .popup-dtlinner {
  position: relative;
  margin: 0 1.2rem 1rem 1.6rem;
  height: calc(100% - 60px);
  flex: 1 1 auto;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1e202a;
  color: white;
}
.popup-content .popup-dtlinner::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
.popup-content .popup-dtlinner::-webkit-scrollbar-thumb {
  background-color: #1e202a;
  outline: 1px solid #1e202a;
  border-radius: 50px;
}
.popup-content .popup-dtlinner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.popup-content .popup-dtlinner .formintro {
  color: white;
  width: 97%;
}
.popup-content .popup-dtlinner .formintro h3 {
  font-size: 24px;
  padding: 0 0 0.8rem 0;
}
.popup-content .popup-dtlinner .formcontent {
  color: white;
  width: 97%;
}
.popup-content .popup-dtlinner .formcontent label {
  color: white;
  background-color: #2D3131;
}
.popup-content .form-field {
  border: 1px solid #3E4444;
}
.popup-content .form-field input[type=text], .popup-content .form-field input[type=email], .popup-content .form-field input[type=url], .popup-content .form-field input[type=tel], .popup-content .form-field input[type=password], .popup-content .form-field input[type=number], .popup-content .form-field textarea {
  color: white;
}
.popup-content .form-field select {
  color: white;
}
.popup-content .form-field label {
  background-color: #2D3131;
  color: white;
  font-size: 18px;
}
.popup-content .form-field.btnrow {
  width: 100%;
  border: 0;
  margin: 0 0 1rem 0;
}
.popup-content .form-field.btnrow button {
  color: #181818;
  background-color: white;
}
.popup-content .form-field.btnrow button::before {
  color: #181818;
}
.popup-content .form-field.checkboxrow {
  border: 0;
}
.popup-content .form-field .recaptcha-text {
  color: white;
}

/*Mailchimp subscribe form*/
.mcform .form-field.radiorow {
  border: 0;
  border-radius: 0;
  margin: 0 0 2.4rem 0;
}
.mcform .form-field.radiorow p {
  padding: 0 0 0.4rem 0;
}
.mcform .form-field.radiorow p strong {
  font-weight: 500;
}
.mcform .form-field.radiorow ul {
  list-style: none;
  margin-left: 0;
}
.mcform .form-field.radiorow label {
  position: relative;
  top: auto;
  left: auto;
}
.mcform .form-field select {
  display: block;
  background-color: white;
  width: 100%;
  padding: 1rem 0.6rem 0.6rem;
  font-weight: 400;
  border: 0;
  color: #181818;
  cursor: pointer;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 !important;
  padding: 0 !important;
  color: #CC0000 !important;
  z-index: 1;
  font-size: 15px;
  font-weight: 500 !important;
  position: absolute;
  bottom: -1.2rem;
  left: 0.62rem;
  background-color: transparent !important;
}

#mce-responses .response {
  background-color: transparent;
  color: #CC0000;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 1.6rem;
}

.grecaptcha-badge {
  display: none !important;
}

.recaptcha-text {
  margin-top: 1em;
  color: #181818;
}
.recaptcha-text a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}

.bg-dark .recaptcha-text, footer .recaptcha-text {
  color: #fff;
}

.form-errors {
  padding: 20px;
  margin: 0 0 40px 0;
  background-color: #c84144;
  color: white;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
}
.form-errors p {
  font-weight: 500;
  font-size: 14px;
}
.form-errors ul {
  margin: 0 0 0 20px;
}
.form-success {
  padding: 20px;
  margin: 0 0 40px 0;
  background-color: #00a459;
  color: white;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
}
.form-success p {
  font-weight: 500;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

.form-field-has-error {
  border-color: #c84144 !important;
}

.form-field-error {
  display: none;
}

.footer-form-success {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #00a459;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
}
.footer-form-success p {
  margin: 0;
  padding: 0;
}

.searchitem {
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #D2DCE2;
}
.searchitem:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.searchitem .breadcrumbs {
  background: none;
  padding: 0;
  margin: 0;
}
.searchitem .breadcrumbs .inner {
  padding: 0;
  margin: 0;
}
.searchitem .breadcrumbs .inner ul {
  margin: 0;
  padding: 0;
}
.searchitem .breadcrumbs .inner ul li {
  color: #3E4444;
  font-size: 0.778rem;
}
.searchitem .breadcrumbs .inner ul li:before {
  color: #3E4444;
}
.searchitem .breadcrumbs .inner ul li:first-child {
  display: none;
}
.searchitem .breadcrumbs .inner a {
  color: #3E4444;
  line-height: 1;
  font-size: 0.778rem;
}
.searchitem .breadcrumbs .inner a:after {
  color: #D2DCE2;
  line-height: 1;
  font-size: 0.778rem;
}
.searchitem h3 {
  padding: 0 0 0.6rem 0;
}
.searchitem p {
  padding: 0;
  margin: 0 0 1rem 0;
}
.searchitem a.btnlink {
  padding: 0.2rem 1.8rem 0.2rem 0;
}

nav.custom-paginator {
  margin: 0;
  padding: 0;
}
nav.custom-paginator:first-of-type .paging {
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  nav.custom-paginator:first-of-type .pagingcontrols {
    display: none;
  }
}
nav.custom-paginator:last-of-type .paging {
  margin: 2rem 0 0 0;
}
@media (max-width: 992px) {
  nav.custom-paginator:last-of-type .pagingresults {
    display: none;
  }
}

.paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem 0;
  text-align: left;
}
@media (max-width: 992px) {
  .paging {
    flex-direction: column;
  }
}
.paging p, .paging label {
  display: inline-block;
  font-size: 1rem;
}
.paging p {
  padding: 0 1rem 0 0;
}
.paging select {
  display: inline-block;
  width: auto;
  padding: 0.4rem 0.8rem;
  border: 0;
  border-bottom: 1px solid #CFD2D4;
  border-radius: 0;
  margin: 0 0.4rem;
  font-size: 1rem;
  background: none;
}
.paging button {
  background: none;
}
.paging span {
  font-size: 1rem;
}

ul.pagination {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
ul.pagination .page-item {
  list-style: none;
  margin: 0 0 0 0.5rem;
}
ul.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.667rem;
  height: 1.667rem;
  border: none;
  background: none;
  color: #3E4444;
  font-size: 0.778rem;
  border-radius: 0;
}
ul.pagination .page-item .page-link:hover, ul.pagination .page-item.active .page-link {
  background-color: #3E4444;
  color: #FFFFFF;
}
ul.pagination .page-item.disabled .page-link {
  color: #D2DCE2;
}
ul.pagination .page-item.disabled .page-link:hover {
  background: none;
  cursor: not-allowed;
}

.list-controls {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem 0;
}
.list-controls nav {
  display: flex;
  font-size: 1rem;
}
.list-controls nav > div {
  display: flex;
}
.list-controls nav > div svg {
  height: 1rem;
}

a.pluslink {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 1.4rem;
  background: none;
  border: none;
}
a.pluslink::before {
  content: "+";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}
a.pluslink.btnwhite {
  background-color: white;
  color: #181818;
  border-radius: 4px;
  padding: 0.6rem 1rem 0.6rem 2.2rem;
  display: inline-block;
}
a.pluslink.btnwhite::before {
  color: #181818;
  top: 0.5rem;
  left: 0.8rem;
}
a.pluslink.btnblack {
  background-color: #181818;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0.6rem 2.2rem;
  display: inline-block;
}
a.pluslink.btnblack::before {
  color: white;
  top: 0.5rem;
  left: 0.8rem;
}
a.pluslink.btnblack.prep {
  background-color: #FFA52F;
  color: #181818;
}
a.pluslink.btnblack.prep::before {
  color: #181818;
}
a.pluslink.btnblack.senior {
  background-color: #0094FE;
  color: #181818;
}
a.pluslink.btnblack.senior::before {
  color: #181818;
}
a.pluslink.btnblack.sixth {
  background-color: #FF558D;
  color: #181818;
}
a.pluslink.btnblack.sixth::before {
  color: #181818;
}
a.pluslink.btnblack.laurels {
  background-color: #12BF83;
  color: #181818;
}
a.pluslink.btnblack.laurels::before {
  color: #181818;
}

a.plusbtn {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0.6rem 1rem 0.6rem 2.2rem;
  display: inline-block;
  color: #181818;
}
a.plusbtn::before {
  content: "+";
  font-size: 1.8rem;
  font-weight: 300;
  position: absolute;
  top: 0.56rem;
  left: 0.65rem;
  line-height: 1rem;
}
a.plusbtn.bgblack {
  color: white;
}

a.pluslinkround {
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  padding: 0;
}
a.pluslinkround::before {
  content: "+";
  font-size: 2.2rem;
  font-weight: 300;
  left: 0.48rem;
  position: absolute;
  top: 0.4rem;
  line-height: 1rem;
}
a.pluslinkround.btnwhite {
  background-color: white;
  color: #181818;
}
a.pluslinkround.btnblack {
  background-color: #181818;
  color: white;
}

a.btn, button.btn {
  font-family: "Jost", sans-serif;
  position: relative;
  text-align: left;
  display: inline-block;
  color: #181818;
  background-color: white;
  width: auto;
  padding: 0.54rem 1rem 0.54rem 2.4rem;
  font-size: 18px;
  line-height: 1.5em;
  cursor: pointer;
  border: 0;
  outline: none;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  vertical-align: middle;
  text-transform: uppercase;
}
a.btn.btnblack, button.btn.btnblack {
  background-color: #181818;
  color: white;
}
a.btn::before, button.btn::before {
  content: "+";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1rem;
  position: absolute;
  left: 0.6rem;
  top: 0;
  color: white;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
}

button.btn::before {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1rem;
  position: absolute;
  left: 0.8rem;
  top: 0.7rem;
}

a.btnplus {
  font-family: "Jost", sans-serif;
  position: relative;
  text-align: center;
  display: inline-block;
  color: white;
  background-color: #181818;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  outline: none;
  text-decoration: none;
  border-radius: 20px;
}
a.btnplus::before {
  content: "+";
  font-size: 2.2rem;
  font-weight: 300;
  left: 0.48rem;
  position: absolute;
  top: 0.4rem;
  line-height: 1rem;
}

.loadmore {
  text-align: center;
  padding: 1rem 0 2rem;
}

.prep .stats .item, .prep .styledtxtpanels .item {
  background-color: #FFA52F;
}
.prep .stats .item::after, .prep .styledtxtpanels .item::after {
  background: url(/images/vines-light-yellow.svg?8f2a7c25cad3ca655987bd22ecdd2c60) center center repeat-y;
  background-size: 100%;
}
.prep .fwtxtpanels .item::after {
  background: url(/images/vines-light-yellow.svg?8f2a7c25cad3ca655987bd22ecdd2c60) center center repeat-y;
  background-size: 100%;
}
.prep .fwtxtpanels.bgdgrey .item::after {
  background: url(/images/vines-mid-grey.svg?94cd8cd1c7ac117276107fb10441575a) center center repeat-y;
  background-size: 100%;
}

.senior .stats .item, .senior .styledtxtpanels .item {
  background-color: #0094FE;
}
.senior .stats .item::after, .senior .styledtxtpanels .item::after {
  background: url(/images/vines-light-blue.svg?f2353f98270ba016af23344998e46b67) center center repeat-y;
  background-size: 100%;
}
.senior .fwtxtpanels .item::after {
  background: url(/images/vines-light-blue.svg?f2353f98270ba016af23344998e46b67) center center repeat-y;
  background-size: 100%;
}
.senior .fwtxtpanels.bgdgrey .item::after {
  background: url(/images/vines-mid-grey.svg?94cd8cd1c7ac117276107fb10441575a) center center repeat-y;
  background-size: 100%;
}

.sixth .stats .item, .sixth .styledtxtpanels .item {
  background-color: #FF558D;
}
.sixth .stats .item::after, .sixth .styledtxtpanels .item::after {
  background: url(/images/vines-light-pink.svg?d0c96fb96f303ae07d81d6e82f6d565a) center center repeat-y;
  background-size: 100%;
}
.sixth .fwtxtpanels .item::after {
  background: url(/images/vines-light-pink.svg?d0c96fb96f303ae07d81d6e82f6d565a) center center repeat-y;
  background-size: 100%;
}
.sixth .fwtxtpanels.bgdgrey .item::after {
  background: url(/images/vines-mid-grey.svg?94cd8cd1c7ac117276107fb10441575a) center center repeat-y;
  background-size: 100%;
}

.laurels .stats .item, .laurels .styledtxtpanels .item {
  background-color: #12BF83;
}
.laurels .stats .item::after, .laurels .styledtxtpanels .item::after {
  background: url(/images/vines-light-green.svg?080584cbdc3c3e64764d20b1f26709bc) center center repeat-y;
  background-size: 100%;
}
.laurels .fwtxtpanels .item::after {
  background: url(/images/vines-light-green.svg?080584cbdc3c3e64764d20b1f26709bc) center center repeat-y;
  background-size: 100%;
}
.laurels .fwtxtpanels.bgdgrey .item::after {
  background: url(/images/vines-mid-grey.svg?94cd8cd1c7ac117276107fb10441575a) center center repeat-y;
  background-size: 100%;
}

.generic .stats .item, .generic .styledtxtpanels .item {
  background-color: #D2DCE2;
}
.generic .stats .item::after, .generic .styledtxtpanels .item::after {
  background: url(/images/vines-white.svg?a6d4bcf11bd61438439507cb2bce5a6a) center center repeat-y;
  background-size: 100%;
}
.generic .fwtxtpanels .item::after {
  background: url(/images/vines-light-grey.svg?39d849adcf7309bc421f2f3d5e4fdd8f) center center repeat-y;
  background-size: 100%;
}
.generic .fwtxtpanels.bgdgrey .item::after {
  background: url(/images/vines-mid-grey.svg?94cd8cd1c7ac117276107fb10441575a) center center repeat-y;
  background-size: 100%;
}

.featuretxtimg.prep .featuretxtcontent .featuretxttxt::before,
.featuretxtimg.prep .mfeaturetxttxt::before,
.bgprep .featuretxtimg .featuretxtcontent .featuretxttxt::before,
.prep .featuretxtimg .mfeaturetxttxt::before {
  background-image: url(/images/leaves-yellow.svg?c9377368e3ef338ca5733ad3e3a91e55);
  background-size: 100% 100%;
}

.featuretxtimg.senior .featuretxtcontent .featuretxttxt::before,
.featuretxtimg.senior .mfeaturetxttxt::before,
.bgsenior .featuretxtimg .featuretxtcontent .featuretxttxt::before,
.senior .featuretxtimg .mfeaturetxttxt::before {
  background-image: url(/images/leaves-blue.svg?bd8854aa6fd5ac673b1cbc6dbe1ae0ec);
  background-size: 100% 100%;
}

.featuretxtimg.sixth .featuretxtcontent .featuretxttxt::before,
.featuretxtimg.sixth .mfeaturetxttxt::before,
.bgsixth .featuretxtimg .featuretxtcontent .featuretxttxt::before,
.sixth .featuretxtimg .mfeaturetxttxt::before {
  background-image: url(/images/leaves-pink.svg?274f8ddb052946b70250dddfca0bb8fc);
  background-size: 100% 100%;
}

.featuretxtimg.laurels .featuretxtcontent .featuretxttxt::before,
.featuretxtimg.laurels .mfeaturetxttxt::before,
.bglaurels .featuretxtimg .featuretxtcontent .featuretxttxt::before,
.laurels .featuretxtimg .mfeaturetxttxt::before {
  background-image: url(/images/leaves-green.svg?3c3c05d0707477d96ce730bd8ae6667c);
  background-size: 100% 100%;
}

.featuretxtimg.generic .featuretxtcontent .featuretxttxt::before,
.featuretxtimg.generic .mfeaturetxttxt::before,
.bggeneric .featuretxtimg .featuretxtcontent .featuretxttxt::before,
.generic .featuretxtimg .mfeaturetxttxt::before {
  background-image: url(/images/leaves-light-grey.svg?b24a700fde3a24d7b1691e3266090ce4);
  background-size: 100% 100%;
}
