@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.15; /* 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: bolder;
}

/**
 * 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?e13dpg");
  src: url("../fonts/icomoon/icomoon.eot?e13dpg#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2?e13dpg") format("woff2"), url("../fonts/icomoon/icomoon.ttf?e13dpg") format("truetype"), url("../fonts/icomoon/icomoon.woff?e13dpg") format("woff"), url("../fonts/icomoon/icomoon.svg?e13dpg#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-addition_circle_blk:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-IG-glyph-logo_May2016_blk:before {
  content: "\e916";
}

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

.icon-LinkedIn-logo-vector-IN:before {
  content: "\e918";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes growUnderline {
  from {
    width: 0;
  }
  to {
    width: 15rem;
  }
}
@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 15vw;
  }
}
@media only screen and (max-width: 1300px) {
  .container-md {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 1100px) {
  .container-md {
    padding: 0 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .container-md {
    padding: 0 5vw;
  }
}

.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 {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #5BC0EC;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  padding: 0.35rem 0.35rem 0.35rem 1.25rem;
  transition: background 150ms ease;
  margin-top: 1.5rem;
}
.link-button::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #00296B;
  border-radius: 50%;
  font-size: 1rem;
  flex-shrink: 0;
  line-height: 1;
}
.link-button:hover {
  background: rgb(45.2950819672, 174.4426229508, 230.7049180328);
  color: white;
}

.btn {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em;
  font-weight: bold;
  color: white !important;
  background: #003F88;
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  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: rgb(0, 3.9375, 8.5);
}
.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: "\e90f";
  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 #050608;
  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: rgb(225.2840909091, 231.2272727273, 232.4159090909);
}

table.display_table tr.clickable:hover,
table.display_table tr.active-row {
  cursor: pointer;
  background: rgb(136, 191.125, 255);
}

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

/* =======================================
	ERROR & SUCCESS
======================================= */
.error {
  background: #b13112;
  color: white;
  font-weight: bold;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid rgb(84.4153846154, 23.3692307692, 8.5846153846);
  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 rgb(120.3366336634, 148.8910891089, 57.1089108911);
  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: rgb(0, 110.25, 238);
  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:after {
  content: "";
  display: table;
  clear: both;
}
.form-field {
  position: relative;
  padding: 1em 0;
  clear: both;
}
.form-field .field-label {
  display: block;
  font-size: 1.3em;
  color: #003F88;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.form-field.error_container {
  margin-bottom: 5px;
}
.form-field.error_container input {
  border-color: #ac2c1f;
  background: rgb(255, 236, 236);
}
.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: rgb(0, 110.25, 238);
  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 rgb(0, 110.25, 238);
}

.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: rgb(204.5818181818, 219.6, 172.4);
  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: #14456d;
  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;
  font-weight: bold;
  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: #ac2c1f;
  background: rgb(255, 236, 236);
}
.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;
  font-weight: bold;
  padding: 1em;
  z-index: 2;
  margin: 0;
  color: #fff;
  background: #272727;
  border: 2px solid #272727;
}
.file-upload-btn-wrapper:hover .image-drop-name {
  background: rgb(64.5, 64.5, 64.5);
  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: rgb(243.1650246305, 194.2980295567, 189.3349753695);
}
.progress_bar.progress_success {
  background: rgb(193.6863636364, 211.95, 154.55);
}
.progress_bar.upload_complete {
  background: rgb(193.6863636364, 211.95, 154.55);
}
@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: rgb(237.25, 226.6, 201.75);
  animation: spinner 0.6s linear infinite;
}
.progress_bar.completed {
  background: rgb(193.6863636364, 211.95, 154.55);
  border-color: rgb(49.2545454545, 60.2, 25.8);
}
.progress_bar.completed .progress_bar--message {
  color: rgb(49.2545454545, 60.2, 25.8);
}
.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;
  font-weight: bold;
  color: #3a3a3a;
}
.progress_bar .progress_bar--percentage {
  padding-left: 0.5em;
}

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

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.ajax-loader {
  position: relative;
  height: 4em;
  width: 4em;
  margin-left: auto;
  margin-right: auto;
}
.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: rgb(237.25, 226.6, 201.75);
  animation: spinner 0.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: "\e909";
}

.paginate-forward:before {
  content: "\e90a";
}

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

.pagination-pages:after {
  content: "";
  display: table;
  clear: both;
}
.pagination-pages {
  padding-bottom: 0.5em;
  text-align: center;
  font-family: "Arial";
  font-weight: bold;
}
.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: #003F88;
}
.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: rgb(213.5, 213.5, 213.5);
  border-color: rgb(195.5, 195.5, 195.5);
}
.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: rgb(213.5, 213.5, 213.5);
  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: #ac2c1f;
  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: #050608;
}
.padded-listing input[type=text]:focus {
  border-color: #003F88;
  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: "open-sans", sans-serif;
}

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

div .selectboxit-arrow-container {
  background-color: rgb(177, 177, 177);
}

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: #003F88;
}
div .selectboxit-btn:hover .selectboxit-arrow-container {
  background: #003F88;
}
div .selectboxit-btn.selectboxit-open {
  border-color: #003F88;
}
div .selectboxit-btn.selectboxit-open .selectboxit-arrow-container {
  background: #003F88;
}

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;
  font-weight: bold;
  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: #003F88;
  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.5em;
  color: white;
  background: grey;
  position: fixed;
  z-index: 999;
  right: 1.5em;
  bottom: 1.5em;
  padding: 0.5em;
  transition: 100ms ease-in;
}
.scroll-up:hover {
  background: rgb(166.25, 166.25, 166.25);
}

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;
}
.contrast menu.accessibility-bar button, .contrast menu.accessibility-bar a {
  color: black;
}

menu.accessibility-bar button, menu.accessibility-bar a {
  font-size: 2rem;
  padding: 0.5rem;
  transition: 200ms ease;
}
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.about-us {
  padding: 0;
}
main.about-us .au-intro {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
main.about-us .au-intro-logos img {
  width: 100%;
  display: block;
}
main.about-us .au-intro-text {
  font-size: 16px;
}
main.about-us .au-intro-text p {
  margin-bottom: 1rem;
}
main.about-us .au-intro-text p:last-of-type {
  margin-bottom: 0;
}
main.about-us .au-intro-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
main.about-us .au-careers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #00296B;
  min-height: 340px;
}
main.about-us .au-careers-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 4rem 3rem 4rem 5vw;
  color: #fff;
}
main.about-us .au-careers-text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
main.about-us .au-careers-text .au-careers-copy {
  font-size: 16px;
}
main.about-us .au-careers-text .au-careers-copy p {
  margin-bottom: 0.75rem;
}
main.about-us .au-careers-text .au-careers-copy p:last-child {
  margin-bottom: 0;
}
main.about-us .au-careers-text .link-button {
  align-self: flex-start;
}
@media only screen and (max-width: 1600px) {
  main.about-us .au-careers-text {
    padding-left: 15vw;
  }
}
@media only screen and (max-width: 1300px) {
  main.about-us .au-careers-text {
    padding-left: 10vw;
  }
}
@media only screen and (max-width: 1100px) {
  main.about-us .au-careers-text {
    padding-left: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  main.about-us .au-careers-text {
    padding-left: 5vw;
  }
}
main.about-us .au-careers-image {
  overflow: hidden;
}
main.about-us .au-careers-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
main.about-us .au-charities {
  padding: 5rem 0;
  text-align: center;
}
main.about-us .au-charities-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
main.about-us .au-charities > .container-md > h2 {
  font-size: 30px;
  font-weight: 700;
  color: #00296B;
  margin: 0 0 1.5rem;
}
main.about-us .au-charities-copy {
  font-size: 16px;
  margin: 0 auto 3rem;
}
main.about-us .au-charities-copy p {
  margin-bottom: 0.75rem;
}
main.about-us .au-charities-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
main.about-us .au-charity-logo img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}
main.about-us .au-charity-logo a:hover img {
  transform: scale(1.05);
}
main.about-us .au-full-image img {
  width: 100%;
  display: block;
  height: 480px;
  object-fit: cover;
}
@media only screen and (max-width: 56rem) {
  main.about-us .au-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  main.about-us .au-intro-logos {
    max-width: 320px;
    margin: 0 auto;
  }
  main.about-us .au-careers {
    grid-template-columns: 1fr;
  }
  main.about-us .au-careers-text {
    padding: 3rem 5vw;
  }
  main.about-us .au-careers-image {
    height: 280px;
  }
  main.about-us .au-careers-image img {
    object-position: center center;
  }
  main.about-us .au-charities {
    padding: 3rem 0;
  }
  main.about-us .au-charities-logos {
    gap: 2rem;
    flex-wrap: wrap;
  }
  main.about-us .au-charity-logo img {
    width: 110px;
    height: 110px;
  }
  main.about-us .au-full-image img {
    height: 260px;
  }
}

main.faqs {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
main.faqs .faq-category {
  margin-bottom: 3rem;
}
main.faqs .faq-category:last-child {
  margin-bottom: 0;
}
main.faqs .faq-category-title {
  color: #00296B;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #5BC0EC;
}
main.faqs .faq-block {
  background: #f4f7fb;
  margin-bottom: 0.35rem;
}
main.faqs .faq-block:last-child {
  margin-bottom: 0;
}
main.faqs .question-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  user-select: none;
}
main.faqs .question-row:hover .question-text {
  color: #00296B;
}
main.faqs .collapse-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #5BC0EC;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.faqs .collapse-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
main.faqs .collapse-icon .icon-minus {
  display: none;
}
main.faqs .collapse-icon .icon-plus {
  display: block;
}
main.faqs .faq-block.is-open .collapse-icon .icon-plus {
  display: none;
}
main.faqs .faq-block.is-open .collapse-icon .icon-minus {
  display: block;
}
main.faqs .question-text {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.15s ease;
}
main.faqs .answer-row-wrapper {
  display: none;
  background: #f4f7fb;
}
main.faqs .answer-row-wrapper.active {
  display: block;
}
main.faqs .answer-row {
  padding: 0.25rem 1rem 1rem 2.75rem;
}
main.faqs .answer {
  font-size: 15px;
  color: #444;
}
main.faqs .answer p {
  margin: 0 0 0.5em;
}
main.faqs .answer p:last-child {
  margin-bottom: 0;
}
main.faqs .answer a {
  color: #5BC0EC;
}
main.faqs .answer a:hover {
  color: #00296B;
}
@media only screen and (max-width: 48rem) {
  main.faqs {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  main.faqs .faq-category-title {
    font-size: 1rem;
  }
}

main.contact {
  padding: 4rem 0 6rem;
}
main.contact .contact-intro {
  text-align: center;
  margin-bottom: 3.5rem;
}
main.contact .contact-intro h2 {
  color: #00296B;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
main.contact .contact-intro p {
  color: #00296B;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 2rem;
}
main.contact .dept-select-wrapper {
  display: inline-block;
  position: relative;
}
main.contact .dept-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 1.5px solid #c8cfe0;
  border-radius: 2rem;
  color: #00296B;
  cursor: pointer;
  font-size: 16px;
  min-width: 16rem;
  padding: 0.7rem 3rem 0.7rem 1.5rem;
  outline: none;
  transition: border-color 0.18s ease;
}
main.contact .dept-select-wrapper select:focus {
  border-color: #5BC0EC;
}
main.contact .dept-select-wrapper::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #00296B;
  border-bottom: 2px solid #00296B;
  pointer-events: none;
}
main.contact .dept-section {
  display: none;
}
main.contact .dept-section.active {
  display: block;
}
main.contact .dept-section > h3 {
  color: #00296B;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 4rem;
}
main.contact .contact-people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
main.contact .contact-person {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main.contact .contact-person:not(:last-child) {
  border-right: 1px solid #bdd4ee;
}
main.contact .contact-person h4 {
  color: #00296B;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
main.contact .contact-person .role {
  color: #666;
  font-size: 16px;
  margin: 0 0 0.5rem;
}
main.contact .contact-person .contact-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #00296B;
  text-decoration: none;
  font-size: 16px;
}
main.contact .contact-person .contact-link span {
  color: #5BC0EC;
  font-size: 1rem;
  flex-shrink: 0;
}
main.contact .contact-person .contact-link:hover {
  color: #5BC0EC;
}
main.contact .support-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
main.contact .support-block {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
main.contact .support-block:not(:last-child) {
  border-right: 1px solid #bdd4ee;
}
main.contact .support-block .support-icon {
  color: #5BC0EC;
  font-size: 3rem;
  margin-bottom: 1.25rem;
}
main.contact .support-block h4, main.contact .support-block p, main.contact .support-block a {
  align-self: stretch;
  text-align: left;
}
main.contact .support-block h4 {
  color: #00296B;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
main.contact .support-block p {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
main.contact .support-block a {
  color: #00296B;
  font-size: 16px;
  text-decoration: none;
}
main.contact .support-block a:hover {
  color: #5BC0EC;
}
@media only screen and (max-width: 52rem) {
  main.contact .contact-people,
  main.contact .support-blocks {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  main.contact .contact-person,
  main.contact .support-block {
    padding: 0;
    border-right: none !important;
    border-bottom: 1px solid #bdd4ee;
    padding-bottom: 2rem;
  }
  main.contact .contact-person:last-child,
  main.contact .support-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  main.contact .support-block {
    align-items: flex-start;
    text-align: left;
  }
}

main.ordering-process {
  padding: 0;
}
main.ordering-process .op-intro {
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}
main.ordering-process .op-intro h2 {
  color: #00296B;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1rem;
}
main.ordering-process .op-intro-copy {
  font-size: 16px;
  margin: 0 auto;
}
main.ordering-process .op-intro-copy p {
  margin-bottom: 0.75rem;
}
main.ordering-process .op-steps {
  background: #fff;
  padding: 4rem 0;
}
main.ordering-process .op-steps-title {
  color: #00296B;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 3rem;
}
main.ordering-process .op-steps-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
main.ordering-process .op-step {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
main.ordering-process .op-step-icon {
  flex: 0 0 auto;
  width: 5rem;
}
main.ordering-process .op-step-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes op-bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-14px);
  }
  50% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(-9px);
  }
  85% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
main.ordering-process .op-step-icon.bounced {
  animation: op-bounce 0.65s ease forwards;
}
main.ordering-process .op-step-content {
  padding-top: 0.4rem;
}
main.ordering-process .op-step-content h3 {
  color: #00296B;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
main.ordering-process .op-step-copy {
  font-size: 16px;
}
main.ordering-process .op-step-copy p {
  margin-bottom: 0.4rem;
}
main.ordering-process .op-step-copy p:last-child {
  margin-bottom: 0;
}
main.ordering-process .op-step-flags {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
main.ordering-process .op-step-flags p {
  font-size: 16px;
  margin: 0;
}
main.ordering-process .warranty-contact {
  background: #f4f5f7;
  padding: 3.5rem 0;
}
main.ordering-process .warranty-contact-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 0;
  align-items: start;
}
main.ordering-process .wc-text {
  padding-right: 3rem;
}
main.ordering-process .wc-text .wc-eyebrow {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
main.ordering-process .wc-text h2 {
  color: #00296B;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1rem;
}
main.ordering-process .wc-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}
main.ordering-process .wc-text .link-button {
  display: inline-flex;
}
main.ordering-process .wc-block {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main.ordering-process .wc-block .wc-icon {
  color: #5BC0EC;
  font-size: 2.8rem;
  margin-bottom: 0.75rem;
}
main.ordering-process .wc-block h4 {
  color: #00296B;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
main.ordering-process .wc-block p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 56rem) {
  main.ordering-process .op-intro {
    padding-top: 2.5rem;
  }
  main.ordering-process .op-steps {
    padding-top: 2.5rem;
  }
  main.ordering-process .op-step-icon {
    width: 4rem;
  }
  main.ordering-process .warranty-contact-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  main.ordering-process .wc-text {
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
  main.ordering-process .wc-block {
    padding: 0;
  }
}

main.warranty {
  padding: 0;
}
main.warranty .warranty-copy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 16px;
}
main.warranty .warranty-copy h1 {
  color: #00296B;
  font-size: 30px;
  font-weight: 700;
}
main.warranty .warranty-copy h2 {
  color: #00296B;
  font-size: 24px;
  font-weight: 700;
  margin: 1.5rem 0 0.75rem;
}
main.warranty .warranty-copy h3 {
  color: #00296B;
  font-size: 20px;
  font-weight: 700;
  margin: 2rem 0 0.5rem;
}
main.warranty .warranty-copy h4,
main.warranty .warranty-copy h5 {
  color: #00296B;
  font-weight: 700;
  margin: 1.5rem 0 0.4rem;
  font-size: 18px;
}
main.warranty .warranty-copy p,
main.warranty .warranty-copy div {
  margin-bottom: 0.75rem;
}
main.warranty .warranty-copy a {
  color: #5BC0EC;
}
main.warranty .warranty-copy a:hover {
  text-decoration: underline;
}
main.warranty .warranty-contact {
  background: #f4f5f7;
  padding: 3.5rem 0;
}
main.warranty .warranty-contact-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 0;
  align-items: start;
}
main.warranty .wc-text {
  padding-right: 3rem;
}
main.warranty .wc-text .wc-eyebrow {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
main.warranty .wc-text h2 {
  color: #00296B;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1rem;
}
main.warranty .wc-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
main.warranty .wc-text .link-button {
  display: inline-flex;
}
main.warranty .wc-block {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main.warranty .wc-block .wc-icon {
  color: #5BC0EC;
  font-size: 2.8rem;
  margin-bottom: 0.75rem;
}
main.warranty .wc-block h4 {
  color: #00296B;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
main.warranty .wc-block p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 56rem) {
  main.warranty .warranty-contact-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  main.warranty .wc-text {
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
  main.warranty .wc-block {
    padding: 0;
  }
  main.warranty .file-row {
    flex-wrap: wrap;
  }
}

main.vehicle-page .vp-hero {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
main.vehicle-page .vp-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.vehicle-page .vp-intro {
  padding: 4rem 0;
}
main.vehicle-page .vp-intro-inner {
  display: flex;
  gap: 4rem;
  align-items: center;
}
main.vehicle-page .vp-intro-text {
  flex: 1;
}
main.vehicle-page .vp-intro-text h2 {
  color: #00296B;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1rem;
}
main.vehicle-page .vp-intro-text .vp-intro-copy {
  font-size: 16px;
}
main.vehicle-page .vp-intro-text .vp-intro-copy p {
  margin-bottom: 0.75rem;
}
main.vehicle-page .vp-intro-image {
  flex: 0 0 44%;
}
main.vehicle-page .vp-intro-image img {
  width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
main.vehicle-page .vp-intro-image .vp-option-placeholder {
  width: 100%;
  aspect-ratio: 8/5;
  background: #eef0f4;
  border-radius: 8px;
}
main.vehicle-page .vp-options {
  background: #f4f5f7;
  padding: 4rem 0;
  text-align: center;
}
main.vehicle-page .vp-options-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 0.5rem;
}
main.vehicle-page .vp-options > .container-md > h2 {
  color: #00296B;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 2.5rem;
}
main.vehicle-page .vp-options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: left;
}
main.vehicle-page .vp-option img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
main.vehicle-page .vp-option .vp-option-placeholder {
  width: 100%;
  aspect-ratio: 3/2;
  background: #dde0e8;
  border-radius: 6px;
}
main.vehicle-page .vp-option p {
  font-size: 14px;
  color: #555;
  margin: 0.5rem 0 0;
  text-align: center;
}
main.vehicle-page .vp-fleet {
  padding: 4rem 0;
  text-align: center;
}
main.vehicle-page .vp-fleet h2 {
  color: #00296B;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1rem;
}
main.vehicle-page .vp-fleet .vp-fleet-text {
  font-size: 16px;
  margin: 0 auto 2.5rem;
}
main.vehicle-page .vp-fleet .vp-fleet-text p {
  margin-bottom: 0.75rem;
}
main.vehicle-page .vp-fleet-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: left;
}
main.vehicle-page .vp-fleet-images img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
main.vehicle-page .vp-fleet-images .vp-fleet-placeholder {
  width: 100%;
  aspect-ratio: 3/2;
  background: #eef0f4;
  border-radius: 8px;
}
@media only screen and (max-width: 56rem) {
  main.vehicle-page .vp-hero {
    height: 280px;
  }
  main.vehicle-page .vp-intro {
    padding: 2.5rem 0;
  }
  main.vehicle-page .vp-intro-inner {
    flex-direction: column;
    gap: 2rem;
  }
  main.vehicle-page .vp-intro-image {
    flex: unset;
    width: 100%;
  }
  main.vehicle-page .vp-options {
    padding: 2.5rem 0;
  }
  main.vehicle-page .vp-options-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  main.vehicle-page .vp-fleet {
    padding: 2.5rem 0;
  }
  main.vehicle-page .vp-fleet-images {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 30rem) {
  main.vehicle-page .vp-options-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.content-wrapper {
  font-size: 1.25rem;
}
.content-wrapper, .content-wrapper * {
  line-height: 1.5em;
}
.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
  font-size: revert;
}
.content-wrapper h2 {
  margin: 0;
}

main.content .content-wrapper {
  padding-top: 1rem;
}

main.error404 {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
main.error404 .error-image {
  flex: 0 0 500px;
}
main.error404 .error-image img {
  width: 100%;
  height: auto;
  display: block;
}
main.error404 .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main.error404 .error-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5BC0EC;
  margin: 0;
}
main.error404 .title {
  color: #00296B;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.15;
  margin: 0;
}
main.error404 .content {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
main.error404 .back-text {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.7rem 1.75rem;
  background: #00296B;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  width: max-content;
  transition: background 0.15s ease;
}
main.error404 .back-text:hover {
  background: #5BC0EC;
  color: white;
}
@media only screen and (max-width: 52rem) {
  main.error404 {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 2rem;
    text-align: center;
    align-items: center;
  }
  main.error404 .error-image {
    flex: 0 0 auto;
    width: 220px;
  }
  main.error404 .back-text {
    align-self: center;
  }
}

main.home .ticker-youtube-wrapper-resizer {
  width: 100%;
}
main.home .ticker-slider {
  position: relative;
}
main.home .ticker-slide {
  display: none;
}
main.home .ticker-slide.active {
  display: block;
}
main.home .ticker-slide img {
  width: 100%;
  display: block;
}
main.home .ticker-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.55rem;
  z-index: 10;
}
main.home .ticker-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
main.home .ticker-dot.active, main.home .ticker-dot:hover {
  background: white;
  transform: scale(1.25);
}
main.home .first-section {
  background: #003F88;
  padding: 3.5rem 0;
  text-align: center;
  color: white;
}
main.home .first-section h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
main.home .first-section .content {
  margin: 0 auto;
  font-size: 16px;
  max-width: 60rem;
}
main.home .first-section .content p {
  margin-bottom: 1rem;
}
main.home .first-section .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 61rem) {
  main.home .first-section {
    padding: 2.5rem 0;
  }
  main.home .first-section h2 {
    font-size: 24px;
  }
}
main.home .second-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 700px;
}
main.home .second-section .second-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
main.home .second-section .container-md {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
main.home .second-section .second-card {
  background: white;
  padding: 2.25rem 2.5rem 2.5rem;
  max-width: 40rem;
  border-radius: 10px;
}
main.home .second-section .second-card h2 {
  color: #003F88;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1rem;
}
main.home .second-section .second-card .content {
  font-size: 16px;
  margin-bottom: 1.5rem;
}
main.home .second-section .second-card .content p {
  margin-bottom: 0.75rem;
}
main.home .second-section .second-card .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 61rem) {
  main.home .second-section {
    flex-direction: column;
    min-height: unset;
  }
  main.home .second-section .second-bg {
    position: relative;
    width: 100%;
    height: 14rem;
    object-fit: cover;
  }
  main.home .second-section .container-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  main.home .second-section .second-card {
    max-width: 100%;
    padding: 0;
  }
}
main.home .third-section {
  background: #f4f5f7;
  padding: 4rem 0;
}
main.home .third-section .third-inner {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
main.home .third-section .third-left {
  flex: 0 0 28%;
}
main.home .third-section .third-left .third-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}
main.home .third-section .third-left h2 {
  color: #003F88;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1rem;
}
main.home .third-section .third-features {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
}
main.home .third-section .feature-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
main.home .third-section .feature-icon {
  flex-shrink: 0;
}
main.home .third-section .feature-icon img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
main.home .third-section .feature-text h3 {
  color: #003F88;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0.4rem;
}
@media only screen and (max-width: 61rem) {
  main.home .third-section {
    padding: 2.5rem 0;
  }
  main.home .third-section .third-inner {
    flex-direction: column;
    gap: 2rem;
  }
  main.home .third-section .third-left {
    flex: unset;
  }
  main.home .third-section .third-left h2 {
    font-size: 24px;
  }
  main.home .third-section .third-features {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 36rem) {
  main.home .third-section .third-features {
    grid-template-columns: 1fr;
  }
}
main.home .fourth-section {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main.home .fourth-section .fourth-img {
  flex: 0 0 48%;
}
main.home .fourth-section .fourth-img img {
  width: 100%;
  display: block;
  border-radius: 0.75rem;
  object-fit: cover;
}
main.home .fourth-section .fourth-text {
  flex: 1;
}
main.home .fourth-section .fourth-text .fourth-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}
main.home .fourth-section .fourth-text h2 {
  color: #003F88;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 1rem;
}
main.home .fourth-section .fourth-text .content {
  font-size: 16px;
  line-height: 1.7em;
}
@media only screen and (max-width: 61rem) {
  main.home .fourth-section {
    flex-direction: column;
    gap: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  main.home .fourth-section .fourth-img {
    flex: unset;
    width: 100%;
  }
  main.home .fourth-section .fourth-text h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 61rem) {
  main.home .news-section .card {
    flex-direction: column;
    gap: 2rem;
  }
}

main.media {
  padding: 3.5rem 0 5rem;
}
main.media .media-group {
  margin-bottom: 4rem;
}
main.media .media-group:last-child {
  margin-bottom: 0;
}
main.media .media-group > h2 {
  color: #00296B;
  font-size: 30px;
  margin: 0 0 1.5rem;
}
main.media .media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
main.media .media-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px;
  border: 1px solid #e4e8ef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
main.media .media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0, 41, 107, 0.15);
}
main.media .media-card:active {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 41, 107, 0.1);
  transition-duration: 0.08s;
}
main.media .media-thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}
main.media .media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.22s ease;
}
main.media .media-card:hover .media-thumb img {
  transform: scale(1.03);
}
main.media .media-info {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}
main.media .media-category {
  font-size: 13px;
  font-weight: 600;
  color: #5BC0EC;
}
main.media .media-info h3 {
  color: #00296B;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
}
main.media time {
  font-size: 13px;
  color: #888;
}
main.media .media-empty {
  color: #666;
  padding: 3rem 0;
}
@media only screen and (max-width: 62rem) {
  main.media .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 36rem) {
  main.media {
    padding: 2rem 0 3.5rem;
  }
  main.media .media-group {
    margin-bottom: 2.5rem;
  }
  main.media .media-group > h2 {
    font-size: 22px;
  }
  main.media .media-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
  }
}
@media only screen and (max-width: 26rem) {
  main.media .media-grid {
    grid-template-columns: 1fr;
  }
}

main.news {
  margin-top: 2rem;
}
main.news .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
main.news .story {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  color: black;
  background: #5BC0EC;
}
main.news .story:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
main.news .story-thumbnail {
  width: 100%;
}
main.news .story-text {
  padding: 1.5rem;
}
main.news .story-header {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
main.news .story-header::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  height: 0.4rem;
  width: 0;
  background-color: #003F88;
  animation: growUnderline 1.5s ease forwards;
  background: #003F88;
}
.contrast main.news .story-header::after {
  background: black;
}

main.news .date-posted {
  text-transform: uppercase;
  margin-top: 1rem;
}
main.news .snippet {
  margin-top: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main.news .load-more {
  display: block;
  margin: 0 auto 2rem auto;
  font-size: 1.5rem;
  color: white;
  background: #003F88;
}
.contrast main.news .load-more {
  background: black;
}

main.news .load-more {
  padding: 0.5em;
  font-weight: bold;
  transition: 150ms ease;
  border-radius: 5px;
}
main.news .load-more:hover {
  color: white;
  background: #8D99AE;
}
.contrast main.news .load-more:hover {
  background: #888;
}

main.news .hide {
  display: none;
}
@media only screen and (max-width: 55rem) {
  main.news .story {
    width: 47%;
  }
}
@media only screen and (max-width: 30rem) {
  main.news .story {
    width: 100%;
  }
}

main.news-story {
  margin-bottom: 2rem;
}
main.news-story header {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
main.news-story header::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  height: 0.4rem;
  width: 0;
  background-color: #003F88;
  animation: growUnderline 1.5s ease forwards;
  background: #003F88;
}
.contrast main.news-story header::after {
  background: black;
}

main.news-story header::after {
  width: 50%;
}
main.news-story .date-posted {
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
main.news-story .story-image {
  width: 100%;
  margin-bottom: 2rem;
}
main.news-story .content-wrapper img {
  width: 100%;
  height: auto;
}
main.news-story .nav {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
main.news-story .nav a:not(.disabled) {
  color: black;
  font-weight: bold;
}
html:not(.contrast) main.news-story .nav a:not(.disabled):hover {
  color: #003F88;
}

html.contrast main.news-story .nav a:not(.disabled):hover {
  text-decoration: underline !important;
}

main.news-story .nav a.disabled {
  font-weight: bold;
}
html:not(.contrast) main.news-story .nav a.disabled {
  color: rgb(23.3606557377, 147.5409836066, 201.6393442623);
}

html.contrast main.news-story .nav a.disabled {
  color: gray;
  font-style: italic;
}

.search-results .content-wrapper {
  padding-top: 2rem;
}
.search-results h2 {
  margin-bottom: 1rem;
}
.search-results .search-item {
  margin-bottom: 3rem;
}
.search-results .search-result-string {
  background-color: yellow;
  font-weight: bold;
  color: #000;
}

main.sitemap-page .sitemap-inner {
  padding-top: 2rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
main.sitemap-page .sitemap-group h2 {
  color: #00296B;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
main.sitemap-page .sitemap-group h2 a {
  color: inherit;
  text-decoration: none;
}
main.sitemap-page .sitemap-group h2 a:hover {
  color: #5BC0EC;
}
main.sitemap-page .sitemap-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
main.sitemap-page .sitemap-group li a {
  font-size: 16px;
  color: #555;
  text-decoration: none;
  padding-left: 1rem;
  position: relative;
}
main.sitemap-page .sitemap-group li a::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #5BC0EC;
}
main.sitemap-page .sitemap-group li a:hover {
  color: #5BC0EC;
}

.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 {
  position: relative;
  width: 480px;
  margin: 0 auto;
  background-color: #272727;
  padding: 35px 5.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 30%;
}
#privacy-popup p {
  color: white;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  text-align: center;
}
#privacy-popup p a {
  text-decoration: underline !important;
}
#privacy-popup a {
  color: white;
}
#privacy-popup a:hover {
  color: #14456d;
}
#privacy-popup #hide-button-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
#privacy-popup #hide-button-wrapper a {
  color: white;
  height: 35px;
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  #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;
  }
}
.gtranslate_wrapper {
  display: flex;
  align-items: center;
}
.gtranslate_wrapper select {
  background: transparent;
  color: white;
  border: none;
  padding: 0.25rem;
  font-size: 0.85rem;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}
.gtranslate_wrapper select option {
  background: white;
  color: #333;
}

header.top-header {
  z-index: 100;
  background: #003F88;
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
}
header.top-header > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
header.top-header .logo-wrapper {
  flex-shrink: 0;
  z-index: 101;
  display: flex;
  align-items: center;
}
header.top-header .logo-wrapper a {
  display: block;
  width: 3.2rem;
}
header.top-header .logo-wrapper img {
  width: 100%;
  display: block;
}
header.top-header .hamburger-toggle {
  display: none;
  font-size: 2.75rem;
  line-height: 1;
  color: white;
  cursor: pointer;
  z-index: 101;
}
header.top-header .hamburger-toggle:hover {
  color: #5BC0EC;
}
header.top-header ul.top-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
header.top-header ul.top-nav > li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0;
}
header.top-header ul.top-nav > li.nav-hidden-launch {
  display: none;
}
header.top-header .nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.4rem;
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease;
}
header.top-header .nav-link:hover {
  color: #5BC0EC;
}
header.top-header .top-nav-group {
  height: 100%;
  display: flex;
  align-items: center;
}
header.top-header .group-title {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0 1.4rem;
  height: 100%;
  font-size: 17px;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease;
}
header.top-header .group-title:hover {
  color: #5BC0EC;
}
header.top-header .group-title .nav-arrow {
  font-size: 0.65rem;
  transition: transform 0.2s ease;
}
header.top-header li.has-dropdown.active .nav-arrow {
  transform: rotate(180deg);
}
header.top-header li.has-dropdown.active > .top-nav-group .group-title {
  color: #5BC0EC;
}
header.top-header .top-nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  border-top: 3px solid #5BC0EC;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  z-index: 200;
  padding: 0.5rem 0;
}
header.top-header .top-nav-dropdown.show {
  display: block;
}
header.top-header ul.top-subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.top-header ul.top-subnav li {
  padding: 0;
}
header.top-header ul.top-subnav .top-subnav-link {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #00296B;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  border-left: 3px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
header.top-header ul.top-subnav .top-subnav-link:hover {
  color: #5BC0EC;
  background: #f4f8fd;
}
header.top-header .search-nav-item {
  padding: 0 0.5rem;
}
header.top-header .search-form {
  display: flex;
  align-items: center;
  height: 2rem;
}
header.top-header .search-input-wrap {
  max-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid transparent;
  border-right: none;
  border-radius: 50px 0 0 50px;
  background: rgba(255, 255, 255, 0.1);
  transition: max-width 0.35s ease, border-color 0.25s ease;
}
header.top-header .search-input {
  display: block;
  width: 150px;
  min-width: 150px;
  padding: 0 0.65rem;
  border: none;
  background: transparent;
  color: white;
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  height: 100%;
}
header.top-header .search-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
header.top-header .search-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 100%;
  background: none;
  border: 1px solid transparent;
  border-left: none;
  border-radius: 0 50px 50px 0;
  padding: 0 0.6rem;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}
header.top-header .search-icon-btn svg {
  width: 1rem;
  height: 1rem;
  fill: white;
  display: block;
}
header.top-header .search-nav-item:hover .search-input-wrap,
header.top-header .search-form:focus-within .search-input-wrap {
  max-width: 190px;
  border-color: rgba(255, 255, 255, 0.45);
}
header.top-header .search-nav-item:hover .search-icon-btn,
header.top-header .search-form:focus-within .search-icon-btn {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}
header.top-header .lang-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.65rem;
}
header.top-header .lang-option {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0.65rem 1.1rem;
  text-align: left;
  font-size: 1rem;
  font-family: inherit;
  white-space: nowrap;
  transition: background 0.15s ease;
}
header.top-header .lang-option:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 73rem) {
  header.top-header li.has-dropdown:hover .top-nav-dropdown {
    display: block;
  }
  header.top-header li.has-dropdown:hover > .top-nav-group .group-title {
    color: #5BC0EC;
  }
  header.top-header .nav-arrow {
    display: none;
  }
  header.top-header ul.top-nav > li.show-in-mobile {
    display: none;
  }
}
@media only screen and (max-width: 73rem) {
  header.top-header ul.top-nav > li.hide-in-mobile {
    display: none;
  }
  header.top-header .hamburger-toggle {
    display: block;
  }
  header.top-header ul.top-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    background: #003F88;
    padding: 5rem 0 2rem;
    overflow-y: auto;
    z-index: 99;
  }
  header.top-header ul.top-nav.show {
    display: flex;
  }
  header.top-header ul.top-nav > li {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: stretch;
  }
  header.top-header .nav-link {
    height: auto;
    width: 100%;
    padding: 0.85rem 1.5rem;
  }
  header.top-header .top-nav-group {
    height: auto;
    width: 100%;
  }
  header.top-header .group-title {
    height: auto;
    padding: 0.85rem 1.5rem;
    width: 100%;
    color: white;
  }
  header.top-header .group-title .nav-arrow {
    display: none;
  }
  header.top-header .group-title::after {
    content: "›";
    margin-left: auto;
    font-size: 1.6rem;
    opacity: 0.7;
  }
  header.top-header li.has-dropdown.active .group-title {
    color: #5BC0EC;
  }
  header.top-header li.has-dropdown.active .group-title::after {
    content: "–";
    opacity: 1;
  }
  header.top-header .top-nav-dropdown {
    position: static;
    background: rgb(0, 48.825, 105.4);
    border-top: none;
    box-shadow: none;
    padding: 0 0 0.5rem 0;
    width: 100%;
  }
  header.top-header ul.top-subnav .top-subnav-link {
    padding-left: 2.5rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    border-left: none;
  }
  header.top-header ul.top-subnav .top-subnav-link:hover {
    color: #5BC0EC;
    background: rgba(255, 255, 255, 0.07);
    border-left: none;
  }
  header.top-header .searchbar-wrapper {
    display: flex;
    padding: 0.5rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
  header.top-header .searchbar-wrapper input {
    flex: 1;
    padding: 0.65rem;
    font-size: 1rem;
    border-radius: 0;
    border: none;
    outline: none;
  }
  header.top-header .searchbar-wrapper .search-button {
    padding: 0.65rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    border: none;
    background: rgb(0, 34.65, 74.8);
    color: white;
    cursor: pointer;
  }
}

.header-spacer {
  height: 5rem;
  flex-shrink: 0;
}

footer {
  background: #003F88;
  color: white;
  font-size: 14px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.45);
}
footer .footer-main {
  display: flex;
  gap: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: flex-start;
}
footer .footer-brand img {
  width: 8.5rem;
  display: block;
  margin-bottom: 1.25rem;
}
footer .content {
  max-width: 400px;
}
footer .content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
}
footer .footer-links .footer-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  color: white;
}
footer .footer-links a {
  font-size: 14px;
  line-height: 2.1rem;
}
footer .footer-links a:hover {
  color: rgba(255, 255, 255, 0.45);
}
footer .footer-logos {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: flex-start;
  justify-content: center;
}
footer .footer-logos img {
  max-height: 3.25rem;
  max-width: 12rem;
  object-fit: contain;
  display: block;
}
footer .footer-logos .footer-logos-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
}
footer .footer-bottom .container-md {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
@media only screen and (max-width: 60rem) {
  footer .footer-main {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  footer .footer-brand {
    flex: 0 0 100%;
  }
  footer .footer-logos {
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 100%;
  }
  footer .footer-logos img {
    max-height: 2.5rem;
  }
}
@media only screen and (max-width: 36rem) {
  footer .footer-main {
    flex-direction: column;
  }
}

.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: #003F88;
  transition: 150ms;
}
.search .page-link:hover {
  color: rgb(0, 27.5625, 59.5);
}

.main-admin {
  margin: 3em 0em;
  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;
  font-weight: bold;
}
.main-admin-box .nav-col .side-nav a {
  font-weight: bold;
}
.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: rgb(2.1756756757, 16.7837837838, 20.8243243243);
  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: rgb(225.2840909091, 231.2272727273, 232.4159090909);
}
.main-admin-box .nav-col .side-nav .nav-header {
  display: block;
  position: relative;
  color: rgb(2.1756756757, 16.7837837838, 20.8243243243);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.25em;
  padding: 0.75rem;
  padding-right: 1.3em;
  background: rgb(59.5, 150.0625, 255);
}
.main-admin-box .nav-col .side-nav .nav-header:hover {
  background: rgb(0, 110.25, 238);
}
.main-admin-box .nav-col .side-nav .nav-header:after {
  position: absolute;
  top: 27.5%;
  right: 0.5em;
  font-family: "icomoon";
  content: "\e90a";
  color: rgb(2.1756756757, 16.7837837838, 20.8243243243);
  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: rgb(8.5, 122.6875, 255);
}
.main-admin-box .nav-col .side-nav .link_group_checkbox:checked ~ .nav-header:after {
  transform: rotate(0.25turn);
  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: #003F88;
}

.alert {
  background-color: #073643;
  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: rgb(216.75, 216.75, 216.75);
}
.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: #050608;
  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-family: "bebas-neue-pro", sans-serif;
  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-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-size: 1.75em;
  color: #212121;
  text-align: center;
}

.sitemap ul {
  list-style-type: circle;
  padding-left: 2em;
  margin-top: 1.5em;
  width: fit-content;
}
.sitemap ul a {
  color: #14456d;
  text-decoration: underline;
}
.sitemap ul a:hover {
  color: #8D99AE;
}
.sitemap ul li {
  margin-bottom: 0.5em;
}

.page-header {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-position: center !important;
  background-size: cover !important;
}
.page-header h1,
.page-header .description {
  color: white;
}
.page-header h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 0;
}
.page-header .description {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  width: 28rem;
  line-height: 2rem;
}
@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;
}

.more-info-panel {
  background: #003F88;
}
.contrast .more-info-panel {
  background: black;
}

.more-info-panel {
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.more-info-panel h3 {
  color: white;
  margin-bottom: 1rem;
}
.more-info-panel .links {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1.5rem;
}
.more-info-panel a {
  color: white;
}
html:not(.contrast) .more-info-panel a:hover, html:not(.contrast) .more-info-panel a:hover [class*=" icon-"] {
  color: black;
}

html.contrast .more-info-panel a:hover, html.contrast .more-info-panel a:hover [class*=" icon-"] {
  color: white;
  font-weight: bold;
}

.more-info-panel .link-icon {
  font-size: 5rem;
  color: white;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 58rem) {
  .more-info-panel .links {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .more-info-panel .links > * {
    width: 40%;
  }
}
@media only screen and (max-width: 31rem) {
  .more-info-panel .links > * {
    width: 100%;
  }
}

.more-products-panel {
  background: #5BC0EC;
}
.contrast .more-products-panel {
  background: white;
}

.more-products-panel {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.more-products-panel h3 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}
.more-products-panel .links {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  justify-content: space-around;
  margin: 0 auto;
}
.more-products-panel .links a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 55rem) {
  .more-products-panel .links {
    grid-template-columns: auto;
  }
}
.more-products-panel .link-icon {
  font-size: 2rem;
  color: #003F88;
}
.contrast .more-products-panel .link-icon {
  color: black;
}

.more-products-panel .link-text {
  font-size: 1.25rem;
  font-weight: 400;
  color: black;
}
@media only screen and (max-width: 55rem) {
  .more-products-panel .links a {
    width: 48%;
  }
}
@media only screen and (max-width: 30rem) {
  .more-products-panel .links a {
    width: 100%;
  }
}

/* ================================================================================================
	GENERAL CSS
================================================================================================ */
* {
  box-sizing: border-box;
}

html,
body {
  background: white;
  color: #050608;
}
html.contrast,
body.contrast {
  color: black;
}
html,
body {
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  font-weight: 200;
}

h1,
h3,
h4,
h5,
h6 {
  color: black;
  margin: 0;
  padding: 0;
  font-size: 2.35em;
}

p {
  line-height: 1.5;
  font-size: 16px;
  margin-top: 0;
}

main {
  padding: 0 0 3rem 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: "open-sans", sans-serif;
  outline: none;
}

a {
  color: #003F88;
  transition: 150ms;
  text-decoration: none !important;
}
a:hover {
  color: #073643;
}
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;
}
select:focus {
  border: 1px solid #003F88;
}
select {
  background-color: white;
  box-shadow: 0px 0px 3px 0px rgba(179, 179, 179, 0.75);
}

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

.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: "bebas-neue-pro-semiexpanded", sans-serif;
}

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