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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 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?h4r8lo");
  src: url("../fonts/icomoon/icomoon.eot?h4r8lo#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2?h4r8lo") format("woff2"), url("../fonts/icomoon/icomoon.ttf?h4r8lo") format("truetype"), url("../fonts/icomoon/icomoon.woff?h4r8lo") format("woff"), url("../fonts/icomoon/icomoon.svg?h4r8lo#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-YouTube-icon-dark:before {
  content: "\e946";
}

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

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

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

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

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

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

.icon-arrow_down:before {
  content: "\e94f";
}

.icon-arrow_left:before {
  content: "\e950";
}

.icon-arrow_right:before {
  content: "\e951";
}

.icon-arrow_up:before {
  content: "\e952";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes simpleScale {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animation-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.content-shell {
  margin-bottom: 3em;
}

.container {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 74em) {
  .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 74em) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 50em) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 25em) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.container-md {
  padding: 0 5vw;
}
@media only screen and (max-width: 1600px) {
  .container-md {
    padding: 0 calc(5vw - 2vw);
  }
}
@media only screen and (max-width: 1300px) {
  .container-md {
    padding: 0 calc(5vw - 2vw);
  }
}
@media only screen and (max-width: 1100px) {
  .container-md {
    padding: 0 calc(5vw - 2vw);
  }
}
@media only screen and (max-width: 768px) {
  .container-md {
    padding: 0 calc(5vw - 1vw);
  }
}

.container-services-left {
  padding: 0 0 0 20vw;
}
@media only screen and (max-width: 1600px) {
  .container-services-left {
    padding: 0 0 0 calc(20vw - 5vw);
  }
}
@media only screen and (max-width: 1300px) {
  .container-services-left {
    padding: 0 0 0 calc(20vw - 10vw);
  }
}
@media only screen and (max-width: 1100px) {
  .container-services-left {
    padding: 0 0 0 calc(20vw - 12vw);
  }
}
@media only screen and (max-width: 768px) {
  .container-services-left {
    padding: 0 0 0 calc(20vw - 15vw);
  }
}

.container-services-right {
  padding: 0 20vw 0 0;
}
@media only screen and (max-width: 1600px) {
  .container-services-right {
    padding: 0 calc(20vw - 5vw) 0 0;
  }
}
@media only screen and (max-width: 1300px) {
  .container-services-right {
    padding: 0 calc(20vw - 10vw) 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  .container-services-right {
    padding: 0 calc(20vw - 12vw) 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .container-services-right {
    padding: 0 calc(20vw - 15vw) 0 0;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.link-button {
  background-color: #C12E33;
  font-size: 20px;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  width: fit-content;
  color: white;
}
.link-button:hover {
  background: #91191C;
}
.contrast .link-button:hover {
  background: white;
}

.link-button:hover {
  color: white !important;
}
.link-button a {
  color: white !important;
}

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

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

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

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

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

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

@keyframes pressBtn {
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.btn_container .btn {
  margin-right: 1em;
}
.btn_container .btn:last-child {
  margin-right: 0;
}

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

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(19.3333333333, 79.75, 154.6666666667);
  transition: 0.2s linear;
  background: rgb(205.6666666667, 224.9375, 248.8333333333);
}
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: #082140;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.form-field.error_container {
  margin-bottom: 5px;
}
.form-field.error_container input {
  border-color: #C12E33;
  background: rgb(255, 236, 236);
}
.form-field.error_container input:-webkit-autofill {
  box-shadow: 0 0 0 50px rgba(255, 190, 190, 0.8) inset;
  -webkit-text-fill-color: #000;
}
.form-field.error_container input:-webkit-autofill:focus {
  outline: none;
  box-shadow: 0 0 0 50px rgba(255, 190, 190, 0.8) inset;
}
.form-field.date-field {
  width: 50%;
  clear: none;
  float: left;
}
.form-field.date-field input {
  width: 100%;
}
.form-field.half-field {
  width: 50%;
  float: left;
  clear: none;
}
.form-field.clear-float {
  float: none;
  clear: both;
}
.form-field.floated-field h2 {
  width: 8em;
  float: left;
  height: 100%;
  padding-top: 0.5em;
}
.form-field.floated-field input {
  float: left;
}
.form-field.floated-field .error {
  float: none;
  clear: both;
}
.form-field.flex-field {
  display: flex;
}
.form-field .cke {
  border: 2px solid #6d6d6d;
}
.form-field .cke.cke_focus {
  border-color: rgb(19.3333333333, 79.75, 154.6666666667);
  transition: 0.2s linear;
  background: rgb(205.6666666667, 224.9375, 248.8333333333);
}

.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(19.3333333333, 79.75, 154.6666666667);
}

.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: #004d97;
  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: #C12E33;
  background: rgb(255, 236, 236);
}
.image-upload-section img,
.file-upload-section img {
  display: block;
  max-height: 100%;
}

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

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

.progress_bar {
  position: relative;
  border: 1px solid #6d6d6d;
  padding: 1em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fff;
}
.progress_bar.progress_error {
  background: rgb(247.0125523013, 221.4874476987, 222.3556485356);
}
.progress_bar.progress_success {
  background: rgb(193.6863636364, 211.95, 154.55);
}
.progress_bar.upload_complete {
  background: rgb(193.6863636364, 211.95, 154.55);
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.progress_bar.upload_complete .progress_bar--message {
  position: relative;
  padding-left: 2em;
}
.progress_bar.upload_complete .progress_bar--message:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgb(237.25, 226.6, 201.75);
  animation: spinner 0.6s linear infinite;
}
.progress_bar.completed {
  background: rgb(193.6863636364, 211.95, 154.55);
  border-color: rgb(49.2545454545, 60.2, 25.8);
}
.progress_bar.completed .progress_bar--message {
  color: rgb(49.2545454545, 60.2, 25.8);
}
.progress_bar .progress_bar--bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1;
}
.progress_bar.in_progress .progress_bar--bar {
  background-color: #c9ffc9;
  background-size: 100px 100px;
  background-image: linear-gradient(45deg, #96ff96 25%, transparent 25%, transparent 50%, #96ff96 50%, #96ff96 75%, transparent 75%, transparent);
  animation: loadingStripes 1s infinite linear;
}
@keyframes loadingStripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 100px;
  }
}
.progress_bar.in_progress .progress_bar--bar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.4) 100%);
}
.progress_bar .progress_bar--message,
.progress_bar .progress_bar--percentage {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-weight: bold;
  color: #3a3a3a;
}
.progress_bar .progress_bar--percentage {
  padding-left: 0.5em;
}

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

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.ajax-loader {
  position: relative;
  height: 4em;
  width: 4em;
  margin-left: auto;
  margin-right: auto;
}
.ajax-loader:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgb(237.25, 226.6, 201.75);
  animation: spinner 0.6s linear infinite;
}

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

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

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

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

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

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

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

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

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

.paginate-back:before {
  content: "\e956";
}

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

.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: #082140;
}
.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: #C12E33;
  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: black;
}
.padded-listing input[type=text]:focus {
  border-color: #082140;
  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: "montserrat", regular;
}

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

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: #082140;
  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: #f29201;
}

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.contact .contact-columns {
  display: flex;
  gap: 5rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
main.contact .content {
  flex: 1;
}
main.contact .content h2 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 1.5rem;
  color: #082140;
  font-weight: 700;
}
main.contact .content .text {
  font-size: 20px;
  line-height: 1.6;
  color: #201E1E;
}
main.contact .contact-form {
  flex: 1;
}
main.contact .contact-form .form-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
main.contact .contact-form .form-row .contact-field {
  flex: 1;
  margin-bottom: 0;
}
main.contact .contact-form .contact-field {
  margin-bottom: 1.5rem;
}
main.contact .contact-form .contact-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #082140;
  margin-bottom: 0.5rem;
}
main.contact .contact-form .contact-field input,
main.contact .contact-form .contact-field textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  font-family: inherit;
  background-color: white;
}
main.contact .contact-form .contact-field input:focus,
main.contact .contact-form .contact-field textarea:focus {
  outline: none;
  border-color: #96D6D6;
}
main.contact .contact-form .contact-field textarea {
  resize: vertical;
  min-height: 150px;
}
main.contact .contact-form .contact-field .ajax-msg {
  color: white;
  font-size: 12px;
  margin-top: 0.25rem;
}
main.contact .contact-form .form-field {
  margin-bottom: 1.5rem;
}
main.contact .contact-form .form-field .ajax-msg {
  color: #C12E33;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
main.contact .contact-form .form-field .g-recaptcha {
  margin-top: 0.5rem;
}
main.contact .contact-form .button-container {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
main.contact .contact-form .btn-submit {
  background-color: #C12E33;
  color: white;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s;
  letter-spacing: 0.5px;
}
main.contact .contact-form .btn-submit:hover {
  background-color: #91191C;
}
@media (max-width: 768px) {
  main.contact .contact-columns {
    flex-direction: column;
    gap: 3rem;
  }
  main.contact .content h2 {
    font-size: 24px;
  }
  main.contact .contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }
  main.contact .contact-form .form-row .contact-field {
    margin-bottom: 1.5rem;
  }
}

.content-wrapper {
  font-size: 1.25rem;
  line-height: 1.5em;
}

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

main.home .content {
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}
main.home .tickers-container {
  display: flex;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: -120px;
  position: relative;
  z-index: 5;
}
main.home .ticker-wrapper {
  flex: 1;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
main.home .ticker-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.home .home-intro {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main.home .home-intro .intro-logo {
  margin-bottom: 2rem;
}
main.home .home-intro .intro-logo img {
  height: 80px;
  width: auto;
}
main.home .home-intro h2 {
  font-size: 28px;
  color: #082140;
  text-transform: none;
  font-family: "montserrat", sans-serif;
}
main.home .home-intro p {
  color: #201E1E;
  margin: 1rem 0;
}
main.home .home-intro .intro-buttons {
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
main.home .home-intro .intro-buttons .btn-intro {
  background-color: #C12E33;
  font-weight: 500;
  color: white;
  padding: 0.85rem 2rem;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  display: inline-block;
}
main.home .home-intro .intro-buttons .btn-intro:hover {
  background-color: #91191C;
}
main.home .home-intro .intro-buttons .btn-intro:active {
  background-color: #91191C;
}
main.home .home-intro .intro-buttons .btn-intro.active {
  background-color: #91191C;
}
main.home .second-section {
  background-color: #F0F9F9;
}
main.home .second-section .section-content {
  display: flex;
  align-items: center;
  gap: 4rem;
}
main.home .second-section .section-image {
  flex: 0 0 45%;
  position: relative;
  height: 500px;
}
main.home .second-section .section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
main.home .second-section .content {
  flex: 1;
  text-align: left;
}
main.home .second-section .content h2 {
  font-size: 28px;
  color: #082140;
  text-transform: none;
  font-family: "montserrat", sans-serif;
}
main.home .second-section .content p {
  color: #201E1E;
  margin: 1rem 0;
}
main.home .third-section {
  background-color: white;
  padding: 4rem 0;
}
main.home .third-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
main.home .third-section .section-header h2 {
  font-family: #082140;
  font-size: 28px;
  text-transform: none;
  color: #082140;
  margin: 0;
  font-weight: 700;
}
main.home .third-section .section-header .read-more {
  color: #082140;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.2s;
}
main.home .third-section .section-header .read-more:hover {
  color: #C12E33;
}
main.home .third-section .news-cards {
  display: flex;
  gap: 0;
}
main.home .third-section .news-cards .news-card {
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #082140;
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background-color 0.3s;
}
main.home .third-section .news-cards .news-card:hover {
  background-color: #0a1f2e;
}
main.home .third-section .news-cards .news-card.featured {
  background-color: #C12E33;
}
main.home .third-section .news-cards .news-card.featured:hover {
  background-color: #91191C;
}
main.home .third-section .news-cards .news-card h3 {
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  color: white;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  text-transform: none;
}
main.home .third-section .news-cards .news-card .news-date {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  margin-top: auto;
}
main.home .affiliation-section {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main.home .affiliation-section h2 {
  font-family: "montserrat", sans-serif;
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  text-transform: none;
}
main.home .affiliation-section p {
  font-size: 20px;
  color: #201E1E;
  margin: 0 auto;
}
main.home .affiliation-section .affiliation-logos {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
main.home .affiliation-section .affiliation-logos img {
  height: 120px;
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width: 81.25rem) {
  main.home .fourth-section .club-logos {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  main.home .fourth-section .club-logos img {
    flex: 1 0 22%;
    max-width: 180px;
    height: auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 61rem) {
  main.home .tickers-container {
    flex-direction: column;
    margin-top: -120px;
    width: 100%;
    margin-left: 0;
  }
  main.home .ticker-wrapper {
    min-height: 100px;
  }
  main.home .ticker-wrapper img {
    padding-top: 110px;
  }
  main.home .home-intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main.home .home-intro .intro-logo {
    margin-bottom: 1.5rem;
  }
  main.home .home-intro .intro-logo img {
    height: 60px;
  }
  main.home .home-intro h1 {
    margin: 1rem 0 1.5rem 0;
  }
  main.home .home-intro p {
    margin: 0 auto 2rem auto;
  }
  main.home .home-intro .intro-buttons {
    gap: 1rem;
    flex-direction: column;
  }
  main.home .home-intro .intro-buttons .btn-intro {
    width: 100%;
  }
  main.home .first-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 2rem 1rem;
  }
  main.home .first-section img.side-image {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  main.home .first-section .content {
    margin-left: 0;
  }
  main.home .second-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main.home .second-section .section-content {
    flex-direction: column;
    gap: 2rem;
  }
  main.home .second-section .section-content .section-image {
    flex: 1 1 100%;
    width: 100%;
  }
  main.home .third-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main.home .third-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 1rem;
  }
  main.home .third-section .news-cards {
    flex-direction: column;
  }
  main.home .third-section .news-cards .news-card {
    padding: 2rem 1.5rem;
  }
  main.home .affiliation-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main.home .affiliation-section h2 {
    margin: 0 0 1.5rem 0;
  }
  main.home .affiliation-section p {
    margin: 0 auto 2rem auto;
  }
  main.home .affiliation-section .affiliation-logos {
    gap: 2rem;
  }
  main.home .affiliation-section .affiliation-logos img {
    height: 100px;
  }
}

main.the-club .club-top-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main.the-club .club-top-section .club-top-content {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  main.the-club .club-top-section .club-top-content {
    flex-direction: column;
  }
}
main.the-club .club-top-section .club-top-text {
  flex: 1;
}
main.the-club .club-top-section .club-top-text h2 {
  color: #082140;
  margin: 0 0 1.5rem 0;
}
main.the-club .club-top-section .club-top-text .content-text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #201E1E;
  margin-bottom: 2rem;
}
main.the-club .club-top-section .club-top-text .content-text p {
  font-size: 1.125rem;
  line-height: 1.7;
}
main.the-club .club-top-section .club-top-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
main.the-club .club-top-section .club-top-image {
  flex: 1;
  max-width: 500px;
}
main.the-club .club-top-section .club-top-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  main.the-club .club-top-section .club-top-image {
    max-width: 100%;
  }
}
main.the-club .club-mission-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
}
main.the-club .club-mission-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main.the-club .club-mission-section .club-mission-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10rem;
  width: 100%;
}
main.the-club .club-mission-section .club-mission-content h2 {
  color: white;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 40px;
}
main.the-club .club-mission-section .club-mission-content p {
  color: white;
  font-weight: 500;
  font-size: 28px;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
@media only screen and (max-width: 768px) {
  main.the-club .club-mission-section .club-mission-content {
    gap: 1rem;
    flex-direction: column;
    text-align: center;
  }
  main.the-club .club-mission-section .club-mission-content h2 {
    white-space: normal;
  }
}
main.the-club .club-bottom-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main.the-club .club-bottom-section .club-bottom-content {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  main.the-club .club-bottom-section .club-bottom-content {
    flex-direction: column;
  }
}
main.the-club .club-bottom-section .club-bottom-image {
  flex: 1;
  max-width: 500px;
}
main.the-club .club-bottom-section .club-bottom-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  main.the-club .club-bottom-section .club-bottom-image {
    max-width: 100%;
  }
}
main.the-club .club-bottom-section .club-bottom-text {
  flex: 1;
}
main.the-club .club-bottom-section .club-bottom-text h2 {
  font-size: 2rem;
  color: #082140;
  margin: 0 0 1.5rem 0;
}
main.the-club .club-bottom-section .club-bottom-text .content-text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #201E1E;
}
main.the-club .club-bottom-section .club-bottom-text .content-text p {
  font-size: 1.125rem;
  line-height: 1.7;
}
main.the-club .btn-red {
  background-color: #C12E33;
  color: white;
  padding: 0.85rem 2rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  display: inline-block;
  cursor: pointer;
  border: none;
}
main.the-club .btn-red:hover {
  background-color: rgb(160.0527196653, 38.1472803347, 42.2937238494);
}

main.coaching-services .cs-intro {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
main.coaching-services .cs-intro h2 {
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
main.coaching-services .cs-intro .content {
  font-size: 20px;
  color: #201E1E;
}
main.coaching-services .cs-plans {
  padding: 3rem 0;
}
main.coaching-services .cs-plans .cs-plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  main.coaching-services .cs-plans .cs-plans-grid {
    grid-template-columns: 1fr;
  }
}
main.coaching-services .cs-plans .cs-plan-card {
  background-color: #F0F9F9;
  padding: 1.5rem;
}
main.coaching-services .cs-plans .cs-plan-card h3 {
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
main.coaching-services .cs-plans .cs-plan-card .cs-plan-price {
  font-size: 20px;
  font-weight: 700;
  color: #C12E33;
  margin: 0 0 1.5rem 0;
}
main.coaching-services .cs-plans .cs-plan-card .content {
  font-size: 20px;
  color: #201E1E;
}
main.coaching-services .cs-plans .cs-plan-card .content p {
  font-size: 20px;
  margin-bottom: 1rem;
}
main.coaching-services .cs-plans .cs-plan-card .content p:last-child {
  margin-bottom: 0;
}
main.coaching-services .cs-chart {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main.coaching-services .cs-chart h2 {
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2rem 0;
}
main.coaching-services .cs-chart .cs-table-wrap {
  overflow-x: auto;
}
main.coaching-services .cs-chart .cs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
}
main.coaching-services .cs-chart .cs-table thead th {
  background-color: #082140;
  color: white;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
main.coaching-services .cs-chart .cs-table thead th:first-child {
  text-align: left;
}
main.coaching-services .cs-chart .cs-table tbody tr:nth-child(even) {
  background-color: #F0F9F9;
}
main.coaching-services .cs-chart .cs-table tbody tr td {
  padding: 0.85rem 1.5rem;
  text-align: center;
  color: #201E1E;
  border-bottom: 1px solid #e0e0e0;
}
main.coaching-services .cs-chart .cs-table tbody tr td:first-child {
  text-align: left;
  font-weight: 600;
}
main.coaching-services .cs-process {
  padding: 4rem 0;
}
main.coaching-services .cs-process h2 {
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3rem 0;
}
main.coaching-services .cs-process .cs-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  main.coaching-services .cs-process .cs-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  main.coaching-services .cs-process .cs-process-grid {
    grid-template-columns: 1fr;
  }
}
main.coaching-services .cs-process .cs-process-box {
  background-color: #082140;
  color: white;
  padding: 2rem;
}
main.coaching-services .cs-process .cs-process-box h3 {
  color: white;
  font-size: 20px;
  margin: 0 0 1rem 0;
  text-align: center;
  font-weight: 700;
}
main.coaching-services .cs-process .cs-process-box .content {
  font-size: 20px;
  text-align: left;
}
main.coaching-services .cs-process .cs-process-box .content p {
  font-size: 20px;
  margin-bottom: 0.75rem;
}
main.coaching-services .cs-process .cs-process-box .content p:last-child {
  margin-bottom: 0;
}
main.coaching-services .cs-process .cs-process-box .content ul {
  margin: 0.5rem 0 0 0;
  padding-left: 1.25rem;
}
main.coaching-services .cs-process .cs-process-box .content ul li {
  font-size: 20px;
  margin-bottom: 0.35rem;
}

main.error404 {
  display: flex;
  margin: 0 auto;
}
main.error404 .error-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
main.error404 .error-wrap .error-image {
  max-width: 600px;
  width: 100%;
  margin-bottom: 2rem;
}
main.error404 .error-wrap .error-image img {
  width: 100%;
  height: auto;
  display: block;
}
main.error404 .error-wrap .error-text {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}
main.error404 .error-wrap .error-text h2 {
  font-size: 2rem;
  color: #082140;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  font-style: italic;
}
main.error404 .error-wrap .error-text h3 {
  font-size: 1.5rem;
  color: #082140;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
}
main.error404 .error-wrap .error-text p {
  color: #201E1E;
  margin: 0;
  font-size: 20px;
}
main.error404 .error-wrap .error-text p a {
  color: #C12E33;
  text-decoration: underline !important;
  font-weight: 500;
}
main.error404 .error-wrap .error-text p a:hover {
  color: rgb(151.8158995816, 36.1841004184, 40.1171548117);
}

.news {
  padding: 3rem 0;
}
.news .news-page-title {
  font-family: "montserrat", sans-serif;
  font-size: 50px;
  color: #082140;
  font-weight: bold;
}
.news .news-list {
  display: flex;
  flex-direction: column;
}
.news .news-list .story {
  padding: 3rem 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.news .news-list .story.hide {
  display: none;
}
.news .news-list .story .story-text {
  flex: 1;
}
.news .news-list .story .story-header {
  font-family: "montserrat", sans-serif;
  font-size: 36px;
  color: #082140;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.news .news-list .story .date-posted {
  font-size: 18px;
  color: #201E1E;
  margin-bottom: 1rem;
  font-style: italic;
}
.news .news-list .story .snippet {
  font-size: 18px;
  margin-bottom: 0;
  color: #201E1E;
}
.news .news-list .story .read-more {
  flex-shrink: 0;
  border-radius: 0;
}
.news .load-more {
  display: block;
  margin: 3rem auto 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news .news-page-title {
    font-size: 36px;
  }
  .news .news-list .story {
    padding: 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .news .news-list .story .story-header {
    font-size: 24px;
  }
  .news .news-list .story .date-posted {
    font-size: 16px;
  }
  .news .news-list .story .snippet {
    font-size: 16px;
  }
  .news .news-list .story .read-more {
    align-self: flex-start;
  }
}

main.news-story {
  padding-top: 3rem;
}
main.news-story .story-title {
  font-family: "montserrat", sans-serif;
  font-size: 50px;
  text-align: left;
  color: #082140;
  margin-bottom: 1rem;
}
main.news-story .date-posted {
  font-size: 20px;
  color: #201E1E;
  margin: 1rem 0 2rem;
  font-style: italic;
}
main.news-story .content-wrapper {
  color: #201E1E;
  margin: 2rem auto;
}
main.news-story .content-wrapper p {
  font-size: 20px;
  line-height: 1.6;
}
main.news-story .content-wrapper img {
  max-width: 100%;
  margin: 2rem 0;
  border-radius: 10px;
}
main.news-story .content-wrapper blockquote {
  font-size: 1.5rem;
  font-style: italic;
  margin: 2rem 0;
  padding: 1rem 2rem;
  background-color: #f5f5f5;
  border-left: 5px solid #082140;
}
main.news-story .story-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 3rem 0;
}
main.news-story .story-end-line {
  border: 0;
  height: 1px;
  background: #e0e0e0;
  margin: 2rem 0 1rem;
}
main.news-story .nav {
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.news-story .nav a {
  font-size: 14px;
  color: #082140;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
main.news-story .nav a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  main.news-story .story-title {
    font-size: 32px;
  }
  main.news-story .date-posted {
    font-size: 16px;
  }
  main.news-story .content-wrapper p {
    font-size: 16px;
  }
}

main.policies {
  padding: 3rem 0;
}
main.policies .policies-title {
  font-family: "montserrat", sans-serif;
  color: #082140;
  font-weight: bold;
}
main.policies .policies-intro {
  font-size: 20px;
  color: #201E1E;
  line-height: 1.7;
  margin-bottom: 2rem;
}
main.policies .policies-intro p {
  font-size: 20px;
  line-height: 1.7;
}
main.policies .policies-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
main.policies .policies-tabs .policy-tab {
  background-color: transparent;
  color: #082140;
  padding: 0.85rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 1px solid #082140;
  transition: background-color 0.3s ease, color 0.3s ease;
}
main.policies .policies-tabs .policy-tab:hover {
  background-color: rgba(8, 33, 64, 0.05);
}
main.policies .policies-tabs .policy-tab.active {
  background-color: #082140;
  color: white;
}
main.policies .policy-content {
  display: none;
  font-size: 20px;
  color: #201E1E;
  line-height: 1.7;
}
main.policies .policy-content.active {
  display: block;
}
main.policies .policy-content p {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  main.policies .policies-title {
    font-size: 36px;
  }
  main.policies .policies-tabs {
    flex-direction: column;
  }
  main.policies .policies-tabs .policy-tab {
    width: 100%;
    text-align: center;
  }
  main.policies .policy-content {
    font-size: 16px;
  }
  main.policies .policy-content p {
    font-size: 16px;
  }
}

main.privacy-policy {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
main.privacy-policy .content {
  padding: 4rem 3vw;
  font-size: 24px;
}
main.privacy-policy img {
  width: 100%;
  height: auto;
}

main.coaches .coaches-intro {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
main.coaches .coaches-intro h2 {
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
main.coaches .coaches-intro p {
  font-size: 20px;
  color: #201E1E;
  margin: 0;
  text-align: left;
}
main.coaches .coaches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
main.coaches .coaches-grid .coach-card {
  background-color: #F0F9F9;
}
main.coaches .coaches-grid .coach-card .coach-flip {
  position: relative;
  width: 100%;
  height: 500px;
  perspective: 1000px;
  margin-bottom: 1.5rem;
}
main.coaches .coaches-grid .coach-card .coach-flip .coach-front,
main.coaches .coaches-grid .coach-card .coach-flip .coach-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}
main.coaches .coaches-grid .coach-card .coach-flip .coach-front {
  transform: rotateY(0deg);
}
main.coaches .coaches-grid .coach-card .coach-flip .coach-front img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
main.coaches .coaches-grid .coach-card .coach-flip .coach-back {
  background-color: #F0F9F9;
  transform: rotateY(180deg);
  overflow-y: auto;
  padding: 2rem;
}
main.coaches .coaches-grid .coach-card .coach-flip .coach-back .bio {
  font-size: 16px;
  color: #201E1E;
  text-align: left;
}
main.coaches .coaches-grid .coach-card .coach-flip:hover .coach-front {
  transform: rotateY(180deg);
}
main.coaches .coaches-grid .coach-card .coach-flip:hover .coach-back {
  transform: rotateY(0deg);
}
main.coaches .coaches-grid .coach-card .coach-info {
  padding: 1rem;
}
main.coaches .coaches-grid .coach-card .coach-info h3 {
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
main.coaches .coaches-grid .coach-card .coach-info .position {
  font-size: 16px;
  color: #201E1E;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 1024px) {
  main.coaches .coaches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  main.coaches .coaches-grid .coach-card .coach-flip {
    height: 500px;
  }
}
@media (max-width: 768px) {
  main.coaches .coaches-intro h2 {
    font-size: 24px;
  }
  main.coaches .coaches-intro p {
    font-size: 18px;
  }
  main.coaches .coaches-grid {
    grid-template-columns: 1fr;
  }
  main.coaches .coaches-grid .coach-card .coach-flip {
    height: 500px;
  }
}

main.run-support-services .rss-intro {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
main.run-support-services .rss-intro h2 {
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
main.run-support-services .rss-intro .content {
  color: #201E1E;
  margin: 0 auto;
}
main.run-support-services .rss-intro .content p {
  font-size: 20px;
  line-height: 1.7;
}
main.run-support-services .rss-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F0F9F9;
}
main.run-support-services .rss-section .rss-section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
main.run-support-services .rss-section .rss-section-text {
  flex: 1;
  width: 100%;
}
main.run-support-services .rss-section .rss-section-text h3 {
  font-size: 28px;
  color: #082140;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
main.run-support-services .rss-section .rss-section-text .content {
  font-size: 20px;
  color: #201E1E;
  line-height: 1.7;
}
main.run-support-services .rss-section .rss-section-text .content p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 1rem 0;
}
main.run-support-services .rss-section .rss-book-btn {
  background-color: #C12E33;
  color: white;
  padding: 0.85rem 2rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  display: inline-block;
  cursor: pointer;
  border: none;
  text-align: center;
  white-space: nowrap;
}
main.run-support-services .rss-section .rss-book-btn:hover, main.run-support-services .rss-section .rss-book-btn:active {
  background-color: #91191C;
  color: white;
}
main.run-support-services .rss-section .rss-btn-callout {
  font-size: 14px;
  color: #082140;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
}
main.run-support-services .rss-section .rss-buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
main.run-support-services .rss-section-alt {
  background-color: white;
}
main.run-support-services .rss-bottom-image {
  width: 100%;
  line-height: 0;
}
main.run-support-services .rss-bottom-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  main.run-support-services .rss-intro {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  main.run-support-services .rss-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main.run-support-services .rss-section .rss-section-content {
    gap: 1.5rem;
  }
  main.run-support-services .rss-section .rss-section-text h3 {
    font-size: 24px;
  }
  main.run-support-services .rss-section .rss-section-text .content {
    font-size: 18px;
  }
  main.run-support-services .rss-section .rss-section-text .content p {
    font-size: 18px;
  }
}

header.top-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(150, 214, 214, 0.55);
  padding: 1rem 0;
  transition: background-color 0.3s ease;
}
header.top-header.scrolled {
  background-color: #96D6D6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header.top-header .header-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 3rem;
  gap: 4rem;
}
header.top-header .header-container .logo-wrapper {
  flex-shrink: 0;
}
header.top-header .header-container .logo-wrapper a {
  display: flex;
  align-items: center;
}
header.top-header .header-container .logo-wrapper img {
  height: 60px;
  width: auto;
}
header.top-header .header-container ul.page-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3.5rem;
  flex: 1;
  justify-content: center;
}
@media (max-width: 0px) {
  header.top-header .header-container ul.page-links {
    gap: 1.5rem;
  }
}
header.top-header .header-container ul.page-links li {
  position: relative;
}
header.top-header .header-container ul.page-links li > a {
  color: #082140;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: color 0.2s, border-bottom 0.2s;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
}
@media (max-width: 0px) {
  header.top-header .header-container ul.page-links li > a {
    font-size: 16px;
  }
}
header.top-header .header-container ul.page-links li > a:hover {
  color: white;
  border-bottom-color: #C12E33;
}
header.top-header .header-container ul.page-links li > a.active {
  color: white;
}
header.top-header .header-container ul.page-links li.dropdown > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header.top-header .header-container ul.page-links li .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #96D6D6;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 300px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
header.top-header .header-container ul.page-links li .dropdown-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: color 0.2s;
  color: white;
}
header.top-header .header-container ul.page-links li .dropdown-menu li a .chevron {
  display: none;
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
header.top-header .header-container ul.page-links li .dropdown-menu li a:last-child {
  color: #082140;
}
header.top-header .header-container ul.page-links li .dropdown-menu li a:hover {
  color: white;
}
header.top-header .header-container ul.page-links li .dropdown-menu li a.active {
  color: #C12E33;
}
header.top-header .header-container ul.page-links li:hover .dropdown-menu {
  display: block;
}
header.top-header .header-container .search-icon {
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header.top-header .header-container .search-icon span {
  font-size: 28px;
  color: #082140;
  transition: color 0.2s;
}
header.top-header .header-container .search-icon:hover span {
  color: white;
}
header.top-header .header-container .hamburger-menu {
  display: none;
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
}
header.top-header .header-container .hamburger-menu span {
  font-size: 32px;
  color: #082140;
}
@media (max-width: 1300px) {
  header.top-header .header-container {
    padding: 0 1.5rem;
    gap: 1rem;
  }
  header.top-header .header-container .logo-wrapper img {
    height: 50px;
  }
  header.top-header .header-container ul.page-links {
    display: none;
  }
  header.top-header .header-container .search-icon {
    display: none;
  }
  header.top-header .header-container .hamburger-menu {
    display: flex;
  }
}
header.top-header .search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  padding: 1.5rem 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}
header.top-header .search-panel.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
header.top-header .search-panel .search-form {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  border-bottom: 2px solid #082140;
}
header.top-header .search-panel .search-form input {
  flex: 1;
  border: none;
  padding: 0.8rem 1rem;
  font-size: 1.25rem;
  font-family: inherit;
  outline: none;
  background: transparent;
  color: #082140;
}
header.top-header .search-panel .search-form input::placeholder {
  color: rgba(8, 33, 64, 0.5);
}
header.top-header .search-panel .search-form button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.top-header .search-panel .search-form button span {
  font-size: 24px;
  color: #082140;
  transition: color 0.2s;
}
header.top-header .search-panel .search-form button:hover span {
  color: #C12E33;
}
@media (max-width: 1300px) {
  header.top-header .search-panel {
    padding: 1rem 1.5rem;
  }
  header.top-header .search-panel .search-form input {
    font-size: 1.1rem;
    padding: 0.5rem;
  }
}
header.top-header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
header.top-header .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
header.top-header .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: auto;
  background-color: #96D6D6;
  z-index: 1001;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
@media (max-width: 500px) {
  header.top-header .mobile-menu {
    width: 65%;
  }
}
header.top-header .mobile-menu.active {
  right: 0;
}
header.top-header .mobile-menu .mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1.5rem;
  gap: 1.5rem;
}
header.top-header .mobile-menu .mobile-menu-header .search-icon, header.top-header .mobile-menu .mobile-menu-header .close-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.top-header .mobile-menu .mobile-menu-header .search-icon span, header.top-header .mobile-menu .mobile-menu-header .close-btn span {
  font-size: 28px;
  color: #082140;
  transition: color 0.2s;
}
header.top-header .mobile-menu .mobile-menu-header .search-icon:hover span, header.top-header .mobile-menu .mobile-menu-header .close-btn:hover span {
  color: white;
}
header.top-header .mobile-menu ul.mobile-links {
  list-style: none;
  padding: 0 2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
header.top-header .mobile-menu ul.mobile-links li a {
  color: #082140;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.2s;
}
header.top-header .mobile-menu ul.mobile-links li a:hover {
  color: white;
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown .mobile-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown .mobile-dropdown-toggle a {
  pointer-events: none;
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown .mobile-dropdown-toggle svg.chevron {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown .mobile-dropdown-menu {
  display: none;
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0;
  flex-direction: column;
  gap: 1rem;
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown .mobile-dropdown-menu li a {
  font-size: 16px;
  font-weight: 700;
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown.open .mobile-dropdown-toggle svg.chevron {
  transform: rotate(90deg);
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown.open .mobile-dropdown-menu {
  display: flex;
}
header.top-header .mobile-menu ul.mobile-links li.mobile-dropdown.open .mobile-dropdown-menu li:first-child a {
  color: white;
}

footer {
  background-color: #96D6D6;
  color: #082140;
}
footer h3 {
  font-size: 18px;
  font-weight: 700;
  color: #082140;
  margin: 0 0 1rem 0;
  letter-spacing: 0.5px;
}
footer a {
  color: #082140;
  text-decoration: none;
  transition: color 0.2s;
}
footer a:hover {
  color: #C12E33;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
footer .footer-top .footer-section {
  flex: 1;
}
footer .footer-top .footer-section.footer-logo-section {
  flex: 1.2;
}
footer .footer-top .footer-section.footer-logo-section .footer-logo {
  height: 80px;
  width: auto;
  margin-bottom: 1.5rem;
}
footer .footer-top .footer-section.footer-logo-section p {
  font-size: 18px;
  color: #082140;
  margin: 0;
  font-weight: 500;
}
footer .footer-top .footer-section .contact-item {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  font-size: 18px;
}
footer .footer-top .footer-section .contact-item span {
  font-size: 24px;
  flex-shrink: 0;
  color: #082140;
}
footer .footer-top .footer-section .contact-item a {
  color: #082140;
}
footer .footer-top .footer-section .contact-item a:hover {
  color: #C12E33;
}
footer .footer-top .footer-section .footer-links {
  display: flex;
  flex-direction: column;
}
footer .footer-top .footer-section .footer-links a {
  font-size: 18px;
  font-weight: 500;
}
footer .footer-top .footer-section .footer-links a:hover {
  color: #C12E33;
}
footer .footer-top .footer-cta-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-top .footer-cta-section .socials {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
footer .footer-top .footer-cta-section .socials .social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #082140;
  border-radius: 50%;
  font-weight: bold;
  font-size: 44px;
  transition: background-color 0.2s;
}
footer .footer-top .footer-cta-section .socials .social-icon:hover {
  color: #C12E33;
}
footer .footer-top .footer-cta-section .btn-join {
  background-color: #C12E33;
  color: white;
  padding: 1rem 1.8rem;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.2s;
}
footer .footer-top .footer-cta-section .btn-join:hover {
  background-color: #91191C;
  color: white;
}
footer .footer-bottom {
  background-color: #0d2d3f;
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 14px;
  color: white;
}
footer .footer-bottom p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1400px) {
  footer .footer-top {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  footer .footer-top {
    flex-direction: column;
    gap: 3rem;
  }
  footer .footer-top .footer-section.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 1rem;
  }
  footer .footer-top .footer-section.footer-logo-section .footer-logo {
    height: 100px;
    margin: 0 auto;
  }
  footer .footer-top .footer-section.footer-logo-section p {
    font-size: 18px;
  }
  footer .footer-top .footer-section h3 {
    font-size: 18px;
  }
  footer .footer-top .footer-section .contact-item {
    font-size: 18px;
  }
  footer .footer-top .footer-section .contact-item span {
    font-size: 22px;
  }
  footer .footer-top .footer-section .footer-links a {
    font-size: 18px;
    padding: 0.2rem 0;
  }
  footer .footer-top .footer-section.footer-cta-section {
    align-items: center;
    text-align: center;
  }
  footer .footer-top .footer-section.footer-cta-section h3 {
    width: 100%;
  }
  footer .footer-top .footer-section.footer-cta-section .socials {
    justify-content: center;
    width: 100%;
  }
  footer .footer-top .footer-section.footer-cta-section .socials .social-icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
  footer .footer-top .footer-section.footer-cta-section .btn-join {
    padding: 0.9rem 1.5rem;
    font-size: 16px;
  }
  footer .footer-bottom {
    padding: 1.5rem 1rem;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  footer .footer-top {
    gap: 2rem;
  }
  footer .footer-top .footer-section.footer-logo-section .footer-logo {
    height: 75px;
  }
  footer .footer-top .footer-section.footer-logo-section p {
    font-size: 16px;
  }
  footer .footer-top .footer-section h3 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  footer .footer-top .footer-section .contact-item {
    font-size: 16px;
  }
  footer .footer-top .footer-section .contact-item span {
    font-size: 18px;
  }
  footer .footer-top .footer-section .footer-links a {
    font-size: 16px;
    padding: 0.2rem 0;
  }
  footer .footer-top .footer-section.footer-cta-section .socials {
    gap: 2rem;
    margin-bottom: 1.5rem;
    justify-content: center;
  }
  footer .footer-top .footer-section.footer-cta-section .socials .social-icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
  footer .footer-top .footer-section.footer-cta-section .btn-join {
    padding: 0.8rem 1.2rem;
    font-size: 14px;
  }
  footer .footer-bottom {
    padding: 1rem;
    font-size: 14px;
  }
}

.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: #082140;
  transition: 150ms;
}
.search .page-link:hover {
  color: black;
}

.main-admin {
  margin: 3em 0em;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 74em) {
  .main-admin {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 74em) {
  .main-admin {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 50em) {
  .main-admin {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 25em) {
  .main-admin {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.main-admin-box {
  width: 100%;
  display: flex;
  border: 1px solid #6d6d6d;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 1026px) {
  .main-admin-box {
    display: block;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .main-admin-box {
    margin-top: 3em;
  }
}
.main-admin-box .content-section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.main-admin-box .content-block h3 {
  text-transform: capitalize;
  font-size: 2rem;
  padding: 0.5rem;
  background: #555;
  color: white;
}
.main-admin-box .nav-col {
  border-right: 1px solid #6d6d6d;
  background-color: #f3f3f3;
}
@media (max-width: 1026px) {
  .main-admin-box .nav-col {
    border-left: 1px solid #6d6d6d;
  }
}
.main-admin-box .nav-col .side-nav {
  width: 15em;
  border-bottom: 1px solid #6d6d6d;
  font-weight: bold;
}
.main-admin-box .nav-col .side-nav a {
  font-weight: bold;
}
.main-admin-box .nav-col .side-nav .nav-title {
  padding: 1rem;
  border-bottom: 1px solid #6d6d6d;
  background-color: #f3f3f3;
}
.main-admin-box .nav-col .side-nav .nav-title .txt {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #021115;
}
@media (max-width: 1026px) {
  .main-admin-box .nav-col .side-nav .nav-title {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
}
.main-admin-box .nav-col .side-nav .side_nav_mobile_btn {
  display: none;
  font-size: 1.5em;
  padding-right: 0.35em;
  transition: 150ms;
}
.main-admin-box .nav-col .side-nav .side_nav_mobile_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 1026px) {
  .main-admin-box .nav-col .side-nav .side_nav_mobile_btn {
    display: block;
  }
}
@media (max-width: 1026px) {
  .main-admin-box .nav-col .side-nav {
    margin-bottom: 3em;
    width: 100%;
  }
  .main-admin-box .nav-col .side-nav input.mobile_display_input {
    display: none;
  }
  .main-admin-box .nav-col .side-nav input.mobile_display_input ~ .side_nav_display_wrapper {
    display: none;
  }
  .main-admin-box .nav-col .side-nav input.mobile_display_input:checked ~ .side_nav_display_wrapper {
    display: block;
  }
  .main-admin-box .nav-col .side-nav input.mobile_display_input:checked + .nav-title .side_nav_mobile_btn {
    background: #f3f3f3;
  }
}
.main-admin-box .nav-col .side-nav .link-wrapper a {
  display: block;
  font-size: 1.15em;
  color: #201E1E;
  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: white;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.25em;
  padding: 0.75rem;
  padding-right: 1.3em;
  background: #96D6D6;
}
.main-admin-box .nav-col .side-nav .nav-header:hover {
  background: rgb(113.3219178082, 199.6780821918, 199.6780821918);
}
.main-admin-box .nav-col .side-nav .nav-header:after {
  position: absolute;
  top: 27.5%;
  right: 0.5em;
  font-family: "icomoon";
  content: "\e955";
  color: white;
  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: #96D6D6;
}
.main-admin-box .nav-col .side-nav .link_group_checkbox:checked ~ .nav-header:after {
  transform: rotate(0.5turn);
  line-height: 1.2em;
}
.main-admin-box .content-col {
  margin: 1em 2em 2em 2em;
  overflow: hidden;
  flex-grow: 1;
}
.main-admin-box .content-col .admin-title {
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.label-icon {
  display: flex;
  align-items: baseline;
  color: #96D6D6;
}

.alert {
  background-color: #004d97;
  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: black;
  font-size: 1.5em;
}

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

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

.list-item-container {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
@media (max-width: 900px) {
  .list-item-container {
    padding: 0;
    margin-top: 0;
  }
}

.list-item {
  display: flex;
  margin-bottom: 3em;
}
@media (max-width: 900px) {
  .list-item {
    flex-direction: column;
  }
}
.list-item img {
  width: 450px;
  margin-right: 2.5em;
  align-self: start;
}
@media (max-width: 900px) {
  .list-item img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
.list-item-content {
  max-width: 500px;
}
.list-item-content h1 {
  text-transform: uppercase;
  padding-bottom: 0.35em;
  font-size: 2.15em;
}
@media (max-width: 900px) {
  .list-item-content {
    max-width: 100%;
  }
}

.admin-panels {
  margin-top: 1.25em;
  display: flex;
}
@media (max-width: 48em) {
  .admin-panels {
    flex-direction: column;
  }
}

.admin-panel {
  display: flex;
  flex-direction: column;
}
.admin-panel:first-child {
  padding-right: 1em;
}
.admin-panel:last-child {
  padding-left: 1em;
}
.admin-panel .admin-panels-header {
  font-size: 1.75em;
  color: #212121;
  text-align: center;
}

main.sitemap h2 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
main.sitemap ul {
  list-style-type: circle;
  padding-left: 2em;
  margin-top: 1.5em;
  margin-bottom: 2em;
  width: fit-content;
}
main.sitemap ul a {
  text-decoration: underline;
  font-size: 24px;
}
main.sitemap ul li {
  margin-bottom: 0.5em;
}
main.sitemap ul a {
  color: #082140;
}
main.sitemap ul a:hover {
  color: #C12E33;
}

.page-header {
  position: relative;
}
.page-header img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 61rem) {
  .page-header .title h3 {
    font-size: 2rem;
  }
}

.more-info-panel {
  background: #082140;
}
.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%;
  }
}

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

html,
body {
  background: white;
  color: #201E1E;
}
html.contrast,
body.contrast {
  color: #201E1E;
}
html,
body {
  font-family: "montserrat", regular;
  font-size: 14px;
}

body {
  padding-top: 90px;
}

h2 {
  font-family: "montserrat", sans-serif;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #082140;
  margin: 1rem 0 0.35rem 0;
  padding: 0;
  font-family: "montserrat", sans-serif;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

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

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

.admin-content-wrapper {
  line-height: 1.5;
  margin-bottom: 1em;
  display: flex;
}
.admin-content-wrapper img {
  margin-left: 2em;
  width: fit-content;
}
@media only screen and (max-width: 728px) {
  .admin-content-wrapper {
    flex-direction: column;
  }
  .admin-content-wrapper img {
    margin-left: 0;
    margin-top: 1.5em;
  }
}

button,
input,
optgroup,
select,
textarea {
  font-family: "montserrat", regular;
  outline: none;
}

a {
  color: #C12E33;
  transition: 150ms;
  text-decoration: none !important;
}
a:hover, a:active {
  color: #91191C;
}
a [class^=icon-],
a [class*=" icon-"] {
  color: #C12E33;
  transition: 150ms;
}
a [class^=icon-]:hover, a [class^=icon-]:active,
a [class*=" icon-"]:hover,
a [class*=" icon-"]:active {
  color: #91191C;
}

.hidden_area,
.hidden_element {
  display: none;
}

select {
  padding: 0.45em;
}
select:focus {
  border: 1px solid #082140;
}
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;
  padding-left: 1.6rem;
}

.content ul, .content ol,
.admin-content-wrapper ul,
.admin-content-wrapper ol {
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
.content ul li, .content ol li,
.admin-content-wrapper ul li,
.admin-content-wrapper ol li {
  font-size: 20px;
  margin-bottom: 0.35rem;
}
.content p,
.admin-content-wrapper p {
  margin: 0 0 0.75rem 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;
}

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