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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: #017EBE;
  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: #103562;
  border-radius: 50%;
  font-size: 1rem;
  flex-shrink: 0;
  line-height: 1;
}
.link-button:hover {
  background: rgb(0.7329842932, 92.3560209424, 139.2670157068);
  color: white;
}

.btn {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em;
  font-weight: bold;
  color: white !important;
  background: #CF1135;
  font-family: "stratum-1-web", sans-serif;
  transition: 150ms ease;
  border: none;
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
}
.btn:hover {
  background-color: #B4092A;
}
.btn:active {
  background-color: #B4092A;
}
.btn--colour {
  border-color: white;
}
.btn--yellow {
  background: #FAC716;
  color: #103562 !important;
}
.btn--yellow:hover, .btn--yellow:active {
  background-color: #FFA300;
}
.btn--wide {
  padding: 0.5em 2em;
}
.btn--big {
  padding: 1em 2em;
}
.btn--full {
  display: block;
  text-align: center;
}
.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: "\e91c";
  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 #000000;
  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(133.7894736842, 179.5526315789, 235.2105263158);
}

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(30.3157894737, 100.4210526316, 185.6842105263);
  transition: 0.2s linear;
  background: rgb(243.3947368421, 247.7763157895, 253.1052631579);
}
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: #103562;
  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 #D9DCE2;
}
.form-field .cke.cke_focus {
  border-color: rgb(30.3157894737, 100.4210526316, 185.6842105263);
  transition: 0.2s linear;
  background: rgb(243.3947368421, 247.7763157895, 253.1052631579);
}

.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(30.3157894737, 100.4210526316, 185.6842105263);
}

.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 #D9DCE2;
  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: rgb(159.1492537313, 166.7164179104, 181.8507462687);
}
.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: #103562;
}
.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: #000000;
}
.padded-listing input[type=text]:focus {
  border-color: #103562;
  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: "inter-18pt", 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: #103562;
}
div .selectboxit-btn:hover .selectboxit-arrow-container {
  background: #103562;
}
div .selectboxit-btn.selectboxit-open {
  border-color: #103562;
}
div .selectboxit-btn.selectboxit-open .selectboxit-arrow-container {
  background: #103562;
}

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: #103562;
  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: flex;
  align-items: flex-start;
  gap: 5rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
main.about-us .au-intro-copy {
  flex: 1.4 1 0;
  min-width: 0;
}
main.about-us .au-intro-copy h1 {
  color: #103562;
  margin: 0 0 1.5rem;
}
main.about-us .au-intro-copy p {
  margin-bottom: 1rem;
}
main.about-us .au-intro-copy p:last-of-type {
  margin-bottom: 0;
}
main.about-us .au-intro-image {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
main.about-us .au-intro-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
main.about-us .au-stats {
  background: #103562;
  color: white;
}
main.about-us .au-stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
main.about-us .au-stats-label {
  font-size: 2.75rem;
  margin: 0;
  flex-shrink: 0;
  color: white;
}
main.about-us .au-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.about-us .au-stat .au-stat-value {
  font-size: 3rem;
  font-weight: 700;
}
main.about-us .au-stat .au-stat-label {
  font-size: 1.1rem;
}
main.about-us .au-mission {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
main.about-us .au-mission-image {
  flex: 1 1 0;
  min-width: 0;
}
main.about-us .au-mission-image img {
  width: 100%;
  height: auto;
  display: block;
}
main.about-us .au-mission-copy {
  flex: 1.4 1 0;
  min-width: 0;
}
main.about-us .au-mission-copy h2 {
  color: #103562;
  margin: 0 0 1rem;
}
main.about-us .au-mission-copy {
  font-size: 16px;
}
main.about-us .au-mission-copy p {
  margin-bottom: 1rem;
}
main.about-us .au-mission-copy p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 56rem) {
  main.about-us .au-intro,
  main.about-us .au-mission {
    flex-direction: column;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  main.about-us .au-mission .au-mission-image {
    order: -1;
  }
  main.about-us .au-intro-image {
    max-width: 240px;
    margin: 0 auto;
  }
  main.about-us .au-stats-inner {
    gap: 1.5rem 2.5rem;
  }
}

.capability-features {
  position: relative;
  background: #024089;
  color: white;
  padding: 4rem 0;
}
.capability-features .capability-features-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 1.5rem;
  color: white;
  opacity: 0.7;
}
.capability-features .capability-features-arrow:hover {
  opacity: 1;
}
.capability-features .capability-features-prev {
  left: 1.5rem;
}
.capability-features .capability-features-next {
  right: 1.5rem;
}
.capability-features .capability-features-slider {
  width: 100%;
}
.capability-features .capability-feature-slide {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
}
.capability-features .capability-feature-image {
  flex: 1 1 320px;
  min-width: 0;
}
.capability-features .capability-feature-image img {
  display: block;
  width: 100%;
  height: auto;
}
.capability-features .capability-feature-copy {
  flex: 1 1 320px;
  min-width: 0;
}
.capability-features .capability-feature-tag {
  display: inline-block;
  background: #FAC716;
  color: #103562;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.75rem;
}
.capability-features h2 {
  color: white;
  margin: 0 0 1rem;
}
.capability-features .capability-feature-content ul {
  padding-left: 1.2rem;
}
.capability-features .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 3.5rem;
  padding: 0;
}
.capability-features .slick-dots li {
  list-style: none;
  width: 25px;
  height: 25px;
}
.capability-features .slick-dots li button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  padding: 0;
}
.capability-features .slick-dots li.slick-active button {
  background: #FAC716;
}

.capability-process {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: left;
}
.capability-process h2 {
  font-size: 2.25rem;
  padding-bottom: 0.5rem;
}
.capability-process img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem 0 0;
}

.capability-process-content {
  font-size: 16px;
}
.capability-process-content ul, .capability-process-content ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}
.capability-process-content li {
  margin-bottom: 0.5em;
}
.capability-process-content p, .capability-process-content li, .capability-process-content span, .capability-process-content div {
  font-family: inherit !important;
  font-size: inherit !important;
}

.capability-diagram {
  padding-bottom: 4rem;
  text-align: center;
}
.capability-diagram img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.capability-size {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.capability-size .capability-size-icon {
  flex: 0 0 auto;
  width: 120px;
  height: auto;
}
.capability-size .capability-size-title {
  flex: 1 1 240px;
  min-width: 0;
  margin: 0;
}
.capability-size .capability-size-copy {
  flex: 2 1 320px;
  min-width: 0;
}

.performance-banner {
  position: relative;
  background-color: #103562;
  color: white;
  padding: 3rem 0;
}
.performance-banner .performance-banner-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.performance-banner h2 {
  color: white;
  margin: 0 0 0.35rem;
}
.performance-banner p {
  margin: 0;
}

main.careers {
  padding: 0;
}
main.careers .cr-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main.careers .cr-tag {
  display: inline-block;
  background: #FAC716;
  color: #103562;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  margin-bottom: 1rem;
}
main.careers .cr-intro-text h1 {
  margin: 0 0 1.25rem;
}
main.careers .cr-intro-copy {
  font-size: 15px;
}
main.careers .cr-intro-copy p {
  margin-bottom: 1rem;
}
main.careers .cr-intro-copy p:last-of-type {
  margin-bottom: 0;
}
main.careers .cr-intro-image {
  min-width: 0;
}
main.careers .cr-intro-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
main.careers .cr-cta {
  background: #103562;
  color: white;
  padding: 3rem 0;
}
main.careers .cr-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
main.careers .cr-cta-inner h2 {
  color: white;
  margin: 0 0 0.35rem;
}
main.careers .cr-cta-inner p {
  margin: 0;
}
@media only screen and (max-width: 56rem) {
  main.careers .cr-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.certifications-page {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.certifications-intro {
  text-align: center;
  margin: 0 auto 3rem;
}
.certifications-intro .certifications-tag {
  display: inline-block;
  background: #FAC716;
  color: #103562;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  margin-bottom: 1rem;
}
.certifications-intro h1 {
  margin: 0 0 1rem;
}
.certifications-intro .certifications-intro-copy {
  line-height: 1.6;
}

.certifications-recognition {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.certifications-recognition a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  max-width: 7rem;
}
.certifications-recognition a img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.certifications-recognition a span {
  font-weight: 700;
  font-size: 0.85rem;
  color: #103562;
}

.certifications-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4rem;
}
.certifications-logos a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  max-width: 10rem;
}
.certifications-logos a img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.certifications-logos a span {
  font-weight: 700;
  color: #103562;
}

.certification-list {
  margin: 0 auto;
}

.certification-item {
  border: 1px solid #103562;
  margin-bottom: 1rem;
}
.certification-item.open .certification-arrow {
  transform: rotate(90deg);
}
.certification-item.open .certification-panel {
  max-height: 40rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.certification-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem 1.5rem;
  text-align: left;
}
.certification-toggle span:first-child {
  font-family: "stratum-1-web", sans-serif;
  text-transform: uppercase;
  color: #103562;
  font-weight: 700;
  font-size: 1.15rem;
}

.certification-arrow {
  color: #024089;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.certification-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.25s ease, padding 0.25s ease;
}

.certification-description {
  margin: 0 0 1rem;
}

.certification-instructions {
  font-weight: 700;
  color: #024089;
  border-top: 1px solid #103562;
  padding-top: 1rem;
  margin: 0 0 0.75rem;
}

.certification-facilities {
  list-style: none;
  margin: 0;
  padding: 0;
}
.certification-facilities li {
  padding: 0.35rem 0;
}
.certification-facilities a {
  color: #103562;
}
.certification-facilities a:hover {
  color: #024089;
}

.coating-specs-page {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.coating-spec-list {
  margin: 0 auto;
}

.coating-spec-item {
  border: 1px solid #103562;
  margin-bottom: 1rem;
}
.coating-spec-item.open .coating-spec-arrow {
  transform: rotate(90deg);
}
.coating-spec-item.open .coating-spec-panel {
  max-height: 40rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.coating-spec-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem 1.5rem;
  text-align: left;
}
.coating-spec-toggle span:first-child {
  font-family: "stratum-1-web", sans-serif;
  text-transform: uppercase;
  color: #103562;
  font-weight: 700;
  font-size: 1.15rem;
}

.coating-spec-arrow {
  color: #024089;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.coating-spec-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.25s ease, padding 0.25s ease;
}

.coating-spec-table {
  width: 100%;
  border-collapse: collapse;
}
.coating-spec-table th {
  text-align: left;
  color: #103562;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #103562;
}
.coating-spec-table td {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(16, 53, 98, 0.15);
}
.coating-spec-table td:first-child, .coating-spec-table th:first-child {
  padding-right: 1.5rem;
}

main.contact {
  padding: 4rem 0 6rem;
}
main.contact .contact-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
main.contact h2 {
  margin: 0 0 2rem;
}
main.contact form {
  text-align: left;
}
main.contact .form-field {
  position: relative;
  margin-bottom: 1rem;
}
main.contact input[type=text],
main.contact input[type=email],
main.contact input[type=tel],
main.contact textarea,
main.contact select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.15rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-family: "inter-18pt", sans-serif;
  color: #103562;
  background: white;
  outline: none;
}
main.contact input[type=text]::placeholder,
main.contact input[type=email]::placeholder,
main.contact input[type=tel]::placeholder,
main.contact textarea::placeholder,
main.contact select::placeholder {
  color: #999;
}
main.contact input[type=text]:focus,
main.contact input[type=email]:focus,
main.contact input[type=tel]:focus,
main.contact textarea:focus,
main.contact select:focus {
  border-color: #024089;
}
main.contact textarea {
  height: 8rem;
  resize: vertical;
}
main.contact .dept-field {
  display: flex;
  gap: 0;
}
main.contact .dept-field select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0.15rem 0 0 0.15rem;
  border-right: none;
  color: #999;
}
main.contact .dept-field .dept-select-btn {
  flex-shrink: 0;
  width: 3rem;
  background: #103562;
  color: white;
  border-radius: 0 0.15rem 0.15rem 0;
  font-size: 1.1rem;
  cursor: pointer;
}
main.contact .dept-field .dept-select-btn:hover {
  background: rgb(11.7052631579, 38.7736842105, 71.6947368421);
}
main.contact .ajax-msg:empty {
  display: none;
}
main.contact .ajax-msg.error {
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
  margin-top: 0.35rem;
  margin-bottom: 0;
}
main.contact .recaptcha-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem 0;
}
main.contact .submit-field {
  display: flex;
  justify-content: center;
}
main.contact .submit-field .btn {
  padding: 0.85rem 2.5rem;
}
main.contact #general-msg,
main.contact [data-id=general] {
  text-align: center;
}

.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;
}
.content-wrapper ul, .content-wrapper ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}
.content-wrapper li {
  margin-bottom: 0.5em;
}
.content-wrapper p, .content-wrapper li, .content-wrapper span, .content-wrapper div {
  font-family: inherit !important;
  font-size: inherit !important;
}

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 .title {
  color: #103562;
  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: #103562;
  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: #017EBE;
  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 .hero-video {
  width: 100%;
  aspect-ratio: 1920/700;
  overflow: hidden;
}
main.home .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 61rem) {
  main.home .hero-video {
    aspect-ratio: 1/1;
  }
}
main.home.no-ticker {
  padding-top: 5.75rem;
}
.alert-bar ~ main.home.no-ticker {
  padding-top: calc(5.75rem + 2.75rem);
}
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 .home-intro {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
main.home .home-intro h1 {
  color: #103562;
  margin: 0 0 1rem;
}
main.home .home-intro .home-intro-copy {
  margin: 0 auto;
  font-size: 16px;
}
main.home .home-intro .home-intro-copy p {
  margin-bottom: 1rem;
}
main.home .home-intro .home-intro-copy p:last-child {
  margin-bottom: 0;
}
main.home .home-intro .home-intro-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}
@media only screen and (max-width: 61rem) {
  main.home .home-intro {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
main.home .home-certification {
  background: #ecebea;
  padding: 4rem 0;
}
main.home .home-certification .home-certification-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
main.home .home-certification .home-certification-image {
  flex: 0 0 26rem;
  min-width: 0;
}
main.home .home-certification .home-certification-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
main.home .home-certification .home-certification-copy {
  flex: 1;
  min-width: 0;
}
main.home .home-certification .home-certification-copy h2 {
  color: #103562;
  margin: 0 0 1rem;
  font-size: 2.25rem;
}
main.home .home-certification .home-certification-copy .btn {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 61rem) {
  main.home .home-certification {
    padding: 2.5rem 0;
  }
  main.home .home-certification .home-certification-inner {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  main.home .home-certification .home-certification-image {
    flex: 0 0 auto;
    max-width: 18rem;
  }
}
main.home .home-services {
  padding-top: 4rem;
  padding-bottom: 0;
}
main.home .home-services .home-services-intro {
  text-align: center;
  margin-bottom: 3rem;
}
main.home .home-services .home-services-intro h2 {
  font-size: 2.25rem;
  color: #103562;
  margin: 0 0 1rem;
}
main.home .home-services .home-services-intro > div {
  margin: 0 auto;
  font-size: 16px;
}
main.home .home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
main.home .home-service-tile {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
main.home .home-service-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
main.home .home-service-tile .home-service-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.5rem;
  color: white;
  font-family: "stratum-1-web", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  z-index: 2;
}
main.home .home-service-tile .home-service-label .icon-double_arrow_right:before {
  color: white;
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
main.home .home-service-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease;
  z-index: 1;
}
main.home .home-service-tile:hover img, main.home .home-service-tile:focus img {
  transform: scale(1.05);
}
main.home .home-service-tile:hover::before, main.home .home-service-tile:focus::before {
  background: rgba(0, 160, 245, 0.55);
}
@media only screen and (max-width: 61rem) {
  main.home .home-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 36rem) {
  main.home .home-services-grid {
    grid-template-columns: 1fr;
  }
}
main.home .home-flag-badge {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
main.home .home-flag-badge img {
  height: 2.5rem;
  width: auto;
  display: inline-block;
  margin-bottom: 1rem;
}
main.home .home-flag-badge h2 {
  color: #103562;
  margin: 0;
}

.leadership-section {
  padding: 4rem 0;
}
.leadership-section .leadership-department {
  text-align: center;
  margin: 3rem 0 2rem;
}
.leadership-section .leadership-department:first-child {
  margin-top: 0;
}
.leadership-section .leadership-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
.leadership-section .leadership-card {
  flex: 0 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.leadership-section .leadership-card img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
}
.leadership-section .leadership-card .leadership-info .name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: black;
}
.leadership-section .leadership-card .leadership-info .position {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.9rem;
}
.leadership-section .read-bio {
  background: none;
  border: none;
  padding: 0;
  font-weight: 700;
  color: #024089;
  cursor: pointer;
}
.leadership-section .read-bio:hover {
  text-decoration: underline;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal.hidden {
  display: flex;
}
.modal .modal-content {
  background: white;
  width: 90%;
  max-width: 900px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  padding: 2rem;
}
.modal .modal-body {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.modal .modal-body img {
  flex: 0 0 260px;
  width: 260px;
  height: auto;
  object-fit: cover;
}
.modal .modal-body .modal-wrap {
  text-align: left;
}
.modal .modal-body .modal-name {
  margin: 0;
  color: #103562;
}
.modal .modal-body .modal-position {
  margin: 0.25rem 0 1rem;
  color: #555;
}
.modal .modal-close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
  color: #103562;
}
.modal .modal-close:hover {
  color: #CF1135;
}
@media only screen and (max-width: 40rem) {
  .modal .modal-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .modal .modal-body img {
    width: 100%;
    max-width: 260px;
  }
  .modal .modal-body .modal-wrap {
    text-align: center;
  }
}

.leadership-careers {
  background: #ecebea;
  padding: 4rem 0;
}
.leadership-careers .leadership-careers-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.leadership-careers img {
  flex: 1 1 400px;
  min-width: 0;
  max-width: 50%;
  height: auto;
  display: block;
}
.leadership-careers .leadership-careers-copy {
  flex: 1 1 400px;
  min-width: 0;
}
.leadership-careers .leadership-careers-copy h2 {
  font-size: 2.25rem;
  margin: 0 0 1rem;
}
.leadership-careers .leadership-careers-copy p {
  margin: 0 0 1rem;
}
@media only screen and (max-width: 48rem) {
  .leadership-careers .leadership-careers-inner {
    flex-direction: column;
  }
  .leadership-careers img {
    max-width: 100%;
  }
}

.legal-page {
  padding-top: calc(5.75rem + 3rem);
}
.alert-bar ~ .legal-page {
  padding-top: calc(5.75rem + 2.75rem + 3rem);
}
.legal-page h1 {
  text-align: left;
  font-size: 2.25rem;
}
.legal-page .last-updated {
  color: #666;
  font-size: 0.95rem;
  margin: 0.5rem 0 2rem;
}

.locations-page {
  padding: 0;
}

.locations-title {
  text-align: center;
  padding-top: 3rem;
}
.locations-title h2 {
  font-size: 2.25rem;
  color: #103562;
  margin: 0;
  text-align: left;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.location-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.location-card .location-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.location-card .location-info h3 {
  margin: 0 0 0.35rem;
}
.location-card .location-info p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: #333;
}

@media only screen and (max-width: 48rem) {
  .locations-grid {
    grid-template-columns: 1fr;
  }
}
.locations-legend {
  background: #ecebea;
  padding: 2rem 0;
}
.locations-legend .locations-legend-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.locations-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #103562;
  font-weight: 700;
  font-size: 1.1rem;
}
.locations-legend .legend-item .legend-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.icon-mask {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #103562;
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.locations-map {
  width: 100%;
  height: 500px;
}

.careers-panel {
  position: relative;
  background-color: #103562;
  background-size: cover;
  background-position: center;
  padding: 4rem 1.5rem;
  display: flex;
  justify-content: center;
}
.careers-panel .careers-panel-box {
  background: white;
  max-width: 32rem;
  width: 100%;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.careers-panel .careers-panel-box h2 {
  margin: 0 0 1.5rem;
}
.careers-panel .careers-panel-box p {
  margin: 0 0 1.5rem;
}
.careers-panel .careers-panel-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.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: #103562;
  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: #017EBE;
}
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: #017EBE;
}
main.sitemap-page .sitemap-group li a:hover {
  color: #017EBE;
}

.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;
  }
}
.alert-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #024089;
  color: white;
  height: 2.75rem;
  display: flex;
  align-items: center;
}
.alert-bar .alert-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.alert-bar .alert-bar-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert-bar a {
  color: white;
  text-decoration: underline !important;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
.alert-bar a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-bar ~ header.top-header {
  top: 2.75rem;
}

.gtranslate_wrapper {
  display: flex;
  align-items: center;
}
.gtranslate_wrapper select {
  display: flex;
  align-items: center;
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}
.gtranslate_wrapper select option {
  background: #000000;
  color: white;
}

header.top-header {
  z-index: 100;
  background: transparent;
  color: white;
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  width: 100%;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
header.top-header.scrolled {
  background: #000000;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
header.top-header > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.75rem;
  position: relative;
}
header.top-header .logo-wrapper {
  flex-shrink: 0;
  z-index: 101;
  display: flex;
  align-items: center;
}
header.top-header .logo-wrapper a {
  display: block;
  height: 3.4rem;
}
header.top-header .logo-wrapper img {
  height: 100%;
  width: auto;
  display: block;
}
header.top-header .header-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  z-index: 101;
}
header.top-header .header-contact-btn {
  white-space: nowrap;
  padding: 0.9rem 1.75rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 64rem) {
  header.top-header .header-contact-btn {
    display: none;
  }
}
header.top-header .search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header.top-header .search-toggle svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: white;
  display: block;
}
header.top-header .search-toggle:hover svg {
  fill: #FAC716;
}
header.top-header .hamburger-toggle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  width: 30px;
  cursor: pointer;
}
header.top-header .hamburger-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: white;
  transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease;
}
header.top-header .hamburger-toggle:hover span {
  background: #FAC716;
}
header.top-header .hamburger-toggle.open span {
  width: 30px;
}
header.top-header .hamburger-toggle.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header.top-header .hamburger-toggle.open span:nth-child(2) {
  opacity: 0;
}
header.top-header .hamburger-toggle.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
header.top-header .header-search-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  z-index: 100;
}
header.top-header .header-search-bar.show {
  max-height: 6rem;
}
header.top-header .header-search-bar form {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header.top-header .header-search-bar input {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 1.1rem;
  padding: 0.5rem 0;
  outline: none;
}
header.top-header .header-search-bar input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header.top-header .header-search-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header.top-header .header-search-bar button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: white;
}
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: #000000;
  padding: calc(5.75rem + 1rem) 1.5rem 2rem;
  overflow-y: auto;
  z-index: 99;
  margin: 0;
  list-style: none;
}
header.top-header ul.top-nav.show {
  display: flex;
}
.alert-bar ~ header.top-header ul.top-nav {
  padding-top: calc(5.75rem + 2.75rem + 1rem);
}
header.top-header ul.top-nav > li {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 1.5rem;
}
header.top-header .nav-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "stratum-1-web", sans-serif;
  font-size: 1.35rem;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease;
}
header.top-header .nav-link:hover {
  color: #FAC716;
}
header.top-header .mobile-contact-item {
  margin-top: 2rem;
}
header.top-header .contact-cta {
  display: inline-flex;
  width: auto;
  justify-content: center;
  background: #FAC716;
  color: #103562;
  padding: 0.9rem 1.75rem;
  border-radius: 4px;
  font-size: 1rem;
}
header.top-header .contact-cta:hover {
  color: #103562;
  background: rgb(226.3428571429, 176.8, 4.8571428571);
}
header.top-header .dropdown-chevron {
  color: #FAC716;
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}
header.top-header .has-dropdown.open .dropdown-chevron {
  transform: rotate(90deg);
}
header.top-header .has-dropdown {
  position: relative;
}
header.top-header .dropdown-menu {
  display: none;
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0 0 0 0.5rem;
}
header.top-header .dropdown-menu a {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  white-space: nowrap;
}
header.top-header .dropdown-menu a:hover {
  color: #FAC716;
}
header.top-header .dropdown-image {
  display: none;
}
header.top-header .has-dropdown.open .dropdown-menu {
  display: block;
}
header.top-header .lang-nav-item {
  padding: 0;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 64rem) {
  header.top-header ul.top-nav {
    padding: calc(5.75rem + 2rem) 4rem 3rem;
  }
  .alert-bar ~ header.top-header ul.top-nav {
    padding-top: calc(5.75rem + 2.75rem + 2rem);
  }
  header.top-header ul.top-nav > li {
    width: auto;
    max-width: 20rem;
  }
  header.top-header .nav-link {
    font-size: 1.1rem;
  }
  header.top-header .mobile-contact-item {
    display: none;
  }
  header.top-header .has-dropdown.open .nav-link {
    color: #FAC716;
  }
  header.top-header .dropdown-menu {
    position: absolute;
    top: 0;
    left: 18rem;
    width: 18rem;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  header.top-header .dropdown-menu a {
    padding: 0.55rem 0;
    font-size: 0.95rem;
  }
  header.top-header .has-dropdown.open .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header.top-header .dropdown-image {
    position: absolute;
    top: 0;
    left: 38rem;
    width: 30vw;
    max-width: 40rem;
    height: 26rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  header.top-header .dropdown-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  header.top-header .has-dropdown.open .dropdown-image {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

footer {
  background: #000000;
  color: white;
  font-size: 14px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-main {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  align-items: flex-start;
}
footer .footer-brand {
  flex-shrink: 0;
}
footer .footer-brand img {
  height: 3.75rem;
  width: auto;
  display: block;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
}
footer .footer-links .footer-heading {
  font-size: 14px;
  font-weight: 700;
  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.6);
}
footer .footer-address {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 2.1rem;
}
footer .footer-address strong {
  font-weight: 700;
}
footer .footer-address .footer-division {
  margin-top: 1.5rem;
}
footer .footer-address .footer-division p {
  font-style: italic;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
footer .footer-address .footer-division img {
  height: 2rem;
  width: auto;
  display: block;
}
footer .footer-bottom {
  background: #303031;
  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;
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  footer .footer-main {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  footer .footer-brand {
    flex: 0 0 100%;
  }
}
@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: #103562;
  transition: 150ms;
}
.search .page-link:hover {
  color: rgb(5.2631578947, 17.4342105263, 32.2368421053);
}

.main-admin {
  margin: 3em 0em;
  padding-top: 8rem !important;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 74em) {
  .main-admin {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 74em) {
  .main-admin {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 50em) {
  .main-admin {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 25em) {
  .main-admin {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.main-admin-box {
  width: 100%;
  display: flex;
  border: 1px solid #D9DCE2;
  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 #D9DCE2;
  background-color: #f3f3f3;
}
@media (max-width: 1026px) {
  .main-admin-box .nav-col {
    border-left: 1px solid #D9DCE2;
  }
}
.main-admin-box .nav-col .side-nav {
  width: 15em;
  border-bottom: 1px solid #D9DCE2;
  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 #D9DCE2;
  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(68.0263157895, 138.6184210526, 224.4736842105);
}
.main-admin-box .nav-col .side-nav .nav-header:hover {
  background: rgb(30.3157894737, 100.4210526316, 185.6842105263);
}
.main-admin-box .nav-col .side-nav .nav-header:after {
  position: absolute;
  top: 27.5%;
  right: 0.5em;
  font-family: "icomoon";
  content: "\e909";
  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(33.8947368421, 112.2763157895, 207.6052631579);
}
.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: #103562;
}

.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: #000000;
  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: "barlow-condensed", 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: "stratum-1-web", 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 {
  min-height: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-position: center !important;
  background-size: cover !important;
}
.page-header h1,
.page-header .description {
  color: white;
  margin: 0;
}
.page-header h1 {
  font-size: 3.5rem;
  margin: 0;
}
.page-header .description {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  max-width: 700px;
  line-height: 2rem;
}
@media only screen and (max-width: 33.75rem) {
  .page-header h1 {
    font-size: 2.75rem;
  }
  .page-header .description {
    width: 100%;
  }
}

.industries-served {
  background: #ecebea;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.industries-served h2 {
  text-align: center;
  font-size: 2.25rem;
  margin: 0 0 2rem;
}
.industries-served .industries-served-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.industries-served .industry-card {
  flex: 0 0 auto;
  width: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: white;
  padding: 1.5rem 1rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
  border-radius: 0.75rem;
}
.industries-served .industry-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.industries-served .industry-card span {
  font-weight: 700;
  color: #103562;
  font-size: 1rem;
  line-height: 1.35;
  width: 100%;
}
.industries-served .industry-card:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.more-info-panel {
  background: #103562;
}
.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: #017EBE;
}
.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: #103562;
}
.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: #000000;
}
html.contrast,
body.contrast {
  color: black;
}
html,
body {
  font-family: "inter-18pt", sans-serif;
  font-size: 14px;
  font-weight: 200;
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "stratum-1-web", sans-serif;
  text-transform: uppercase;
  color: #103562;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

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: "inter-18pt", sans-serif;
  outline: none;
}

a {
  color: #024089;
  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 #103562;
}
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: "stratum-1-web", 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;
  }
}
