/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
:root {
  --site-max-width: 1260px;
  --site-max-width-medium: 1000px;
  --site-max-width-narrow: 800px;
  --site-gutter-desktop: 3rem;
  --site-gutter-tablet: 2rem;
  --site-gutter-mobile: 1.5rem;
  --surface-default: #FFFFFF;
  --surface-inverse: #1F3A5F;
  --surface-alt-1: rgb(243.8, 245.15, 247);
  --surface-alt-2: #DDDDDD;
  --color-default: #111111;
  --color-inverse: #FFFFFF;
  --color-primary: #1F3A5F;
  --color-secondary: #edd78d;
  --color-tertiary: gray;
  --color-accent-deep-burgundy: #6B2737;
  --color-accent-wine-red: #7A2535;
  --color-accent-brick-maroon: #8B2D3A;
  --color-accent-rich-crimson: #7B1D2E;
  --color-accent-warm-maroon: #9B3040;
  /* Grid */
  --grid-gap: 2rem;
  --grid-gap-sm: 1rem;
  --grid-gap-lg: 3rem;
  --grid-auto-min: 16rem;
  /* Accessibility tokens for focus states */
  --focus-ring-color: currentColor;
  --focus-ring-width: 2px;
  --focus-ring-offset: 2px;
  --focus-ring-style: solid;
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.flex-center {
  display: flex;
  justify-content: center; /* horizontal (main axis) */
  align-items: center; /* vertical (cross axis) */
}

.flex-between {
  display: flex;
  justify-content: space-between; /* horizontal spacing */
  align-items: center; /* vertical alignment */
}

.flex-middle {
  display: flex;
  align-items: center; /* vertical alignment */
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.light-bottom-margin {
  margin-bottom: 0.75rem;
}

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

@media (min-width: 1025px) {
  .hide-md-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-default);
}

p {
  margin-bottom: 1rem;
}

h1, h2 {
  font-family: "Rokkitt", serif;
}

h1 {
  font-size: 3rem;
  color: #1F3A5F;
  line-height: 1;
}
h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #edd78d;
}
h1.scc-page-title {
  margin: 3rem 0;
}
h1.scc-page-title.no-bottom-margin {
  margin-bottom: 0;
}

h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

h3 {
  margin-bottom: 1rem;
}

a {
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

ol, ul:not(nav ul) {
  padding-left: 1.25rem;
  margin-bottom: 2.5rem;
}

p {
  margin-bottom: 1rem;
}

main a:hover {
  text-decoration-thickness: 2px;
}

main a:focus-visible {
  outline: 3px solid #1F3A5F;
  outline-offset: 3px;
}

.scc-subheading {
  margin-bottom: 1.5rem;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h1.scc-page-title {
    margin: 1.5rem 0 0;
  }
  h2 {
    font-size: 2rem;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button, a.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 0.625rem 1.5rem;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  background-color: #1F3A5F;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.button:hover, a.button:hover,
.site-search__submit:hover {
  background-color: rgb(18.4523809524, 34.5238095238, 56.5476190476);
}

.site-search__field {
  padding: 0.625rem 1rem;
}

.button.button--light {
  background: #edd78d;
  color: #1F3A5F;
}

.scc-contact {
  padding: 3rem 0;
  background: #edd78d;
}

.scc-text-editor.scc-section {
  padding: 1rem 0 3rem;
}

@media (max-width: 560px) {
  .scc-text-editor.scc-section {
    padding: 1rem 0 2rem;
  }
}
.months-list, .called-meetings {
  list-style: none;
  padding: 0;
  margin: 0;
}
.months-list li, .called-meetings li {
  padding: 0.25rem 0;
}

.minutes-year {
  margin-bottom: 2rem;
}
.minutes-year__inner {
  padding: 2rem 2rem 2.25rem;
  background: rgb(252.3, 249, 237.9);
}
.minutes-year h2 {
  line-height: 1;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.minutes-year h2:after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background: #edd78d;
}
.minutes-year h3 {
  margin: 2rem 0 1rem;
}

section.minutes-year:last-of-type {
  margin-bottom: 5rem;
}

.single-document h1.scc-page-title {
  margin-bottom: 2rem;
}
.single-document time {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #1F3A5F;
  margin-bottom: 1rem;
}

.scc-document__summary {
  margin-bottom: 2.5rem;
}
.scc-document__highlights-heading {
  color: #1F3A5F;
}
.scc-document__highlights dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.scc-document__highlight {
  border-bottom: 1px solid rgb(247.4318181818, 238.1818181818, 207.0681818182);
  padding-bottom: 1rem;
}
.scc-document__highlight dt {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.scc-document__highlight p {
  margin: 0;
}
.scc-document__download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0 5rem;
}
.scc-document__download svg {
  max-height: 1.25rem;
  max-width: 1.25rem;
  fill: var(--color-default) !important;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Inter", sans-serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  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;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: var(--default);
  color: var(--surface-default);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: var(--surface-default);
  color: var(--default);
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-default) !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
#main-content {
  min-height: calc(100vh - var(--header-height) - var(--footer-height) - 53px);
}

.site-container {
  width: 100%;
  max-width: var(--site-max-width);
  margin-inline: auto;
  padding-inline: var(--site-gutter-desktop);
}
@media (max-width: 1024px) {
  .site-container {
    padding-inline: var(--site-gutter-tablet);
  }
}
@media (max-width: 560px) {
  .site-container {
    padding-inline: var(--site-gutter-mobile);
  }
}
.site-container--medium {
  max-width: var(--site-max-width-medium);
}
.site-container--narrow {
  max-width: var(--site-max-width-narrow);
}
.site-container--full {
  max-width: none;
  padding-inline: 0;
}
.site-container--wide {
  max-width: 1400px;
}

.scc-section {
  padding: 3rem 0;
}
.scc-section.no-top-padding {
  padding-top: 0;
}
.scc-section.no-bottom-padding {
  padding-bottom: 0;
}
.scc-section.light-top-padding {
  padding-top: 1.5rem;
}
.scc-section.light-bottom-padding {
  padding-bottom: 1.5rem;
}
.scc-section.extra-top-padding {
  padding-top: 4.5rem;
}
.scc-section.extra-bottom-padding {
  padding-bottom: 4.5rem;
}

.scc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
}
.scc-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 560px) {
  .scc-grid--2 {
    grid-template-columns: 1fr;
  }
}
.scc-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .scc-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .scc-grid--3 {
    grid-template-columns: 1fr;
  }
}
.scc-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .scc-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .scc-grid--4 {
    grid-template-columns: 1fr;
  }
}
.scc-grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-auto-min), 1fr));
}
.scc-grid--gap-sm {
  gap: var(--grid-gap-sm);
}
.scc-grid--gap-lg {
  gap: var(--grid-gap-lg);
}
.scc-grid--no-gap {
  gap: 0;
}

.scc-flex-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 768px) {
  .scc-flex-row {
    flex-direction: column;
  }
}
.scc-flex-row .scc-flex-col {
  flex: 1 1 0;
}

.scc-flex-col {
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  :root {
    --header-height: 123px;
  }
}
@media (max-width: 1199px) {
  :root {
    --header-height: 113px;
  }
}
@media (max-width: 561px) {
  :root {
    --header-height: 108px;
  }
}

.scc-header {
  background: var(--surface-inverse);
  width: 100%;
}
.scc-header__aux {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  display: flex;
  justify-content: end;
  gap: 1.5rem;
  align-items: center;
  border-bottom: 1px solid rgb(38.5580952381, 72.140952381, 118.1619047619);
}
.scc-header__aux a {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  text-decoration: none;
}
.scc-header__aux a:hover, .scc-header__aux a:focus {
  opacity: 0.85;
}
.scc-header__aux svg {
  max-height: 14px;
  width: auto;
}
.scc-header__aux svg * {
  fill: #ffffff;
}
.scc-header__aux * {
  line-height: 1;
}
.scc-header__aux .button {
  background: #1F3A5F;
  color: #ffffff;
}
.scc-header__inner {
  display: flex;
  justify-content: space-between;
  column-gap: 1.5rem;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.scc-header__logo-wrapper {
  display: inline-block;
  line-height: 0;
}
.scc-header .custom-logo-link {
  display: inline-block;
}
.scc-header .custom-logo-link:focus-visible {
  outline: var(--focus-ring-width) var(--focus-ring-style) var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
  border-radius: 2px;
}
.scc-header .custom-logo {
  max-height: 50px;
  width: auto;
  height: auto;
  display: block;
}
.scc-header__nav {
  z-index: 100;
}
.scc-header__nav a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
}
.scc-header__nav .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1350px) {
  .scc-header__nav .menu {
    column-gap: 0.5rem;
  }
}
.scc-header__nav .menu li {
  position: relative;
}
.scc-header__nav .menu li .submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.08);
  border: none;
  padding: 0.5rem;
  margin: 0;
  margin-left: 0.25rem;
  cursor: pointer;
  border-radius: 4px;
  min-width: 36px;
  min-height: 36px;
  flex-shrink: 0;
  color: var(--color-inverse);
}
.scc-header__nav .menu li .submenu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.scc-header__nav .menu li .submenu-toggle:focus-visible {
  outline: var(--focus-ring-width) var(--focus-ring-style) var(--color-inverse);
  outline-offset: var(--focus-ring-offset);
}
.scc-header__nav .menu li .submenu-toggle svg {
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .scc-header__nav .menu li .submenu-toggle svg {
    transition: transform 0.25s ease;
  }
}
.scc-header__nav .menu li .submenu-toggle svg path {
  fill: currentColor;
}
.scc-header__nav .menu > li > a {
  color: var(--surface-default);
  padding: 0.75rem 1rem;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.scc-header__nav .sub-menu {
  position: absolute;
  z-index: 1;
  background-color: var(--surface-default);
}
.scc-header__nav .sub-menu a {
  font-size: 0.875rem;
}
.scc-header__nav .sub-menu a:hover, .scc-header__nav .sub-menu a:focus-visible {
  background-color: rgb(211.5714285714, 223.9142857143, 240.8285714286);
}
.scc-header__nav .sub-menu li:not(:last-child) a {
  color: var(--default);
}
.scc-header__nav .sub-menu li:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  background: #edd78d;
}
.scc-header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.5rem;
  min-width: 44px;
  min-height: 44px;
}
.scc-header__toggle:focus-visible {
  outline: var(--focus-ring-width) var(--focus-ring-style) var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
}
.scc-header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--surface-default);
  border-radius: 15px;
  margin: 5px 0;
}
.scc-header ul {
  list-style: none;
}
.scc-header a:hover {
  text-decoration: none;
}
.scc-header a:focus-visible {
  outline: var(--focus-ring-width) var(--focus-ring-style) var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
}
.scc-header__alert {
  background: #edd78d;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1F3A5F;
}
.scc-header__alert * {
  margin: 0;
}
.scc-header__alert .button {
  background: #1F3A5F;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.scc-header__alert > * {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 769px) {
  .scc-header__alert--mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .scc-header__alert {
    text-align: center;
  }
  .scc-header__alert--desktop {
    display: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .scc-header a, .scc-header .sub-menu, .scc-header .submenu-toggle svg, .scc-header path, .scc-header .scc-header__toggle span {
    transition: all 0.25s ease;
  }
}

@media (min-width: 1200px) {
  .scc-header .custom-logo {
    max-height: 60px;
  }
  .scc-header__nav .menu {
    justify-content: flex-end;
    width: auto;
  }
  .scc-header__nav .menu li {
    position: relative;
    column-gap: 0;
    align-items: center;
  }
  .scc-header__nav .menu li a {
    padding: 0.625rem 1rem;
  }
  .scc-header__nav .menu li .submenu-toggle {
    pointer-events: none;
    cursor: default;
    margin-left: -1rem;
    background-color: transparent;
  }
  .scc-header__nav .menu li .submenu-toggle:hover {
    background-color: transparent;
  }
  .scc-header__nav .menu > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
  }
  .scc-header__nav .menu > li:hover, .scc-header__nav .menu > li:focus-within {
    background-color: rgb(24.8, 46.4, 76);
  }
  .scc-header__nav .menu > li:hover .sub-menu {
    display: block;
  }
  .scc-header__nav .menu > li:focus-within .sub-menu {
    display: block;
  }
  .scc-header .sub-menu {
    display: none;
    left: 0;
    top: 100%;
    min-width: 14rem;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  }
  .scc-header .menu > li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .scc-header {
    overflow: visible;
  }
  .scc-header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: var(--surface-inverse);
    top: var(--header-height);
    left: 0;
    padding: 0;
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
  }
}
@media (max-width: 1199px) and (prefers-reduced-motion: no-preference) {
  .scc-header__nav {
    transition: all 0.2s ease-out;
  }
}
@media (max-width: 1199px) {
  .scc-header__nav .menu {
    padding: 1rem 0 2rem;
    display: block;
  }
  .scc-header__nav .menu > li {
    padding: 0.25rem 1.5rem 0.25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .scc-header__nav .menu li a {
    min-width: 8rem;
    padding-left: 1.5rem;
    display: inline-block;
  }
  .scc-header__nav .menu li svg {
    cursor: pointer;
  }
  .scc-header__nav .menu li .sub-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 1.5rem;
    width: 100%;
    top: 100%;
  }
  .scc-header__nav .menu li .sub-menu li a {
    display: block;
    padding: 0.625rem 0;
    margin: 0;
  }
  .scc-header__nav .menu li:hover svg {
    transform: none;
  }
  .scc-header__toggle {
    display: block;
    position: relative;
  }
  .scc-header__toggle.nav-open span {
    position: relative;
    right: 0;
  }
}
@media (max-width: 1199px) and (prefers-reduced-motion: no-preference) {
  .scc-header__toggle.nav-open span {
    transition: all 0.25s ease;
  }
}
@media (max-width: 1199px) {
  .scc-header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .scc-header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .scc-header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .scc-header.nav-open .scc-header__nav {
    transform: translateX(0);
  }
}
@media (max-width: 1199px) and (prefers-reduced-motion: no-preference) {
  .scc-header.nav-open .scc-header__nav {
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 560px) {
  .scc-header__alert {
    font-size: 0.875rem;
  }
  .scc-header .custom-logo {
    max-height: 45px;
  }
}
/* Accessibility utilities */
.skip-to-content {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1rem 1.5rem;
  background: var(--surface-inverse);
  color: var(--color-inverse);
  text-decoration: none;
  font-weight: bold;
}
.skip-to-content:focus {
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  outline: var(--focus-ring-width) var(--focus-ring-style) var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
}

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

body.nav-open {
  overflow: hidden;
}

@media (min-width: 1025px) {
  :root {
    --footer-height: 193px;
  }
}
@media (max-width: 1024px) {
  :root {
    --footer-height: 388px;
  }
}
@media (max-width: 400px) {
  :root {
    --footer-height: 409px;
  }
}

.scc-footer {
  background: #1F3A5F;
  color: #ffffff;
  padding: 2rem 0;
  font-size: 1rem;
}
.scc-footer__address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 0.875rem;
}
.scc-footer__address .custom-logo {
  max-height: 50px;
  width: auto;
}
.scc-footer__address address {
  font-style: normal;
}
.scc-footer__links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.scc-footer__links-list a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
}
.scc-footer__links-list a:hover, .scc-footer__links-list a:focus {
  color: #edd78d;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.scc-footer__links-list a:focus-visible {
  outline: var(--focus-ring-width) var(--focus-ring-style) var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
  border-radius: 2px;
}
.scc-footer__links-list a svg {
  max-height: 1.5rem;
  width: 1.5rem;
}
.scc-footer__bottom {
  font-size: 0.875rem;
  text-align: center;
  padding: 2rem 0 1rem;
  color: #DDD;
}

@media (min-width: 1025px) {
  .scc-footer .scc-grid--3 > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .scc-footer__contact {
    align-items: start;
    gap: 0.5rem;
  }
  .scc-footer__links {
    align-items: flex-end;
  }
  .scc-footer__links nav, .scc-footer__links ul {
    display: inline-flex;
  }
}
@media (max-width: 1024px) {
  .scc-footer .scc-grid--3 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .scc-footer .scc-grid--3 > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .scc-footer .scc-grid--3 > * a {
    place-self: center;
  }
  .scc-footer__contact {
    order: 3;
  }
  .scc-footer__address {
    order: 2;
  }
  .scc-footer__links {
    order: 1;
  }
  .scc-footer__links li {
    display: inline-block;
  }
  .scc-footer__links a {
    text-align: center;
  }
}
.scc-404__top h1 {
  margin-bottom: 1rem;
}
.scc-404__top p {
  margin-bottom: 2rem;
}

.site-search {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-search__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-default, #1F3A5F);
}
.site-search__row {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 0.625rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__results-heading {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: var(--color-default);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--surface-alt-2);
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--surface-alt-2);
}
.site-search__result h3 {
  font-size: 1.25rem;
  margin: 0;
}
.site-search__result h3 a {
  text-decoration: none;
  color: #1F3A5F;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h3 a:hover, .site-search__result h3 a:focus {
  text-decoration: underline;
  color: rgb(18.4523809524, 34.5238095238, 56.5476190476);
}
.site-search__result p {
  font-size: 15px;
  margin: 0;
}
.site-search__prompt, .site-search__no-results {
  padding: 15px 0;
  font-size: 1rem;
}

.scc-search__top h1 {
  margin-bottom: 2rem;
}

.scc-resources {
  padding: 3rem 0 3.25rem;
  background: #edd78d;
  margin-top: 6rem;
}
.scc-resources h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.scc-resources ul {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  row-gap: 2rem;
}
@media (max-width: 1199px) {
  .scc-resources ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .scc-resources ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 399px) {
  .scc-resources ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.scc-resources ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.scc-resources ul li img {
  max-width: 24px;
}

@media (min-width: 1025px) {
  .home #main-content {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .scc-hero {
    padding: 0;
    height: calc(var(--hero-half-height) * 2);
    -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 560px) {
  h1.scc-page-title {
    margin-bottom: 0;
  }
}
.scc-member__photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.scc-member__photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.scc-member__name {
  font-size: 1.75rem;
  color: #1F3A5F;
}
.scc-member__details {
  font-size: 1rem;
}

:root {
  --hero-half-height: 120px;
}

img {
  max-width: 100%;
  height: auto;
}

.scc-hero {
  height: calc(2 * var(--hero-half-height));
  background-size: cover;
  background-position: center;
}

.scc-homepage-top-bar {
  transform: translateY(-50%);
}
.scc-homepage-top-bar .scc-page-title {
  margin: 0;
}
.scc-homepage-top-bar__inner {
  padding: 1rem;
}
.scc-homepage-top-bar__grid {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scc-homepage-top-bar__clerk {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.scc-homepage-top-bar__clerk p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.scc-homepage-top-bar__avatar {
  border-radius: 50%;
  max-width: 80px;
}

@media (max-width: 1400px) {
  .scc-homepage-top-bar {
    max-width: calc(100% - 4rem);
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .scc-homepage-top-bar__grid {
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .scc-homepage-top-bar__clerk {
    margin-top: 0;
    flex-direction: row-reverse;
  }
  .scc-homepage-top-bar__avatar {
    max-width: 60px;
  }
  .scc-homepage-top-bar h1.scc-page-title {
    position: absolute;
    color: #ffffff;
    top: calc(-1 * var(--hero-half-height));
    transform: translateY(calc(-50% + 19px));
  }
}
