@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 500; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?s46py8");
  src: url("../fonts/icomoon/icomoon.eot?s46py8#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2?s46py8") format("woff2"), url("../fonts/icomoon/icomoon.ttf?s46py8") format("truetype"), url("../fonts/icomoon/icomoon.woff?s46py8") format("woff"), url("../fonts/icomoon/icomoon.svg?s46py8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-printer_aoda:before {
  content: "\e932"; }

.icon-fonts_acccessible:before {
  content: "\e933"; }

.icon-share_accessible:before {
  content: "\e934"; }

.icon-contrast:before {
  content: "\e935"; }

.icon-volume_on:before {
  content: "\e900"; }

.icon-volume_off:before {
  content: "\e901"; }

.icon-pausebutton:before {
  content: "\e902"; }

.icon-playbutton:before {
  content: "\e903"; }

.icon-arrow_long_down:before {
  content: "\e904"; }

.icon-arrow_long_right:before {
  content: "\e905"; }

.icon-arrow_long_up:before {
  content: "\e906"; }

.icon-arrow_long_left:before {
  content: "\e907"; }

.icon-pencil_paper:before {
  content: "\e908"; }

.icon-clock:before {
  content: "\e909"; }

.icon-attach_clip:before {
  content: "\e90a"; }

.icon-single_arrow_down:before {
  content: "\e90b"; }

.icon-single_arrow_up:before {
  content: "\e90c"; }

.icon-single_arrow_right:before {
  content: "\e90d"; }

.icon-single_arrow_left:before {
  content: "\e90e"; }

.icon-solid_circle_arrow_up:before {
  content: "\e90f"; }

.icon-solid_circle_checklist:before {
  content: "\e910"; }

.icon-solid_circle_document:before {
  content: "\e911"; }

.icon-solid_circle_download:before {
  content: "\e912"; }

.icon-solid_circle_minus:before {
  content: "\e913"; }

.icon-solid_circle_pdf:before {
  content: "\e914"; }

.icon-solid_circle_plus:before {
  content: "\e915"; }

.icon-solid_circle_upload_document:before {
  content: "\e916"; }

.icon-facebook_logo:before {
  content: "\e917"; }

.icon-chat_bubble:before {
  content: "\e918"; }

.icon-checklist:before {
  content: "\e919"; }

.icon-circle_arrow_down:before {
  content: "\e91a"; }

.icon-circle_arrow_left:before {
  content: "\e91b"; }

.icon-circle_arrow_right:before {
  content: "\e91c"; }

.icon-circle_arrow_up:before {
  content: "\e91d"; }

.icon-circle_decrease:before {
  content: "\e91e"; }

.icon-circle_increase:before {
  content: "\e91f"; }

.icon-close_x:before {
  content: "\e920"; }

.icon-computer_mouse:before {
  content: "\e921"; }

.icon-computer:before {
  content: "\e922"; }

.icon-document:before {
  content: "\e923"; }

.icon-double_arrow_left:before {
  content: "\e924"; }

.icon-double_arrow_right:before {
  content: "\e925"; }

.icon-download_document:before {
  content: "\e926"; }

.icon-hamburger:before {
  content: "\e927"; }

.icon-instagram_icon:before {
  content: "\e928"; }

.icon-linkedin_icon:before {
  content: "\e929"; }

.icon-location_pin:before {
  content: "\e92a"; }

.icon-pdf:before {
  content: "\e92b"; }

.icon-plus_icon:before {
  content: "\e92c"; }

.icon-search_50x50:before {
  content: "\e92d"; }

.icon-upload_document:before {
  content: "\e92e"; }

.icon-x_logo:before {
  content: "\e92f"; }

.icon-youtube_logo:before {
  content: "\e930"; }

.icon-spotify_logo:before {
  content: "\e931"; }

.icon-announce:before {
  content: "\e942"; }

.icon-id_badge:before {
  content: "\e943"; }

.icon-phone:before {
  content: "\e944"; }

.icon-fax:before {
  content: "\e945"; }

.icon-download_doc:before {
  content: "\e946"; }

.icon-person_outline_circle:before {
  content: "\e947"; }

.icon-documents:before {
  content: "\e948"; }

.icon-pencil_document:before {
  content: "\e949"; }

.icon-home:before {
  content: "\e94a"; }

.icon-globe:before {
  content: "\e94b"; }

.icon-envelope_submit:before {
  content: "\e938"; }

.icon-envelope_icon:before {
  content: "\e939"; }

.icon-person_icon:before {
  content: "\e93a"; }

.icon-circle_person_icon:before {
  content: "\e93b"; }

.icon-circle_submit_Icon:before {
  content: "\e93c"; }

.icon-circle_solid_link:before {
  content: "\e93d"; }

.icon-link:before {
  content: "\e93e"; }

.icon-circle_open_button:before {
  content: "\e93f"; }

.icon-circle_close_button:before {
  content: "\e940"; }

.icon-document_submit_icon:before {
  content: "\e941"; }

.icon-circle_close:before {
  content: "\e937"; }

.icon-calendar:before {
  content: "\e936"; }

@keyframes simpleScale {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes animation-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

.content-shell {
  margin-bottom: 3em; }

.container {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 74em) {
    .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (max-width: 74em) {
    .container {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (max-width: 50em) {
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (max-width: 25em) {
    .container {
      padding-left: 1em;
      padding-right: 1em; } }
.container-md {
  padding: 0 5vw; }
  @media only screen and (max-width: 1600px) {
    .container-md {
      padding: 0 calc(5vw - 2vw); } }
  @media only screen and (max-width: 1300px) {
    .container-md {
      padding: 0 calc(5vw - 2vw); } }
  @media only screen and (max-width: 1100px) {
    .container-md {
      padding: 0 calc(5vw - 2vw); } }
  @media only screen and (max-width: 768px) {
    .container-md {
      padding: 0 calc(5vw - 1vw); } }
.container-services-left {
  padding: 0 0 0 20vw; }
  @media only screen and (max-width: 1600px) {
    .container-services-left {
      padding: 0 0 0 calc(20vw - 5vw); } }
  @media only screen and (max-width: 1300px) {
    .container-services-left {
      padding: 0 0 0 calc(20vw - 10vw); } }
  @media only screen and (max-width: 1100px) {
    .container-services-left {
      padding: 0 0 0 calc(20vw - 12vw); } }
  @media only screen and (max-width: 768px) {
    .container-services-left {
      padding: 0 0 0 calc(20vw - 15vw); } }
.container-services-right {
  padding: 0 20vw 0 0; }
  @media only screen and (max-width: 1600px) {
    .container-services-right {
      padding: 0 calc(20vw - 5vw) 0 0; } }
  @media only screen and (max-width: 1300px) {
    .container-services-right {
      padding: 0 calc(20vw - 10vw) 0 0; } }
  @media only screen and (max-width: 1100px) {
    .container-services-right {
      padding: 0 calc(20vw - 12vw) 0 0; } }
  @media only screen and (max-width: 768px) {
    .container-services-right {
      padding: 0 calc(20vw - 15vw) 0 0; } }
button {
  background: none;
  border: none;
  cursor: pointer; }

.link-button {
  font-size: 18px;
  padding: 0.7rem 1.7rem;
  border-radius: 10px;
  font-weight: 300;
  text-decoration: none;
  width: fit-content;
  color: white;
  background: #F28C29; }
  .contrast .link-button {
    background: black; }
  .link-button:hover {
    background: #EF5924;
    color: white !important; }
    .contrast .link-button:hover {
      background: white; }
  .link-button a {
    color: white !important; }

.btn {
  display: inline-block;
  padding: 0.5em;
  color: white !important;
  background: #0C5179;
  transition: 150ms ease;
  border: none;
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content; }
  .btn:hover {
    background-color: #707070; }
  .btn:active {
    background-color: #000305; }
  .btn--colour {
    border-color: white; }
  .btn--wide {
    padding: 0.5em 2em; }
  .btn--big {
    padding: 1em 2em; }
  .btn--full {
    display: block;
    text-align: center; }
  .btn--yellow {
    background: #8d99ae; }
  .btn--text-lg {
    font-size: 1.15em; }

.admin-new {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em 3em;
  font-size: 1.2em; }

.btn-wrapper .btn {
  margin: 0 1em; }

.admin-btn {
  margin-top: 1em;
  font-size: 1.4em; }

.admin-btn-group {
  display: flex;
  justify-content: space-between; }

.admin-delete-btn-group {
  display: flex; }
  .admin-delete-btn-group button {
    margin-right: 1em; }

@keyframes pressBtn {
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.btn_container .btn {
  margin-right: 1em; }
  .btn_container .btn:last-child {
    margin-right: 0; }

.custom-label {
  position: relative;
  display: block;
  float: left;
  margin-right: 1.5em;
  cursor: pointer; }
  .custom-label.no-label-text {
    float: none;
    display: inline-block;
    margin-right: 0; }
    .custom-label.no-label-text label {
      padding-left: 0; }
  .custom-label label {
    padding-left: 1.5em; }
  .custom-label.radio-label label {
    cursor: pointer; }
    .custom-label.radio-label label:before {
      position: absolute;
      content: "";
      border-radius: 10px;
      border: 1px solid #666;
      background: linear-gradient(to bottom, #ccc, #fff);
      height: 1em;
      width: 1em;
      top: 0;
      left: 0; }
    .custom-label.radio-label label:after {
      position: absolute;
      content: "";
      height: 0.6em;
      width: 0.6em;
      background: #5e6265;
      border-radius: 6px;
      top: 0;
      bottom: 0;
      left: 4px;
      margin: auto;
      display: none; }
  .custom-label.radio-label:hover label {
    color: #5e6265; }
    .custom-label.radio-label:hover label:after {
      background: #666;
      display: block; }
  .custom-label.radio-label:active label:after {
    background: #5e6265;
    display: block; }
  .custom-label.radio-label input:checked + label:after {
    background: #5e6265;
    display: block; }
  .custom-label.radio-label.disabled-input {
    cursor: auto; }
    .custom-label.radio-label.disabled-input label {
      color: #5e6265;
      cursor: auto; }
    .custom-label.radio-label.disabled-input:hover label:after {
      background: none; }
  .custom-label.checkbox-label.no-label-text label {
    margin-top: 0; }
  .custom-label.checkbox-label label {
    color: #5e6265;
    padding-left: 2.3em;
    margin-bottom: 0;
    margin-top: 0.2em;
    cursor: pointer; }
    .custom-label.checkbox-label label:before {
      position: absolute;
      content: "";
      border: 2px solid #fff;
      box-shadow: 0 0 0 2px #939393;
      height: 1em;
      width: 1em;
      top: 0;
      left: 2px;
      border-radius: 0px;
      padding: 0 1px 2px 1px;
      background: #fff; }
    .custom-label.checkbox-label label:after {
      position: absolute;
      content: "";
      height: 35px;
      width: 31px;
      top: -10px;
      left: -8px;
      display: none; }
    .custom-label.checkbox-label label .loading-text {
      font-size: 1em; }
  .custom-label.checkbox-label[disabled="disabled"] label {
    cursor: auto; }
    .custom-label.checkbox-label[disabled="disabled"] label:before {
      box-shadow: 0 0 0 2px #939393; }
  .custom-label.checkbox-label:not([disabled="disabled"]):hover label {
    color: #5e6265; }
    .custom-label.checkbox-label:not([disabled="disabled"]):hover label:before {
      box-shadow: 0 0 0 2px #5e6265; }
    .custom-label.checkbox-label:not([disabled="disabled"]):hover label:after {
      display: block; }
  .custom-label.checkbox-label:not([disabled="disabled"]):active label:before {
    box-shadow: 0 0 0 2px #5e6265; }
  .custom-label.checkbox-label input:checked + label:before {
    content: "";
    font-family: "icomoon";
    color: #5e6265;
    box-shadow: 0 0 0 2px #5e6265; }
  .custom-label input {
    display: none; }

/* ================================================================================================
	DISPLAY TABLE
================================================================================================ */
table.display_table {
  color: black;
  position: relative;
  width: 100%;
  border-radius: 6px;
  border: 3px solid #3c3e3f;
  border-spacing: 0;
  border-collapse: separate; }
  table.display_table tr:last-child td:first-child {
    border-bottom-left-radius: 3px; }
  table.display_table tr:last-child td:last-child {
    border-bottom-right-radius: 3px; }

table.display_table td,
table.display_table th {
  text-align: left;
  vertical-align: middle;
  padding: 1em 1rem;
  font-size: 1.05em; }

table.display_table th {
  color: white;
  font-size: 1.15em;
  text-transform: uppercase;
  cursor: auto;
  letter-spacing: 1px;
  background: #212121; }

table.display_table tr {
  background: #fff;
  border: 1px solid transparent; }
  table.display_table tr:nth-child(even) {
    background: #e1e7e8; }

table.display_table tr.clickable:hover,
table.display_table tr.active-row {
  cursor: pointer;
  background: #90cff4; }

div.edit_btn {
  color: #272727;
  text-transform: uppercase;
  padding: 2px;
  display: block;
  text-align: center; }

/* =======================================
	ERROR & SUCCESS
======================================= */
.error {
  background: #b13112;
  color: white;
  font-weight: bold;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #541709;
  margin-bottom: 1em;
  list-style: none; }
  .error.msg_animate {
    animation: grower 0.25s linear;
    transform-origin: center center; }

.success {
  background: #abc76d;
  font-weight: bold;
  color: #212121;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #789539;
  margin-bottom: 1em; }
  .success.msg_animate {
    animation: grower 0.25s linear;
    transform-origin: center center; }
  .success a {
    color: #fdcf62; }
    .success a:hover {
      color: #fdcf62; }
  .success.small {
    padding: 0.5em;
    margin-bottom: 0; }

@keyframes grower {
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='url'],
input[type='password'],
fieldset,
textarea {
  display: block;
  border: 1px solid #999;
  border-radius: 0.2em;
  padding: 0.6em;
  font-size: 1em;
  width: 100%;
  max-width: 100%; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='tel']:focus,
  input[type='number']:focus,
  input[type='date']:focus,
  input[type='time']:focus,
  input[type='datetime-local']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  fieldset:focus,
  textarea:focus {
    border-color: #158fd6;
    transition: 0.2s linear;
    background: white; }
  input[type='text'].auto-width,
  input[type='email'].auto-width,
  input[type='tel'].auto-width,
  input[type='number'].auto-width,
  input[type='date'].auto-width,
  input[type='time'].auto-width,
  input[type='datetime-local'].auto-width,
  input[type='url'].auto-width,
  input[type='password'].auto-width,
  fieldset.auto-width,
  textarea.auto-width {
    width: auto; }
  input[type='text'].date,
  input[type='email'].date,
  input[type='tel'].date,
  input[type='number'].date,
  input[type='date'].date,
  input[type='time'].date,
  input[type='datetime-local'].date,
  input[type='url'].date,
  input[type='password'].date,
  fieldset.date,
  textarea.date {
    width: 50%; }
  input[type='text'].extra_pad,
  input[type='email'].extra_pad,
  input[type='tel'].extra_pad,
  input[type='number'].extra_pad,
  input[type='date'].extra_pad,
  input[type='time'].extra_pad,
  input[type='datetime-local'].extra_pad,
  input[type='url'].extra_pad,
  input[type='password'].extra_pad,
  fieldset.extra_pad,
  textarea.extra_pad {
    padding: 1em; }

select {
  padding: 0.25em 0.25em; }

textarea {
  resize: none;
  width: 100%;
  height: 14em; }

.req-star {
  color: #c00;
  font-family: Arial, Helvetica, sans-serif; }

@media (min-width: 73em) {
  .form-group-25 {
    display: flex;
    justify-content: space-between; }
    .form-group-25 .form-field:first-child {
      margin-right: 1em;
      width: 25%; }
    .form-group-25 .form-field:last-child {
      margin-left: 1em;
      width: 75%; } }

@media (min-width: 73em) {
  .form-group-50 {
    display: flex;
    justify-content: space-between; }
    .form-group-50 .form-field:first-child {
      margin-right: 1em;
      width: 50%; }
    .form-group-50 .form-field:last-child {
      margin-left: 1em;
      width: 50%; } }

@media (min-width: 73em) {
  .form-group-75 {
    display: flex;
    justify-content: space-between; }
    .form-group-75 .form-field:first-child {
      margin-right: 1em;
      width: 75%; }
    .form-group-75 .form-field:last-child {
      margin-left: 1em;
      width: 25%; } }

.form-field {
  position: relative;
  padding: 1em 0;
  clear: both; }
  .form-field:after {
    content: '';
    display: table;
    clear: both; }
  .form-field .field-label {
    display: block;
    font-size: 1.3em;
    color: #0C5179;
    padding-bottom: 0.5em; }
  .form-field.error_container {
    margin-bottom: 5px; }
    .form-field.error_container input {
      border-color: #7f1420;
      background: #ffecec; }
    .form-field.error_container input:-webkit-autofill {
      box-shadow: 0 0 0 50px rgba(255, 190, 190, 0.8) inset;
      -webkit-text-fill-color: #000; }
      .form-field.error_container input:-webkit-autofill:focus {
        outline: none;
        box-shadow: 0 0 0 50px rgba(255, 190, 190, 0.8) inset; }
  .form-field.date-field {
    width: 50%;
    clear: none;
    float: left; }
    .form-field.date-field input {
      width: 100%; }
  .form-field.half-field {
    width: 50%;
    float: left;
    clear: none; }
  .form-field.clear-float {
    float: none;
    clear: both; }
  .form-field.floated-field h2 {
    width: 8em;
    float: left;
    height: 100%;
    padding-top: 0.5em; }
  .form-field.floated-field input {
    float: left; }
  .form-field.floated-field .error {
    float: none;
    clear: both; }
  .form-field.flex-field {
    display: flex; }
  .form-field .cke {
    border: 2px solid #6d6d6d; }
    .form-field .cke.cke_focus {
      border-color: #158fd6;
      transition: 0.2s linear;
      background: white; }

.floated-field-container:after {
  content: '';
  display: table;
  clear: both; }

.floated-field-container .half-field {
  padding-right: 1em; }
  .floated-field-container .half-field:nth-child(even) {
    padding-right: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #888; }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #888; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #888; }

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #888; }

input:-webkit-autofill {
  box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #000; }
  input:-webkit-autofill:focus {
    outline: none;
    box-shadow: 0 0 0 50px white inset, 0 0 12px #158fd6; }

.standout {
  font-size: 1.1rem;
  background: #eee;
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #faf7f0;
  color: #272727; }

.new-item {
  padding: 1em;
  border: 1px solid #999;
  background: #eee;
  border-radius: 0.5em;
  margin-bottom: 2em; }
  .new-item .standout {
    background: #cddcac;
    font-weight: bold; }

.item-list {
  margin-top: 2em; }
  .item-list li {
    display: flex;
    padding: 1em;
    background: #eee;
    border: 1px solid #999;
    border-radius: 0.5em;
    margin-bottom: 1em; }
    @media (max-width: 600px) {
      .item-list li {
        display: block; } }
    .item-list li img {
      display: block;
      margin-right: 1em;
      align-self: center; }
      @media (max-width: 600px) {
        .item-list li img {
          margin: 0 auto 1em; } }
    .item-list li .item-success {
      margin-bottom: 3em; }
    .item-list li .item-fields {
      position: relative;
      flex: 1; }
      .item-list li .item-fields .buttons {
        position: absolute;
        bottom: 0rem;
        right: 0rem; }
        @media (max-width: 430px) {
          .item-list li .item-fields .buttons {
            position: initial; } }
      .item-list li .item-fields button {
        padding: 0;
        font-size: 2em;
        background: none; }
        .item-list li .item-fields button.icon-cross {
          margin-right: 1em; }
        .item-list li .item-fields button.update:hover {
          text-decoration: underline; }
        .item-list li .item-fields button:hover {
          color: #a1bd65; }
        .item-list li .item-fields button:active {
          animation: pressBtn 0.3s linear;
          transform-origin: center center;
          transition: background-color 0.1s linear; }
        .item-list li .item-fields button:disabled {
          color: #999;
          cursor: auto; }
          .item-list li .item-fields button:disabled:hover {
            text-decoration: none; }
      .item-list li .item-fields .admin-btn {
        font-size: 1.5em;
        background: #a1bd65;
        color: white;
        font-weight: bold;
        padding: 0.3em;
        margin-left: 1em; }
        .item-list li .item-fields .admin-btn:hover {
          color: white; }
        .item-list li .item-fields .admin-btn:disabled {
          background: #999;
          color: white; }
        @media (max-width: 430px) {
          .item-list li .item-fields .admin-btn {
            display: block;
            margin: 0;
            margin-top: 1em; } }
.text-icon {
  margin-left: 1.5em;
  padding: 0 1em;
  color: #fff;
  background: #0C5179;
  border-radius: 0.2em;
  transition: background 0.1s ease-in-out; }
  .text-icon:active {
    animation: pressBtn 0.3s linear;
    transform-origin: center center; }
  .text-icon [class^='icon-'],
  .text-icon [class*=' icon-'] {
    margin-left: 0.5em; }

.character-count {
  padding: 0.5em;
  text-align: right; }
  .character-count.warning {
    color: red; }
  .character-count .character-count--current {
    padding-right: 0.4em; }
  .character-count .character-count--limit {
    padding-left: 0.2em; }

/* ---------- SelectBoxIt ---------- */
.full-select .selectboxit-container,
.full-select .selectboxit-container .selectboxit {
  width: 100%; }

.full-select .selectboxit-enabled .selectboxit-text {
  min-width: 90%; }

.image-upload-section,
.file-upload-section {
  position: relative;
  background: #fff;
  height: 300px;
  font-size: 2em;
  text-transform: uppercase;
  color: #999;
  z-index: 1;
  line-height: 1em;
  border: 2px solid #999;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center; }
  .image-upload-section.upload-error,
  .file-upload-section.upload-error {
    color: #7f1420;
    background: #ffecec; }
  .image-upload-section img,
  .file-upload-section img {
    display: block;
    max-height: 100%; }

.image-upload-col.disabled img,
.file-upload-col.disabled img {
  opacity: 0.3; }

.image-upload-col.disabled .file-upload-btn-wrapper .image-drop-name, .image-upload-col.disabled .file-upload-btn-wrapper:hover .image-drop-name, .image-upload-col.disabled .file-upload-btn-wrapper:active .image-drop-name,
.file-upload-col.disabled .file-upload-btn-wrapper .image-drop-name,
.file-upload-col.disabled .file-upload-btn-wrapper:hover .image-drop-name,
.file-upload-col.disabled .file-upload-btn-wrapper:active .image-drop-name {
  background: #999;
  opacity: 0.8; }

.image-upload-col.disabled .file-upload-btn-wrapper .img-input,
.image-upload-col.disabled .file-upload-btn-wrapper .file-input,
.file-upload-col.disabled .file-upload-btn-wrapper .img-input,
.file-upload-col.disabled .file-upload-btn-wrapper .file-input {
  cursor: auto; }

.file-upload-btn-wrapper {
  position: relative; }
  .file-upload-btn-wrapper .image-drop-name {
    position: relative;
    font-size: 1em;
    padding: 1em;
    z-index: 2;
    margin: 0;
    color: #fff;
    background: #272727;
    border: 2px solid #272727; }
  .file-upload-btn-wrapper:hover .image-drop-name {
    background: #414141;
    color: #fff; }
  .file-upload-btn-wrapper:active .image-drop-name {
    background: #cdd7d9;
    animation: pressBtn 0.2s linear;
    transform-origin: center center; }
  .file-upload-btn-wrapper .img-input,
  .file-upload-btn-wrapper .file-input {
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0; }

.progress_bar {
  position: relative;
  border: 1px solid #6d6d6d;
  padding: 1em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fff; }
  .progress_bar.progress_error {
    background: #ed8c97; }
  .progress_bar.progress_success {
    background: #c2d49b; }
  .progress_bar.upload_complete {
    background: #c2d49b; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
    .progress_bar.upload_complete .progress_bar--message {
      position: relative;
      padding-left: 2em; }
    .progress_bar.upload_complete .progress_bar--message:before {
      content: "";
      position: absolute;
      box-sizing: border-box;
      width: 1em;
      height: 1em;
      left: 0;
      top: 0;
      border-radius: 50%;
      border: 2px solid transparent;
      border-top-color: #ede3ca;
      animation: spinner 0.6s linear infinite; }
  .progress_bar.completed {
    background: #c2d49b;
    border-color: #313c1a; }
    .progress_bar.completed .progress_bar--message {
      color: #313c1a; }
  .progress_bar .progress_bar--bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 1; }
  .progress_bar.in_progress .progress_bar--bar {
    background-color: #c9ffc9;
    background-size: 100px 100px;
    background-image: linear-gradient(45deg, #96ff96 25%, transparent 25%, transparent 50%, #96ff96 50%, #96ff96 75%, transparent 75%, transparent);
    animation: loadingStripes 1s infinite linear; }

@keyframes loadingStripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 200px 100px; } }
    .progress_bar.in_progress .progress_bar--bar:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.4) 100%); }
  .progress_bar .progress_bar--message,
  .progress_bar .progress_bar--percentage {
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #3a3a3a; }
  .progress_bar .progress_bar--percentage {
    padding-left: 0.5em; }

.search-loader {
  padding: 2em 0; }

.ajax-loader {
  position: relative;
  height: 4em;
  width: 4em;
  margin-left: auto;
  margin-right: auto; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
  .ajax-loader:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #ede3ca;
    animation: spinner .6s linear infinite; }

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease; }

.modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.modal-container {
  width: 50%;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
  color: initial; }

.modal-header {
  padding: 1rem; }
  .modal-header h3 {
    margin: 0;
    color: #fff; }

.modal-body {
  margin: 1em 1rem; }

.modal-footer {
  padding: 1rem; }
  .modal-footer .btn {
    margin-right: 1em; }
    @media (max-width: 600px) {
      .modal-footer .btn {
        width: 100%; } }
    .modal-footer .btn:last-child {
      margin-right: 0; }

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.paginate-back:before {
  content: ""; }

.paginate-forward:before {
  content: ""; }

.pagination-result-text {
  text-align: center;
  color: #faf7f0; }

.pagination-pages {
  padding-bottom: 0.5em;
  text-align: center;
  font-family: 'Arial';
  font-weight: bold; }
  .pagination-pages:after {
    content: '';
    display: table;
    clear: both; }
  .pagination-pages .counter {
    display: inline-block;
    font-size: 1.2em;
    padding: 0.35em 0.6em;
    margin-left: 0.3em;
    line-height: 1em;
    margin-bottom: 0.5em;
    color: #6b6b6b;
    text-decoration: none; }
    @media (max-width: bp_mid) {
      .pagination-pages .counter {
        padding: 0.6em 0.7em; } }
    .pagination-pages .counter:first-child {
      margin-left: 0; }
    .pagination-pages .counter.current_counter, .pagination-pages .counter:hover {
      color: white;
      background: #0C5179; }
    .pagination-pages .counter:active {
      animation: pressBtn 0.2s linear;
      transform-origin: center center; }
    .pagination-pages .counter.inactive, .pagination-pages .counter.inactive:hover, .pagination-pages .counter.inactive:active {
      animation: none;
      color: #6b6b6b;
      border-color: #ddd;
      opacity: 0.5; }
      .pagination-pages .counter.inactive:hover, .pagination-pages .counter.inactive:hover:hover, .pagination-pages .counter.inactive:active:hover {
        background: white; }
  .pagination-pages .counter.paginate-backward,
  .pagination-pages .counter.paginate-forward,
  .pagination-pages .counter.icon-first,
  .pagination-pages .counter.icon-last {
    margin-right: 1em;
    background: white; }
    .pagination-pages .counter.paginate-backward:hover,
    .pagination-pages .counter.paginate-forward:hover,
    .pagination-pages .counter.icon-first:hover,
    .pagination-pages .counter.icon-last:hover {
      background: #fff; }
    .pagination-pages .counter.paginate-backward:before,
    .pagination-pages .counter.paginate-forward:before,
    .pagination-pages .counter.icon-first:before,
    .pagination-pages .counter.icon-last:before {
      display: block;
      font-size: 1em; }
    .pagination-pages .counter.paginate-backward.inactive, .pagination-pages .counter.paginate-backward.inactive:hover,
    .pagination-pages .counter.paginate-forward.inactive,
    .pagination-pages .counter.paginate-forward.inactive:hover,
    .pagination-pages .counter.icon-first.inactive,
    .pagination-pages .counter.icon-first.inactive:hover,
    .pagination-pages .counter.icon-last.inactive,
    .pagination-pages .counter.icon-last.inactive:hover {
      background: white; }
  .pagination-pages .icon-first {
    margin-right: 1em;
    margin-left: 0; }
  .pagination-pages .icon-last {
    margin-left: 0.2em;
    margin-right: 0; }

.pagination {
  font-family: 'Arial';
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em; }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination .counter {
    display: inline-block;
    margin-left: 0.3em;
    margin-bottom: 0.5em;
    padding: 0.6em 1em;
    border-radius: 0.4em;
    line-height: 1em;
    background: #efefef;
    color: #6b6b6b;
    border: 2px solid #ddd;
    text-decoration: none; }
    .pagination .counter:first-child {
      margin-left: 0; }
    .pagination .counter:hover {
      background: #d6d6d6;
      border-color: #c4c4c4; }
    .pagination .counter:active {
      animation: pressBtn 0.2s linear;
      transform-origin: center center; }
    .pagination .counter.active, .pagination .counter.disabled, .pagination .counter.disabled:hover, .pagination .counter.disabled:active {
      cursor: auto;
      animation: none;
      background: #d6d6d6;
      color: #6b6b6b;
      border-color: #ddd; }
  .pagination .icon-previous:before,
  .pagination .paginate-forward:before,
  .pagination .paginate-backward:before,
  .pagination .icon-forward:before {
    display: block;
    font-size: 1em; }

.permalink_preloader {
  display: none;
  position: absolute;
  height: 39%;
  width: 3em;
  text-align: center;
  padding: 0.5em;
  border-left: 1px solid #faf7f0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff; }

#permalink_error {
  margin-top: 5px;
  color: #7f1420;
  clear: both;
  display: none; }

.padded-listing {
  position: relative;
  padding-bottom: 2em; }
  .padded-listing .input-wrapper {
    position: relative; }
  .padded-listing input[type='text'] {
    position: relative;
    padding-right: 7em;
    border-color: #3c3e3f; }
    .padded-listing input[type='text']:focus {
      border-color: #0C5179;
      transition: border-color 0.1s linear; }
  .padded-listing .search-btn {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 6em;
    background: #212121;
    cursor: pointer;
    text-align: center; }
    .padded-listing .search-btn:before {
      color: black;
      background: #fff;
      height: 1.5em;
      width: 1.5em;
      line-height: 1.6em;
      top: 0.25em;
      position: relative;
      border-radius: 1em;
      font-size: 1em;
      font-weight: bold;
      padding: 0.3em; }
    .padded-listing .search-btn:hover {
      background: black;
      transition: background 0.1s linear; }
    .padded-listing .search-btn:active {
      background: #cdd7d9; }

.search-loader .ajax-loader {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em; }

body .selectboxit-container * {
  font-size: 1rem;
  color: initial;
  font-family: "canada-type-gibson", regular; }

div .selectboxit-container .selectboxit {
  border-radius: 0px; }

div .selectboxit-arrow-container {
  background-color: #b1b1b1; }

div .selectboxit-arrow {
  border-top-color: white; }

div .selectboxit-btn {
  background-image: none;
  background-color: white;
  border-color: #999; }
  div .selectboxit-btn:hover {
    border-color: #0C5179; }
    div .selectboxit-btn:hover .selectboxit-arrow-container {
      background: #0C5179; }
  div .selectboxit-btn.selectboxit-open {
    border-color: #0C5179; }
    div .selectboxit-btn.selectboxit-open .selectboxit-arrow-container {
      background: #0C5179; }

body .selectboxit-container span,
body .selectboxit-container .selectboxit-options a {
  height: 100%;
  line-height: initial;
  padding: 0.5em 0; }
  body .selectboxit-container span .selectboxit-option-icon-url,
  body .selectboxit-container .selectboxit-options a .selectboxit-option-icon-url {
    height: 16px; }

body .selectboxit-container ul .selectboxit-option-icon-container {
  height: auto;
  padding: 0 0.5em; }

body .selectboxit .selectboxit-option-icon-container {
  padding: 0.5em 0; }

body .selectboxit-btn.selectboxit-enabled:hover,
body .selectboxit-btn.selectboxit-enabled:focus,
body .selectboxit-btn.selectboxit-enabled:active {
  background-color: #fff; }

div .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #cdd7d9;
  background-image: none; }

.contrast-on div .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: black; }

body .selectboxit-container .selectboxit-options {
  border-radius: 0; }

.sortable_list {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .sortable_list li {
    border: 1px solid #2d3132;
    padding: 0.75em;
    margin-bottom: -1px;
    cursor: pointer;
    background: #fff; }
    .sortable_list li:nth-child(even) {
      background: #efefef; }
    .sortable_list li:last-child {
      margin-bottom: 0; }
    .sortable_list li.sortable-chosen, .sortable_list li.sortable-ghost {
      background: white; }

.label {
  color: #0C5179;
  font-stretch: condensed;
  font-size: 1.2em; }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.align_justify {
  text-align: justify; }

div.wrapper:after {
  content: '';
  display: table;
  clear: both; }

.pull_left {
  float: left;
  margin-right: 2em; }
  @media (max-width: 500px) {
    .pull_left {
      display: block;
      float: none;
      margin-bottom: 2em;
      margin-left: auto;
      margin-right: auto; } }
figure.pull_left {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 1em;
  border: 1px solid #aaa; }
  @media (max-width: 500px) {
    figure.pull_left {
      margin-bottom: 1em; }
      figure.pull_left img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
.pull_right {
  float: right;
  margin-left: 2em; }
  @media (max-width: 500px) {
    .pull_right {
      display: block;
      float: none;
      margin-bottom: 2em;
      margin-left: auto;
      margin-right: auto; } }
figure.pull_right {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 1em;
  border: 1px solid #aaa; }
  @media (max-width: 500px) {
    figure.pull_right {
      margin-bottom: 1em; }
      figure.pull_right img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
figcaption {
  padding-top: 0.5em; }

.scroll-up {
  font-size: 1.8em;
  color: white;
  background: #F9B900;
  position: fixed;
  z-index: 999;
  right: 1.5em;
  bottom: 1.5em;
  padding: 0.5em;
  transition: 100ms ease-in;
  border-radius: 50%; }
  .contrast .scroll-up {
    background: #8D99AE; }
  .scroll-up:hover {
    background: #F28C29; }

menu.accessibility-bar {
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  margin: 0;
  margin-top: 1rem; }
  menu.accessibility-bar button,
  menu.accessibility-bar a {
    color: #8d99ae;
    font-size: 2rem;
    padding: 0.5rem;
    transition: 200ms ease; }
    .contrast menu.accessibility-bar button, .contrast menu.accessibility-bar a {
      color: #F28C29; }
    menu.accessibility-bar button:hover,
    menu.accessibility-bar a:hover {
      filter: brightness(50%); }
      .contrast menu.accessibility-bar button:hover, .contrast menu.accessibility-bar a:hover {
        filter: opacity(50%); }

main.contact .contact-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2rem; }
  @media (max-width: 992px) {
    main.contact .contact-columns {
      flex-direction: column;
      gap: 2rem; } }
main.contact .left-content {
  flex: 1;
  max-width: 800px; }
  main.contact .left-content h1 {
    font-weight: 500;
    margin-bottom: 1rem; }
  main.contact .left-content .content {
    margin-bottom: 2rem; }
  main.contact .left-content .office-block {
    margin-bottom: 2rem; }
    main.contact .left-content .office-block h3 {
      color: #0C5179;
      font-weight: 500;
      margin-bottom: 0.5rem; }
    main.contact .left-content .office-block p {
      margin: 0.2rem 0; }
    main.contact .left-content .office-block strong {
      display: inline-block;
      min-width: 60px;
      color: #0C5179;
      font-weight: 500; }

main.contact .contact-form {
  flex: 1;
  max-width: 600px;
  width: 100%;
  padding: 0; }
  main.contact .contact-form .name-fields {
    display: flex;
    gap: 1rem; }
    @media (max-width: 768px) {
      main.contact .contact-form .name-fields {
        flex-direction: column; } }
  main.contact .contact-form .contact-field {
    margin-bottom: 1rem; }
    main.contact .contact-form .contact-field input,
    main.contact .contact-form .contact-field textarea {
      width: 100%;
      padding: 0.75rem 1rem;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 1rem; }
    main.contact .contact-form .contact-field textarea {
      resize: vertical;
      min-height: 120px; }
  main.contact .contact-form .form-field {
    margin: 1.5rem 0;
    display: flex;
    justify-content: flex-start; }

main.contact .contact-map {
  margin-top: 5rem; }
  main.contact .contact-map iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block; }
  @media (max-width: 768px) {
    main.contact .contact-map {
      margin-top: 2rem; }
      main.contact .contact-map iframe {
        height: 300px; } }
main.home .ticker-youtube-wrapper-resizer {
  width: 100%; }

main.home .ticker-wrapper {
  position: relative; }
  main.home .ticker-wrapper img {
    width: 100%; }
  main.home .ticker-wrapper video {
    width: 100%; }
  main.home .ticker-wrapper .ticker-text {
    position: absolute;
    top: 25%;
    left: 0;
    color: white; }
    main.home .ticker-wrapper .ticker-text h1 {
      margin: 0;
      width: 70%; }
    main.home .ticker-wrapper .ticker-text a {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }

main.home .youtube-ticker-fullwidth {
  width: 100vw;
  height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #000; }
  @media (max-width: 768px) {
    main.home .youtube-ticker-fullwidth {
      height: 220px; } }
  main.home .youtube-ticker-fullwidth .youtube-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  main.home .youtube-ticker-fullwidth iframe {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 16 / 9;
    min-width: 100%;
    min-height: 100%;
    border: none; }

main.home .first-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  main.home .first-section .first-text {
    flex: 1 1 60%;
    padding-right: 4rem; }
    main.home .first-section .first-text h4 {
      color: #F28C29; }
    main.home .first-section .first-text .button-container {
      display: flex;
      gap: 1rem;
      margin-top: 3rem; }
  main.home .first-section .first-image {
    flex: 1 1 40%; }
    main.home .first-section .first-image img {
      width: 100%;
      border-radius: 8px; }
  @media (max-width: 768px) {
    main.home .first-section {
      flex-direction: column; }
      main.home .first-section .button-container {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; } }
main.home .quick-links {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #FDF7EC; }
  .contrast main.home .quick-links {
    background: #8D99AE; }
  main.home .quick-links .quick-links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
    margin-top: 2rem; }
  main.home .quick-links .quick-link {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    max-width: 400px;
    transition: transform 0.3s; }
    main.home .quick-links .quick-link:hover {
      transform: translateY(-4px); }
    main.home .quick-links .quick-link .quick-link-image-wrapper {
      width: 100%;
      height: auto;
      overflow: hidden; }
      main.home .quick-links .quick-link .quick-link-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    main.home .quick-links .quick-link .quick-link-title {
      background-color: #1b7097;
      padding: 1rem;
      width: 100%;
      text-align: left; }
      main.home .quick-links .quick-link .quick-link-title h3 {
        color: white; }

main.home .third-section {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  main.home .third-section .video-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem; }
  main.home .third-section .video-box {
    position: relative;
    max-width: 700px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    main.home .third-section .video-box video {
      width: 100%;
      height: auto;
      border-radius: 8px;
      display: block; }
    main.home .third-section .video-box .video-duration {
      position: absolute;
      bottom: 8px;
      right: 12px;
      background: rgba(0, 0, 0, 0.75);
      color: white;
      font-size: 0.875rem;
      font-weight: 600;
      padding: 4px 8px;
      border-radius: 4px;
      pointer-events: none; }
  @media (max-width: 768px) {
    main.home .third-section .video-wrapper {
      gap: 2rem; } }
main.home .testimonials-section {
  position: relative;
  color: white;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 375px;
  padding: 2rem 1rem; }
  main.home .testimonials-section .testimonial-bg {
    position: absolute;
    inset: 0;
    z-index: 1; }
    main.home .testimonials-section .testimonial-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    main.home .testimonials-section .testimonial-bg .overlay {
      position: absolute;
      inset: 0;
      background: rgba(242, 140, 41, 0.8);
      z-index: 2; }
  main.home .testimonials-section .testimonial-carousel-container {
    position: relative;
    z-index: 3;
    max-width: 1600px;
    width: 100%;
    padding: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  main.home .testimonials-section .testimonial-carousel {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative; }
  main.home .testimonials-section .testimonial-slide {
    min-width: 100%;
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease-in-out;
    padding: 1rem; }
    main.home .testimonials-section .testimonial-slide p {
      color: white;
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
    main.home .testimonials-section .testimonial-slide .testimonial-name {
      font-size: 1.5rem; }
    main.home .testimonials-section .testimonial-slide div {
      margin: 0 auto;
      max-width: 1100px; }
    main.home .testimonials-section .testimonial-slide.active {
      display: block;
      opacity: 1; }
  main.home .testimonials-section .testimonial-nav {
    background: none;
    border: none;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem;
    width: 3rem;
    height: 3rem; }
    main.home .testimonials-section .testimonial-nav.prev {
      left: -2rem; }
    main.home .testimonials-section .testimonial-nav.next {
      right: -0.5rem; }
  @media (max-width: 768px) {
    main.home .testimonials-section {
      height: auto;
      padding: 3rem 1rem; }
      main.home .testimonials-section .testimonial-bg img {
        height: 100%; }
      main.home .testimonials-section .testimonial-carousel-container {
        padding: 0; }
      main.home .testimonials-section .testimonial-slide div {
        font-size: 1rem;
        padding: 0 0.5rem; }
      main.home .testimonials-section .testimonial-nav {
        font-size: 2rem; }
      main.home .testimonials-section .testimonial-nav.next {
        right: -1rem; } }
main.home .activities-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 2rem; }
  main.home .activities-section .activities-image {
    flex: 1 1 50%;
    display: flex; }
    main.home .activities-section .activities-image img {
      width: 100%;
      max-width: 650px;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }
  main.home .activities-section .activities-content {
    flex: 1 1 40%;
    text-align: left; }
    main.home .activities-section .activities-content h2 {
      margin-bottom: 1rem; }
    main.home .activities-section .activities-content div {
      margin-bottom: 2rem; }
  @media (max-width: 768px) {
    main.home .activities-section {
      flex-direction: column; }
      main.home .activities-section .activities-image,
      main.home .activities-section .activities-content {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 1rem; }
      main.home .activities-section .activities-content h2 {
        text-align: center; }
      main.home .activities-section .activities-content div {
        text-align: center; } }
main.home .resources-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #FDF7EC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem; }
  .contrast main.home .resources-section {
    background: #8D99AE; }
  main.home .resources-section .resources-left {
    flex: 1 1 20%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 2rem; }
    main.home .resources-section .resources-left .resources-image {
      max-width: 150px;
      margin-bottom: 1rem; }
      main.home .resources-section .resources-left .resources-image img {
        min-width: 150px;
        width: 100%;
        height: auto; }
  main.home .resources-section .resources-content {
    flex: 1 1 60%; }
    main.home .resources-section .resources-content div {
      margin-bottom: 1.5rem; }
  @media (max-width: 768px) {
    main.home .resources-section {
      flex-direction: column;
      text-align: center;
      gap: 0rem; }
      main.home .resources-section .resources-left,
      main.home .resources-section .resources-content {
        align-items: center;
        text-align: center; } }
main.error404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  main.error404 .error-image img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block; }
  main.error404 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  main.error404 .content {
    line-height: 1.5;
    margin: 0 auto 20px; }
    main.error404 .content p {
      font-size: 1.5rem;
      color: #0C5179;
      font-weight: 400; }

main.alert-page {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  main.alert-page .page-header {
    height: 237px !important; }

.background-image {
  margin-top: 6rem;
  position: relative;
  width: 100%;
  height: 900px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media only screen and (max-width: 73rem) {
    .background-image {
      margin-top: 72px; } }
.top-container {
  background: #FDF7EC;
  padding: 4rem  2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border-radius: 1rem; }
  @media only screen and (max-width: 73rem) {
    .top-container {
      padding: 3rem calc(5vw - 1vw); } }
.content-box {
  background: white;
  border-radius: 1rem;
  max-width: 1200px;
  min-height: 700px;
  text-align: left;
  position: relative;
  z-index: 2;
  margin: -13rem auto 0;
  padding: 0; }

.content-wrapper {
  padding: 3rem 2rem; }
  @media only screen and (max-width: 73rem) {
    .content-wrapper {
      padding: 3rem calc(5vw - 1vw); } }
h1 {
  color: #0C5179; }

.date-posted {
  color: #555;
  font-size: 15px; }

main.policy-page {
  padding-top: 3rem;
  padding-bottom: 3rem; }

main.reports .report-section {
  margin: 3rem 0; }
  main.reports .report-section h2 {
    margin-bottom: 1rem;
    color: #003d6a; }
  main.reports .report-section .report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem; }
  main.reports .report-section .report-card {
    background: #fff;
    overflow: hidden;
    text-align: center; }
    main.reports .report-section .report-card a {
      display: block;
      text-decoration: none;
      color: inherit; }
      main.reports .report-section .report-card a img {
        width: auto;
        max-height: 200px;
        margin-bottom: 0.5rem;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
        border: 2px solid #ECECED; }
      main.reports .report-section .report-card a .report-info {
        text-align: left; }
        main.reports .report-section .report-card a .report-info .title {
          margin-bottom: 0.25rem;
          color: #0C5179; }
        main.reports .report-section .report-card a .report-info .date {
          font-size: 0.85rem;
          color: #666; }

.search-results .content-wrapper {
  padding-top: 2rem; }

.search-results h3 {
  margin-bottom: 1rem; }

.search-results .search-item {
  margin-bottom: 3rem; }

.search-results a {
  color: #1B7097; }

.search-results .search-result-string {
  background-color: yellow;
  font-weight: bold;
  color: #000; }

main.calendar-page h1 {
  margin: 2rem 0; }

main.calendar-page .calendar-main-container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin: 2rem 0; }
  main.calendar-page .calendar-main-container .calendar-left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    main.calendar-page .calendar-main-container .calendar-left .calendar-main-image {
      max-width: 1000px;
      width: 100%;
      margin-bottom: 1.5rem; }
      main.calendar-page .calendar-main-container .calendar-left .calendar-main-image img {
        width: 100%;
        max-height: 1000px;
        height: auto;
        object-fit: contain; }
    main.calendar-page .calendar-main-container .calendar-left .calendar-thumbnails {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      width: 100%;
      max-width: 1000px; }
      main.calendar-page .calendar-main-container .calendar-left .calendar-thumbnails .calendar-thumb {
        text-align: center;
        cursor: pointer; }
        main.calendar-page .calendar-main-container .calendar-left .calendar-thumbnails .calendar-thumb img {
          width: 100%;
          aspect-ratio: 4 / 3;
          object-fit: cover;
          border: 1px solid #ccc; }
        main.calendar-page .calendar-main-container .calendar-left .calendar-thumbnails .calendar-thumb p {
          margin-top: 0.3rem;
          color: #0C5179; }
        main.calendar-page .calendar-main-container .calendar-left .calendar-thumbnails .calendar-thumb:hover {
          transform: scale(1.03); }
  main.calendar-page .calendar-main-container .calendar-archive {
    width: 240px;
    flex-shrink: 0;
    background: #FDF7EC;
    padding: 1rem;
    border-radius: 12px;
    color: #003f34;
    height: auto; }
    .contrast main.calendar-page .calendar-main-container .calendar-archive {
      background: #8D99AE; }
    main.calendar-page .calendar-main-container .calendar-archive h5 {
      font-weight: bold;
      margin-bottom: 1rem;
      color: #0C5179; }
    main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item {
      margin-bottom: 1rem;
      border-radius: 8px; }
      main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .year-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        padding: 0;
        cursor: pointer;
        color: #0C5179; }
        main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .year-header .year-arrow {
          transition: transform 0.3s ease; }
      main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .month-items {
        display: none;
        padding: 0.5rem 1rem; }
        main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .month-items strong {
          display: block;
          margin-top: 0.5rem;
          color: #0C5179;
          font-weight: 600; }
        main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .month-items ul {
          list-style: none;
          padding-left: 0;
          margin-bottom: 1rem; }
          main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .month-items ul li {
            margin-bottom: 0.3rem; }
            main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .month-items ul li a {
              text-decoration: none;
              color: #0C5179; }
              main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .month-items ul li a:hover {
                text-decoration: underline;
                color: #0C5179; }
      main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item.expanded .month-items {
        display: block; }
      main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item.expanded .year-arrow {
        transform: rotate(90deg); }
      main.calendar-page .calendar-main-container .calendar-archive .year-list .year-item .year-arrow {
        font-size: 1.25rem; }
  @media (max-width: 1024px) {
    main.calendar-page .calendar-main-container {
      flex-direction: column; }
      main.calendar-page .calendar-main-container .calendar-left {
        max-width: 100%; }
      main.calendar-page .calendar-main-container .calendar-thumbnails {
        grid-template-columns: repeat(2, 1fr); }
      main.calendar-page .calendar-main-container .calendar-archive {
        width: 50%;
        margin-top: 2rem; } }
  @media (max-width: 600px) {
    main.calendar-page .calendar-main-container .calendar-thumbnails {
      grid-template-columns: 1fr; } }
main.board .boards {
  display: grid;
  gap: 2rem;
  margin: 3rem 0;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  justify-items: center; }
  @media (max-width: 768px) {
    main.board .boards {
      justify-items: center;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
main.board .board-member {
  width: 400px;
  background: #FDF7EC;
  border-radius: 8px; }
  @media (max-width: 768px) {
    main.board .board-member {
      width: 300px; } }
  main.board .board-member .card {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s ease; }
    main.board .board-member .card:hover {
      transform: translateY(-4px); }
    main.board .board-member .card .card-front,
    main.board .board-member .card .card-back {
      width: 100%;
      height: 400px;
      position: relative; }
    @media (max-width: 768px) {
      main.board .board-member .card .card-front {
        height: 300px; } }
    main.board .board-member .card .card-front img {
      display: block;
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 8px; }
      @media (max-width: 768px) {
        main.board .board-member .card .card-front img {
          height: 300px; } }
    main.board .board-member .card .card-back {
      background: #fff;
      display: none;
      padding: 1rem;
      color: #141E2B;
      text-align: left;
      border-radius: 8px;
      height: 400px;
      position: relative;
      overflow: hidden; }
      main.board .board-member .card .card-back .bio-content {
        overflow-y: auto;
        max-height: calc(100% - 3rem);
        padding-right: 0.5rem; }
      main.board .board-member .card .card-back p {
        margin: .5rem 0;
        color: #141E2B; }
      main.board .board-member .card .card-back .linkedin {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        font-size: 2rem; }
      main.board .board-member .card .card-back .icon-linkedin_icon {
        color: #EF6A28 !important; }
    main.board .board-member .card.active .card-front {
      display: none; }
    main.board .board-member .card.active .card-back {
      display: block;
      background: #FDF7EC;
      border-radius: 8px; }
  main.board .board-member .info {
    padding: 1rem;
    text-align: left; }
    main.board .board-member .info .name {
      font-size: 22px;
      font-weight: 500;
      margin: 0;
      color: #0C5179; }
    main.board .board-member .info .position {
      margin: 0;
      color: #141E2B; }

main.faqs .faq-block {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  margin: 2rem calc(5vw - 2vw); }
  main.faqs .faq-block .question-row {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.75rem 0rem; }
    main.faqs .faq-block .question-row .collapse-icon {
      width: 1rem;
      height: 1rem;
      background-image: url("/path-to-chevron-icon.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 0.75rem; }
    main.faqs .faq-block .question-row .question {
      color: #0C5179;
      font-size: 1.25rem;
      transition: color 0.2s; }
      main.faqs .faq-block .question-row .question:hover {
        color: #0077cc; }
  main.faqs .faq-block .answer-row-wrapper {
    display: none; }
    main.faqs .faq-block .answer-row-wrapper.active {
      display: block; }
    main.faqs .faq-block .answer-row-wrapper .answer-row {
      padding: 0.75rem 0rem; }
      main.faqs .faq-block .answer-row-wrapper .answer-row .answer {
        font-size: 18px;
        color: #333; }

main.faqs .faq-cta {
  background-color: #ffa834;
  color: #ffffff;
  padding: 2rem 1.5rem;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  main.faqs .faq-cta h2 {
    margin-bottom: 1rem; }
  main.faqs .faq-cta p {
    margin-bottom: 0.5rem; }
  main.faqs .faq-cta strong {
    font-weight: 700; }
  main.faqs .faq-cta .faq-icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1rem; }

main.faqs .faq-banner {
  display: flex;
  align-items: center;
  gap: 8rem;
  background: #F28C29;
  color: #fff;
  margin-top: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .contrast main.faqs .faq-banner {
    background: #8D99AE; }
  main.faqs .faq-banner .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    main.faqs .faq-banner .image-wrapper img {
      display: block;
      width: 320px;
      height: auto; }
  main.faqs .faq-banner .content-wrapper {
    padding: 0; }
    main.faqs .faq-banner .content-wrapper h1 {
      color: #fff; }
    main.faqs .faq-banner .content-wrapper .content {
      width: 80%;
      margin-top: 1rem; }
      main.faqs .faq-banner .content-wrapper .content p {
        color: #fff;
        font-size: 18px; }
  @media (max-width: 600px) {
    main.faqs .faq-banner {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 1rem;
      padding-bottom: 1rem;
      gap: 1.25rem; }
      main.faqs .faq-banner .image-wrapper {
        flex: unset;
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 0.5rem; }
        main.faqs .faq-banner .image-wrapper img {
          width: 200px;
          margin: 0 auto; }
      main.faqs .faq-banner .content {
        font-size: 0.95rem; } }
main.podcast {
  margin-top: 2rem; }
  main.podcast iframe {
    width: 100%;
    height: 750px; }
    @media (max-width: 768px) {
      main.podcast iframe {
        height: 300px; } }
  main.podcast .podcast-main {
    margin-bottom: 2rem; }
    main.podcast .podcast-main .podcast-title {
      margin-top: 1rem;
      color: #0C5179; }
  main.podcast .podcast-list {
    margin-bottom: 2rem; }
    main.podcast .podcast-list h3 {
      margin-bottom: 1rem;
      color: #0C5179; }
    main.podcast .podcast-list .podcast-video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem; }
    main.podcast .podcast-list .podcast-video-card {
      background: #fff;
      overflow: hidden; }
      main.podcast .podcast-list .podcast-video-card a {
        display: block;
        color: inherit;
        text-decoration: none; }
      main.podcast .podcast-list .podcast-video-card img {
        width: 100%;
        display: block; }
      main.podcast .podcast-list .podcast-video-card .podcast-video-card-title {
        padding: 0.5rem 0;
        color: #0C5179; }
      main.podcast .podcast-list .podcast-video-card:hover {
        cursor: pointer; }
  main.podcast .podcast-promo-banner {
    display: flex;
    align-items: center;
    background: #F28C29;
    gap: 5rem;
    justify-content: space-between; }
    .contrast main.podcast .podcast-promo-banner {
      background: #8D99AE; }
    main.podcast .podcast-promo-banner .podcast-promo-bounce {
      display: flex; }
      main.podcast .podcast-promo-banner .podcast-promo-bounce img {
        width: 400px; }
    main.podcast .podcast-promo-banner .podcast-promo-content {
      color: white; }
      main.podcast .podcast-promo-banner .podcast-promo-content h1 {
        color: white; }
      main.podcast .podcast-promo-banner .podcast-promo-content p {
        color: white;
        font-size: 18px; }
    main.podcast .podcast-promo-banner .podcast-links {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-left: 2rem; }
      main.podcast .podcast-promo-banner .podcast-links .podcast-link-bounce {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center; }
        main.podcast .podcast-promo-banner .podcast-links .podcast-link-bounce img {
          width: 100%;
          height: auto; }
  main.podcast .podcast-banner-ad {
    text-align: center; }
    main.podcast .podcast-banner-ad img {
      max-width: 100%;
      height: auto;
      border-radius: 12px; }

/* Bouncing animation only when class is added */
.bounce {
  animation: bounce-in 1s; }

@keyframes bounce-in {
  0% {
    transform: scale(0.3);
    opacity: 0.3; }
  60% {
    transform: scale(1.05);
    opacity: 1; }
  80% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }

@media (max-width: 1024px) {
  .podcast-promo-banner {
    flex-direction: column;
    gap: 1rem !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .podcast-promo-banner .podcast-links {
      margin-left: 0;
      margin-top: 1rem; } }

main.sponsors .sponsors-logos {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  main.sponsors .sponsors-logos .sponsor-section-label {
    text-align: center;
    margin-bottom: 3rem; }
  main.sponsors .sponsors-logos .sponsor-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    column-gap: 2rem;
    row-gap: 5rem;
    align-items: end;
    justify-items: center;
    margin-bottom: 7rem; }
    @media (max-width: 1028px) {
      main.sponsors .sponsors-logos .sponsor-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 2fr)); } }
  main.sponsors .sponsors-logos .sponsor-item {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(var(--i) * 0.1s); }
    main.sponsors .sponsors-logos .sponsor-item .sponsor-logo img {
      max-height: 150px;
      width: auto;
      height: auto;
      display: block;
      margin: 0 auto; }
      @media (max-width: 1028px) {
        main.sponsors .sponsors-logos .sponsor-item .sponsor-logo img {
          height: 80px; } }
    main.sponsors .sponsors-logos .sponsor-item .sponsor-name {
      margin-top: 0.5rem;
      color: #0C5179; }

main.sponsors .sponsor-banner {
  display: flex;
  align-items: stretch;
  gap: 6rem;
  background: #fbe6ca;
  margin-top: 3rem; }
  main.sponsors .sponsor-banner .image-wrapper {
    flex: 1;
    display: flex;
    align-items: stretch; }
    main.sponsors .sponsor-banner .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  main.sponsors .sponsor-banner .content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    main.sponsors .sponsor-banner .content-wrapper .content {
      margin-top: 1rem;
      margin-bottom: 2rem; }
  @media (max-width: 1028px) {
    main.sponsors .sponsor-banner {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.25rem; }
      main.sponsors .sponsor-banner .image-wrapper {
        width: 100%; }
        main.sponsors .sponsor-banner .image-wrapper img {
          width: 100%;
          height: auto; } }
main.sponsors .leadership-banner {
  position: relative;
  overflow: hidden; }
  main.sponsors .leadership-banner .image-wrapper img {
    display: block;
    height: 350px; }
  main.sponsors .leadership-banner .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: rgba(0, 70, 140, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 10% 100%;
    border-bottom-right-radius: 10% 100%; }
    main.sponsors .leadership-banner .overlay-content .heading {
      color: #fff;
      margin-bottom: 1rem; }
    main.sponsors .leadership-banner .overlay-content .content {
      margin-bottom: 1.5rem;
      color: #fff; }
      main.sponsors .leadership-banner .overlay-content .content p {
        color: #fff; }
  @media (max-width: 768px) {
    main.sponsors .leadership-banner {
      height: 300px; }
      main.sponsors .leadership-banner .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: rgba(0, 70, 140, 0.95);
        padding: 2rem; } }
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0); } }

main.events .events-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  main.events .events-list .event-item {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start; }
    @media (max-width: 768px) {
      main.events .events-list .event-item {
        flex-direction: column;
        text-align: center; } }
    main.events .events-list .event-item .event-text {
      flex: 1; }
      main.events .events-list .event-item .event-text h3 {
        margin-bottom: 0.5rem;
        color: #0C5179; }
      main.events .events-list .event-item .event-text p {
        margin-bottom: 0.5rem; }
      main.events .events-list .event-item .event-text .event-meta {
        margin-top: 1rem; }
        main.events .events-list .event-item .event-text .event-meta p {
          margin-bottom: 0.3rem; }
          main.events .events-list .event-item .event-text .event-meta p a {
            text-decoration: underline;
            word-break: break-all; }
        main.events .events-list .event-item .event-text .event-meta strong {
          color: #0C5179; }
        main.events .events-list .event-item .event-text .event-meta .link-button {
          margin-top: 0.5rem;
          display: inline-block; }
      @media (max-width: 768px) {
        main.events .events-list .event-item .event-text {
          text-align: left; } }
    main.events .events-list .event-item .event-image {
      flex-shrink: 0;
      width: 340px;
      text-align: center; }
      main.events .events-list .event-item .event-image img {
        max-width: 100%;
        height: auto; }
      @media (max-width: 768px) {
        main.events .events-list .event-item .event-image {
          margin: 0 auto;
          width: 100%; } }
main.events .load-more {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }

main.leadership .leaderships {
  display: grid;
  gap: 2rem;
  margin: 3rem 0;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  justify-items: stretch; }
  @media (max-width: 768px) {
    main.leadership .leaderships {
      justify-items: center;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
main.leadership .leadership-member {
  width: 350px;
  border-radius: 8px; }
  main.leadership .leadership-member .card {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease; }
    main.leadership .leadership-member .card:hover {
      transform: translateY(-4px); }
    main.leadership .leadership-member .card .card-front,
    main.leadership .leadership-member .card .card-back {
      width: 100%;
      height: 400px;
      position: relative; }
    main.leadership .leadership-member .card .card-front img {
      display: block;
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 8px; }
    main.leadership .leadership-member .card .card-back {
      background: #fff;
      display: none;
      padding: 1rem;
      color: #141e2b;
      text-align: left; }
      main.leadership .leadership-member .card .card-back p {
        margin: 0.5rem 0;
        color: #141e2b; }
      main.leadership .leadership-member .card .card-back .linkedin {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        font-size: 2rem; }
      main.leadership .leadership-member .card .card-back .icon-linkedin_icon {
        color: #F28C29 !important; }
    main.leadership .leadership-member .card.active .card-front {
      display: none; }
    main.leadership .leadership-member .card.active .card-back {
      display: block;
      background: #FDF7EC;
      border-radius: 8px; }
  main.leadership .leadership-member .info {
    padding: 0.5rem;
    text-align: left; }
    main.leadership .leadership-member .info .name {
      font-weight: 500;
      margin: 0;
      color: #0C5179; }
    main.leadership .leadership-member .info .position {
      margin: 0;
      color: #141e2b; }

main.leadership .leadership-banner {
  position: relative;
  overflow: hidden; }
  main.leadership .leadership-banner .image-wrapper img {
    display: block;
    height: 350px; }
  main.leadership .leadership-banner .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: rgba(0, 70, 140, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 10% 100%;
    border-bottom-right-radius: 10% 100%; }
    main.leadership .leadership-banner .overlay-content .heading {
      color: #fff;
      margin-bottom: 1rem; }
    main.leadership .leadership-banner .overlay-content .content {
      margin-bottom: 1.5rem;
      color: #fff; }
      main.leadership .leadership-banner .overlay-content .content p {
        color: #fff; }
  @media (max-width: 768px) {
    main.leadership .leadership-banner {
      height: 300px; }
      main.leadership .leadership-banner .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: rgba(0, 70, 140, 0.95);
        padding: 2rem; } }
main.news {
  padding: 3rem 0; }
  main.news .news-heading {
    color: #0C5179;
    margin-bottom: 0.5rem; }
  main.news .news-intro {
    margin-bottom: 2rem;
    color: #333;
    max-width: 700px; }
  main.news .news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem; }
    @media (max-width: 1200px) {
      main.news .news-grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 900px) {
      main.news .news-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) {
      main.news .news-grid {
        grid-template-columns: 1fr; } }
  main.news .news-card {
    background: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.2s ease; }
    main.news .news-card:hover {
      transform: translateY(-2px); }
    main.news .news-card a {
      color: inherit;
      text-decoration: none;
      display: block; }
    main.news .news-card .news-image {
      width: 100%;
      overflow: hidden; }
      main.news .news-card .news-image img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px; }
    main.news .news-card .news-title {
      font-weight: 500;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      color: #0C5179; }
    main.news .news-card .news-date {
      margin: 0 0 0.5rem; }
    main.news .news-card .read-more {
      display: inline-block;
      color: #F28C29;
      font-weight: 300;
      text-decoration: underline !important; }
      main.news .news-card .read-more:hover {
        color: #EF5924; }
    main.news .news-card.hidden {
      display: none; }
  main.news .load-more-wrapper {
    text-align: center;
    margin-top: 3rem; }

main.news-story {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  main.news-story .news-hero {
    width: 100%;
    height: 200px; }
  main.news-story .top-container {
    background: white;
    border-radius: 0;
    padding: 0.5rem 2rem 2rem 2rem; }
  main.news-story .content-wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    main.news-story .content-wrapper .date-posted {
      margin-bottom: 1rem; }
  main.news-story .content-box {
    background: white;
    border-radius: 1rem;
    max-width: 1200px;
    min-height: 450px;
    text-align: left;
    position: relative;
    z-index: 2;
    margin: -13rem auto 0;
    padding: 0; }
  main.news-story .story-end-line {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 20px 0; }
  main.news-story .nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 0 2rem; }
  main.news-story .nav a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0C5179;
    text-decoration: none; }
  main.news-story .nav a:hover {
    text-decoration: underline; }
  main.news-story .nav a.disabled {
    color: #ccc;
    pointer-events: none; }
  main.news-story .related-news-wrapper {
    margin-top: 4rem;
    background: #FDF7EC;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .contrast main.news-story .related-news-wrapper {
      background: #8D99AE; }
    main.news-story .related-news-wrapper .related-news-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2rem; }
      main.news-story .related-news-wrapper .related-news-header h2 {
        color: #0C5179; }
    main.news-story .related-news-wrapper .related-news-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 5rem;
      justify-content: center; }
    main.news-story .related-news-wrapper .related-card {
      display: block;
      overflow: hidden;
      width: 300px;
      text-align: left;
      text-decoration: none;
      transition: transform 0.3s ease; }
      main.news-story .related-news-wrapper .related-card:hover {
        transform: translateY(-4px); }
      main.news-story .related-news-wrapper .related-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 8px; }
      main.news-story .related-news-wrapper .related-card h3 {
        font-weight: 500;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        color: #0C5179; }
      main.news-story .related-news-wrapper .related-card .date {
        margin: 0 0 0.5rem; }
    @media (max-width: 768px) {
      main.news-story .related-news-wrapper .related-news-header {
        flex-direction: column;
        gap: 1rem; }
      main.news-story .related-news-wrapper .related-news-grid {
        flex-direction: column;
        align-items: center;
        gap: 2rem; } }
main.photo-gallery {
  padding: 3rem 0; }
  main.photo-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem; }
  main.photo-gallery .gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 7/5;
    text-decoration: none; }
    main.photo-gallery .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease; }
    main.photo-gallery .gallery-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); }
      main.photo-gallery .gallery-item:hover img {
        transform: scale(1.05); }
      main.photo-gallery .gallery-item:hover .gallery-item-overlay {
        transform: translateY(0);
        background: rgba(12, 81, 121, 0.8); }
  main.photo-gallery .gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, #0C5179);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease, background 0.3s ease;
    text-align: center; }
    main.photo-gallery .gallery-item-overlay h3 {
      margin: 0 0 0.5rem;
      font-size: 1.3rem;
      color: #fff;
      line-height: 1.5; }
    main.photo-gallery .gallery-item-overlay p {
      margin: 0;
      font-size: 1rem;
      color: #fff; }
  @media (max-width: 768px) {
    main.photo-gallery .gallery {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 1.5rem; }
    main.photo-gallery .gallery-item-overlay {
      padding: 1rem; }
      main.photo-gallery .gallery-item-overlay h3 {
        font-size: 1.1rem; }
      main.photo-gallery .gallery-item-overlay p {
        font-size: 0.9rem; } }
.album-single {
  margin-top: 2rem; }
  .album-single__title {
    color: #0C5179;
    margin-bottom: 1rem; }
  .album-single__date {
    margin-bottom: 1rem; }
  .album-single__content {
    margin-bottom: 4rem; }
  .album-single__photos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem; }
    .album-single__photos a {
      display: block;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease; }
      .album-single__photos a img {
        width: 100%;
        aspect-ratio: 7/5;
        object-fit: cover;
        display: block; }
      .album-single__photos a:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); }
  .album-single .back-to-main {
    display: inline-block;
    margin: 2rem 0;
    color: #0C5179;
    font-weight: 500;
    font-size: 18px; }
    .album-single .back-to-main:hover {
      text-decoration: underline;
      color: #F28C29; }
  @media (max-width: 992px) {
    .album-single__photos {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .album-single__photos {
      grid-template-columns: 1fr; } }
/* Optional: Lightbox styling overrides */
.glightbox-clean .gclose {
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: white;
  z-index: 9999; }

/* Always show arrows, even on mobile */
.glightbox-container .gprev,
.glightbox-container .gnext {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9999; }

/* Optional: make the SVG arrows smaller on mobile */
.glightbox-container .gprev svg,
.glightbox-container .gnext svg {
  width: 24px !important;
  height: 24px !important;
  fill: white !important; }

@media (max-width: 768px) {
  .glightbox-container .gprev,
  .glightbox-container .gnext {
    display: flex !important;
    /* Force display again */ } }

main.history {
  background-color: #FDF7EC;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  main.history .timeline-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    overflow: hidden; }
    @media (max-width: 575px) {
      main.history .timeline-wrapper {
        height: auto;
        overflow: visible;
        padding-bottom: 3rem; } }
  main.history .timeline-track {
    position: absolute;
    left: calc(200px + 15px);
    top: 0;
    bottom: 60px;
    width: 2px;
    background-color: #dcdcdc;
    z-index: 0; }
    @media (max-width: 575px) {
      main.history .timeline-track {
        left: 29px;
        top: 0;
        bottom: 0; } }
  main.history .timeline-entries {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    height: calc(100% - 60px);
    overflow: hidden;
    position: relative;
    padding: 3rem 0; }
    @media (max-width: 575px) {
      main.history .timeline-entries {
        height: auto;
        overflow: visible;
        padding: 0;
        gap: 0; } }
  main.history .timeline-entry {
    display: grid;
    grid-template-columns: 200px 30px 1fr;
    align-items: center;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease; }
    main.history .timeline-entry.visible {
      opacity: 0.3;
      transform: translateY(0); }
    main.history .timeline-entry .year {
      text-align: right;
      font-size: 1.3rem;
      color: #F28C29;
      font-weight: 500;
      z-index: 2;
      transition: all 0.3s ease;
      padding-right: 1rem;
      white-space: nowrap; }
    main.history .timeline-entry .dot {
      width: 12px;
      height: 12px;
      background-color: #F28C29;
      border-radius: 50%;
      margin: 0 auto;
      z-index: 2;
      transition: all 0.3s ease; }
    main.history .timeline-entry .content {
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease 0.2s; }
      main.history .timeline-entry .content p {
        margin: 0; }
    main.history .timeline-entry.active {
      opacity: 1; }
      main.history .timeline-entry.active .year {
        font-size: 56px;
        font-weight: 700;
        padding-left: 0.5rem;
        padding-right: 1.5rem; }
      main.history .timeline-entry.active .dot {
        width: 22px;
        height: 22px; }
      main.history .timeline-entry.active .content {
        display: block;
        opacity: 1;
        font-size: 1.15rem;
        font-weight: 500; }
    @media (max-width: 1390px) {
      main.history .timeline-entry .year {
        font-size: 1.5rem !important;
        padding-left: 0 !important; }
      main.history .timeline-entry.active .year {
        font-size: 40px !important; }
      main.history .timeline-entry .dot {
        width: 14px !important;
        height: 14px !important; } }
    @media (max-width: 575px) {
      main.history .timeline-entry {
        grid-template-columns: 60px 1fr;
        align-items: start;
        justify-items: start;
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0;
        overflow: hidden;
        transition: none; }
        main.history .timeline-entry .dot {
          width: 12px;
          height: 12px;
          background-color: #F28C29;
          border-radius: 50%;
          margin: 0 auto;
          margin-top: 0.4rem;
          z-index: 1; }
        main.history .timeline-entry .year {
          display: none; }
        main.history .timeline-entry .content {
          visibility: hidden;
          height: 0;
          overflow: hidden;
          font-size: 1rem;
          opacity: 0; }
        main.history .timeline-entry.active {
          opacity: 1;
          visibility: visible;
          height: auto;
          margin-bottom: 2rem;
          overflow: visible; }
          main.history .timeline-entry.active .dot {
            transform: scale(1.8); }
          main.history .timeline-entry.active .year {
            display: block;
            grid-column: 2 / 3;
            font-size: 3rem !important;
            font-weight: 700;
            color: #F28C29;
            margin-bottom: 0.5rem;
            padding-left: 1.2rem; }
          main.history .timeline-entry.active .content {
            visibility: visible;
            height: auto;
            overflow: visible;
            opacity: 1; } }
  main.history .timeline-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10; }
    main.history .timeline-controls .timeline-nav {
      background: #F28C29;
      color: white;
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease; }
      main.history .timeline-controls .timeline-nav:hover:not(:disabled) {
        background: #db720d;
        transform: scale(1.1); }
      main.history .timeline-controls .timeline-nav:disabled {
        background: #ccc;
        cursor: not-allowed; }
    main.history .timeline-controls .timeline-indicator {
      font-weight: 500;
      color: #666;
      min-width: 50px;
      text-align: center; }
      @media (max-width: 575px) {
        main.history .timeline-controls .timeline-indicator {
          font-size: 0.9rem;
          min-width: 40px; } }
    @media (max-width: 575px) {
      main.history .timeline-controls .timeline-nav {
        width: 35px;
        height: 35px;
        font-size: 1rem; } }
main.clinical-programs .programs-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 3rem 0rem 4rem 0; }
  main.clinical-programs .programs-grid .program-card {
    background-color: #FDF7EC;
    max-width: 400px;
    text-align: center; }
    main.clinical-programs .programs-grid .program-card .program-image img {
      width: 100%;
      border-radius: 8px; }
    main.clinical-programs .programs-grid .program-card .program-title {
      padding: 0.75rem;
      border-radius: 6px;
      color: #0C5179;
      font-size: 22px;
      font-weight: 500; }
  @media (max-width: 889px) {
    main.clinical-programs .programs-grid {
      justify-content: center; } }
main.clinical-programs .bottom-section img {
  width: 100%;
  display: block; }

main.careers .careers-section .careers-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  main.careers .careers-section .careers-top .careers-text {
    flex: 1 1 60%;
    padding-right: 2rem; }
    main.careers .careers-section .careers-top .careers-text h2 {
      color: #0C5179;
      font-weight: 500;
      margin-bottom: 1rem; }
  main.careers .careers-section .careers-top .careers-image {
    flex: 1 1 35%; }
    main.careers .careers-section .careers-top .careers-image img {
      width: 100%; }

main.careers .careers-section .careers-banner {
  position: relative;
  overflow: hidden; }
  main.careers .careers-section .careers-banner .image-wrapper img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover; }
  main.careers .careers-section .careers-banner .overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    main.careers .careers-section .careers-banner .overlay-content .heading {
      color: #fff;
      margin-bottom: 1rem; }
    main.careers .careers-section .careers-banner .overlay-content .content {
      margin-bottom: 1.5rem;
      color: #fff; }
      main.careers .careers-section .careers-banner .overlay-content .content p {
        color: #fff; }
  @media (max-width: 768px) {
    main.careers .careers-section .careers-banner .overlay-content {
      left: 0;
      width: 100%;
      padding-top: 2rem; } }
@media (max-width: 768px) {
  main.careers .careers-section .careers-top {
    flex-direction: column; }
    main.careers .careers-section .careers-top .careers-text {
      padding-right: 0;
      margin-bottom: 1.5rem; }
    main.careers .careers-section .careers-top .careers-image {
      width: 100%; } }

main.careers .careers-listing {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  main.careers .careers-listing h2 {
    color: #0C5179; }
  main.careers .careers-listing .job-posting {
    background: #fef9f2;
    border-radius: 8px;
    margin-bottom: 2rem;
    overflow: hidden;
    padding: 1.5rem; }
    main.careers .careers-listing .job-posting .job-header h3 {
      font-weight: 500;
      color: #0C5179;
      margin-bottom: 0.5rem; }
    main.careers .careers-listing .job-posting .job-header hr {
      border: none;
      border-top: 1px solid #f2c088;
      margin-bottom: 1rem; }
    main.careers .careers-listing .job-posting .job-header .job-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin-bottom: 1.5rem; }
      main.careers .careers-listing .job-posting .job-header .job-meta .meta-block {
        display: flex;
        flex-direction: column; }
        main.careers .careers-listing .job-posting .job-header .job-meta .meta-block .meta-label {
          font-size: 1rem;
          color: #0C5179;
          font-weight: 500; }
        main.careers .careers-listing .job-posting .job-header .job-meta .meta-block .meta-value {
          font-size: 1rem; }
    main.careers .careers-listing .job-posting .job-details {
      margin-top: 1.5rem;
      border-radius: 8px;
      padding-top: 1.5rem; }
      main.careers .careers-listing .job-posting .job-details .section {
        margin-bottom: 1.5rem; }
        main.careers .careers-listing .job-posting .job-details .section h4 {
          color: #0C5179;
          margin-bottom: 0.5rem; }
        main.careers .careers-listing .job-posting .job-details .section p {
          margin: 0.25rem 0; }
  main.careers .careers-listing .no-jobs {
    font-style: italic;
    margin-top: 2rem; }
  main.careers .careers-listing .careers-disclaimer {
    padding: 2rem 0;
    font-size: 0.85rem; }
  @media (max-width: 768px) {
    main.careers .careers-listing .job-meta {
      flex-direction: column;
      gap: 1rem !important; } }
main.referrals {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  main.referrals .referrals-section .referrals-text {
    margin-bottom: 2rem;
    color: #333; }
  main.referrals .referrals-section .referral-cards .referral-card {
    border-radius: 8px;
    margin-bottom: 1rem;
    background: #FDF7EC;
    overflow: hidden; }
    .contrast main.referrals .referrals-section .referral-cards .referral-card {
      background: #8d99ae; }
    main.referrals .referrals-section .referral-cards .referral-card.open {
      background: #FDF7EC; }
      .contrast main.referrals .referrals-section .referral-cards .referral-card.open {
        background: #8d99ae; }
    main.referrals .referrals-section .referral-cards .referral-card .referral-toggle {
      background: none;
      border: none;
      width: 100%;
      text-align: left;
      padding: 1rem;
      font-weight: bold;
      color: #004f71;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: background 0.3s ease; }
      main.referrals .referrals-section .referral-cards .referral-card .referral-toggle .icon {
        font-size: 24px;
        color: #0C5179; }
      main.referrals .referrals-section .referral-cards .referral-card .referral-toggle:hover {
        background: #f6eee1; }
        .contrast main.referrals .referrals-section .referral-cards .referral-card .referral-toggle:hover {
          background: #8d99ae; }
    main.referrals .referrals-section .referral-cards .referral-card .referral-content {
      padding: 0 1rem;
      background: #FDF7EC; }
      .contrast main.referrals .referrals-section .referral-cards .referral-card .referral-content {
        background: #8d99ae; }
      main.referrals .referrals-section .referral-cards .referral-card .referral-content p {
        margin-bottom: 1rem; }
      main.referrals .referrals-section .referral-cards .referral-card .referral-content .referral-line {
        display: flex;
        align-items: flex-end;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
        font-size: 1.125rem; }
        main.referrals .referrals-section .referral-cards .referral-card .referral-content .referral-line img {
          width: 20px;
          height: 20px; }
        main.referrals .referrals-section .referral-cards .referral-card .referral-content .referral-line a {
          color: #F28C29;
          text-decoration: underline !important; }
        main.referrals .referrals-section .referral-cards .referral-card .referral-content .referral-line span {
          font-size: 2rem;
          margin-right: 1rem;
          color: #0C5179; }

main.programs .first-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  main.programs .first-section .first-text {
    flex: 1 1 60%;
    padding-right: 4rem; }
    main.programs .first-section .first-text h2 {
      color: #0C5179;
      font-weight: 500;
      margin-bottom: 1rem; }
  main.programs .first-section .first-image {
    flex: 1 1 35%; }
    main.programs .first-section .first-image img {
      width: 100%;
      border-radius: 8px; }

main.programs .second-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #FDF7EC; }
  .contrast main.programs .second-section {
    background: #8D99AE; }
  main.programs .second-section .second-text {
    flex: 1 1 60%;
    padding-left: 4rem;
    margin: auto; }
    main.programs .second-section .second-text h2 {
      font-weight: 500;
      margin-bottom: 1rem; }
  main.programs .second-section .second-image {
    flex: 1 1 35%; }
    main.programs .second-section .second-image img {
      width: 100%;
      border-radius: 8px; }

main.programs .third-section {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 2rem; }
  main.programs .third-section .third-text {
    border-radius: 8px;
    padding: 2rem;
    background: #1b7097;
    flex: 1 1 40%; }
    .contrast main.programs .third-section .third-text {
      background: #8D99AE; }
    main.programs .third-section .third-text h2 {
      font-weight: 500;
      margin-bottom: 1rem; }
    main.programs .third-section .third-text * {
      color: #fff; }

main.programs .fourth-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  main.programs .fourth-section h2 {
    color: #0C5179;
    font-weight: 500;
    margin-bottom: 1rem; }
  main.programs .fourth-section .content {
    width: 80%; }

main.programs .fifth-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #FDF7EC; }
  .contrast main.programs .fifth-section {
    background: #8D99AE; }
  main.programs .fifth-section .fifth-text {
    flex: 1 1 60%;
    margin: auto; }
    main.programs .fifth-section .fifth-text h2 {
      color: #0C5179;
      font-weight: 500;
      margin-bottom: 1rem; }
  main.programs .fifth-section .fifth-image {
    flex: 1 1 35%;
    padding-left: 2rem; }
    main.programs .fifth-section .fifth-image img {
      width: 100%;
      border-radius: 8px; }

main.programs .contact-section {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
  align-items: flex-start; }
  main.programs .contact-section .contact-info {
    flex: 1 1 60%; }
    main.programs .contact-section .contact-info h2 {
      color: #0C5179;
      font-weight: 500;
      margin-bottom: 1rem; }
    main.programs .contact-section .contact-info .contact-item {
      display: flex;
      align-items: flex-end;
      margin-bottom: 0.5rem;
      gap: 1rem;
      font-size: 1.125rem; }
      main.programs .contact-section .contact-info .contact-item span {
        color: #000;
        font-size: 1.5rem; }
      main.programs .contact-section .contact-info .contact-item p {
        margin: 0; }
  main.programs .contact-section .contact-buttons {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center; }
    main.programs .contact-section .contact-buttons .icon-document {
      color: white;
      margin-right: 0.5rem; }
  @media (max-width: 768px) {
    main.programs .contact-section {
      flex-direction: column; }
      main.programs .contact-section .contact-info,
      main.programs .contact-section .contact-buttons {
        flex: 1 1 100%; }
      main.programs .contact-section .contact-buttons {
        margin-top: 1.5rem;
        align-items: start; } }
main.programs .housing-pictures-section {
  margin: 2rem 0; }
  main.programs .housing-pictures-section h2 {
    color: #0C5179;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-align: center; }
  main.programs .housing-pictures-section .housing-scroll {
    display: flex;
    overflow-x: hidden;
    gap: 1.5rem;
    padding-bottom: 1rem;
    scroll-behavior: smooth;
    justify-content: center; }
    main.programs .housing-pictures-section .housing-scroll::-webkit-scrollbar {
      height: 8px; }
    main.programs .housing-pictures-section .housing-scroll::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 10px; }
    main.programs .housing-pictures-section .housing-scroll::-webkit-scrollbar-track {
      background: transparent; }
  main.programs .housing-pictures-section .housing-image {
    flex: 0 0 auto;
    width: 400px;
    border-radius: 8px;
    overflow: hidden; }
    main.programs .housing-pictures-section .housing-image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px; }
  @media (max-width: 768px) {
    main.programs .housing-pictures-section .housing-image {
      width: 80%;
      margin: 0 auto; }
    main.programs .housing-pictures-section .housing-scroll {
      overflow-x: auto; } }
  main.programs .housing-pictures-section .housing-scroll-wrapper {
    position: relative; }
    main.programs .housing-pictures-section .housing-scroll-wrapper .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.9);
      border: none;
      font-size: 2rem;
      cursor: pointer;
      padding: 1rem;
      z-index: 2;
      border-radius: 50%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
      main.programs .housing-pictures-section .housing-scroll-wrapper .scroll-btn.left {
        left: 0; }
      main.programs .housing-pictures-section .housing-scroll-wrapper .scroll-btn.right {
        right: 0; }
      @media (max-width: 768px) {
        main.programs .housing-pictures-section .housing-scroll-wrapper .scroll-btn {
          display: none; } }
main.programs .therapeutic-cards .therapeutic-text {
  margin: 3rem 0; }

main.programs .therapeutic-cards .therapeutic-card {
  border-radius: 8px;
  margin-bottom: 1rem;
  background-color: #FDF7EC;
  overflow: hidden; }
  main.programs .therapeutic-cards .therapeutic-card.open {
    background-color: #FDF7EC; }
  main.programs .therapeutic-cards .therapeutic-card .therapeutic-toggle {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-weight: bold;
    color: #0C5179;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease; }
    main.programs .therapeutic-cards .therapeutic-card .therapeutic-toggle .icon {
      font-size: 24px;
      color: #0C5179; }
    main.programs .therapeutic-cards .therapeutic-card .therapeutic-toggle:hover {
      background-color: #f6eee1; }
  main.programs .therapeutic-cards .therapeutic-card .therapeutic-content {
    padding: 0 1rem;
    background-color: #FDF7EC; }
    main.programs .therapeutic-cards .therapeutic-card .therapeutic-content p {
      margin-bottom: 1rem; }
    main.programs .therapeutic-cards .therapeutic-card .therapeutic-content .therapeutic-line {
      display: flex;
      align-items: flex-end;
      gap: 0.75rem;
      margin-bottom: 0.75rem;
      font-size: 1.125rem; }
      main.programs .therapeutic-cards .therapeutic-card .therapeutic-content .therapeutic-line img {
        width: 20px;
        height: 20px; }
      main.programs .therapeutic-cards .therapeutic-card .therapeutic-content .therapeutic-line a {
        color: #F28C29;
        text-decoration: underline !important; }
      main.programs .therapeutic-cards .therapeutic-card .therapeutic-content .therapeutic-line span {
        font-size: 2rem;
        margin-right: 1rem;
        color: #0C5179; }

@media (max-width: 768px) {
  main.programs .first-section {
    flex-direction: column; }
    main.programs .first-section .first-text {
      padding-right: 0;
      margin-bottom: 1.5rem; }
    main.programs .first-section .first-image {
      width: 100%; }
  main.programs .second-section {
    flex-direction: column; }
    main.programs .second-section .second-text {
      padding-left: 0;
      margin-bottom: 1.5rem; }
    main.programs .second-section .second-image {
      width: 100%;
      margin-bottom: 1rem; }
  main.programs .third-section {
    flex-direction: column; }
  main.programs .fourth-section {
    flex-direction: column; }
    main.programs .fourth-section .content {
      width: 100%; }
  main.programs .fifth-section {
    flex-direction: column; }
    main.programs .fifth-section .fifth-text {
      padding-left: 0;
      margin-bottom: 1.5rem; }
    main.programs .fifth-section .fifth-image {
      width: 100%;
      padding-left: 0;
      margin-bottom: 1rem; } }

main.about .first-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  main.about .first-section .first-text {
    flex: 1 1 60%;
    padding-right: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    main.about .first-section .first-text h2 {
      margin-top: 0; }
    main.about .first-section .first-text .button-container {
      display: flex;
      gap: 1rem;
      margin-top: 2rem;
      flex-wrap: wrap; }
  main.about .first-section .first-image {
    flex: 1 1 40%;
    display: flex;
    align-items: center;
    justify-content: center; }
    main.about .first-section .first-image img {
      width: 100%;
      max-width: 100%;
      border-radius: 8px;
      display: block;
      object-fit: cover; }
  @media (max-width: 1024px) {
    main.about .first-section {
      flex-direction: column; }
      main.about .first-section .first-text,
      main.about .first-section .first-image {
        flex: 1 1 100%;
        width: 100%;
        padding: 0;
        margin: 0; }
      main.about .first-section .first-text {
        padding: 1rem 0; } }
main.about .second-section {
  background: #F28C29;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-wrap: wrap; }
  .contrast main.about .second-section {
    background: #8d99ae; }
  main.about .second-section .left-wrapper,
  main.about .second-section .right-wrapper {
    flex: 1 1 45%;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    text-align: left; }
    main.about .second-section .left-wrapper img,
    main.about .second-section .right-wrapper img {
      width: 150px;
      height: 150px;
      object-fit: contain;
      flex-shrink: 0; }
    main.about .second-section .left-wrapper div h2,
    main.about .second-section .right-wrapper div h2 {
      color: white; }
    main.about .second-section .left-wrapper div p,
    main.about .second-section .right-wrapper div p {
      color: white; }
  @media (max-width: 768px) {
    main.about .second-section {
      flex-direction: column;
      text-align: center; }
      main.about .second-section .left-wrapper,
      main.about .second-section .right-wrapper {
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center; }
        main.about .second-section .left-wrapper div,
        main.about .second-section .right-wrapper div {
          text-align: center; } }
main.about .core-values {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  main.about .core-values h2 {
    color: #0C5179;
    text-align: left;
    margin-bottom: 1rem; }
  main.about .core-values .core-values-intro {
    max-width: 800px;
    margin-bottom: 2rem; }
  main.about .core-values .core-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem; }
  main.about .core-values .core-value-card {
    background-color: white;
    border-radius: 16px;
    text-align: center;
    color: white;
    padding: 2rem;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    main.about .core-values .core-value-card:nth-child(1) {
      background: #0C5179; }
      .contrast main.about .core-values .core-value-card:nth-child(1) {
        background: #8d99ae; }
    main.about .core-values .core-value-card:nth-child(2) {
      background: #F28C29; }
      .contrast main.about .core-values .core-value-card:nth-child(2) {
        background: #8d99ae; }
    main.about .core-values .core-value-card:nth-child(3) {
      background: #f9b900; }
      .contrast main.about .core-values .core-value-card:nth-child(3) {
        background: #8d99ae; }
    main.about .core-values .core-value-card:nth-child(4) {
      background: #3c7ca0; }
      .contrast main.about .core-values .core-value-card:nth-child(4) {
        background: #8d99ae; }
    main.about .core-values .core-value-card img {
      max-width: 150px;
      margin-bottom: 1rem; }
    main.about .core-values .core-value-card h1 {
      color: white; }
    main.about .core-values .core-value-card p {
      color: white; }

main.about .bottom-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  main.about .bottom-section .bottom-text {
    flex: 1 1 60%;
    padding-left: 4rem;
    justify-content: center;
    display: flex;
    flex-direction: column; }
  main.about .bottom-section .bottom-image {
    flex: 1 1 40%;
    display: flex;
    align-items: center; }
    main.about .bottom-section .bottom-image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
      display: block; }
  @media (max-width: 1024px) {
    main.about .bottom-section {
      flex-direction: column; }
      main.about .bottom-section .bottom-text,
      main.about .bottom-section .bottom-image {
        flex: 1 1 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto; }
      main.about .bottom-section .bottom-text {
        padding-top: 1rem; } }
main.ways-to-give .first-section {
  padding-top: 2rem;
  padding-bottom: 2rem; }

main.ways-to-give .support-options {
  background: #FDF7EC;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .contrast main.ways-to-give .support-options {
    background: #8D99AE; }
  main.ways-to-give .support-options .support-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem; }
  main.ways-to-give .support-options .support-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap; }
    main.ways-to-give .support-options .support-card .support-content {
      flex: 1 1 50%; }
      main.ways-to-give .support-options .support-card .support-content p {
        margin-bottom: 4rem; }
    main.ways-to-give .support-options .support-card .support-image {
      flex: 1 1 40%; }
      main.ways-to-give .support-options .support-card .support-image img {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        display: block; }
    main.ways-to-give .support-options .support-card.reverse {
      flex-direction: row-reverse; }
  @media (max-width: 768px) {
    main.ways-to-give .support-options .support-card {
      flex-direction: column !important;
      text-align: center; }
      main.ways-to-give .support-options .support-card .support-content,
      main.ways-to-give .support-options .support-card .support-image {
        flex: 1 1 100%; } }
main.ways-to-give .contact-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  gap: 6rem;
  align-items: center; }
  main.ways-to-give .contact-section img {
    width: 100px; }
  @media (max-width: 768px) {
    main.ways-to-give .contact-section {
      flex-direction: column;
      gap: 0.5rem; } }
.nb-header {
  width: 100%;
  position: relative; }
  .nb-header .top-banner {
    background: #F28C29;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 1rem; }
    .contrast .nb-header .top-banner {
      background: #8d99ae; }
    .nb-header .top-banner a {
      color: white;
      text-decoration: underline !important;
      font-weight: 500; }
  .nb-header .main-header {
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    position: relative; }
    @media (max-width: 1230px) {
      .nb-header .main-header {
        font-size: 1rem; } }
    .nb-header .main-header .logo {
      display: flex;
      align-items: flex-end; }
      .nb-header .main-header .logo img {
        height: 100px; }
        @media (max-width: 992px) {
          .nb-header .main-header .logo img {
            height: 70px; } }
        @media (max-width: 1230px) {
          .nb-header .main-header .logo img {
            height: 75px; } }
    .nb-header .main-header .main-nav {
      position: relative; }
      .nb-header .main-header .main-nav ul.desktop-menu {
        display: flex;
        gap: 3rem;
        list-style: none;
        margin-bottom: 1rem;
        align-items: flex-end;
        padding-left: 0; }
        .nb-header .main-header .main-nav ul.desktop-menu li:hover > a,
        .nb-header .main-header .main-nav ul.desktop-menu .desktop-menu li a.active {
          background-color: #F28C29;
          color: white !important;
          padding: 0.5rem 1rem;
          border-radius: 999px; }
        .nb-header .main-header .main-nav ul.desktop-menu li {
          position: relative; }
          .nb-header .main-header .main-nav ul.desktop-menu li a {
            color: #111;
            font-weight: 500;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.3rem;
            padding: 0; }
            .nb-header .main-header .main-nav ul.desktop-menu li a:hover {
              color: #F28C29; }
          .nb-header .main-header .main-nav ul.desktop-menu li .dropdown {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: #F28C29;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
            margin-top: 0.5rem;
            color: white; }
            .nb-header .main-header .main-nav ul.desktop-menu li .dropdown ul {
              list-style: none; }
              .nb-header .main-header .main-nav ul.desktop-menu li .dropdown ul li {
                margin-bottom: 0.5rem; }
                .nb-header .main-header .main-nav ul.desktop-menu li .dropdown ul li:last-child {
                  margin-bottom: 0; }
                .nb-header .main-header .main-nav ul.desktop-menu li .dropdown ul li a {
                  font-size: 1rem;
                  color: white !important;
                  font-weight: 400 !important;
                  padding: 0.5rem 0;
                  display: block;
                  transition: all 0.3s ease; }
                  .nb-header .main-header .main-nav ul.desktop-menu li .dropdown ul li a:hover {
                    color: #0C5179 !important; }
            .nb-header .main-header .main-nav ul.desktop-menu li .dropdown.two-column {
              min-width: 450px;
              padding: 1.5rem; }
              .nb-header .main-header .main-nav ul.desktop-menu li .dropdown.two-column .dropdown-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 2rem; }
            .nb-header .main-header .main-nav ul.desktop-menu li .dropdown.single-column {
              min-width: 200px;
              padding: 1rem; }
          .nb-header .main-header .main-nav ul.desktop-menu li:hover .dropdown {
            opacity: 1;
            visibility: visible; }
        @media (max-width: 1499px) {
          .nb-header .main-header .main-nav ul.desktop-menu {
            gap: 1.5rem;
            font-size: 16px; } }
        @media (max-width: 1230px) {
          .nb-header .main-header .main-nav ul.desktop-menu {
            gap: 1rem;
            font-size: 16px; } }
        @media (max-width: 992px) {
          .nb-header .main-header .main-nav ul.desktop-menu {
            display: none; } }
    .nb-header .main-header .header-icons {
      display: flex;
      align-items: center;
      gap: 2rem;
      margin-bottom: 0.5rem; }
      @media (max-width: 1230px) {
        .nb-header .main-header .header-icons {
          gap: 1rem; } }
      .nb-header .main-header .header-icons .search-icon {
        cursor: pointer;
        font-size: 1.7rem;
        transition: color 0.3s ease; }
        .nb-header .main-header .header-icons .search-icon:hover {
          color: #F28C29; }
      .nb-header .main-header .header-icons .accessibility-container {
        position: relative; }
        .nb-header .main-header .header-icons .accessibility-container .accessibility-trigger {
          background: none;
          border: none;
          font-size: 1.7rem;
          cursor: pointer;
          color: #111;
          transition: color 0.3s ease; }
          .nb-header .main-header .header-icons .accessibility-container .accessibility-trigger:hover {
            color: #F28C29; }
        .nb-header .main-header .header-icons .accessibility-container .accessibility-bar {
          position: absolute;
          top: -60px;
          right: 0;
          background: white;
          border: 2px solid #F28C29;
          border-radius: 8px;
          padding: 0.5rem;
          display: none;
          gap: 1rem;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          z-index: 1001; }
          .nb-header .main-header .header-icons .accessibility-container .accessibility-bar.active {
            display: flex; }
          .nb-header .main-header .header-icons .accessibility-container .accessibility-bar .accessibility-option {
            background: none;
            border: 1px solid #ddd;
            padding: 0.4rem 0.6rem;
            border-radius: 4px;
            cursor: pointer;
            font-size: 0.9rem;
            transition: all 0.3s ease; }
            .nb-header .main-header .header-icons .accessibility-container .accessibility-bar .accessibility-option:hover {
              background: #F28C29;
              color: white; }
              .contrast .nb-header .main-header .header-icons .accessibility-container .accessibility-bar .accessibility-option:hover {
                background: #8d99ae; }
      .nb-header .main-header .header-icons .referrals-button {
        background: #F9B900;
        color: #111;
        padding: 0.4rem 1rem;
        border-radius: 10px;
        font-weight: 500;
        text-decoration: none;
        transition: background 0.3s ease; }
        .contrast .nb-header .main-header .header-icons .referrals-button {
          background: #8d99ae; }
        .nb-header .main-header .header-icons .referrals-button:hover {
          background: #F28C29;
          color: white; }
      @media (max-width: 992px) {
        .nb-header .main-header .header-icons {
          display: none; } }
    .nb-header .main-header .hamburger {
      display: none;
      font-size: 2.5rem;
      cursor: pointer;
      margin-bottom: 0.5rem;
      transition: color 0.3s ease; }
      .nb-header .main-header .hamburger:hover {
        color: #F28C29; }
      @media (max-width: 992px) {
        .nb-header .main-header .hamburger {
          display: block; } }
  .nb-header .full-search-bar {
    display: none;
    background: #FDF7EC;
    padding: 1rem 2rem;
    width: 100%; }
    .contrast .nb-header .full-search-bar {
      background: #8d99ae; }
    .nb-header .full-search-bar form {
      display: flex;
      max-width: 900px;
      margin: 0 auto;
      gap: 0.5rem; }
      .nb-header .full-search-bar form input {
        flex: 1;
        padding: 0.6rem;
        font-size: 1rem;
        border-radius: 8px;
        border: none; }
      .nb-header .full-search-bar form button {
        background: #F9B900;
        color: white;
        border: none;
        padding: 0.6rem 1.2rem;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 300; }
        .contrast .nb-header .full-search-bar form button {
          background: #aab7cdff; }
    .nb-header .full-search-bar.visible {
      display: block; }
    @media (max-width: 992px) {
      .nb-header .full-search-bar {
        display: none !important; } }
  .nb-header #mobile-menu {
    display: none;
    background: #F28C29;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
    .contrast .nb-header #mobile-menu {
      background: #8d99ae; }
    .nb-header #mobile-menu.active {
      display: block; }
    .nb-header #mobile-menu .mobile-menu-content {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .nb-header #mobile-menu .mobile-menu-content .mobile-menu-link {
        color: white;
        text-decoration: none;
        font-weight: 500;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 0; }
        .nb-header #mobile-menu .mobile-menu-content .mobile-menu-link:hover {
          color: #0C5179 !important; }
        .nb-header #mobile-menu .mobile-menu-content .mobile-menu-link .icon-single_arrow_right {
          color: white; }
      .nb-header #mobile-menu .mobile-menu-content .mobile-submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        margin-top: 0.5rem; }
        .nb-header #mobile-menu .mobile-menu-content .mobile-submenu.active {
          max-height: 500px; }
        .nb-header #mobile-menu .mobile-menu-content .mobile-submenu ul {
          list-style: none;
          padding: 0 1rem; }
          .nb-header #mobile-menu .mobile-menu-content .mobile-submenu ul li {
            margin-bottom: 0.5rem; }
            .nb-header #mobile-menu .mobile-menu-content .mobile-submenu ul li a {
              color: white;
              text-decoration: none;
              font-size: 1rem; }
              .nb-header #mobile-menu .mobile-menu-content .mobile-submenu ul li a:hover {
                color: #0C5179 !important; }
      .nb-header #mobile-menu .mobile-menu-content .mobile-search-form {
        display: flex;
        gap: 0.5rem;
        padding: 1rem 0; }
        .nb-header #mobile-menu .mobile-menu-content .mobile-search-form input {
          flex: 1;
          padding: 0.5rem;
          border-radius: 6px;
          border: 1px solid #ccc; }
        .nb-header #mobile-menu .mobile-menu-content .mobile-search-form button {
          background: #F9B900;
          color: #111;
          border: none;
          padding: 0.5rem 1rem;
          border-radius: 6px;
          cursor: pointer;
          font-weight: 500; }
    .nb-header #mobile-menu .referrals-button {
      background: #F9B900;
      color: #111;
      padding: 0.6rem 1.5rem;
      border-radius: 10px;
      font-weight: 500;
      text-decoration: none;
      transition: background 0.3s ease;
      margin: 0.5rem auto 0 auto;
      font-size: 1.1rem;
      display: inline-block; }
      .nb-header #mobile-menu .referrals-button:hover {
        background: #F28C29;
        color: white; }
  .nb-header .font-small {
    font-size: 0.9em; }
  .nb-header .font-large {
    font-size: 1.1em; }
  .nb-header .high-contrast {
    filter: contrast(150%); }

.nb-footer {
  background-color: #1B7097;
  color: white; }
  .nb-footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 2rem;
    gap: 2rem; }
    .nb-footer .footer-top .footer-logo {
      flex: 1 1 200px; }
      .nb-footer .footer-top .footer-logo img {
        width: 210px;
        height: auto;
        margin-bottom: 0.5rem; }
      .nb-footer .footer-top .footer-logo .tagline {
        margin-bottom: 1rem; }
      .nb-footer .footer-top .footer-logo .social-icons {
        display: flex;
        gap: 1.5rem;
        font-size: 2.5rem;
        margin-top: 1rem; }
        .nb-footer .footer-top .footer-logo .social-icons a {
          color: white; }
          .nb-footer .footer-top .footer-logo .social-icons a:hover {
            color: #F28C29; }
    .nb-footer .footer-top .footer-col {
      flex: 1 1 220px; }
      .nb-footer .footer-top .footer-col h4 {
        font-weight: 500;
        margin-bottom: 1rem; }
      .nb-footer .footer-top .footer-col p {
        color: white;
        margin-bottom: 0rem; }
      .nb-footer .footer-top .footer-col ul {
        list-style: none;
        padding: 0; }
        .nb-footer .footer-top .footer-col ul li {
          margin-bottom: 0.5rem; }
          .nb-footer .footer-top .footer-col ul li a {
            color: white;
            text-decoration: none; }
            .nb-footer .footer-top .footer-col ul li a:hover {
              color: #F28C29; }
  .nb-footer .footer-bottom {
    background-color: #0C5179;
    padding: 1rem 2rem;
    text-align: center; }
    .nb-footer .footer-bottom p {
      color: white;
      margin: 0; }
  @media (max-width: 992px) {
    .nb-footer .footer-top {
      display: flex;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      text-align: left; }
    .nb-footer .footer-logo {
      grid-column: 1 / 3;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: 1rem; }
      .nb-footer .footer-logo img {
        height: 60px;
        margin-bottom: 0.25rem; }
      .nb-footer .footer-logo .tagline {
        margin-bottom: 0.5rem; }
      .nb-footer .footer-logo .social-icons {
        justify-content: center;
        flex-wrap: wrap; }
    .nb-footer .footer-col {
      margin-top: 0; } }
  @media (max-width: 576px) {
    .nb-footer .footer-top {
      padding: 1rem calc(10vw - 2vw); } }
.search .search-item {
  margin: 2em 0em;
  display: flex; }
  .search .search-item .search-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 2em; }
    .search .search-item .search-text .search-content {
      margin: 1em 0em; }

.search .search-result-string {
  color: #c09d1b;
  font-weight: bold; }

.search img {
  width: 10em; }

.search h1,
.search h2 {
  margin-bottom: 0;
  margin-top: 0; }

.search .page-link {
  color: #0C5179;
  transition: 150ms; }
  .search .page-link:hover {
    color: #052233; }

.main-admin {
  margin: 3em 0em;
  padding-top: 5rem !important;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 74em) {
    .main-admin {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (max-width: 74em) {
    .main-admin {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (max-width: 50em) {
    .main-admin {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (max-width: 25em) {
    .main-admin {
      padding-left: 1em;
      padding-right: 1em; } }
  .main-admin-box {
    width: 100%;
    display: flex;
    border: 1px solid #6d6d6d;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    @media (max-width: 1026px) {
      .main-admin-box {
        display: block;
        padding: 0; } }
    @media (max-width: 768px) {
      .main-admin-box {
        margin-top: 3em; } }
    .main-admin-box .content-section {
      display: flex;
      flex-direction: column;
      gap: 3rem; }
    .main-admin-box .content-block h3 {
      text-transform: capitalize;
      font-size: 2rem;
      padding: 0.5rem;
      background: #555;
      color: white; }
    .main-admin-box .nav-col {
      border-right: 1px solid #6d6d6d;
      background-color: #f3f3f3; }
      @media (max-width: 1026px) {
        .main-admin-box .nav-col {
          border-left: 1px solid #6d6d6d; } }
      .main-admin-box .nav-col .side-nav {
        width: 15em;
        border-bottom: 1px solid #6d6d6d; }
        .main-admin-box .nav-col .side-nav .nav-title {
          padding: 1rem;
          border-bottom: 1px solid #6d6d6d;
          background-color: #f3f3f3; }
          .main-admin-box .nav-col .side-nav .nav-title .txt {
            text-transform: uppercase;
            font-size: 1.5em;
            color: #021115; }
          @media (max-width: 1026px) {
            .main-admin-box .nav-col .side-nav .nav-title {
              display: flex;
              align-items: center;
              flex-flow: row-reverse;
              justify-content: flex-end; } }
        .main-admin-box .nav-col .side-nav .side_nav_mobile_btn {
          display: none;
          font-size: 1.5em;
          padding-right: 0.35em;
          transition: 150ms; }
          .main-admin-box .nav-col .side-nav .side_nav_mobile_btn:hover {
            cursor: pointer;
            opacity: 0.8; }
          @media (max-width: 1026px) {
            .main-admin-box .nav-col .side-nav .side_nav_mobile_btn {
              display: block; } }
        @media (max-width: 1026px) {
          .main-admin-box .nav-col .side-nav {
            margin-bottom: 3em;
            width: 100%; }
            .main-admin-box .nav-col .side-nav input.mobile_display_input {
              display: none; }
              .main-admin-box .nav-col .side-nav input.mobile_display_input ~ .side_nav_display_wrapper {
                display: none; }
              .main-admin-box .nav-col .side-nav input.mobile_display_input:checked ~ .side_nav_display_wrapper {
                display: block; }
              .main-admin-box .nav-col .side-nav input.mobile_display_input:checked + .nav-title .side_nav_mobile_btn {
                background: #f3f3f3; } }
        .main-admin-box .nav-col .side-nav .link-wrapper a {
          display: block;
          font-size: 1.15em;
          color: #141E2B;
          padding: 0.75rem 0.8rem;
          background-color: #f3f3f3; }
          .main-admin-box .nav-col .side-nav .link-wrapper a:hover, .main-admin-box .nav-col .side-nav .link-wrapper a.active {
            background: #e1e7e8; }
        .main-admin-box .nav-col .side-nav .nav-header {
          display: block;
          position: relative;
          color: white;
          text-transform: uppercase;
          cursor: pointer;
          font-size: 1.25em;
          padding: 0.75rem;
          padding-right: 1.3em;
          background: #F28C29; }
          .main-admin-box .nav-col .side-nav .nav-header:hover {
            background: #f8c089; }
          .main-admin-box .nav-col .side-nav .nav-header:after {
            position: absolute;
            top: 27.5%;
            right: 0.5em;
            font-family: 'icomoon';
            content: "";
            line-height: 1em;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased; }
        .main-admin-box .nav-col .side-nav .nav-group {
          display: none; }
        .main-admin-box .nav-col .side-nav .link_group_checkbox:checked ~ .nav-group {
          display: block; }
        .main-admin-box .nav-col .side-nav .link_group_checkbox:checked ~ .nav-header {
          background: #f6b371; }
          .main-admin-box .nav-col .side-nav .link_group_checkbox:checked ~ .nav-header:after {
            transform: rotate(0.5turn);
            line-height: 1.2em; }
    .main-admin-box .content-col {
      margin: 1em 2em 2em 2em;
      overflow: hidden;
      flex-grow: 1; }
      .main-admin-box .content-col .admin-title {
        margin-bottom: 0.5em;
        text-transform: uppercase; }

.label-icon {
  display: flex;
  align-items: baseline;
  color: #0C5179; }

.alert {
  background-color: #0C5179;
  color: white;
  padding: 1.05em;
  text-align: center;
  font-weight: bold;
  transition: 300ms; }
  .alert:empty {
    display: none; }
  .alert a {
    color: white;
    text-decoration: underline !important; }
    .alert a:hover {
      color: #d9d9d9; }
  .alert p {
    font-size: 1.05em;
    line-height: 1.75; }

.alert-subbar {
  padding-bottom: 0.25em;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-flow: wrap; }

.alert-subtitle {
  color: #3c3e3f;
  font-size: 1.5em; }

.alert-date {
  font-size: 1.15em; }

.alert-content {
  padding: 0.25em 0em;
  font-size: 1.05em; }

.list-item-container {
  display: flex;
  justify-content: center;
  margin-top: 1em; }
  @media (max-width: 900px) {
    .list-item-container {
      padding: 0;
      margin-top: 0; } }
.list-item {
  display: flex;
  margin-bottom: 3em; }
  @media (max-width: 900px) {
    .list-item {
      flex-direction: column; } }
  .list-item img {
    width: 450px;
    margin-right: 2.5em;
    align-self: start; }
    @media (max-width: 900px) {
      .list-item img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5em; } }
  .list-item-content {
    max-width: 500px; }
    .list-item-content h1 {
      text-transform: uppercase;
      padding-bottom: 0.35em;
      font-size: 2.15em; }
    @media (max-width: 900px) {
      .list-item-content {
        max-width: 100%; } }
.admin-panels {
  margin-top: 1.25em;
  display: flex; }
  @media (max-width: 48em) {
    .admin-panels {
      flex-direction: column; } }
.admin-panel {
  display: flex;
  flex-direction: column; }
  .admin-panel:first-child {
    padding-right: 1em; }
  .admin-panel:last-child {
    padding-left: 1em; }
  .admin-panel .admin-panels-header {
    font-size: 1.75em;
    color: #212121;
    text-align: center; }

main.sitemap .group-section {
  margin: 2rem 0; }

main.sitemap h3 {
  margin: 0; }

main.sitemap ul {
  list-style-type: circle;
  padding-left: 2em;
  margin-top: 1.5em;
  width: fit-content; }
  main.sitemap ul a {
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 0.5em; }
  main.sitemap ul li {
    margin-bottom: 0.5em; }

.page-header {
  padding-top: 3rem;
  padding-bottom: 5rem;
  height: 350px;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }
  .page-header h1,
  .page-header .description {
    color: white; }
  .page-header h1 {
    font-size: 3.5rem;
    margin: 0;
    font-weight: 500; }
  .page-header .description {
    margin-top: 0.5rem;
    width: 30rem;
    line-height: 2rem; }
    .page-header .description p {
      color: white; }
  @media only screen and (max-width: 33.75rem) {
    .page-header h1 {
      font-size: 2.75rem; }
    .page-header .description {
      width: 100%; } }
  body.product-page .page-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: left;
    text-align: left;
    min-height: 640px; }
    body.product-page .page-header h1,
    body.product-page .page-header .description {
      margin: 0;
      padding-bottom: 2rem; }
  body.about-page .page-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    min-height: 640px; }
    body.about-page .page-header h1,
    body.about-page .page-header .description {
      margin: 0;
      padding-bottom: 2rem; }

.mailchimp-signup {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  margin-top: 2rem; }
  .mailchimp-signup #mailchimp-message {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    font-weight: bold;
    border-radius: 4px;
    font-size: 0.95rem;
    display: none; }
  .mailchimp-signup #mailchimp-message.success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb; }
  .mailchimp-signup #mailchimp-message.error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb; }
  .mailchimp-signup h2 {
    font-weight: 500;
    color: #0C5179; }
  .mailchimp-signup p {
    color: #141E2B;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .mailchimp-signup form .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; }
    .mailchimp-signup form .form-group input[type='text'],
    .mailchimp-signup form .form-group input[type='email'] {
      padding: 0.75rem 1rem;
      font-size: 1rem;
      border-radius: 6px;
      border: 1px solid #ccc;
      min-width: 250px;
      max-height: 50px;
      flex: 1 1 250px; }
  @media (max-width: 600px) {
    .mailchimp-signup .form-group {
      flex-direction: column;
      align-items: center; }
      .mailchimp-signup .form-group input {
        width: 100%;
        max-width: 350px; } }
.privacy-policy-wrapper {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

#privacy-popup {
  border-radius: 8px;
  position: relative;
  width: 480px;
  margin: 0 auto;
  background-color: #0C5179;
  padding: 35px 5.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 30%; }
  #privacy-popup p {
    color: white;
    margin: 0 0 1rem 0;
    text-align: center; }
    #privacy-popup p a {
      text-decoration: underline !important;
      cursor: pointer; }
  #privacy-popup a {
    color: white; }
    #privacy-popup a:hover {
      color: #1B7097;
      cursor: pointer; }
  #privacy-popup #hide-button-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 1rem;
    align-items: center; }

@media screen and (max-width: 991px) {
  #privacy-popup {
    flex-direction: column;
    padding: 1rem;
    width: 90%; }
    #privacy-popup p {
      margin-right: 0;
      margin-bottom: 10px; }
    #privacy-popup #hide-button-wrapper {
      flex-direction: column;
      gap: 0.5rem; } }

.contact-us-panel {
  background-color: #fcf7ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
  gap: 2rem; }
  .contact-us-panel h2 {
    width: 25%; }
  .contact-us-panel .content {
    width: 60%;
    font-size: 20px; }
  @media (max-width: 1024px) {
    .contact-us-panel {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      gap: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .contact-us-panel h2 {
        width: 100%; }
      .contact-us-panel .content {
        width: 100%; } }
/* ================================================================================================
	GENERAL CSS
================================================================================================ */
* {
  box-sizing: border-box; }

html,
body {
  background: white;
  color: #3c3e3f;
  font-family: "canada-type-gibson", regular;
  font-size: 16px;
  font-weight: 200; }
  html.contrast,
  body.contrast {
    color: black; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  line-height: 1;
  font-weight: 500; }

h1 {
  font-size: 2rem;
  color: #0C5179; }

h2 {
  font-size: 1.75rem;
  /* 32px */
  color: #0C5179; }

h3 {
  font-size: 1.5rem;
  /* 28px */
  color: #0C5179; }

h4 {
  font-size: 1.25rem;
  /* 24px */
  color: #0C5179; }

h5 {
  font-size: 1rem;
  /* 20px */
  color: #0C5179; }

h6 {
  font-size: 0.75rem;
  color: #0C5179; }

p {
  line-height: 1.5;
  font-size: 1.125rem;
  margin-top: 0;
  color: #3c3e3f; }

main {
  padding: 0;
  width: 100%; }

.admin-content-wrapper {
  line-height: 1.5;
  margin-bottom: 1em;
  display: flex; }
  .admin-content-wrapper img {
    margin-left: 2em;
    width: fit-content; }
  @media only screen and (max-width: 728px) {
    .admin-content-wrapper {
      flex-direction: column; }
      .admin-content-wrapper img {
        margin-left: 0;
        margin-top: 1.5em; } }
button,
input,
optgroup,
select,
textarea {
  font-family: "canada-type-gibson", regular;
  outline: none; }

a {
  color: #0C5179;
  transition: 150ms;
  text-decoration: none !important; }
  a:hover {
    color: #0C5179; }
  a [class^='icon-'],
  a [class*=' icon-'] {
    color: #8d99ae;
    transition: 150ms; }
    a [class^='icon-']:hover,
    a [class*=' icon-']:hover {
      color: #707070; }

.hidden_area,
.hidden_element {
  display: none; }

select {
  padding: 0.45em;
  background-color: white;
  box-shadow: 0px 0px 3px 0px rgba(179, 179, 179, 0.75); }
  select:focus {
    border: 1px solid #0C5179; }

ul {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding-left: 1.3em; }

.home {
  padding: 0em; }

table {
  border-collapse: collapse; }
  table th,
  table td {
    text-align: left;
    vertical-align: top; }

hr {
  border: none;
  border-top: 1px solid #d7d7d7; }

.page-title {
  margin-bottom: 0.5em;
  font-size: 2.25em;
  text-transform: uppercase; }

.unstyle-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: montserratBold; }

iframe {
  border: none; }

.fwb {
  font-weight: bold; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em;
  display: block !important; }

.mb1 {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.dn {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.oh {
  overflow: hidden; }

.ib {
  display: inline-block; }

.p-2 {
  padding: 2em; }

/* --- Used to make footer stick to bottom if window larger than page --- */
html,
body {
  height: 100%;
  width: 100%; }

body {
  display: flex;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

footer {
  flex-shrink: 0; }

/* ---------------------------------------------------------------------- */
/* ========== Print Style ========== */
@media print {
  header,
  footer,
  .footer__links,
  .footer__hours a,
  .side-col {
    display: none; }
  .contact .side-col,
  .trustees-main .side-col {
    display: block; }
  main {
    padding: 2em 0 0 0; }
  body,
  h1,
  h2,
  h3,
  ol,
  ul,
  div {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    position: static;
    overflow: visible; } }
