@charset "UTF-8";

/* =========================
   CSS VARIABLES
   ========================= */
:root {
  /* Colors */
  --color-primary: #00375C;
  --color-secondary: #EE0000;
  --color-background-1: #FFFFFF;
  --color-background-2: #ECF1F5;
  --color-background-3: #DFE9F1;
  --color-background-4: #C0D2E2;
  --color-black: #000000;
  --color-dark: #FFFFFF;

  /* Fonts */
  --font-main: 'Montserrat', sans-serif;
  --font-heading: 'Syncopate', sans-serif;
}

/* ========== ACCESSIBILITY ========== */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font: 700 11px/12px 'Syncopate', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  outline: 2px solid var(--color-secondary);
  background-color: var(--color-background-1);
  color: var(--color-primary);
  transition: background-color .3s;
}
.visually-hidden-focusable:focus, .visually-hidden-focusable:active {
  position: absolute;
  left: auto;
  width: auto;
  height: auto;
  margin: 16px;
  padding: 13px 15px 10px 15px;
  z-index: 1000;
}

/* =========================
   ALERT BLOCK STYLES
   ========================= */
.alert-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 999;
}
.alert-block.hidden {
  display: none;
}
.alert-block .alert-block-bkgd {
  width: 100%;
  height: 100%;
  background-color: var(--color-background-4);
  opacity: .75;
}
.alert-block .alert-block-content {
  width: 100%;
  max-width: 800px;
  padding: 40px 50px;
  box-sizing: border-box;
  background-color: var(--color-background-1);
  border: 1px solid var(--color-secondary);
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1000;
}
.alert-block .alert-block-content h3 {
  margin-top: 0;
  padding-right: 44px;
}
.alert-block .alert-block-content p {
  margin-bottom: 0;
}
.alert-block .alert-block-content ol {
  margin-bottom: 10px;
  padding: 0 0 0 35px;
}
.alert-block .alert-block-content .close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.alert-block .alert-block-content .close svg {
  fill: var(--color-primary);
}

/* =========================
   BYTE CONTENT TYPES
   ========================= */
.byte_content_embargo {
  background-color: #FF8800 !important;
  box-shadow: 0 0 3px #CCCCCC !important;
  display: none !important;
}
.byte_content_postpone {
  display: none !important;
}
img.byte_img_embargo {
  box-shadow: 5px 5px 1px 2px #FF8800, 5px 5px 3px 2px #CCCCCC !important;
  display: none !important;
}
img.byte_img_postpone {
  display: none !important;
}
img.byte_img_review {
  /* display: none !important; */
}

/* =========================
   BASE ELEMENTS
   ========================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-main);
  line-height: 1.6;
  color: var(--color-black);
  background-color: var(--color-background-1);
  margin: 0;
  padding: 0;
}
body:has( #alert-block:not(.hidden)) {
  overflow: hidden;
}
h1, .h1-like {
  font: 600 37px/39px 'Montserrat', sans-serif;
  color: var(--color-primary);
  margin: 0 0 25px 0;
}
h2, .h2-like, legend {
  font: 500 28px/32px 'Montserrat', sans-serif;
  color: var(--color-primary);
  margin: 20px 0;
}
h3, .h3-like {
  font: 500 23px/28px 'Montserrat', sans-serif;
  color: var(--color-primary);
  margin: 20px 0;
}
h4, .h4-like {
  font: 500 20px/24px 'Montserrat', sans-serif;
  color: var(--color-primary);
  margin: 15px 0;
}
h5, .h5-like {
  font: 500 18px/21px 'Montserrat', sans-serif;
  color: var(--color-primary);
  margin: 15px 0;
}
p, ul, ol {
  font: 400 17px/25px 'Montserrat', sans-serif;
  color: var(--color-primary);
  margin: 0 0 15px;
}
ul, ol {
  /* padding-left: 20px; */
  margin-top: 10px;
}
ul li, ol li {
  margin-bottom: 10px;
}
ul {
  list-style: none;
  /* padding-left: 20px; */
}
ul li {
  position: relative;
  padding-left: 27px;
}
ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  background-color: var(--color-secondary);
  border-radius: 0;
  display: inline-block;
}
ul li ul li::before {
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 2px solid var(--color-secondary);
}
ul li ul li ul li::before {
  width: 11px;
  height: 11px;
  background-color: var(--color-secondary);
  border: unset;
}
ul li ul li ul li ul li::before {
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 2px solid var(--color-secondary);
}
ol {
  padding-left: 20px;
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol li::marker {
  color: var(--color-secondary);
  font-weight: 600;
}

hr {
  border: unset;
  width: 100%;
  height: 9px;
  background-color: var(--color-secondary);
  margin: 15px 0;
}
p.intro {
  font: 500 18px/25px 'Montserrat', sans-serif;
  font-style: italic;
}
figcaption, figcaption p {
  font: 400 14px/16px 'Montserrat', sans-serif;
  text-align: center;
}
a {
  color: var(--color-secondary);
  font-weight: 500;
  transition: color .3s;
}
button, input.button-like, a.button-like {
  position: relative;
  display: inline-block;
  background-color: unset;
  font: 700 11px/12px 'Syncopate', sans-serif;
  text-transform: uppercase;
  border: 1px solid var(--color-secondary);
  color: var(--color-primary);
  padding: 13px 15px 10px 15px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .3s;
}
button:hover, a.button-like:hover {
  background-color: var(--color-background-3);
}
button.primary, a.button-like.primary {
  border-left: 6px solid var(--color-secondary);
  padding: 13px 15px 10px 30px;
}
.button-like.primary:before, .button-like.primary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 4px;
  height: 100%;
  background-color: var(--color-secondary);
}
.button-like.primary:after {
  left: 11px;
  width: 2px;
}

/* ========== IMAGES ========== */
img {
  max-width: 100%;
  height: auto;
}
.img_native_block {
  margin: 25px 0;
}
.img_full_styled {
  width: 100%;
  float: none;
  margin: 15px auto;
}
.img_left_native {
  float: left;
  max-width: 100%;
  width: auto;
  margin: 25px 25px 25px 0;
  clear: left;
}
.img_left_25 {
  float: left;
  width: 25%;
  margin: 20px 25px 20px 0;
  clear: left;
}
.img_left_50 {
  float: left;
  width: 50%;
  padding: 20px 35px 20px 0;
  clear: left;
}
.img_right_native {
  float: right;
  max-width: 100%;
  width: auto;
  padding: 20px 0 20px 25px;
  clear: right;
}
.img_right_25 {
  float: right;
  width: 25%;
  padding: 20px 0 20px 25px;
  clear: right;
}
.img_right_50 {
  float: right;
  width: 50%;
  padding: 20px 0 20px 35px;
  clear: right;
}

/* ===== GALLERIES ===== */
.masonry-wrapper {
  /* display: none; */
}
section[data-type="gallery-html"] {
  margin-top: 50px;
}

.gallery-loader.hide {
  display: none;
}

.gallery-wrapper .gallery-slide {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-shadow: unset;
  box-shadow: unset;
}
.gallery-wrapper .gallery-arrow {
  text-shadow: unset;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 50px;
  font-size: unset;
  margin-top: unset;
  background-color: unset;
  border: unset;
}
.gallery-wrapper .gallery-arrow.left {
  border-left: 5px solid var(--color-background-1);
}
.gallery-wrapper .gallery-arrow.right {
  border-right: 5px solid var(--color-background-1);
  left: unset;
  right: 0;
}
.gallery-wrapper .gallery-arrow:before, .gallery-wrapper .gallery-arrow:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-wrapper .gallery-arrow:before {
  width: 6.2px;
  height: 11px;
  left: 5px;
  clip-path: polygon(88.71% 0%, 95.16% 0%, 100% 2.73%, 100% 6.36%, 22.58% 50%, 100% 93.64%, 100% 97.27%, 95.16% 100%, 88.71% 100%, 0% 50%);
  background-color: var(--color-secondary);
  z-index: 1;
}
.gallery-wrapper .gallery-arrow.right:before {
  left: unset;
  right: 5px;
  transform: translateY(-50%) rotate(180deg);
}
.gallery-wrapper .gallery-arrow:after {
  width: 27px;
  height: 27px;
  border: 1px solid var(--color-secondary);
  background-color: var(--color-background-1);
}
.gallery-wrapper .gallery-arrow.right:after {
  left: unset;
  right: -5px;
}
/* ===== SLIDER + THUMBNAIL NAV ===== */
.gallery-wrapper .slider-preview-line {
  background-color: unset;
  height: 73px;
}
.gallery-wrapper .slider-preview-line .gallery-thumbnail {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: unset;
  border: unset;
}
/* ===== THUMBNAIL LIST ===== */
.gallery-wrapper .gallery-grid-image {
  background-size: cover;
  background-position: center;
}
/* ===== JUSTIFIED LIST ===== */
.gallery-wrapper .image-container .picrow:not(:first-of-type) {
  margin-top: -3px;
}
.photo-container {
  margin: 0 !important;
}

.gallery-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
}
.gallery-overlay.open {
  display: block;
}
.gallery-overlay .gallery-overlay-bg {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: .9;
  cursor: pointer;
}
.gallery-overlay figure {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.gallery-overlay .close-button {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.masonry .masonry-item {
  padding: unset;
  border: unset;
  /* width: 45%; */
}


/* ========== FORMS ========== */
form {
  margin-top: 65px;
}
form fieldset {
  border: unset;
}
form fieldset .field-row {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
form fieldset .field-row .field-container {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
form label {
  font: 600 17px/24px 'Montserrat', sans-serif;
  color: var(--color-primary);
}
form p {
  margin: 0;
}
form fieldset .field-row .field-container:has( input[type="checkbox"]), form fieldset .field-row .field-container:has( input[type="radio"]) {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 15px;
}
form fieldset .field-row .field-container:has( input[type="checkbox"]) > label:not(:has(input)), form fieldset .field-row .field-container:has( input[type="radio"]) > label:not(:has(input)) {
  width: 100%;
}
form label:has( input[type="checkbox"]), form label:has( input[type="radio"]) {
  font: 400 18px/25px 'Montserrat', sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}
input, textarea, select {
  border: 1px solid #D1D1D1;
  height: 35px;
  padding: 9px 13px;
  font: 400 14px/16px 'Montserrat', sans-serif;
}
/* remove default select arrow */
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* replace with custom arrow */
  background-image: url('data:image/svg+xml,<svg width="10px" height="6px" viewBox="0 0 10 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%23000000" points="1 0 5 4 9 0 10 1 5 6 0 1"></polygon></svg>');
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: right 13px center;
  padding: 9px 27px 9px 13px;
}
select * {
  margin: 0;
}
input[type="file"] {
  border: unset;
  padding: 0;
}

/* ========== TABLES ========== */
table {
  font: 400 17px/24px 'Montserrat', sans-serif;
  color: var(--color-primary);
}
table caption {
  text-align: left;
  margin-bottom: 15px;
}
table thead {
  font-weight: 600;
}
table thead th {
  text-align: left;
  padding: 11px 13px 10px 13px;
  background-color: var(--color-background-2);
  border-top: 1px solid var(--color-background-4);
  border-left: 1px solid var(--color-background-4);
}
table thead th:last-child {
  border-right: 1px solid var(--color-background-4);
}
table tbody td {
  padding: 11px 13px 10px 13px;
  background-color: var(--color-background-1);
  border-top: 1px solid var(--color-background-4);
  border-left: 1px solid var(--color-background-4);
}
table tbody td:last-child {
  border-right: 1px solid var(--color-background-4);
}
table tbody tr:last-child td {
  border-bottom: 1px solid var(--color-background-4);
}

/* ========== PULLQUOTES ========== */
.pullquote {
  position: relative;
  width: 100%;
  padding: 50px 70px 50px 80px;
  background-color: var(--color-background-2);
  font: 400 22px/30px 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 45px;
}
.pullquote:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 20px;
  left: 40px;
  top: 44px;
  background-image: url('data:image/svg+xml,<svg width="23.714px" height="19.241px" viewBox="0 0 23.714 19.241" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="%23EE0000"><path d="M23.714,1.917 C21.5366667,3.57366667 19.9865,5.1475 19.0635,6.6385 C18.1405,8.1295 17.679,9.77433333 17.679,11.573 C18.2943333,11.1943333 19.0043333,11.005 19.809,11.005 C20.8976667,11.005 21.7851667,11.3718333 22.4715,12.1055 C23.1578333,12.8391667 23.501,13.774 23.501,14.91 C23.501,16.188 23.0631667,17.2293333 22.1875,18.034 C21.3118333,18.8386667 20.1403333,19.241 18.673,19.241 C15.3123333,19.241 13.632,17.0163333 13.632,12.567 C13.632,11.3836667 13.774,10.2831667 14.058,9.2655 C14.342,8.24783333 14.8035,7.25383333 15.4425,6.2835 C16.0815,5.31316667 16.9453333,4.31916667 18.034,3.3015 C19.1226667,2.28383333 20.4716667,1.18333333 22.081,0 L23.714,1.917 Z M10.082,1.917 C7.90466667,3.57366667 6.3545,5.1475 5.4315,6.6385 C4.5085,8.1295 4.047,9.77433333 4.047,11.573 C4.66233333,11.1943333 5.37233333,11.005 6.177,11.005 C7.26566667,11.005 8.15316667,11.3718333 8.8395,12.1055 C9.52583333,12.8391667 9.869,13.774 9.869,14.91 C9.869,16.188 9.43116667,17.2293333 8.5555,18.034 C7.67983333,18.8386667 6.50833333,19.241 5.041,19.241 C1.68033333,19.241 0,17.0163333 0,12.567 C0,11.3836667 0.142,10.2831667 0.426,9.2655 C0.71,8.24783333 1.1715,7.25383333 1.8105,6.2835 C2.4495,5.31316667 3.31333333,4.31916667 4.402,3.3015 C5.49066667,2.28383333 6.83966667,1.18333333 8.449,0 L10.082,1.917 Z"></path></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pullquote.dark {
  background-color: #02313A;
  color: var(--color-dark);
}
.pullquote .pullquote-author {
  position: relative;
  font: 500 16px/20px 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding-left: 40px;
}
.pullquote .pullquote-author:after {
  content: '';
  position: absolute;
  width: 29px;
  height: 5px;
  background-color: var(--color-secondary);
  left: 0;
  top: 7px;
}

/* ========== ACCORDIONS ========== */
.acc-container {
  margin-top: 65px;
}
details {
  margin-bottom: 20px;
}
details summary {
  position: relative;
  list-style: none;
  border: 1px solid #D1D1D1;
  padding: 10px 65px 10px 20px;
  font: 600 17px/24px 'Montserrat', sans-serif;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  list-style: none;
}
details summary::marker {
  content: '';
}
details summary::before, details summary::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  right: 15px;
  top: 50%;
}
details summary::before {
  width: 10px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg width="10px" height="5.7px" viewBox="0 0 10 5.7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="%23EE0000"><polygon points="0.146446609 0.146446609 0.5 0 0.853553391 0.146446609 5 4.3 9.14644661 0.146446609 9.5 0 9.85355339 0.146446609 10 0.498223305 9.85 0.85 5 5.7 0.15 0.85 -1.70931904e-17 0.498223305"></polygon></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  right: 23.5px;
  top: 50%;
  transition: transform .3s, top .3s;
}
details[open] summary::before {
  transform: translateY(-50%) rotate(180deg);
}
details summary::after {
  border: 1px solid var(--color-secondary);
}
details article {
  border: 1px solid #D1D1D1;
  border-top: unset;
  padding: 15px 20px 23px 20px;
}
details article > *:last-child {
  margin-bottom: 0;
}

/* ========== TABLISTS ========== */
.tabs .buttons {
  display: flex;
  flex-wrap: wrap;
}
.tabs .buttons button {
  flex: 1 1 0;
  background-color: var(--color-background-1);
  border: 1px solid var(--color-background-4);
  font: 600 17px/24px 'Montserrat', sans-serif;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}
.tabs .buttons button.active {
  background-color: var(--color-background-2);
  cursor: default;
}
.tabs .panels {
  background-color: var(--color-background-2);
  border: 1px solid var(--color-background-4);
  padding: 20px 25px 12px 25px;
}
.tabs .panels .tabpanel.hidden {
  display: none;
}

/* ========== ALTERNATING IMAGE WITH TEXT ========== */
.alternate-image-text {
  margin-top: 65px;
}

/* ========== MULTIPLE COLUMNS ========== */
.wysiwygs-accross {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-top: 45px;
}
.wysiwygs-accross .wysiwygs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.wysiwygs-accross .wysiwygs .wysiwyg {
  flex: 0 1 auto;
  box-sizing: border-box;
  overflow: hidden;
}

/* ========== EMBEDS ========== */
.red-border {
  border: 5px solid var(--color-secondary);
}
iframe {
  /* border: 5px solid var(--color-secondary); */
}
	

.tablet, .mobile {
  display: none;
}
.desktop {
  display: block;
}

/* ========== HEADER ========== */
#header {
  box-sizing: border-box;
  top: 0;
  width: 100%;
  padding: 22px 37px 22px 47px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 10;
}
.nav-left a {
  display: block;
  height: 48px;
}
.nav-left .logo {
  height: 48px;
}

button.menu-toggle {
  display: none;
  border: unset;
  background-color: unset;
  padding: unset;
  cursor: pointer;
}
button.menu-toggle .hamburger-lines {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 30px;
  height: 18px;
}
button.menu-toggle .hamburger-lines .line {
  position: relative;
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
  transform: translate(-50%, -50%);
  top: 5%;
  left: 50%;
  transition: all .3s;
}

.nav-right-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}
.nav-right-container nav {
  display: flex;
  gap: 15px;
  align-items: center;
}
.nav-right-container nav ul {
  display: flex;
  align-items: center;
  gap: 29px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-right-container nav ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-right-container nav ul li .dropdown-arrow {
  display: none;
  border: unset;
  background-color: unset;
  padding: unset;
}
.nav-right-container nav.utility-nav ul li .dropdown-arrow {
  display: inline-block;
}
.nav-right-container nav.utility-nav ul li .dropdown-arrow svg {
  width: 6px;
  fill: var(--color-primary);
}
.nav-right-container nav ul li:before {
  content: unset;
}
.nav-right-container nav ul li.active:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: var(--color-secondary);
  top: unset;
  bottom: -11px;
}
.nav-right-container nav ul li ul li.active:before {
  content: unset;
}
.nav-right-container nav ul li:has( .nav-dropdown):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: -10px;
  left: 0;
}

.nav-right-container nav ul li .nav-dropdown {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: calc(100% + 5px);
  background-color: var(--color-background-1);
  border: 1px solid rgba(0,55,92,.125);
  border-top: 6px solid var(--color-secondary);
  width: 100%;
  min-width: 160px;
  z-index: 100;
  padding: 5px 0;
}
.nav-right-container nav ul li .nav-dropdown:before {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  top: -10px;
  left: 50%;
  width: 8px;
  height: 4px;
  background-color: var(--color-secondary);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.nav-right-container nav ul li .nav-dropdown li {
  width: 100%;
  transition: background-color .3s;
}
.nav-right-container nav ul li .nav-dropdown li:hover {
  background-color: var(--color-background-2);
}
.nav-right-container nav ul li .nav-dropdown li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 15px;
}
.nav-right-container nav ul li:hover .nav-dropdown, .nav-right-container nav ul li:focus .nav-dropdown {
  display: block;
}
.nav-right-container nav ul li .nav-dropdown ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.nav-right-container nav ul li .nav-dropdown a {
  font: 400 13px/16px 'Montserrat', sans-serif;
  color: var(--color-primary);
}

/* Utility Navigation */
.nav-right-container .utility-nav ul {
  gap: 16px;
}
.nav-right-container .utility-nav ul li.active:before {
  bottom: -4px;
}
.utility-nav li a {
  font: 400 11px/14px 'Montserrat', sans-serif;
  color: var(--color-primary);
  text-decoration: none;
}
.utility-nav .nav-list li {
  display: flex;
  gap: 5px;
}
.utility-nav .nav-list li a {
  padding: 5px 0;
}
.utility-nav .social-nav li a {
  display: flex;
}
/* .nav-right-container .utility-nav ul li .nav-dropdown {
  top: calc(100% - 2px);
} */
.utility-nav a svg {
  fill: var(--color-primary);
  opacity: .8;
}

/* Main Navigation */
.main-nav {
  padding-bottom: 8px;
}
.main-nav li a {
  display: flex;
  flex-direction: column;
  font: 400 13px/16px 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  color: var(--color-primary);
}
.main-nav li a strong {
  display: inline-block;
  width: 100%;
  font: 700 13px/13px 'Syncopate', sans-serif;
  text-transform: uppercase;
}
.main-nav li span {
  /* display: block; */
  /* font: 400 13px/16px 'Montserrat', sans-serif; */
}

/* =========================
   LAYOUT
   ========================= */
.main-content {
  width: 100%;
  /* max-width: 1440px; */
  min-height: 68vh;
  padding: 0 0 200px 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.main-content:not(:has( .page-header)) {
  padding-top: 100px;
}
.page-content {
  width: calc(100% - 670px);
  /* flex: 1; */
  max-width: 760px;
  margin: 0 75px;
}

/* ===== RIGHT SIDEBAR ===== */
.right-sidebar {
  width: 200px;
  margin-right: 60px;
}
.right-sidebar .below-bucket-wrapper .bucket-card {
  flex-direction: column;
  font: 400 14px/18px 'Montserrat', sans-serif;
}
.right-sidebar .below-bucket-wrapper .bucket-card .bucket-image-bg {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  min-height: unset;
}
.right-sidebar .below-bucket-wrapper .bucket-card .bucket-image-bg.default {
  display: none;
}
.right-sidebar .below-bucket-wrapper .bucket-card .bucket-content {
  border: 1px solid var(--color-background-4);
  padding: 25px 30px 25px 15px;
}
.right-sidebar .below-bucket-wrapper .bucket-card .bucket-content .bucket-header:after {
  max-width: calc(100% + 30px);
}
.right-sidebar .below-bucket-wrapper .bucket-card .bucket-content a {
  margin-top: 15px;
}

.right-sidebar .embed-block {
  background-color: var(--color-background-1);
  padding: 30px 20px;
  border: 1px solid var(--color-background-4);
}
.right-sidebar .embed-block .bucket-header {
  position: relative;
  z-index: 0;
}
.right-sidebar .embed-block .bucket-header:after {
  content: '';
  position: absolute;
  width: 185px;
  height: 27px;
  background-color: var(--color-background-2);
  top: -9px;
  left: -21px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
.right-sidebar .embed-block .bucket-header p {
  font: 700 10px/12px 'Syncopate', sans-serif;
  text-transform: uppercase;
}
.right-sidebar .embed-block .content h2 {
  font: 500 16px/19px 'Montserrat', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(3 * 19px);
  margin: 20px 0 5px 0;
}
.right-sidebar .embed-block .content .author, .right-sidebar .embed-block .content .date {
  font: 400 10px/13px 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.right-sidebar .embed-block .content p {
  font: 400 14px/18px 'Montserrat', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(6 * 18px); /* 18px is approx line-height for 14px font */
}
.right-sidebar .embed-block .content a {
  color: var(--color-secondary);
}

/* resize the right column for cesa district so it can be bigger */
/* .main-content:has( .right-sidebar .cesa-district) .page-content {
  width: calc(100% - 770px);
}
.right-sidebar:has( .cesa-district) {
  width: 300px;
} */

.right-sidebar .cesa-district .h3-like {
  margin-bottom: 10px;
}
.right-sidebar .cesa-district .map-wrapper {
  position: relative;
}
.right-sidebar .cesa-district .map-wrapper:before, .right-sidebar .cesa-district .map-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
  top: 0;
  left: 0;
}
.right-sidebar .cesa-district .map-wrapper:after {
  height: 1px;
  top: -3px;
}

/* ===== BELOW CONTENT ===== */
.below-bucket-wrapper {
  margin-top: 65px;
}
.below-bucket-wrapper .bucket-card {
  display: flex;
  align-items: stretch;
}
.below-bucket-wrapper .bucket-card .bucket-image-bg {
  width: 50%;
  max-width: 300px;
  background-size:cover;
  background-position: center;
  /* height: 100%; */
  /* min-height: 266px; */
}
.below-bucket-wrapper .bucket-card .bucket-content {
  /* width: 50%; */
  flex: 1;
  padding: 35px 40px;
  background-color: var(--color-background-1);
  border: 1px solid var(--color-background-4);
  border-left: unset;
}
.below-bucket-wrapper .bucket-card .bucket-content .bucket-header {
  position: relative;
  z-index: 0;
}
.below-bucket-wrapper .bucket-card .bucket-content .bucket-header:after {
  content: '';
  position: absolute;
  width: 206px;
  height: 27px;
  background-color: var(--color-background-2);
  top: -9px;
  left: -16px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
.below-bucket-wrapper .bucket-card .bucket-content .bucket-header p {
  font: 700 10px/12px 'Syncopate', sans-serif;
  text-transform: uppercase;
}
.below-bucket-wrapper .bucket-card .bucket-content p {
  font: 400 14px/18px 'Montserrat', sans-serif;
}
.below-bucket-wrapper .bucket-card .bucket-content a {
  border-color: var(--color-primary);
}



/* =========================
   HOME PAGE
   ========================= */
#header.home {
  position: absolute;
}
#header.home .nav-left .logo {
  content: url('/content/_site_images/logo-blue.png');
}
#header.home .nav-right-container nav > ul > li > a {
  opacity: .8;
}
#header.home .nav-right-container nav ul li a {
  color: var(--color-dark);
}
#header.home .nav-right-container nav.utility-nav ul li .dropdown-arrow svg {
  fill: var(--color-dark);
}
#header.home .nav-right-container nav ul li .nav-dropdown {
  background-color: var(--color-primary);
  border-color: rgba(236,242,246,.125);
  border-top: 6px solid var(--color-secondary);
}
#header.home .nav-right-container nav ul li .nav-dropdown li:hover {
  background-color: var(--color-black);
}
#header.home .utility-nav a svg {
  fill: var(--color-dark);
}
#header.home button.menu-toggle .hamburger-lines .line {
  background-color: var(--color-dark);
}
.main-content.home {
  padding: 0 !important;
}
.main-content.home:after {
  content: unset;
}
.home .page-content {
  max-width: unset;
  margin: 0;
  width: 100%;
}
.home .footer-top {
  background-color: var(--color-background-1);
}
.home .footer-top:after {
  content: unset;
}

/* ========== PRINCIPLES SECTIONS ========== */
.principles-container {
  position: relative;
  background-color: var(--color-background-2);
  z-index: 0;
}
.principles-container:after {
  content: '';
  position: absolute;
  width: 738px;
  max-width: 100%;
  aspect-ratio: 738 / 481;
  bottom: 0;
  right: 0;
  background-color: var(--color-background-3);
  clip-path: polygon(48.92% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: .6;
  z-index: -1;
}
.leading-principles {
  position: absolute;
  width: calc(50% + 80px);
  aspect-ratio: 727/333;
  top: 0;
  transform: translateY(-45px);
  z-index: 10;
  background-color: var(--color-background-1);
  clip-path: polygon(0 0, 100% 0, calc(100% - 247px) 100%, 0% 100%);
  padding: 30px 34px;
  max-width: 800px;
  margin: 0 0 0 85px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.leading-principles.fixed-leading-principles {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
}
.content .h3-like {
  color: var(--color-primary);
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font: 400 12px/20px 'Syncopate', sans-serif;
}

/* Principles List */
.principles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.principles li {
  position: relative;
  background-color: var(--color-secondary);
  padding: 1px 1px 1px 5px;
  margin-bottom: 15px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 26.5px) 100%, 0% 100%);
  color: #999999;
  width: calc(100% - 98px);
  opacity: .5;
  filter: saturate(0);
  transition: all 0.3s ease;
}
.principles li:last-child {
  margin-bottom: 0;
}
.principles li:before, .principles li:after {
  /* content: ''; */
  content: unset;
  position: absolute;
}
.principles li:nth-child(2) {
  width: calc(100% - 136px);
}
.principles li:nth-child(3) {
  width: calc(100% - 173px);
}
.principles li:nth-child(4) {
  width: calc(100% - 211px);
}
.principles li:nth-child(5) {
  width: calc(100% - 248px);
}
.principles li a {
  display: block;
  background-color: var(--color-background-1);
  color: var(--color-primary);
  text-decoration: none;
  font: 300 13px/17px 'Montserrat', sans-serif;
  width: calc(100% - 1px);
  height: 100%;
  padding: 8px 12px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
}
.principles li strong {
  color: #666666;
}
.principles li.active {
  opacity: 1;
  filter: saturate(1);
}
.principles li.active a {
  background-color: #FAFAF6;
}
.principles li.active strong {
  color: var(--color-black);
}

/* ========== SECTION LAYOUTS ========== */
.section {
  height: 100vh;
  padding: 9.38vh 6.64vw 9.38vh 6.65vw;
}
.section:nth-of-type(even) {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
.section:nth-of-type(even) h2, .section:nth-of-type(even) p {
  color: var(--color-dark);
}
.section:nth-of-type(even) .button-like {
  color: var(--color-dark);
  border-color: var(--color-dark);
}
.section:nth-of-type(even) .button-like:before, .section:nth-of-type(even) .button-like:after {
  background-color: var(--color-background-1);
}
.section:nth-of-type(even) .button-like:hover {
  /* background-color: #00375C; */
  background-color: #002D52;
}

.container {
  height: 100%;
  margin: 0;
}
.text-image {
  height: 100%;
  display: flex;
  gap: 5.47vw;
  align-items: flex-start;
  justify-content: space-between;
}
.container .text-image .text {
  width: 39.06vw;
  margin-top: auto;
  margin-bottom: 3vh;
}
.container .text-image .text .emphasis {
  position: relative;
  z-index: 1;
}
.container .text-image .text .emphasis:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 5px;
  bottom: 2px;
  left: 0;
  border-bottom: 4px solid var(--color-secondary);
  padding-bottom: 2px;
  transition: all .5s;
  z-index: -1;
}
.section:nth-of-type(even) .container .text-image .text .emphasis.line:after {
  border-bottom: 4px solid var(--color-secondary);
}
.container .text-image .text .emphasis.line:after {
  width: 100%;
}

/* Section Images */
.image-fixed-container {
  position: relative;
  width: 42.19vw;
  max-width: 540px;
  height: 81.25vh;
  transition: opacity .3s ease-in;
  transition-delay: 0.3s;
  opacity: 1;
}
.image-fixed-container.fixed,
.principles-container:has(.fixed-leading-principles) .section .text-image .image-fixed-container.fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  right: 6.64vw;
  z-index: 10;
  transition: opacity .3s ease-out;
  transition-delay: 0s;
}
.image-fixed-container.fade-to-fixed {
  opacity: 0;
  transition: opacity .3s ease-in;
}
.image-fixed-container.fade-from-fixed {
  opacity: 0;
  transition: opacity .3s ease-out;
}
.text-image img.section-image {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  z-index: 20;
  position: absolute;
  bottom: 0;
}
.text-image .section-image.teachers-of-year {
  /* max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  object-fit: contain;
  z-index: 20;
  position: absolute;
  transform: translateY(50%);
  bottom: 50%;
  right: 0;
  max-width: calc(100% + 60px);
  width: calc(100% + 60px);
  /* background-color: white;
  padding: 10px 15px; */
}
.text-image .section-image.teachers-of-year h3 {
  width: 100%;
  text-align: center;
  margin: 0;
  height: 28px;
  font: 600 28px/32px 'Montserrat', sans-serif;
  /* color: white;
  text-shadow: 
    -1px -1px 0 #00375C,
    0px -1px 0 #00375C,
    1px -1px 0 #00375C,
    1px 0px 0 #00375C,
    1px 1px 0 #00375C,
    0px 1px 0 #00375C,
    -1px 1px 0 #00375C,
    -1px 0px 0 #00375C,
    0 0 2px #00375C; */

  /* color: var(--color-primary);
  text-shadow: 
    -1px -1px 0 var(--color-background-2),
    0px -1px 0 var(--color-background-2),
    1px -1px 0 var(--color-background-2),
    1px 0px 0 var(--color-background-2),
    1px 1px 0 var(--color-background-2),
    0px 1px 0 var(--color-background-2),
    -1px 1px 0 var(--color-background-2),
    -1px 0px 0 var(--color-background-2),
    0 0 2px var(--color-background-2); */
  color: #003B46;
}
.text-image .section-image.teachers-of-year .teacher-card {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-black);
}
.text-image .section-image.teachers-of-year .teacher-card .teacher-image {
  /* border-radius: 50%; */
  /* width: calc(100% - 20px); */
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  /* border: 6px solid var(--color-secondary); */
  background-color: #980202;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.text-image .section-image.teachers-of-year .teacher-card .teacher-info {
  text-align: center;
  padding: 15px;
}
.text-image .section-image.teachers-of-year .teacher-card .teacher-info * {
  color: var(--color-dark);
  fill: var(--color-dark);
}
.text-image .section-image.teachers-of-year .teacher-card .teacher-info .teacher-name {
  font: 700 16px/19px 'Montserrat', sans-serif;
  letter-spacing: -.25px;
  margin: 0px 0 7px 0;
}
.text-image .section-image.teachers-of-year .teacher-card .teacher-info .teacher-position {
  /* font: 500 11px/15px 'Montserrat', sans-serif; */
  font: 500 10px/13px 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 7px 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* display: flex;
  gap: 3px;
  justify-content: center; */
}
.text-image .section-image.teachers-of-year .teacher-card .teacher-info .teacher-position svg {
  margin-right: 3px;
}
.text-image .section-image.teachers-of-year .teacher-card .teacher-info .teacher-school {
  font: 300 11px/15px 'Montserrat', sans-serif;
  /* color: var(--color-black); */
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.section:nth-child(3) .text-image .image-fixed-container,
.section:nth-last-child(2) .text-image .image-fixed-container {
  opacity: 0;
}
.principles-container:has(.fixed-leading-principles) .section .text-image .image-fixed-container {
  opacity: 0;
}

.text h2 {
  margin-bottom: 20px;
  /* font: 600 37px/39px 'Montserrat'; */
  text-shadow: -3px 3px 0px var(--color-primary), 3px 3px 0 var(--color-primary);
}
.section:nth-of-type(odd) .text h2 {
  text-shadow: -3px 3px 0px var(--color-background-2), 3px 3px 0 var(--color-background-2);
}
.text p {
  margin-bottom: 20px;
}

/* ========== CAMPAIGN SECTION ========== */
.campaign-section {
  background-image: url('../images/banner.png'), linear-gradient(90deg,rgba(0, 59, 70, 1) 0%, rgba(0, 59, 70, 1) 49%, rgba(13, 13, 13, 1) 51%, rgba(13, 13, 13, 1) 100%);
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  align-items: center;
  color: var(--color-dark);
  padding-left: 80px;
  position: relative;
}
.campaign-text {
  max-width: 600px;
}
.campaign-text h1 {
  font: 300 58px/60px 'Montserrat', sans-serif;
  color: var(--color-dark);
}
.campaign-text .highlight {
  font-weight: 600;
}
.signature {
  margin-top: 30px;
  font: 300 16px/20px 'Montserrat', sans-serif;
  color: #89D0FF; /* light blue for USA colors in campaign */
  display: flex;
  align-items: center;
}
.signature .line {
  width: 40px;
  height: 4px;
  background-color: var(--color-secondary);
  display: inline-block;
  margin-right: 10px;
}

/* ========== WHO WE ARE SECTION ========== */
.who-we-are {
  background-image: url('../images/hk-and-kids.png');
  background-image: url('../images/hk-and-kids.png'), linear-gradient(90deg,rgba(0, 59, 70, 1) 0%, rgba(13, 13, 13, 1) 50%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  min-height: 570px;
  /* width: 100%; */
  /* aspect-ratio: 640/285; */
  /* height: auto; */
  padding: 0 0 0 85px;
  position: relative;
}
.who-we-are .content {
  max-width: 425px;
  z-index: 2;
}
.who-we-are h2 {
  font: 300 58px/60px 'Montserrat', sans-serif;
  margin: 0 0 20px 0;
  color: var(--color-dark);
}
.who-we-are h2 span {
  font-weight: 600;
}
.who-we-are p {
  font: 300 16px/23px 'Montserrat', sans-serif;
  margin-bottom: 20px;
  color: var(--color-dark);
}
.who-we-are a.button-like.primary {
  border-color: var(--color-dark);
  color: var(--color-dark);
}
.who-we-are a.button-like.primary:hover {
  background-color: #00375C;
}
.who-we-are a.button-like.primary:before, .who-we-are a.button-like.primary:after {
  background-color: var(--color-background-1);
}

/* ========== FOOTER ========== */
footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: var(--color-background-2);
  padding: 75px 0 0 0;
}
.footer-about {
  position: absolute;
  top: -30px;
  left: 85px;
  width: 412px;
}
.footer-top {
  position: relative;
  background-color: var(--color-background-4);
  padding: 32px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
}
.footer-top:after {
  position: absolute;
  content: '';
  background-color: var(--color-background-1);
  width: calc(100% - 1.5px);
  height: calc(100% - 1px);
  top: .5px;
  left: .5px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 199px) 100%, 0 100%);
  z-index: -2;
}
.footer-logo {
  max-height: 45px;
}
.footer-top h2 {
  font: 700 13px/15px 'Syncopate';
  color: var(--color-primary);
  margin-bottom: 9px;
}
.footer-top address {
  font-style: normal;
  color: var(--color-primary);
  font: 400 13px/16px 'Montserrat', sans-serif;
  margin-bottom: 8px;
}
.footer-top a {
  color: var(--color-primary);
  display: block;
  text-decoration: none;
}
.footer-top .social-icons {
  margin-top: 20px;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: var(--color-black);
  opacity: .75;
}

.utility-footer {
  padding: 0 90px 35px 0;
  width: calc(100% - 480px);
}
footer nav {
  width: 100%;
}
footer nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
footer .nav-item a {
  opacity: .8;
}
footer .nav-item a:hover {
  opacity: 1;
}
footer .nav-item > a {
  font: 600 13px/16px 'Montserrat', sans-serif;
}
footer .nav-item:has( .nav-dropdown) > a {
  margin-bottom: 15px;
}
footer a {
  display: block;
  font: 400 12px/15px 'Montserrat', sans-serif;
  color: var(--color-primary);
  text-decoration: none;
}
footer nav ul li {
  margin: 0;
  padding: 0;
}
footer nav ul li:before {
  content: unset;
}

.utility-footer nav ul li {
  font: 600 13px/16px 'Montserrat', sans-serif;
}
.utility-footer nav ul li a {
  color: var(--color-primary);
  text-decoration: none;
}
.utility-footer nav .sub-menu {
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}
.utility-footer nav .sub-menu li {
  font: 400 12px/15px 'Montserrat', sans-serif;
}
.main-footer {
  position: relative;
  display: grid;
  padding: 60px 90px 90px 0;
  background-color: var(--color-background-3);
  width: calc(100% - 480px);
  z-index: 0;
}
.main-footer:after {
  position: absolute;
  content: '';
  height: 100%;
  aspect-ratio: 40/47;
  width: auto;
  right: 100%;
  background-color: var(--color-background-3);
  clip-path: polygon(88.12% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
.main-footer nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 30px;
}


.main-footer nav .sub-menu {
  gap: 10px;
}
.footer-copy {
  width: 40%;
  margin: 20px 0 0 23px;
  font: 400 12px/15px 'Montserrat', sans-serif;
  color: var(--color-black);
}

.footer-footer {
  background-color: var(--color-secondary);
  width: 100%;
  padding: 3px 10px;
  color:var(--color-dark);
  font-size: 13px;
  font-weight: bold;
}
.footer-footer div {
  max-width: 1280px;
  margin: 0 92px 0 85px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.footer-footer div a {
  float:right;
  color:var(--color-dark);
  text-decoration:none;
  font-weight: initial;
}

/* ========== SECONDARY PAGES ========== */
.page-header {
  width: 100%;
  /* height: 378px; */
  aspect-ratio: 1170/378;
  height: auto;
  margin: 0 60px 50px 50px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 24.36% 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  background-image: url('/content/_site_images/background-gradient.png');
  background-repeat: repeat-x;
  z-index: -1;
}

/* LEFT SIDEBAR */
.left-sidebar {
  margin-left: 60px;
}

.page-left-navigation {
  width: 200px;
  background-color: var(--color-background-1);
  padding: 31px;
}
.page-left-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-left-navigation li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
}
.page-left-navigation a {
  position: relative;
  display: block;
  font: 400 16px/19px 'Montserrat', sans-serif;
  color: var(--color-primary);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.page-left-navigation svg {
  position: absolute;
  left: -31px;
  fill: var(--color-secondary);
}
.page-left-navigation a.nav-heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.page-left-navigation a.nav-heading:before, .page-left-navigation li:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 17px;
  left: -31px;
  top: 0;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="%23EE0000"><path d="M15,0 L17,0 L17,17 L15,17 Z M8,0 L11,0 L11,17 L8,17 Z M0,0 L5,0 L5,17 L0,17 Z" id="Combined-Shape"></path></g></svg>');
  opacity: 0;
  transition: opacity 0.2s;
}
.page-left-navigation a.nav-heading:not(.active):hover:before, .page-left-navigation li:not(.active):hover:before {
  opacity: .1;
}
.page-left-navigation a.nav-heading.active:before, .page-left-navigation li.active:before {
  opacity: 1;
}

/* WHAT'S INSIDE */
.whats-inside {
  margin-top: 45px;
}
.whats-inside h2 {
  font: 600 30px/34px 'Montserrat', sans-serif;
  width: fit-content;
  border-bottom: 5px solid var(--color-secondary);
}
.card-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0;
}
.card-list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.card-list li {
  list-style: none;
  background-color: var(--color-background-2);
  margin: 0;
  padding: 0;
}
.card-list li:before {
  content: unset;
}
.card-list li .card-image {
  width: 100%;
  aspect-ratio: 290/234;
  height: auto;
  /* height: 234px; */
  background-size: cover;
  background-position: center;
}
.card-list li .card-image.ratio-1-1 {
  aspect-ratio: 1/1;
  height: auto;
}
.card-list li .card-content {
  padding: 30px;
}
.card-list li .card-content h3 {
  font: 600 20px/24px 'Montserrat', sans-serif;
  margin-top: 0;
}
.card-list li .card-content p {
  font: 500 15px/20px 'Montserrat', sans-serif;
}
.card-list li .card-content .button-like {
  border: 1px solid #7493A7;
}

/* ===== NEWS PAGE ===== */
.news-list {
  padding: 0;
  margin: 38px 0 0 0;
}
.news-list li {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  gap: 30px;
}
.news-list li:before {
  content: unset;
}
.news-list li .news-date {
  width: 125px;
  font: 700 12px/20px 'Syncopate', sans-serif;
  text-transform: uppercase;
}
.news-list li .news-content {
  flex: 1;
}
.news-list li .news-content h2 {
  margin-top: 0;
  font: 500 23px/28px 'Montserrat', sans-serif;
}
.news-list li .news-content .author {
  font: 600 14px/17px 'Montserrat', sans-serif;
}

/* ===== BOARD, STAFF AND ADVISORS PAGE ===== */
.board-list li {
  list-style: none;
  padding: 0 0 25px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid var(--color-secondary);
}
.board-list:last-of-type li:last-child {
  border-bottom: none;
}
.board-list:last-child li:last-child {
  border-bottom: none;
}
.board-list li:before {
  content: unset;
}
.board-list li article {
  display: flex;
  gap: 36px;
}
.board-list li article .board-image {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-position: center;
}
.board-list li article .board-content {
  flex: 1;
}
.board-list li article .board-content h3 {
  margin: 0 0 11px 0;
}
.board-list li article .board-content .title-company {
  /* display: flex; */
  /* align-items: end; */
  /* gap: 5px; */
  display: inline;
  font: 400 12px/11px 'Syncopate', sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.board-list li article .board-content .title-company .title {
  font-weight: 700;
}
.board-list li article .board-content .title-company .separator {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: var(--color-secondary);
}

/* ===== PAST RECIPIENTS PAGE ===== */
form#award-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  margin-top: 25px;
}
form#award-search label {
  display: flex;
  flex-direction: column;
}
form#award-search label select {
  width: max-content;
  min-width: 100%;
}
.past-recip #results-title {
  margin: 25px 0;
  border-bottom: 1px solid var(--color-secondary);
}
.past-recip #results-title div * {
  display: inline;
}
.past-recip #results article {
  padding-left: 15px;
}
.past-recip #results article h3 {
  margin: 0
}

#pagination_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
#pagination_nav #page-nums {
  display: flex;
  gap: 10px;
}
#pagination_nav #page-nums p {
  cursor: pointer;
}

/* ===== GRANTS DB ===== */
.grants-page {
  background-color: var(--color-background-2);
  border: 1px solid var(--color-background-4);
  padding: 20px 25px 12px 25px;
}
.grants-page .filters {
  display: flex;
  gap: 25px;
}
.grants-page .filters .multi-select {
  position: relative;
  flex: 1;
}
.grants-page .filters .multi-select .dropdown-toggle {
  width: 100%;
  text-align: left;
  border: 1px solid #D1D1D1;
  height: 35px;
  padding: 9px 13px;
  font: 400 14px/16px 'Montserrat', sans-serif;
  background-color: var(--color-background-1);
}
.grants-page .filters .multi-select .dropdown-toggle:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg width="10px" height="5.7px" viewBox="0 0 10 5.7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="%23EE0000"><polygon points="0.146446609 0.146446609 0.5 0 0.853553391 0.146446609 5 4.3 9.14644661 0.146446609 9.5 0 9.85355339 0.146446609 10 0.498223305 9.85 0.85 5 5.7 0.15 0.85 -1.70931904e-17 0.498223305"></polygon></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.grants-page .filters .multi-select .dropdown {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 5px 10px;
  z-index: 1000;
}
.grants-page .filters .multi-select .dropdown label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.grants-page .filters .multi-select.open .dropdown {
  display: flex;
}

#grants_map {
  position: relative;
  display: flex;
  width: fit-content;
  margin-top: 25px;
}
#grants_map .counties-map {
  width: 100%;
  height: auto;
  max-width: 500px;
  overflow: visible;
}
#grants_map .counties-map path {
  fill: rgba(238,0,0,.5);
  cursor: pointer;
  transition: fill .2s ease;
}
#grants_map .counties-map path.unused {
  fill: rgba(238,0,0,.15);
  pointer-events: none;
}
#grants_map .counties-map path:hover, #grants_map .counties-map path.active {
  fill: rgba(238,0,0,1);
  pointer-events: all;
}
#grants_map .map-pin {
  position: absolute;
  transform: translate(-50%, calc(-100% - 10px));
  width: 20px;
  height: 19px;
  font: 400 12px/15px 'Montserrat', sans-serif;
  background-color: var(--color-secondary);
  color: var(--color-dark);
  /* padding: 2px 0 15px 0; */
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: unset;
  opacity: .6;
  transition: opacity .2s ease;
}
#grants_map .map-pin:hover, #grants_map .map-pin.active {
  opacity: 1;
}
#grants_map .map-pin:before {
  content: '';
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: calc(100% - 1px);
  height: 16px;
  transform: translateX(-50%);
  bottom: -10px;
  left: 50%;
  background-color: var(--color-secondary);
  z-index: -1;
}


/* =========================
MEDIA QUERIES
========================= */
@media (min-width: 1281px) {
  /* ===== LAYOUT ===== */
  .main-content {
    padding: 0 calc((100vw - 1280px) / 2) 200px calc((100vw - 1280px) / 2);
  }

  /* ===== HEADER ===== */
  #header {
    padding: 22px calc(((100vw - 1280px) / 2) + 37px) 22px calc(((100vw - 1280px) / 2) + 47px);
  }

  /* ===== HOME ===== */
  .campaign-section {
    padding-left: calc(((100vw - 1280px) / 2) + 84px);
    background-size: contain;
    background-position: right calc((100vw - 1280px) / 2) center;
    background-repeat: no-repeat;
    background-color: #0D0D0D;
  }
  .leading-principles {
    margin: 0 0 0 calc(((100vw - 1280px) / 2) + 85px);
    max-width: 726px;
  }
  .section {
    padding: 9.38vh calc(((100vw - 1280px) / 2) + (1280px * .0664)) 9.38vh calc(((100vw - 1280px) / 2) + (1280px * .0665));
  }
  .text-image {
    gap: calc(1280px * .0547);
  }
  .container .text-image .text {
    width: calc(1280px * .3906);
  }
  .image-fixed-container {
    width: calc(1280px * .4219);
  }
  .image-fixed-container.fixed, .principles-container:has(.fixed-leading-principles) .section .text-image .image-fixed-container.fixed {
    right: calc(((100vw - 1280px) / 2) + (1280px * .0664));
  }
  .who-we-are {
    padding-left: calc(((100vw - 1280px) / 2) + 84px);
    background-image: url('../images/hk-and-kids.png'), linear-gradient(90deg,rgba(0, 59, 70, 1) 0%, rgba(0, 59, 70, 1) 49%, rgba(13, 13, 13, 1) 51%, rgba(13, 13, 13, 1) 100%);
    background-position: right calc((100vw - 1280px) / 2) center;
    background-color: rgb(13,13,13);
  }

  /* ===== FOOTER ===== */
  .footer-about {
    left: calc(((100vw - 1280px) / 2) + 84px);
  }
  .utility-footer {
    padding: 0 calc(((100vw - 1280px) / 2) + 92px) 35px 0;
    width: calc(((100vw - 1280px) / 2) + 802px);
  }
  .main-footer {
    padding: 60px calc(((100vw - 1280px) / 2) + 92px) 90px 0;
    width: calc(((100vw - 1280px) / 2) + 802px);
  }
  .footer-footer div {
    margin: 0 calc(((100vw - 1280px) / 2) + 92px) 0 calc(((100vw - 1280px) / 2) + 85px);
  }
}

@media (max-width: 1030px) {
  /* ===== HEADER ===== */
  .nav-left a, .nav-left .logo {
    height: 42px;
  }
  .nav-right-container nav {
    padding-bottom: 7px;
  }
  .nav-right-container nav ul {
    gap: 20px;
  }
  .main-nav li a strong {
    font-size: 12px;
    line-height: 19px;
  }
  .main-nav li span {
    font-size: 12px;
    line-height: 15px;
  }

  /* ===== LAYOUT ===== */
  .main-content {
    flex-direction: column;
  }
  .page-header {
    width: calc(100% - 100px);
    margin: 0 50px 50px 50px;
  }
  .left-sidebar {
    order: 2;
    margin: 50px 0 0 60px;
  }
  .page-left-navigation {
    border: 1px solid var(--color-background-4);
  }
  .page-content, .main-content:has( .right-sidebar .cesa-district) .page-content {
    order: 1;
    width: calc(100% - 120px);
    margin: 0 60px;
  }
  .right-sidebar {
    order: 3;
    margin: 50px 0 0 60px;
  }

  /* ===== HOME ===== */
  .campaign-section {
    padding-left: 50px;
  }
  .leading-principles {
    padding: 25px;
    clip-path: polygon(0 0, 100% 0, 65.61% 100%, 0% 100%);
  }
  .principles li {
    width: calc(100% - 60px);
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 24.5px) 100%, 0% 100%);
    margin-bottom: 5px;
  }
  .principles li:nth-child(2) {
    width: calc(100% - 90px);
  }
  .principles li:nth-child(3) {
    width: calc(100% - 120px);
  }
  .principles li:nth-child(4) {
    width: calc(100% - 150px);
  }
  .principles li:nth-child(5) {
    width: calc(100% - 180px);
  }
  .principles li a {
    clip-path: polygon(0 0, 100% 0, calc(100% - 23px) 100%, 0% 100%);
    padding: 7px 11px;
  }
  .who-we-are {
    padding-left: 50px;
  }
  .who-we-are .content {
    width: 40%;
  }
  .who-we-are h2 {
    font-size: 48px;
    line-height: 50px;
  }

  /* ===== FOOTER ===== */
  .footer-about {
    left: 60px;
  }
  .utility-footer, .main-footer {
    width: calc(100% - 455px);
    width: calc(100% - 430px);
  }
  .main-footer:after {
    right: calc(100% - 25px);
  }
}

@media (max-width: 930px) {
  .nav-left a, .nav-left .logo {
    height: 36px;
  }
  .nav-right-container nav {
    padding-bottom: 6px;
  }
  .main-nav li a strong {
    font-size: 11px;
    line-height: 18px;
  }
  .main-nav li span {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 900px) { /* begin mobile */
  /* ===== HEADER ===== */
  body:has( #header.menu-toggled) {
    overflow: hidden;
  }
  #header {
    align-items: center;
  }
  button.menu-toggle {
    display: block;
  }
  .menu-toggled button.menu-toggle .hamburger-lines .line {
    /* position: absolute; */
    top: 50%;
  }
  .menu-toggled button.menu-toggle .hamburger-lines .line.line-1 {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .menu-toggled button.menu-toggle .hamburger-lines .line.line-2 {
    transform: translate(-50%, -50%) rotate(45deg);
    top: calc(50% - 8px);
  }
  .menu-toggled button.menu-toggle .hamburger-lines .line.line-3 {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: calc(50% - 16px);
  }
  .nav-right-container {
    display: none;
    position: absolute;
    left: 0;
    top: 69px;
    width: 100%;
    height: calc(100vh - 69px);
    background-color: var(--color-background-1);
    padding: 32px;
    padding-bottom: 150px;
    align-items: flex-start;
    gap: 0;
    z-index: 1000;
    overflow: auto;
  }
  .nav-right-container nav ul li a {
    font-size: 13px;
    line-height: 16px;
  }
  #header.home .nav-right-container nav ul li a {
    color: var(--color-primary);
    /* display: inline-block;
    text-align: left;
    padding-right: 22px; */
  }
  .nav-right-container nav ul li .nav-dropdown li {
    margin-top: 10px;
  }
  #header.home .nav-right-container nav.utility-nav ul li .dropdown-arrow svg {
    width: 12px;
    fill: var(--color-primary);
  }
  #header.home .nav-right-container nav ul li .nav-dropdown {
    background-color: unset;
    border: unset;
  }
  #header.menu-toggled .nav-right-container {
    display: flex;
  }
  .nav-right-container .utility-nav {
    order: 2;
    padding-top: 25px;
    position: relative;
    gap: 50px;
  }
  .nav-right-container .utility-nav ul {
    position: relative;
    gap: 25px;
  }
  .nav-right-container .utility-nav ul.nav-list:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% + 50px);
    transform: translateX(-50%);
    top: -25px;
    left: 50%;
    background-color: var(--color-background-3);
    z-index: -1;
  }
  .nav-right-container .main-nav {
    order: 1;
    padding-bottom: 25px;
  }
  .nav-right-container nav, .nav-right-container .nav-list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 25px;
  }
  .nav-right-container nav ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .nav-right-container nav ul li a {
    text-transform: uppercase;
  }
    .nav-right-container nav ul li .nav-dropdown li a {
    text-align: left;
    text-transform: none;
  }
  .nav-right-container nav ul li:has( .nav-dropdown):after, .nav-right-container nav ul li .nav-dropdown:before, .nav-right-container nav ul li.active:before {
    content: unset;
  }
  .nav-right-container nav ul li:hover .nav-dropdown, .nav-right-container nav ul li:focus .nav-dropdown {
    display: none;
  }
  .nav-right-container nav ul li .nav-dropdown {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    border: unset;
    background-color: unset;
  }
  .nav-right-container nav ul li .nav-dropdown.open {
    display: block;
  }
  .nav-right-container nav ul li .dropdown-arrow {
    display: block;
    position: relative;
    flex: 1;
  }
  .nav-right-container nav ul li .dropdown-arrow svg {
    position: absolute;
    right: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    top: 3px;
    transition: transform 0.3s;
  }
  .nav-right-container nav ul li:has( .nav-dropdown.open) .dropdown-arrow svg {
    transform: rotate(180deg);
  }
  .main-nav li a {
    display: inline-block;
    text-align: left;
    padding-right: 22px;
    /* flex-direction: row; */
    /* gap: 5px; */
  }
  .main-nav li a, .main-nav li a strong {
    width: fit-content;
    font: 700 13px/13px 'Syncopate', sans-serif;
    /* text-transform: uppercase; */
  }
  .utility-nav a svg, #header.home .utility-nav a svg {
    fill: var(--color-primary);
  }

  /* ===== LAYOUT ===== */
  .left-sidebar, .right-sidebar {
    width: calc(100% - 120px);
    max-width: 300px;
  }
  .page-left-navigation {
    width: 100%;
  }
  .page-content, .main-content:has( .right-sidebar .cesa-district) .page-content {
    width: calc(100% - 120px);
  }

  /* ===== HOME ===== */
  .campaign-section {
    aspect-ratio: 64/35;
    height: auto;
    /* width: 100vw;
    height: 100vh; */
    padding-left: 30px;
    background-position: center right;
  }
  .campaign-text {
    max-width: 460px;
    width: 50%;
  }
  .campaign-text h1 {
    font-size: 50px;
    line-height: 52px;
  }
  .leading-principles {
    margin-left: 60px;
    width: calc(100% - 120px);
    max-width: 530px;
  }
  .principles li {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 22.5px) 100%, 0% 100%);
  }
  .principles li:nth-child(2) {
    width: calc(100% - 86px);
  }
  .principles li:nth-child(3) {
    width: calc(100% - 111px);
  }
  .principles li:nth-child(4) {
    width: calc(100% - 137px);
  }
  .principles li:nth-child(5) {
    width: calc(100% - 163px);
  }
  .principles li a {
    clip-path: polygon(0 0, 100% 0, calc(100% - 21px) 100%, 0% 100%);
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .who-we-are {
    background-image: url('../images/hk-and-kids-mobile.png');
    background-image: url('../images/hk-and-kids-mobile.png'), linear-gradient(90deg,rgba(0, 59, 70, 1) 0%, rgba(13, 13, 13, 1) 50%);
    background-size: contain;
    background-position: center bottom;
    align-items: flex-start;
    padding: 50px;
  }
  .who-we-are .content {
    max-width: unset;
    width: 100%;
    margin-bottom: calc(100vw / 2);
    /* text-align: center; */
  }

  /* ===== FOOTER ===== */
  footer {
    align-items: center;
    padding: 302px 0 0 0;
  }
  .footer-about {
    /* transform: translateX(-50%);
    left: calc(50% + 40px); */
    left: 60px;
  }
  .utility-footer {
    /* min-height: 268px; */
    width: calc(100% - 120px);
    padding: 0 0 50px 0;
  }
  .main-footer {
    width: 100%;
    padding: 32px 60px;
  }
  .utility-footer ul, .main-footer nav ul {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center;
    text-align: center; */
    /* align-items: flex-start; */
    /* gap: 30px; */
  }
  .utility-footer nav .sub-menu, .main-footer nav .sub-menu {
    gap: 15px;
  }
  .footer-footer {
    padding: 3px 60px;
  }
  .footer-footer div {
    display: flex;
    /* flex-direction: column-reverse; */
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .tablet {
    display: block;
  }

  /* ALERT OVERLAY */
  .alert-block .alert-block-content {
    width: calc(100% - 50px);
  }

  /* ===== LAYOUT ===== */
  .main-content:not(:has( .page-header)) {
    padding-top: 75px;
  }
  .page-header {
    width: calc(100% - 64px);
    margin: 0 32px 32px 32px;
  }
  .left-sidebar, .right-sidebar {
    margin: 50px 0 0 32px;
    width: calc(100% - 64px);
  }
  .page-content, .main-content:has( .right-sidebar .cesa-district) .page-content {
    width: calc(100% - 64px);
    margin: 0 32px;
  }

  /* ===== HOME ===== */
  .main-content.home {
    padding-top: 0;
  }
  .campaign-section {
    width: 100vw;
    height: calc(100vh - 75px);
    padding: 98px 30px 30px 30px;
    align-items: flex-start;
    background-image: url('../images/banner-mobile.png');
    background-image: url('../images/banner-mobile.png'), linear-gradient(90deg,rgba(0, 59, 70, 1) 0%, rgba(13, 13, 13, 1) 50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .campaign-text {
    width: 100%;
    max-width: unset;
  }
  .campaign-text h1 {
    font-size: 40px;
    line-height: 42px;
  }

  /* ===== NEWS ===== */
  .news-list li {
    flex-direction: column;
    gap: 5px;
  }

  /* ===== FOOTER ===== */
  .footer-about {
    left: 32px;
    max-width: calc(100vw - 32px);
  }
  .utility-footer {
    width: calc(100% - 110px);
  }
  .main-footer {
    padding: 32px 55px;
  }
  .utility-footer ul, .main-footer nav ul {
    flex-direction: column;
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .footer-footer {
    padding: 0;
  }
  .footer-footer div {
    margin: 5px 55px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
  }
}

@media only screen and (max-width: 580px) {
  /* ===== LAYOUT ===== */
  .card-list {
    grid-template-columns: 1fr;
  }
  .card-list li {
    max-width: 300px;
  }

  /* ===== BUCKETS ===== */
  .below-bucket-wrapper .bucket-card {
    flex-direction: column;
  }
  .below-bucket-wrapper .bucket-card .bucket-image-bg {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .below-bucket-wrapper .bucket-card .bucket-content {
    width: 100%;
    max-width: 300px;
    border: 1px solid var(--color-background-4);
    border-top: unset;
    padding: 30px 30px 25px 35px;
  }

  /* ===== HOME ===== */
  .leading-principles {
    /* width: 93.35vw; */
    width: 86.7vw;
    margin-left: 6.65vw;
    padding: 20px;
  }
  .principles li {
    width: calc(100% - 50px);
  }
  .principles li:nth-child(2) {
    width: calc(100% - 75px);
  }
  .principles li:nth-child(3) {
    width: calc(100% - 101px);
  }
  .principles li:nth-child(4) {
    width: calc(100% - 126px);
  }
  .principles li:nth-child(5) {
    width: calc(100% - 151px);
  }

  /* ===== BOARD, STAFF AND ADVISORS PAGE ===== */
  .board-list li article {
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .tablet {
    display: none;
  }
  .mobile {
    display: block;
  }

  /* ===== HEADER ===== */
  #header {
    padding: 16px 25px;
  }
  .nav-right-container {
    padding: 25px;
  }

  /* ===== BASE ELEMENTS ===== */
  h1, .h1-like {
    font: 600 32px/34px 'Montserrat', sans-serif;
  }
  form fieldset {
    min-width: unset;
  }
  form fieldset .field-row {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
  form fieldset .field-row > *:nth-child(2) {
    margin-top: 20px;
  }

  /* ===== LAYOUT ===== */
  .main-content:not(:has( .page-header)) {
    padding-top: 50px;
  }
  .left-sidebar, .right-sidebar {
    margin: 50px 0 0 25px;
    width: calc(100% - 50px);
  }
  .page-content, .main-content:has( .right-sidebar .cesa-district) .page-content {
    width: calc(100% - 50px);
    margin: 0 25px;
  }

  /* ===== HOME ===== */
  .main-content.home {
    padding: 0;
  }
  .campaign-text h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .leading-principles {
    margin: 0 0 0 10px;
    width: calc(100vw - 20px);
    clip-path: unset;
    aspect-ratio: unset;
    z-index: 50;
  }
  .leading-principles .content {
    margin: 0;
  }
  .leading-principles details summary {
    border: unset;
    padding: unset;
  }
  .leading-principles details:not([open]) summary h3 {
    margin: 0;
  }
  .home details summary::before {
    right: 8.5px;
  }
  .home details summary::after {
    right: 0;
  }
  .principles li, .principles li:nth-child(2), .principles li:nth-child(3), .principles li:nth-child(4), .principles li:nth-child(5) {
    width: 100%;
    clip-path: unset;
  }
  .principles li a {
    clip-path: unset;
    width: calc(100% - 0.5px);
  }
  .text-image {
    flex-direction: column-reverse;
  }
  .container .text-image .text {
    width: 86.71vw;
    height: 32.78vh;
    margin: 0;
  }
  .container .text-image:has( .teachers-of-year) .text {
    height: 20.78vh;
  }
  .image-fixed-container {
    height: 44.69vh;
    width: 86.71vw;
  }
  .image-fixed-container:has( .teachers-of-year) {
    height: 54.69vh;
  }
  .principles-container:has(.fixed-leading-principles) .section .text-image .image-fixed-container, .section:nth-child(3) .text-image .image-fixed-container, .section:nth-last-child(2) .text-image .image-fixed-container {
    opacity: 1;
  }
  .image-fixed-container.fixed, .principles-container:has(.fixed-leading-principles) .section .text-image .image-fixed-container.fixed {
    /* top: 9.38vh;
    transform: unset;
    right: unset;
    left: 6.64vw; */
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
  }

  .text-image img.section-image {
    object-position: left;
  }

  .text-image .section-image.teachers-of-year {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    transform: translate(50%,50%);
    right: 50%;
  }
  .text-image .section-image.teachers-of-year .teacher-card {
    width: calc((100% - 30px) / 3);
  }
  .text-image .section-image.teachers-of-year .teacher-card .teacher-info {
    padding: 10px;
  }
  

  /* ===== FOOTER ===== */
  .footer-about {
    left: 25px;
    width: calc(100% - 25px);
  }
  .footer-copy {
    margin: 15px 0 0 20px;
  }
  .utility-footer {
    width: calc(100% - 70px);
    margin: 0 25px 0 45px;
  }
  .main-footer {
    padding: 32px 25px 32px 45px;
  }
  .footer-top {
    padding: 20px;
  }
}