@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: #ffeb47;
}

body {
  font-size: 10px;
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  color: #303454;
  background-image: url(../images/bg_blue.webp);
}
body.blog, body.archive.category, body.single {
  background-image: url(../images/bg_white.webp);
}
body.page-about-us {
  background-image: url(../images/bg_navy.webp);
}
body {
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (min-width: 768px) {
  body {
    background-attachment: fixed;
  }
}
body #main {
  padding-top: 90px;
}
body #main p {
  font-size: clamp(18px, 2vw, 22px);
}

/*
@font-face {
    font-family: '';
    src: url('../fonts/.woff2') format('woff2'),
         url('../fonts/.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
}
.entry_content p {
  display: block;
  line-height: 1.4em;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.entry_content ul,
.entry_content ol {
  display: block;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  transition: 0.2s;
}
.btn:hover {
  color: #000;
}

/* =========================================
   Simple reusable grid layout
   Classes: .grid .grid_4 .grid_3 .grid_2
   One gap setting: change $grid_gap
   Responsive:
   - grid_4: 4 -> 3 -> 2 -> 1
   - grid_3: 3 -> 2 -> 1
   - grid_2: 2 -> 1
========================================= */
/* sensible width breakpoints */
/* below this, 4 drops to 3 */
/* below this, 3 drops to 2, and 4 can drop to 2 */
/* below this, everything drops to 1 */
.grid {
  display: grid;
  gap: 16px;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  /* default */
  grid-template-columns: 1fr;
  /* stop long text and images breaking the grid */
}
.grid > * {
  min-width: 0;
}

/* base column counts */
.grid_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid_4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* 4 -> 3 */
@media (max-width: 1100px) {
  .grid_4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* 4 -> 2 and 3 -> 2 */
@media (max-width: 860px) {
  .grid_4,
  .grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* everything -> 1 */
@media (max-width: 600px) {
  .grid_4,
  .grid_3,
  .grid_2 {
    grid-template-columns: 1fr;
  }
}
/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
  padding: 0 10%;
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper {
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number] {
  padding: 16px;
  border: 1px solid #000;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid blue !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body div.gfield .ginput_container input,
.gform_wrapper .gform-body div.gfield .ginput_container select,
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #000;
  background: transparent;
  resize: none !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px;
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description {
  padding-top: 10px;
}
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: block;
  padding-bottom: 10px;
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex div input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
}
.gform_wrapper {
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  flex: 1;
  height: 58px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.gform_wrapper .gform_footer input.gform_next_button, .gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_next_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  max-width: 25%;
}
.gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: #fff;
  color: #000;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

/*
---------------------------------------------------------------------------
=	THANKYOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 5%;
  z-index: 10000;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease;
}
#header.scrolled {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
#header #logo {
  display: inline-block;
}
#header #logo img {
  display: block;
  width: auto;
  height: 50px;
}
.blog #header #logo img, .archive.category #header #logo img, .single #header #logo img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(36%) saturate(749%) hue-rotate(196deg) brightness(95%) contrast(89%);
}
#header nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #header nav {
    display: none;
  }
}
#header nav > a,
#header nav .dropdown_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(0px, 1.2vw, 20px);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}
.blog #header nav > a, .archive.category #header nav > a, .single #header nav > a,
.blog #header nav .dropdown_toggle,
.archive.category #header nav .dropdown_toggle,
.single #header nav .dropdown_toggle {
  color: #303454;
}
#header nav > a:hover,
#header nav .dropdown_toggle:hover {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
#header nav .dropdown_toggle {
  height: 50px;
  padding: 0 20px;
  background: #303454;
  color: #fff;
}
.blog #header nav .dropdown_toggle, .archive.category #header nav .dropdown_toggle, .single #header nav .dropdown_toggle {
  color: #fff;
}
#header nav .dropdown_toggle:hover, #header nav .dropdown_toggle:focus-visible, #header nav .dropdown_toggle.current {
  background: #FFEB47;
  color: #303454;
  opacity: 1;
  text-decoration: none;
}
#header nav .dropdown_toggle:focus-visible {
  outline: 2px solid #FFEB47;
  outline-offset: 3px;
}
#header nav .dropdown_toggle .dropdown_arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid currentColor;
  transition: transform 0.3s ease;
}
#header nav .dropdown_toggle.current .dropdown_arrow {
  transform: rotate(180deg);
}
@media (max-width: 900px) {
  #header nav {
    display: none;
  }
}

.dropdown_nav {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-height: 0;
  padding: 0 10%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background: #FFEB47;
  color: #303454;
  pointer-events: none;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.25s ease, visibility 0s linear 0.4s;
}
.dropdown_nav.open {
  max-height: calc(100vh - 90px);
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.25s ease, visibility 0s linear 0s;
}
.dropdown_nav .dropdown_item {
  flex: 0 1 calc(20% - 10px);
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .dropdown_nav .dropdown_item {
    flex-basis: calc(25% - 10px);
  }
}
@media only screen and (max-width: 900px) {
  .dropdown_nav .dropdown_item {
    flex-basis: calc(33.333% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_nav .dropdown_item {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .dropdown_nav .dropdown_item {
    flex-basis: 100%;
  }
}
.dropdown_nav .dropdown_item a,
.dropdown_nav .dropdown_item span {
  display: block;
  line-height: 1.4;
}
.dropdown_nav .dropdown_item a {
  margin-bottom: 8px;
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
  color: #303454;
}
.dropdown_nav .dropdown_item span {
  max-width: 260px;
  margin: 0 auto;
}

.dropdown_nav {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 9998;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-height: 0;
  padding: 0 10%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background: #FFEB47;
  color: #303454;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.25s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
.dropdown_nav.open {
  max-height: 1000px;
  padding-top: 30px;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.25s ease, transform 0.4s ease, visibility 0s linear 0s;
}
.dropdown_nav .dropdown_item {
  flex: 0 1 calc(20% - 10px);
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  .dropdown_nav .dropdown_item {
    flex-basis: calc(33.333% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_nav .dropdown_item {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .dropdown_nav .dropdown_item {
    flex-basis: 100%;
  }
}
.dropdown_nav .dropdown_item a,
.dropdown_nav .dropdown_item span {
  display: block;
  line-height: 1.4;
}
.dropdown_nav .dropdown_item a {
  margin-bottom: 6px;
  font-family: "Archivo Black", sans-serif;
  color: #303454;
}
.dropdown_nav .dropdown_item a:hover {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.dropdown_nav .dropdown_item span {
  max-width: 260px;
  margin: 0 auto;
}

/*
---------------------------------------------------------------------------
=	BURGER
---------------------------------------------------------------------------
*/
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .burger-toggle {
    display: flex;
    margin-left: auto;
  }
}
.burger-toggle .burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.burger-toggle .burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}
.burger-toggle .burger_icon .line.line1 {
  top: 0;
}
.burger-toggle .burger_icon .line.line2 {
  top: 9px;
}
.burger-toggle .burger_icon .line.line3 {
  top: 18px;
}
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}
.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}
.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}
.burger-toggle .burger_label {
  color: currentColor;
  font-weight: 400;
  pointer-events: none;
  user-select: none;
  transition: color 0.25s ease;
}
/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
.body-locked {
  overflow: hidden;
}

.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}
.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: pink;
}
@media only screen and (min-width: 768px) {
  .side_menu {
    display: none;
  }
}
.side_menu.is-open {
  transform: translateX(0);
}
.side_menu .side_menu_inner {
  padding: 2rem 1.5rem;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* nav styles */
}
.side_menu .side_menu_inner .side_menu_nav ul {
  list-style: none;
  padding: 80px 0;
  margin: 0;
}
.side_menu .side_menu_inner .side_menu_nav ul li + li {
  margin-top: 1rem;
}
.side_menu .side_menu_inner .side_menu_nav ul a {
  color: #fff;
  text-decoration: none;
  font-size: 8vh;
  line-height: 1.3;
  display: inline-block;
}
.side_menu .side_menu_inner .side_menu_nav ul a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	ABOUT US
---------------------------------------------------------------------------
*/
/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
.site-footer {
  --footer-background: #ffeb47;
  --footer-colour: #303454;
  --footer-gutter: 5%;
  --footer-max-width: 100rem;
  background: var(--footer-background);
  color: var(--footer-colour);
  font-size: 0.875rem;
  line-height: 1.25;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.site-footer__main, .site-footer__legal {
  margin-inline: auto;
  padding-inline: var(--footer-gutter);
}
.site-footer__main {
  display: grid;
  grid-template-columns: minmax(10rem, 1.25fr) repeat(3, minmax(9rem, 1fr));
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: clamp(4rem, 9vw, 7.5rem);
}
.site-footer__logo {
  display: inline-block;
  width: clamp(5rem, 8vw, 7rem);
}
.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer__heading {
  margin: 0 0 1.25rem;
  font: inherit;
  text-transform: lowercase;
}
.site-footer__links {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: lowercase;
}
.site-footer__address {
  display: grid;
  gap: 0.4rem;
  margin-top: 1.5rem;
  font-style: normal;
}
.site-footer__signup {
  margin-bottom: 2rem;
}
.site-footer__signup input {
  width: 100%;
  min-height: 2.25rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid color-mix(in srgb, var(--footer-colour) 25%, transparent);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}
.site-footer__signup input::placeholder {
  color: inherit;
  opacity: 0.75;
}
.site-footer__signup input:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.site-footer__legal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: end;
  padding-block: 1.25rem;
  font-size: 0.75rem;
}
.site-footer__legal p {
  margin: 0;
}
.site-footer__legal p:nth-child(2) {
  text-align: center;
}
.site-footer__legal p:last-child {
  text-align: right;
}
@media (max-width: 56rem) {
  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 36rem) {
  .site-footer__main, .site-footer__legal {
    grid-template-columns: 1fr;
  }
  .site-footer__legal p:nth-child(n) {
    text-align: left;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.title {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.highlight {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFEB47;
  padding: 10px 22px;
  text-transform: uppercase;
  color: #3560AB;
  font-weight: 600;
}
.highlight.blue {
  color: #fff;
  background: #303454;
}

.highlight_pen {
  margin-top: 20px;
  max-width: calc(100% - 1em);
  color: #303454;
  line-height: 2.2;
}
.highlight_pen * {
  font-size: clamp(18px, 3vw, 24px);
  color: #303454;
  font-weight: 600;
  background: #fff;
  padding: 0.25em 0;
  box-shadow: 0 0 0 0.05em #fff, 0.25em 0 0 0.05em #fff, -0.25em 0 0 0.05em #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.highlight_pen.dark_blue * {
  color: #fff;
  background: #303454;
  padding: 0.25em 0;
  box-shadow: 0 0 0 0.05em #303454, 0.25em 0 0 0.05em #303454, -0.25em 0 0 0.05em #303454;
}

.section_intro {
  margin-bottom: 5%;
}
.section_intro .highlight {
  margin-bottom: 20px;
  color: #303454;
}
.section_intro h1,
.section_intro h2 {
  font-size: 6vw;
  color: #fff;
  text-transform: lowercase;
}

.white_bg {
  background-image: url(../images/bg_white.webp);
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
}
@media only screen and (min-width: 768px) {
  .white_bg {
    background-attachment: fixed;
  }
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #FFEB47;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}
.link::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #FFEB47;
  transition: transform 0.3s ease;
}
.link:hover::after {
  transform: translateX(4px);
}

/*
---------------------------------------------------------------------------
=	HOME
---------------------------------------------------------------------------
*/
.page_intro {
  padding: 5% 5% 20%;
  color: #fff;
  position: relative;
}
.page_intro:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 80%;
  aspect-ratio: 1/1;
  background: url(../images/shape.png) 100% 0 no-repeat;
  background-size: contain;
  z-index: -1;
}
.page-about-us .page_intro:before {
  background: url(../images/shape_3.png) 100% 100% no-repeat;
}
.page_intro .highlight {
  margin-bottom: 20px;
}
.page_intro h1 {
  display: block;
  margin-bottom: 5%;
}
.page_intro h1 span {
  display: block;
  font-size: 6vw;
  line-height: 1.1em;
}
.page_intro h1 span.lg {
  font-size: 8.5vw;
  padding-left: 0.2em;
}
.page_intro > div {
  width: 100%;
  max-width: 600px;
}
.page_intro > div .entry_content {
  margin-bottom: 10%;
}
.page_intro > div .highlight_pen {
  text-transform: uppercase;
}

/*
---------------------------------------------------------------------------
=	NON CLINICAL
---------------------------------------------------------------------------
*/
#non_clinical {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  text-align: center;
}
#non_clinical .sticky_intro {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20%;
}
#non_clinical .sticky_intro .title {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 96px);
  line-height: 0.95em;
}
#non_clinical .sticky_gal {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 100%;
  width: 70%;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  transform: translateX(-50%);
}
#non_clinical .sticky_gal .sticky_images {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #000;
}
#non_clinical .sticky_gal .sticky_images .sticky_image {
  position: absolute;
  inset: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  will-change: opacity, transform;
}
#non_clinical .sticky_gal .sticky_images .sticky_image:first-child {
  opacity: 1;
  transform: scale(1);
}
#non_clinical .sticky_gal .sticky_captions {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#non_clinical .sticky_gal .sticky_captions .sticky_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  max-width: 600px;
  opacity: 0;
  transform: translate(-50%, -50%);
  will-change: opacity, transform;
}
#non_clinical .sticky_gal .sticky_captions .sticky_caption p {
  margin: 0;
  color: #fff;
  font-size: clamp(0px, 3vw, 32px);
  line-height: 1.1em;
  text-transform: uppercase;
}
#non_clinical .sticky_gal .sticky_captions .sticky_caption:first-child {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #non_clinical {
    min-height: 600px;
  }
  #non_clinical .sticky_intro {
    padding: 30px;
  }
  #non_clinical .sticky_intro .title {
    font-size: clamp(42px, 12vw, 64px);
  }
  #non_clinical .sticky_gal {
    width: calc(100% - 40px);
    height: 70vh;
    min-height: 480px;
  }
  #non_clinical .sticky_gal .sticky_captions .sticky_caption {
    width: calc(100% - 50px);
    padding: 5%;
  }
  #non_clinical .sticky_gal .sticky_captions .sticky_caption p {
    font-size: 5vw;
  }
}

/*
#non_clinical
{
	text-align: center;
	padding-bottom: 200px;

	.sticky_intro
	{
		padding: 0 20% 200px;

		h2
		{
			color: #fff;
			font-size: 5vw;
		}
	}

	.sticky_gal
	{
		//padding: 0 10%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;	

		.sticky_slide
		{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;

			aspect-ratio: 1/0.6;	
			width: 70%;

			div
			{
				width:100%;
				max-width: 500px;

				p
				{
					color: #fff;
					font-size: 32px;
					line-height: 1.2em;
				}
			}
		}
	}

}
*/
/*
---------------------------------------------------------------------------
=	TESTIMONAL
---------------------------------------------------------------------------
*/
.testimonial {
  background: pink;
  background: url(../images/testi.png) 0 0 no-repeat pink;
  background-size: cover;
  padding: 8% 5% 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
.testimonial .quote {
  max-width: 800px;
}
.testimonial .quote img {
  display: inline-block;
  margin-bottom: 40px;
}
.testimonial > span {
  font-size: 20vw;
}
.testimonial blockquote {
  padding-left: 8px;
  max-width: calc(100% - 8px);
  color: #FFC8B9;
  font-size: 34px;
  line-height: 1.65;
}
.testimonial blockquote span {
  color: #FFC8B9;
  background: #303454;
  box-shadow: 0.25em 0 0 #303454, -0.25em 0 0 #303454;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/*
---------------------------------------------------------------------------
=	LATEST NEWS
---------------------------------------------------------------------------
*/
.latest_news {
  padding: 5%;
  padding-top: 10%;
  background: #303454;
}

.card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
.card > * {
  flex: none;
}
.card .card_img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 20px;
}
.card .card_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.news_card h3 {
  padding-left: 8px;
  max-width: calc(100% - 8px);
  color: #303454;
  font-size: 18px;
  line-height: 1.65;
}
.card.news_card h3 a {
  color: #303454;
  background: #fff;
  box-shadow: 0.25em 0 0 #fff, -0.25em 0 0 #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.card.news_card .link {
  margin-top: auto;
  padding-top: 30px;
}
.card.team_card {
  color: #fff;
  margin-bottom: 40px;
}
.card.team_card .card_img {
  aspect-ratio: 1/1.2;
}
.card.team_card h3 {
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.4em;
}
.card.team_card span {
  display: block;
  margin-top: 20px;
  font-size: 1.1vw;
}

/*
---------------------------------------------------------------------------
=	GET IN TOUCH
---------------------------------------------------------------------------
*/
.get_in_touch {
  background: #303454;
  padding-top: 10%;
}
.get_in_touch .section_intro {
  padding: 0 5%;
  margin-bottom: 0;
}
.get_in_touch .section_intro h2 {
  font-size: 5.5vw;
}
.get_in_touch .section_intro h2 span {
  display: block;
}
.get_in_touch .section_intro h2 span:nth-child(2) {
  padding-left: 0.2em;
}
.get_in_touch .contact_details {
  color: #fff;
  padding: 5%;
  padding-bottom: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  background: url(../images/shape_2.png) 0 100% no-repeat;
  background-size: contain;
}
.get_in_touch .contact_details > div {
  flex: 1;
  max-width: 30%;
  font-size: 20px;
}
.get_in_touch .contact_details > div a {
  display: block;
  margin-bottom: 50px;
  color: #fff;
}
.get_in_touch .contact_details > div address span {
  display: block;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	ABOUT US
---------------------------------------------------------------------------
*/
.our_story {
  padding: 5%;
}
.our_story .section_intro {
  padding-right: 10%;
}
.our_story .section_intro h2 {
  font-size: 4vw;
}
.our_story {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	TEAM
---------------------------------------------------------------------------
*/
#team {
  background-color: #3560AB;
  padding: 10% 5%;
}
#team .section_intro .title {
  font-size: 3.5vw;
  line-height: 1.2em;
}

/*
---------------------------------------------------------------------------
=	MISSION
---------------------------------------------------------------------------
*/
#mission {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#mission:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/shape_4.png) 100% 100% no-repeat;
  background-size: 70%;
}
#mission .highlight {
  margin-bottom: 40px;
}
#mission > div {
  position: relative;
  z-index: 1;
  padding: 10% 5%;
}
#mission > div div {
  max-width: 90%;
}
#mission > div div p {
  font-size: 3vw;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	TEXT BLOCK
---------------------------------------------------------------------------
*/
.text_block {
  width: 100%;
  max-width: 900px;
  margin-bottom: 10%;
}
.text_block .highlight_pen {
  margin-top: 5%;
}

/*
---------------------------------------------------------------------------
=	TEXT / IMAGE
---------------------------------------------------------------------------
*/
.text_img {
  background-color: #FFC8B9;
  padding: 10% 5%;
  color: #303454;
}
.text_img .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}
.text_img .cols:last-of-type {
  margin-bottom: 0;
}
.text_img .cols > * {
  flex: 50%;
}
.text_img .cols > *.col1 {
  padding: 0 10% 0 0;
}
.text_img .cols > *.col1 img {
  max-width: 100%;
}
.text_img .cols > *.col2 {
  padding-top: 40px;
}
.text_img .cols > *.col2 .highlight {
  margin-bottom: 40px;
  color: #FFC8B9;
}
.text_img .cols > *.col2 .title {
  display: block;
  font-size: 84px;
  margin-bottom: 0.5em;
}
.text_img .cols > *.col2 p {
  font-size: 20px !important;
}
.text_img .cols:nth-child(odd) .col1 {
  order: 2;
  padding: 0 0 0 10%;
}

/*
---------------------------------------------------------------------------
=	SLIDESHOW
---------------------------------------------------------------------------
*/
.slideshow_block {
  padding: 10% 0;
}
.slideshow_block .section_intro {
  padding: 0 5%;
}
.slideshow_block .swiper {
  padding-left: 5%;
}
.slideshow_block .slide {
  height: auto;
  text-align: center;
  padding: 10% 5%;
  color: #303454;
}
.slideshow_block .slide:nth-child(4n+1) {
  background-color: #4C7ED7;
}
.slideshow_block .slide:nth-child(4n+2) {
  background-color: #FFEB47;
}
.slideshow_block .slide:nth-child(4n+3) {
  background-color: #FFC8B9;
}
.slideshow_block .slide:nth-child(4n+4) {
  background-color: #fff;
}
.slideshow_block .slide span {
  display: block;
  font-size: 62px;
  margin-bottom: 1em;
}
.slideshow_block .slide p {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.6em;
}

/*
---------------------------------------------------------------------------
=	IMAGE
---------------------------------------------------------------------------
*/
.img_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 5%;
}
.img_block > * {
  flex: 1;
  aspect-ratio: 1/1.1;
  position: relative;
}
.img_block > *:nth-child(2) {
  aspect-ratio: 6/4.5;
}
.img_block > * img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
---------------------------------------------------------------------------
=	LIST
---------------------------------------------------------------------------
*/
.list_block {
  padding: 10% 5%;
}
.list_block .list_items {
  padding-left: 20%;
}
.list_block .list_items .list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10%;
}
.list_block .list_items .list_item > div {
  width: 50%;
  padding: 0 5%;
}
.list_block .list_items .list_item > div span {
  display: block;
  font-size: 19px;
  margin-bottom: 1em;
}
.list_block .list_items .list_item > div h3 {
  font-size: 56px;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.list_block .list_items .list_item:nth-child(even) div {
  margin-left: auto;
}

/*
---------------------------------------------------------------------------
=	SUUPORT 
---------------------------------------------------------------------------
*/
#support_hero {
  padding: 5% 5% 0;
}
#support_hero .blue {
  background-color: #3560AB;
  color: #fff;
}
#support_hero h1 {
  color: #303454;
}

.blue_bg {
  background-color: #303454;
}

.img_break {
  height: 60vh;
}

.single_content {
  padding: 10% 5%;
}
.single_content .entry_content {
  padding-right: 20%;
}
.single_content .entry_content p {
  max-width: 900px;
}
.single_content .entry_content p:first-of-type {
  font-size: 2vw !important;
  max-width: 100%;
}
.single_content .actions {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.single_content .actions a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  background: #303454;
  padding: 10px 16px;
  text-transform: lowercase;
  font-size: 18px;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  border: 1px solid #303454;
}
.single_content .actions a:hover {
  background: transparent;
  color: #303454;
}

.action_block {
  padding: 10% 5%;
}

.page_quote img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(105%);
}
.page_quote blockquote {
  padding-right: 20%;
}

.apply {
  margin-top: 10%;
  background-color: #3560AB;
  color: #fff;
  padding: 5%;
  position: relative;
  margin-bottom: 120px;
}
.apply::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/shape_5.png) 100% 100% no-repeat;
  background-size: contain;
  z-index: 0;
}
.apply::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -95px;
  width: 100px;
  height: 100px;
  background: #3560AB;
  clip-path: polygon(0 0, 100% 0, 30% 100%);
}
.apply > div {
  position: relative;
  z-index: 1;
  width: 70%;
}
.apply > div .title {
  font-size: 6vw;
  margin-bottom: 0.4em;
}
.apply > div .title span {
  display: block;
}
.apply > div .title span:nth-child(2) {
  padding-left: 0.5em;
}
.apply > div .link {
  margin-top: 40px;
}

/*
---------------------------------------------------------------------------
=	NEWS ARCHIVE
---------------------------------------------------------------------------
*/
.news_cats {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.news_cats a {
  font-size: 17px;
  border: 1px solid #303454;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #303454;
}
.news_cats a:hover, .news_cats a.current {
  color: #fff;
  background: #303454;
}

.news_grid {
  padding: 5%;
}
.news_grid .section_intro .title {
  color: #303454;
}
.news_grid .card {
  margin-bottom: 50px;
}
.news_grid .card .more {
  color: #3560AB;
}
