/*!
Theme Name: Project Name
Theme URI: https://twentyfour.dk/
Author: Twentyfour ApS
Author URI: https://twentyfour.dk/
Description: Custom theme: Twentyfour, developed by Twentyfour ApS
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: project-name
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: twentyfour-parent

Twentyfour is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.smaller-font-size {
  font-size: 14px !important;
}

body {
  font-family: "Open Sans", sans-serif;
}

p, a, li, ul {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #21374A;
}

a:visited {
  color: unset;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  color: #21374A;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8em;
  color: #21374A;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6em;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  color: #21374A;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  color: #21374A;
}

button, input {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #21374A;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

.fw-900 {
  font-weight: 900;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-300 {
  font-weight: 300;
}

.xl-header {
  font-size: 3em;
}

.lg-header {
  font-size: 2em;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

#primary .page-content, #primary .entry-content, #primary .entry-summary {
  margin: 0;
}

.subpage-content a {
  text-decoration: underline;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

tr {
  vertical-align: baseline;
}

#page {
  max-width: unset;
  padding: 0;
}

@media (min-width: 1025px) {
  .content-container {
    max-width: 1440px;
  }
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn__primary, a.btn__primary {
  background-color: #F7941D;
  padding: 10px 24px;
  border-radius: 97px;
  color: #fff;
  text-decoration: none;
}
.btn__primary:hover, a.btn__primary:hover {
  opacity: 0.9;
}

.btn__secondary, a.btn__secondary {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 24px;
  border-radius: 97px;
  color: #fff;
  text-decoration: none;
}

.btn__tertiary, a.btn__tertiary {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  text-transform: uppercase;
  position: relative;
}
.btn__tertiary:hover, a.btn__tertiary:hover {
  color: #3a698b;
}
.btn__tertiary::after, a.btn__tertiary::after {
  content: url("../img/svgs/arrow-up-right.svg");
  position: absolute;
  right: -20px;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn__tertiary:hover::after, a.btn__tertiary:hover::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  grid-template-columns: auto 25%;
  grid-template-areas: "header header" "main sidebar" "footer footer";
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

.footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper {
    gap: 50px;
  }
}
.footer-wrapper .footer-logo {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-logo {
    display: none;
  }
}
.footer-wrapper .footer-logo-mobile {
  width: 95px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer-logo-mobile {
    display: none;
  }
}
.footer-wrapper .footer-left-column div.description {
  color: #3a698b;
  margin-top: -8px;
  line-height: 1.8;
  font-size: 1.25rem;
}
.footer-wrapper .footer-right-column {
  display: grid;
  gap: 50px;
}
.footer-wrapper .footer-inner-right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer-wrapper .footer-inner-right-column span {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #F7941D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.footer-wrapper .footer-inner-right-column span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
}
.footer-wrapper .footer-inner-row {
  display: grid;
  grid-template-columns: 30% 30%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.footer-wrapper .footer-inner-row li {
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 991px) {
  .footer-wrapper .footer-inner-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-template-columns: auto;
  }
}
.footer-wrapper .footer-inner-row .footer-inner-left-column b a {
  font-size: 14px;
}
.footer-wrapper .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.hero-banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-banner {
    height: 40vh;
  }
}
.hero-banner .blurred-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  width: calc(50% + 100px);
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  margin-left: -100px;
  background-color: rgba(0, 0, 0, 0.26);
}
@media only screen and (max-width: 991px) {
  .hero-banner .blurred-square {
    margin: unset;
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}
.hero-banner .blurred-square .content-wrapper {
  margin: auto auto auto 250px;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  width: 550px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .hero-banner .blurred-square .content-wrapper {
    -webkit-transform: unset;
    transform: unset;
    width: 80%;
    margin: 50px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-banner .blurred-square .content-wrapper {
    -webkit-transform: unset;
    transform: unset;
    width: 80%;
    margin: 100px auto 0 auto;
  }
}
.hero-banner .blurred-square .hero-title {
  color: white;
  font-weight: 800;
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  .hero-banner .blurred-square .hero-title {
    font-size: 2em;
  }
}
.hero-banner .blurred-square .hero-description {
  font-weight: 300;
  color: white;
}
.hero-banner .blurred-square .hero-button {
  border-radius: 100px;
  background-color: #F7941D;
  color: white;
  border: none;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 14px;
}
.hero-banner .hero-banner-navigation-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.hero-banner .hero-banner-navigation-wrapper .hero-banner-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 150px;
  padding: 0;
}
.hero-banner .hero-banner-navigation-wrapper .hero-banner-navigation .hero-banner-navigation-link {
  color: white;
  list-style: none;
}
.hero-banner .hero-banner-navigation-wrapper .hero-banner-navigation .hero-banner-navigation-items {
  font-size: 16px;
  font-weight: 500;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  max-height: 60vh;
}

.page .entry-title {
  display: none;
}

.entry-header {
  display: none;
}

.post-thumbnail img {
  width: 100% !important;
}

header {
  margin-bottom: 86px;
  border: 0px 1px 1px 1px solid #E8E8E8;
}
header .menu-item a:hover {
  color: #21374A;
}
@media only screen and (min-width: 992px) {
  header .logo-wrapper {
    min-width: 150px;
    border-right: 1px solid #E8E8E8;
  }
}
header .navigation_wrapper_mobile {
  position: absolute;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) {
  header .navigation_wrapper_mobile {
    display: none;
  }
}
header .dropdown-icon {
  width: 90px;
  height: 90px;
}
header .hero-button {
  border-radius: 100px;
  background-color: #F7941D;
  color: white;
  border: none;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 14px;
}
header .navigation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: white;
  width: 100%;
}
header .navigation_wrapper .navigation_wrapper_link_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header .navigation_wrapper .navigation_wrapper_link_wrapper {
    display: none;
  }
}
header .navigation_wrapper .nav_logo {
  padding: 25px;
}
@media only screen and (max-width: 991px) {
  header .navigation_wrapper .nav_logo {
    padding: 20px;
  }
}
header .navigation_wrapper #menu-main-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
header .navigation_wrapper #menu-main-menu .menu-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header .navigation_wrapper #menu-main-menu .menu-item a {
  position: relative;
}
header .navigation_wrapper #menu-main-menu .menu-item a::after {
  content: url("../img/svgs/nav-dots.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  margin-top: -10px;
  position: absolute;
  bottom: -15px;
  left: 2px;
}
header .navigation_wrapper #menu-main-menu .menu-item a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .navigation_wrapper #menu-main-menu .menu-item a.li-active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .navigation_wrapper #menu-main-menu .current_page_item a::after, header .navigation_wrapper #menu-main-menu .current-page-ancestor a::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .navigation_wrapper .navigation_search {
  padding: 25px;
  border-left: 1px solid #E8E8E8;
}
@media only screen and (max-width: 992px) {
  header .navigation_wrapper .navigation_search {
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .navigation_wrapper .navigation_search:hover {
  cursor: pointer;
}
header .navigation_wrapper .navigation_search .nav_search {
  width: 25px;
}
header .navigation_wrapper .burger-menu {
  padding: 20px;
  margin: auto;
}
header .mobile-menu-wrapper {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
  left: 0;
  position: fixed;
  background: white;
  z-index: 9999999;
  min-height: 100vh;
  overflow-y: scroll;
}
header .close-burger-menu {
  position: absolute;
  z-index: 9999999;
  right: 25px;
  top: 20px;
}
header .mobile_menu_go_back, header .mobile_menu_go_back_inner_level {
  position: absolute;
  z-index: 9999999;
  left: 25px;
  top: 20px;
}
header .mobile_link_wrapper {
  padding: 150px 50px;
}
header .mobile_link_wrapper ul {
  padding: 0;
  margin: 0;
}
header .mobile_link_wrapper li {
  list-style-type: none;
  font-size: 20px;
  line-height: 2;
}
header .dropdown-content-2-mobile li, header .dropdown-content-3-mobile li, header .dropdown-content-4-mobile li, header .dropdown-content-5-mobile li, header .dropdown-content-6-mobile li, header .dropdown-content-6 li, header .dropdown-content-7 li {
  font-size: 16px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}

.mobile-blur {
  width: 40% !important;
}
@media only screen and (max-width: 992px) {
  .mobile-blur {
    width: unset !important;
  }
}

/*
Hide "Your need" dropdown until client has added content.
Client will let us know when we should delete this column
*/
li#menu-item-223 {
  display: none !important;
}

/* End column  */
.dropdown-content-1 {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  top: 90px;
  left: 150px;
  -webkit-box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
.dropdown-content-1 .dropdown-content-left {
  background: #F7F5F5;
  width: 30%;
}
.dropdown-content-1 .dropdown-content-left .tags_text_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
}
.dropdown-content-1 .dropdown-content-left .tags_text_wrapper .active {
  background: #DFE0E2;
}
.dropdown-content-1 .dropdown-content-left .tags_text_wrapper .active:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}
.dropdown-content-1 .dropdown-content-left .tags_text_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-content-1 .dropdown-content-left .tags_text_wrapper ul .tag_item {
  padding: 10px 5px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  color: #21374A;
}
.dropdown-content-1 .dropdown-content-left .tags_text_wrapper ul .tag_item:hover {
  background: #DFE0E2;
  cursor: pointer;
}
.dropdown-content-1 .dropdown-content-left .tags_text_wrapper ul .tag_item:hover:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}
.dropdown-content-1 .dropdown-content-right {
  background: white;
  width: 70%;
}
.dropdown-content-1 .dropdown-content-right h4 {
  font-weight: 900;
}
.dropdown-content-1 .dropdown-content-right .dropdown-content-wrapper {
  padding: 50px;
}
.dropdown-content-1 .dropdown-content-right .dropdown-content-wrapper .sub_page_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.dropdown-content-1 .dropdown-content-right .dropdown-content-wrapper .sub_page_wrapper .sub_page_wrapper_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dropdown-content-1 .dropdown-content-right .dropdown-content-wrapper .sub_page_wrapper .sub_page_wrapper_column .sub_page_wrapper_column_page {
  border-bottom: 1px solid #E8E8E8;
  list-style: none;
  padding: 7.5px 0;
}

.dropdown-content-2 {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  top: 90px;
  left: 150px;
  -webkit-box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
.dropdown-content-2 .dropdown-content-wrapper {
  padding: 50px;
}
.dropdown-content-2 .dropdown-content-2-left {
  background: #F7F5F5;
  width: 50%;
}
.dropdown-content-2 .dropdown-content-2-left .tags_text_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dropdown-content-2 .dropdown-content-2-left .tags_text_wrapper .active {
  background: #DFE0E2;
}
.dropdown-content-2 .dropdown-content-2-left .tags_text_wrapper .active:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}
.dropdown-content-2 .dropdown-content-2-left .tags_text_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-content-2 .dropdown-content-2-left .tags_text_wrapper ul .tag_item {
  padding: 10px 5px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  color: #21374A;
}
.dropdown-content-2 .dropdown-content-2-left .tags_text_wrapper ul .tag_item:hover {
  background: #DFE0E2;
  cursor: pointer;
}
.dropdown-content-2 .dropdown-content-2-left .tags_text_wrapper ul .tag_item:hover:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}
.dropdown-content-2 .dropdown-content-2-right {
  background: #fff;
  width: 50%;
}
.dropdown-content-2 .dropdown-content-2-right h4 {
  font-weight: 900;
}
.dropdown-content-2 .dropdown-content-2-right .dropdown-content-wrapper .sub_page_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.dropdown-content-2 .dropdown-content-2-right .dropdown-content-wrapper .sub_page_wrapper .sub_page_wrapper_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dropdown-content-2 .dropdown-content-2-right .dropdown-content-wrapper .sub_page_wrapper .sub_page_wrapper_column .sub_page_wrapper_column_page {
  border-bottom: 1px solid #E8E8E8;
  list-style: none;
  padding: 7.5px 0;
}

.dropdown-content-3 {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  top: 90px;
  left: 150px;
  -webkit-box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
.dropdown-content-3 .dropdown-content-wrapper {
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: white;
  gap: 20px;
}
.dropdown-content-3 .dropdown-content-wrapper .navigation-read-more-button {
  opacity: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-content-3 .dropdown-content-wrapper .navigation-read-more-button:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}
.dropdown-content-3 .dropdown-content-wrapper .navigation_industry_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.dropdown-content-3 .dropdown-content-wrapper .navigation_industry_element h4 {
  font-size: 16px;
  font-weight: 800;
}
.dropdown-content-3 .dropdown-content-wrapper .navigation_industry_element img {
  max-height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.dropdown-content-3 .dropdown-content-wrapper .navigation_industry_element:hover .navigation-read-more-button {
  opacity: 1;
  font-weight: 800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-content-4 {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  top: 90px;
  left: 23%;
  -webkit-box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .dropdown-content-4 {
    left: 35%;
  }
}
.dropdown-content-4 .dropdown-content-full {
  width: 100%;
}
.dropdown-content-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-content-4 .dropdown-content-wrapper {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  gap: 20px;
}
.dropdown-content-4 .dropdown-content-wrapper .navigation_resource_item {
  padding: 10px 5px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  color: #21374A;
  list-style-type: none;
  margin: 0;
}
.dropdown-content-4 .dropdown-content-wrapper .navigation_resource_item:hover:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}

.dropdown-content-5 {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  top: 90px;
  left: 30%;
  -webkit-box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .dropdown-content-5 {
    left: 45%;
  }
}
.dropdown-content-5 .dropdown-content-full {
  width: 100%;
}
.dropdown-content-5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-content-5 .dropdown-content-wrapper {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  gap: 20px;
}
.dropdown-content-5 .dropdown-content-wrapper .navigation_resource_item {
  padding: 10px 5px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  color: #21374A;
  list-style-type: none;
  margin: 0;
}
.dropdown-content-5 .dropdown-content-wrapper .navigation_resource_item:hover:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}

.dropdown-content-6 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  top: 90px;
  left: 17%;
  -webkit-box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .dropdown-content-6 {
    left: 25%;
    width: 50%;
  }
}
.dropdown-content-6 .dropdown-content-full {
  width: 100%;
}
.dropdown-content-6 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-content-6 .dropdown-content-wrapper {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  gap: 20px;
}
.dropdown-content-6 .dropdown-content-wrapper .navigation_resource_item {
  padding: 10px 5px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  color: #21374A;
  list-style-type: none;
  margin: 0;
}
.dropdown-content-6 .dropdown-content-wrapper .navigation_resource_item:hover:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}

.dropdown-content-7 {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  top: 90px;
  left: 37%;
  -webkit-box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .dropdown-content-7 {
    left: 57%;
  }
}
.dropdown-content-7 .dropdown-content-full {
  width: 100%;
}
.dropdown-content-7 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-content-7 .dropdown-content-wrapper {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  gap: 20px;
}
.dropdown-content-7 .dropdown-content-wrapper .navigation_resource_item {
  padding: 10px 5px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  color: #21374A;
  list-style-type: none;
  margin: 0;
}
.dropdown-content-7 .dropdown-content-wrapper .navigation_resource_item:hover:after {
  content: url("../img/svgs/arrow-straight-right.svg");
  position: absolute;
  right: 20px;
}

.sub_page_wrapper_column_page {
  border-bottom: 1px solid #E8E8E8;
  list-style: none;
  padding: 7.5px 0;
}

.search_results_container {
  position: absolute;
  top: 86px;
  z-index: 9999;
  background-color: white;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  .search_results_container {
    top: 0;
  }
}
.search_results_container .search_wrapper {
  margin: 100px auto auto auto;
}
.search_results_container .search_wrapper .search-form {
  position: relative;
}
.search_results_container .search_wrapper .search-form::before {
  content: "";
  background-image: url(../img/svgs/search.svg);
  position: absolute;
  background-size: 30px 30px;
  width: 30px;
  height: 45px;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search_results_container .search_wrapper .search-submit {
  display: none;
}
.search_results_container .search_wrapper label {
  width: 100%;
}
.search_results_container .search_wrapper .search-field {
  border: none;
  width: 100%;
  border-bottom: 2px solid #F7941D;
  padding-bottom: 10px;
  padding-left: 55px;
}
.search_results_container .search_wrapper .search-field:focus {
  outline-width: 0;
}

.search-taxonomies {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase !important;
  color: #21374A;
  font-weight: 100;
  font-size: 12px;
  line-height: 2;
}
.search-taxonomies:hover {
  line-height: 2;
}

.search-title {
  color: #21374A;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.results {
  height: 600px !important;
}

.orig, .autocomplete {
  font-size: 18px !important;
}

#ajaxsearchlite1 {
  -webkit-box-shadow: 0 2px 0 0 #f7941d !important;
  box-shadow: 0 2px 0 0 #f7941d !important;
  padding-left: 0 !important;
}

#ajaxsearchliteres1 {
  z-index: 9999;
}

div.asl_r.vertical {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  padding: 0 !important;
}

.results .item {
  padding: 3px 0 !important;
}

.asl_content {
  padding-left: 0 !important;
}

.proinput {
  margin: 0 !important;
}

@media screen and (min-width: 992px) {
  .search_wrapper {
    width: 50% !important;
  }
}

.close_mobile_search {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media screen and (min-width: 992px) {
  .close_mobile_search {
    display: none;
  }
}

.asl_date {
  margin: 0 !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Modules
---------------------------------------------*/
section.cta-what-we-do div.img-container {
  position: relative;
}
section.cta-what-we-do div.img-container:hover .overlay {
  height: 100%;
}
section.cta-what-we-do img.image {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
section.cta-what-we-do div.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  overflow: hidden;
  width: 100%;
  height: 7rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
section.cta-what-we-do div.content {
  position: absolute;
  width: 100%;
  top: 64%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  text-align: center;
}
section.cta-what-we-do div.cta-header {
  min-height: 70px;
}
section.cta-what-we-do div.cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.cta-what-we-do a.btn__primary, section.cta-what-we-do a.btn__secondary {
  padding: 6px 16px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.cta-what-we-do a.btn__primary:hover {
  opacity: 1;
}
section.cta-what-we-do .pd-6 {
  padding: 6px;
}
section.cta-what-we-do .txt-white {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  section.cta-what-we-do div.content {
    top: 62%;
  }
  section.cta-what-we-do a.btn__primary, section.cta-what-we-do a.btn__secondary {
    font-size: 14px;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 1200px) {
  section.cta-what-we-do div.content {
    top: 58%;
  }
  section.cta-what-we-do div.cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  section.cta-what-we-do p.p-desc {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  section.cta-what-we-do a.btn__primary {
    margin-bottom: 0.8rem;
  }
  section.cta-what-we-do a.btn__primary, section.cta-what-we-do a.btn__secondary {
    width: auto;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1000px) {
  section.cta-what-we-do div.overlay {
    height: 100%;
  }
  section.cta-what-we-do div.content {
    top: 62%;
  }
  section.cta-what-we-do img.image {
    height: 450px;
  }
}
@media screen and (max-width: 450px) {
  section.cta-what-we-do div.cta-header {
    min-height: 60px;
  }
  section.cta-what-we-do p.p-desc {
    font-size: initial;
  }
  section.cta-what-we-do a.btn__primary, section.cta-what-we-do a.btn__secondary {
    font-size: 14px;
    padding: 10px 16px;
  }
}

section.cta-text {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.cta-text > * {
  grid-area: 1/1/2/2;
}
section.cta-text div.cta-wrapper a.btn__tertiary {
  margin-right: 30px;
}
section.cta-text img.image {
  height: 300px;
}
section.cta-text p.meta-text {
  color: #666666;
}
section.cta-text p.description {
  font-size: 1.25rem;
}
@media screen and (max-width: 1000px) {
  section.cta-text {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  section.cta-text img.image {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  section.cta-text div.cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.cta-text div.cta-wrapper .btn__tertiary, section.cta-text div.cta-wrapper a.btn__tertiary {
    width: 170px;
    margin-bottom: 10px;
  }
  section.cta-text .xl-header {
    font-size: 2.5em;
  }
}

section.hero-banner-image {
  display: grid;
  grid-template-columns: 45% 55%;
  overflow: hidden;
  grid-template-rows: 400px 0px;
}
@media screen and (max-width: 768px) {
  section.hero-banner-image {
    grid-template-rows: unset;
  }
}
section.hero-banner-image div.col-left {
  grid-area: 1/1/2/3;
}
section.hero-banner-image div.col-left div.w-40 {
  width: 40%;
}
section.hero-banner-image div.col-right {
  grid-area: 1/2/2/3;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
}
section.hero-banner-image div.col-right img.image {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 400px;
  width: 100%;
}
section.hero-banner-image #breadcrumbs {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #666666;
}
section.hero-banner-image #breadcrumbs a {
  color: #666666;
}
section.hero-banner-image .xl-header {
  font-size: 2.5rem;
}

@media screen and (max-width: 1200px) {
  section.hero-banner-image.layout-a div.col-right img.image {
    height: auto;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  section.hero-banner-image.layout-a {
    grid-template-columns: 100%;
    height: auto;
  }
  section.hero-banner-image.layout-a div.col-left {
    grid-area: 2/1/3/2;
    padding: 1.5rem;
    min-width: 100% !important;
  }
  section.hero-banner-image.layout-a div.col-left div.w-40 {
    width: 100%;
  }
  section.hero-banner-image.layout-a div.col-right {
    grid-area: 1/1/2/2;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 80%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 80%);
  }
  section.hero-banner-image.layout-a div.col-right img.image {
    height: 300px;
    width: 100vw;
  }
  section.hero-banner-image.layout-a p.fw-300 {
    font-weight: initial;
  }
  section.hero-banner-image.layout-a div.cta-wrapper, section.hero-banner-image.layout-a div.dot-comp {
    margin-bottom: 3rem;
  }
  section.hero-banner-image.layout-a .xl-header {
    font-size: 2rem;
  }
  section.hero-banner-image.layout-b {
    grid-template-columns: 100%;
    height: auto;
  }
  section.hero-banner-image.layout-b div.col-left {
    grid-area: 1/1/2/2;
    z-index: 999;
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.26);
    min-width: 100% !important;
  }
  section.hero-banner-image.layout-b div.col-left div.w-40 {
    width: 100%;
  }
  section.hero-banner-image.layout-b div.col-right {
    grid-area: 1/1/2/2;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  section.hero-banner-image.layout-b div.col-right img.image {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
  }
  section.hero-banner-image.layout-b #breadcrumbs {
    color: #fff;
  }
  section.hero-banner-image.layout-b #breadcrumbs a {
    color: #fff;
  }
  section.hero-banner-image.layout-b .txt-white-mobile {
    color: #fff;
  }
  section.hero-banner-image.layout-b p.fw-300 {
    font-weight: initial;
  }
  section.hero-banner-image.layout-b div.cta-wrapper, section.hero-banner-image.layout-b div.dot-comp {
    margin-bottom: 3rem;
  }
}
section.cta-resources div.narrow-row {
  width: 80%;
  margin: auto;
}
section.cta-resources div.cta-box-wrapper {
  padding: 0 8px 16px 8px;
}
section.cta-resources div.cta-box {
  background-color: #F7F5F5;
  display: grid;
  grid-template-columns: 30% 70%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 0;
}
section.cta-resources div.cta-box p {
  font-size: 0.8rem;
}
section.cta-resources div.cta-header {
  min-height: auto;
}
section.cta-resources div.cta-header h5 {
  font-size: 1rem;
}
section.cta-resources div.img-wrapper {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.cta-resources img.image {
  width: 100%;
  height: 98px;
}
section.cta-resources a.btn__tertiary {
  border-bottom: transparent;
  font-size: 0.8rem;
}
section.cta-resources a.btn__tertiary::after {
  font-size: 0.5rem;
}
@media screen and (max-width: 1400px) {
  section.cta-resources div.narrow-row {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  section.cta-resources div.cta-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  section.cta-resources div.cta-header {
    min-height: 40px;
  }
  section.cta-resources img.image {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  section.cta-resources div.narrow-row {
    width: 100%;
  }
}

.meet-our-team-wrapper {
  background-color: #F7F5F5 !important;
}
.meet-our-team-wrapper .latest-news-title {
  color: #21374B !important;
}
.meet-our-team-wrapper .slick-dots {
  bottom: -50px;
}
.meet-our-team-wrapper .slick-dots li button:before {
  font-size: 15px;
  color: #21374B !important;
}
.meet-our-team-wrapper .slick-dots .slick-active button:before {
  color: #F7941D !important;
}

.video_slider_wrapper .news-slider-item {
  background-color: #F7F5F5 !important;
}

.latest-news-wrapper, .meet-our-team-wrapper {
  background-color: #21374A;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.latest-news-wrapper a, .meet-our-team-wrapper a {
  color: white;
}
.latest-news-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items, .meet-our-team-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items {
  padding-bottom: 50px;
}
.latest-news-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-track, .meet-our-team-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.latest-news-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-slide, .meet-our-team-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-slide {
  width: 22% !important;
  margin: 7.5px;
}
.latest-news-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-dots, .meet-our-team-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-dots {
  bottom: -50px;
}
.latest-news-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-dots li button:before, .meet-our-team-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-dots li button:before {
  font-size: 15px;
  color: white;
}
.latest-news-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-dots .slick-active button:before, .meet-our-team-wrapper .latest-news-content-wrapper .latest-news-content-wrapper-items .slick-dots .slick-active button:before {
  color: #F7941D;
}
.latest-news-wrapper .latest-news-content-wrapper .news-slider-item, .meet-our-team-wrapper .latest-news-content-wrapper .news-slider-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #273D51;
}
.latest-news-wrapper .latest-news-content-wrapper .news-slider-item p, .meet-our-team-wrapper .latest-news-content-wrapper .news-slider-item p {
  color: white;
  font-weight: 600;
  width: 100%;
}
.latest-news-wrapper .latest-news-content-wrapper .news-slider-item p.post-header, .meet-our-team-wrapper .latest-news-content-wrapper .news-slider-item p.post-header {
  font-size: 15px;
  line-height: 1.5;
  height: 50px;
}
.latest-news-wrapper .latest-news-content-wrapper .news-slider-item .news-slider-item-date, .meet-our-team-wrapper .latest-news-content-wrapper .news-slider-item .news-slider-item-date {
  color: #ADADAD;
  margin: 0;
  font-size: 0.8em;
  font-weight: 800;
}
.latest-news-wrapper .latest-news-content-wrapper .news-slider-item .news-slider-item-category, .meet-our-team-wrapper .latest-news-content-wrapper .news-slider-item .news-slider-item-category {
  color: #ADADAD;
  font-size: 0.8em;
  font-weight: 500;
}
.latest-news-wrapper .latest-news-content-wrapper .news-slider-item .news-slider-item-content, .meet-our-team-wrapper .latest-news-content-wrapper .news-slider-item .news-slider-item-content {
  width: 100%;
  padding: 10px;
}
.latest-news-wrapper .latest-news-content-wrapper img.news-slider-item-image, .meet-our-team-wrapper .latest-news-content-wrapper img.news-slider-item-image {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.latest-news-wrapper .latest-news-top-wrapper, .meet-our-team-wrapper .latest-news-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .latest-news-wrapper .latest-news-top-wrapper, .meet-our-team-wrapper .latest-news-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.latest-news-wrapper .latest-news-top-wrapper .latest-news-see-all, .meet-our-team-wrapper .latest-news-top-wrapper .latest-news-see-all {
  font-size: 0.8em;
  position: relative;
  margin-right: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
  margin-top: 20px;
}
.latest-news-wrapper .latest-news-top-wrapper .latest-news-see-all:after, .meet-our-team-wrapper .latest-news-top-wrapper .latest-news-see-all:after {
  content: url(../img/svgs/arrow-up-right.svg);
  position: absolute;
  right: -20px;
}
.latest-news-wrapper .latest-news-top-wrapper .latest-news-title, .meet-our-team-wrapper .latest-news-top-wrapper .latest-news-title {
  color: white;
  font-weight: 900;
  font-size: 2.2em;
}
@media only screen and (max-width: 767px) {
  .latest-news-wrapper .latest-news-top-wrapper .latest-news-title, .meet-our-team-wrapper .latest-news-top-wrapper .latest-news-title {
    margin: 0;
    font-size: 2em;
  }
}
.latest-news-wrapper button.slick_btn, .meet-our-team-wrapper button.slick_btn {
  color: #fff;
  background-color: #00B0F0;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  font-size: 12px;
}
.latest-news-wrapper button.slick_btn i.fas fa-arrow-left, .meet-our-team-wrapper button.slick_btn i.fas fa-arrow-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-news-wrapper button.slick_btn.btn_next, .meet-our-team-wrapper button.slick_btn.btn_next {
  margin-left: -15px;
}
.latest-news-wrapper button.slick_btn.btn_prev, .meet-our-team-wrapper button.slick_btn.btn_prev {
  margin-right: -15px;
}
.latest-news-wrapper button.slick-disabled, .meet-our-team-wrapper button.slick-disabled {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .latest-news-wrapper button.slick_btn, .meet-our-team-wrapper button.slick_btn {
    display: none !important;
  }
}

section.two-columns-text-image img.image {
  -o-object-fit: cover;
  object-fit: cover;
  padding-left: 2rem;
}
section.two-columns-text-image ul {
  padding-inline: 1rem;
  margin-inline: 0;
}
section.two-columns-text-image ul li {
  margin-bottom: 0.3rem;
  font-size: 14px;
}
section.two-columns-text-image ul li::marker {
  color: #F7941D;
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  section.two-columns-text-image img.image {
    height: 450px;
    width: 100vw;
    -o-object-position: top;
    object-position: top;
    padding-left: 0;
  }
}
@media screen and (max-width: 450px) {
  section.two-columns-text-image img.image {
    height: 300px;
  }
}

section.two-columns-header-text div.row-sm {
  width: 75%;
}
section.two-columns-header-text div.header-wrapper p {
  font-size: 26px;
}
section.two-columns-header-text div.header-wrapper strong {
  font-weight: 800;
}
@media screen and (max-width: 1400px) {
  section.two-columns-header-text div.row-sm {
    width: 85%;
  }
}
@media screen and (max-width: 450px) {
  section.two-columns-header-text div.row-sm {
    width: 100%;
  }
}

section.brochures-wrapper div.buttons-wrapper {
  overflow: auto;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
section.brochures-wrapper button.btn-filter {
  width: auto;
  background-color: transparent;
  border: 1px transparent;
  margin-right: 16px;
}
section.brochures-wrapper button.btn-filter:hover {
  color: #00B0F0;
}
section.brochures-wrapper button.btn__primary {
  background-color: #00B0F0;
  padding: 8px 20px;
}
section.brochures-wrapper button.btn__primary:hover {
  color: #fff;
}
section.brochures-wrapper div.brochure-row {
  background-color: white;
}
section.brochures-wrapper .brochure-header {
  font-size: 1.2rem;
}
section.brochures-wrapper div.file-row {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
section.brochures-wrapper div.file-row:nth-child(2n+2) {
  background-color: rgba(247, 245, 245, 0.6784313725);
}
section.brochures-wrapper div.file-row p {
  margin: 0;
  font-weight: 300;
}
section.brochures-wrapper p.sm-p {
  width: 80%;
}
section.brochures-wrapper .btn__tertiary, section.brochures-wrapper a.btn__tertiary {
  border-bottom: none;
  width: 140px;
}
section.brochures-wrapper .btn__tertiary::after, section.brochures-wrapper a.btn__tertiary::after {
  right: 0px;
}
@media screen and (max-width: 992px) {
  section.brochures-wrapper button.btn-filter {
    margin-right: 0;
  }
  section.brochures-wrapper div.file-row {
    grid-template-columns: 4fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.brochures-wrapper div.file-row {
    grid-template-columns: 4fr 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  section.brochures-wrapper div.file-row {
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    padding: 14px 20px;
    font-size: initial;
  }
  section.brochures-wrapper .brochure-header {
    padding-right: 20px;
  }
  section.brochures-wrapper .btn__tertiary::after, section.brochures-wrapper a.btn__tertiary::after {
    right: 20px;
  }
}

.get-in-touch-module {
  padding: 5rem 1.5rem;
  color: #21374b;
  background-color: #ACD6F2;
}
@media screen and (min-width: 768px) {
  .get-in-touch-module {
    padding: 10rem 0 6rem 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .get-in-touch-module .content-wrapper {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .get-in-touch-module .content-wrapper {
    padding-left: 2rem;
  }
}
.get-in-touch-module .img-wrapper {
  position: relative;
}
.get-in-touch-module .img-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.get-in-touch-module .img-wrapper .specialist-img {
  position: relative;
  max-height: 380px;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .get-in-touch-module .img-wrapper .specialist-img {
    max-height: 273px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .get-in-touch-module .img-wrapper .specialist-img {
    max-height: 200px;
  }
}
.get-in-touch-module .img-wrapper .bg-dots-img {
  position: absolute;
  top: -45px;
  left: -45px;
  z-index: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .get-in-touch-module .img-wrapper .bg-dots-img {
    top: -35px;
    left: -35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .get-in-touch-module .img-wrapper .bg-dots-img {
    top: -25px;
    left: -25px;
  }
}
.get-in-touch-module .specialist-name {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .get-in-touch-module .right-col-content {
    padding-left: 3rem;
    max-width: 570px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .get-in-touch-module .right-col-content {
    padding-left: 2rem;
  }
}
.get-in-touch-module .right-col-content .title {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #21374B;
}
@media screen and (min-width: 992px) {
  .get-in-touch-module .right-col-content .title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .get-in-touch-module .right-col-content .title {
    font-size: 2.5rem;
  }
}
.get-in-touch-module .right-col-content .description {
  margin-bottom: 2.5rem;
  max-width: 450px;
}
.get-in-touch-module .right-col-content .get-in-touch-btn {
  display: inline-block;
  padding: 0.7rem 2rem;
  font-weight: bold;
  color: white;
  background-color: #F7941D;
  border-radius: 97px;
}

.all-open-positions-module .title {
  color: #21374b;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .all-open-positions-module .title {
    font-size: 2.5rem;
    margin-top: 0.45rem;
  }
}
.all-open-positions-module .description {
  max-width: 465px;
}
.all-open-positions-module .col-md-11 > .open-position-wrapper ~ .open-position-wrapper {
  border-top: 0;
}
.all-open-positions-module .open-position-wrapper {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.75rem 1.25rem;
}
@media screen and (min-width: 992px) {
  .all-open-positions-module .open-position-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #F7F5F5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px #e8e8e8 solid;
  }
}
.all-open-positions-module .open-position-wrapper p {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 991px) {
  .all-open-positions-module .open-position-wrapper .position-title {
    font-size: 1.25rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) {
  .all-open-positions-module .open-position-wrapper .position-title {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (min-width: 992px) {
  .all-open-positions-module .open-position-wrapper .position-date {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: calc(4rem - 20px);
  }
}
@media screen and (max-width: 991px) {
  .all-open-positions-module .open-position-wrapper .position-location {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .all-open-positions-module .open-position-wrapper .position-location {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 4rem;
  }
}
.all-open-positions-module .open-position-wrapper .btn__tertiary {
  border: 0;
  font-weight: bold;
  color: #21374b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
}
@media screen and (min-width: 992px) {
  .all-open-positions-module .open-position-wrapper .btn__tertiary {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    left: -20px;
    line-height: 1.35;
  }
}
.all-open-positions-module .apply-par {
  font-weight: bold;
  color: #21374b;
  text-align: center;
  margin-top: 2rem;
}
.all-open-positions-module .apply-par .apply-url {
  color: #3a698b;
}

section.image-slider-block img.image {
  margin-bottom: 1rem;
}
section.image-slider-block .slick-dotted.slick-slider {
  display: grid;
  height: 80vh;
}
section.image-slider-block .slick-dotted.slick-slider > * {
  grid-area: 1/1/2/2;
}
section.image-slider-block button.slick_btn {
  color: #fff;
  background-color: #00B0F0;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
section.image-slider-block button.slick_btn.btn_next {
  justify-self: end;
  margin-right: -10px;
}
section.image-slider-block button.slick_btn.btn_prev {
  justify-self: start;
  margin-left: -10px;
}
section.image-slider-block ul.slick-dots {
  bottom: -50px;
}
section.image-slider-block ul.slick-dots li button:before {
  font-size: 16px;
  color: #F7941D;
}
@media screen and (min-height: 1000px) {
  section.image-slider-block .slick-dotted.slick-slider {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  section.image-slider-block .slick-dotted.slick-slider {
    height: auto;
  }
  section.image-slider-block ul.slick-dots {
    bottom: -25px;
  }
}
@media screen and (max-width: 450px) {
  section.image-slider-block button.slick_btn {
    display: none !important;
  }
}

.container-not-found {
  font-family: "Open Sans", sans-serif;
  background-color: #F7F5F5;
}
.container-not-found .breadcrumbs {
  margin-bottom: 0;
  font-size: 13px;
  color: #666666;
  font-weight: 650;
}
.container-not-found .breadcrumbs a {
  color: #666666;
}
.container-not-found h1 {
  margin-top: 0.4em !important;
  color: #21374b;
  font-size: 45px;
}
.container-not-found .dot-comp {
  padding-top: 10px;
}
.container-not-found .container-helpful-links {
  background-color: white;
}
.container-not-found .container-helpful-links h6 {
  margin-bottom: 30px;
  color: #21374b;
  font-size: 22px;
  font-weight: 700;
}
.container-not-found .container-helpful-links ul {
  padding-left: 0;
  margin: 0;
}
.container-not-found .container-helpful-links li {
  list-style-type: none;
}
.container-not-found .container-helpful-links li a {
  color: #3a698b;
  font-weight: 600;
  font-size: 18px;
}
.container-not-found .container-helpful-links li img {
  float: right;
}
.container-not-found .container-helpful-links li hr {
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  .container-not-found .col-sm {
    margin: 1rem !important;
  }
}
@media screen and (max-width: 450px) {
  .container-not-found {
    padding-bottom: 1rem !important;
  }
  .container-not-found .breadcrumbs {
    display: none;
  }
  .container-not-found .container {
    padding-bottom: 0 !important;
  }
  .container-not-found h1 {
    font-size: 25px;
    text-transform: capitalize;
  }
  .container-not-found .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-not-found .col-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .container-not-found .col-sm .one-dot {
    width: 26px;
    height: 26px;
  }
  .container-not-found .col-sm:first-child {
    padding-bottom: 4rem !important;
  }
  .container-not-found .col-sm:last-child {
    padding: 2rem 1rem 2rem 1rem !important;
  }
  .container-not-found .container-helpful-links h6 {
    font-size: 25px;
  }
  .container-not-found .container-helpful-links li a {
    font-size: 20px;
  }
}
section.user-referral-block div.referral-outer-grid {
  background-color: #F7F5F5;
  display: grid;
  grid-template-columns: 100%;
}
section.user-referral-block div.referral-outer-grid > * {
  grid-area: 1/1/2/2;
}
section.user-referral-block div.referral-inner-grid {
  display: grid;
  grid-template-columns: 3fr 9fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.user-referral-block img.image {
  max-width: 150px;
  border-radius: 50%;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #F7941D;
  box-shadow: 0 0 0 2px #F7941D;
}
section.user-referral-block img.quotes {
  width: 8%;
  justify-self: end;
  margin-right: 3rem;
  margin-top: -2rem;
}
section.user-referral-block p.user-name {
  font-size: 14px;
}
section.user-referral-block p.job-pos {
  font-size: 12px;
}
section.user-referral-block div.col-text p {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  section.user-referral-block div.col-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  section.user-referral-block img.quotes {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  section.user-referral-block div.referral-inner-grid {
    grid-template-columns: 4fr 8fr;
  }
  section.user-referral-block img.quotes {
    width: 10%;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 576px) {
  section.user-referral-block div.referral-inner-grid {
    grid-template-columns: 100%;
  }
  section.user-referral-block img.image {
    max-width: 22%;
    border: 4px solid #fff;
    margin-right: 1rem;
  }
  section.user-referral-block img.quotes {
    width: 16%;
  }
  section.user-referral-block p.user-name, section.user-referral-block p.job-pos {
    font-size: initial;
  }
}

.management-employees-title {
  font-size: 45px;
}

.tabs button {
  all: unset;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  padding: 5px 14px 5px 14px;
  font-size: 14px;
}
.tabs button:first-of-type {
  border-radius: 29px;
  background-color: #00b0f0;
  color: white;
}
.tabs button:hover {
  border-radius: 29px;
  background-color: #00b0f0;
  color: white;
}

.management-employees {
  padding-left: 7vw;
  padding-right: 7vw;
}
.management-employees img {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  padding: 15px;
  border: 1.9px solid #f7941d;
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
}
.management-employees .col p:first-of-type {
  margin-top: 15px;
  font-weight: 500;
  font-size: 15px;
  color: black;
}
.management-employees p {
  margin-bottom: 0;
}
.management-employees p:last-of-type {
  margin-bottom: 35px;
  color: #666666;
  font-size: 15px;
}

@media screen and (max-width: 790px) {
  .management-employees img {
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 450px) {
  .management-employees {
    padding-left: 18px;
    padding-right: 18px;
  }
  .management-employees img {
    width: 150px;
    height: 150px;
    padding: 8px;
  }
  .management-employees-title {
    font-size: 27px;
    text-transform: capitalize;
    margin-bottom: 2rem !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 450px) and (max-width: 790px) {
  .management-employees-title {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
  }
}
@media screen and (max-width: 450px) {
  .tabs {
    margin-bottom: 1rem !important;
  }
  .management-employees {
    padding-bottom: 7rem !important;
  }
}
@media screen and (max-width: 790px) {
  .tabs {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
  }
}

section.history-timeline {
  display: grid;
  grid-template-columns: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.history-timeline > * {
  grid-area: 1/1/2/2;
}
section.history-timeline div.timeline-header {
  min-width: 450px;
}
section.history-timeline div.event-wrapper {
  min-width: 350px;
}
section.history-timeline img.image {
  width: 55%;
  border-radius: 50%;
}
section.history-timeline div.line {
  height: 100px;
  width: 4px;
  background-color: #3a698b;
  opacity: 0.1;
}
section.history-timeline div.circle {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #21374B;
}
section.history-timeline div.txt-wrapper {
  min-height: 340px;
}
section.history-timeline div.txt-wrapper p.year {
  color: #3a698b;
  font-size: 24px;
}
section.history-timeline div.line-hr {
  width: 100%;
  height: 4px;
  background-color: #3a698b;
  opacity: 0.1;
  margin-top: -15px;
}
@media screen and (max-width: 992px) {
  section.history-timeline div.timeline-header {
    min-width: auto;
    padding: 1.5rem;
  }
  section.history-timeline div.timeline-events {
    overflow: scroll;
    padding: 1.5rem;
  }
  section.history-timeline div.event-wrapper {
    min-width: 340px;
  }
  section.history-timeline div.txt-wrapper {
    min-height: auto;
  }
  section.history-timeline img.image {
    width: 50%;
  }
}

section.cta-offices div.offices-row {
  max-width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
section.cta-offices div.cta-wrapper {
  background-color: #F7F5F5;
  min-height: 250px;
}
section.cta-offices div.address p {
  margin-bottom: 0;
}
section.cta-offices a.btn__tertiary {
  border-bottom: none;
  font-size: 14px;
  font-weight: 700;
}
section.cta-offices a.btn__tertiary::after {
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
section.cta-offices a.btn__tertiary:hover::after {
  right: 0px;
}
section.cta-offices img.image {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  section.cta-offices div.offices-row {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 450px) {
  section.cta-offices div.offices-row {
    grid-template-columns: auto;
    max-width: 100%;
  }
}

.offices-wrapper {
  grid-template-columns: 1fr 1fr;
  max-width: 90%;
  margin: auto;
  gap: 30px;
}
.offices-wrapper .contact-person {
  width: 47% !important;
  background-color: #21374A !important;
  color: white !important;
  min-height: unset !important;
}
.offices-wrapper .contact-person p, .offices-wrapper .contact-person a {
  color: white !important;
  margin: 0 !important;
}

section.how-we-operate {
  display: grid;
  grid-template-columns: 50% 50%;
}
section.how-we-operate div.col-left {
  grid-area: 1/1/2/2;
}
section.how-we-operate div.col-right {
  grid-area: 1/1/2/4;
}
section.how-we-operate img.image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
section.how-we-operate div.text-wrapper {
  padding: 5rem;
}
@media screen and (min-width: 1400px) {
  section.how-we-operate div.text-wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  section.how-we-operate {
    grid-template-columns: 100%;
  }
  section.how-we-operate div.col-right {
    grid-area: 2/1/3/2;
  }
  section.how-we-operate img.image {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  section.how-we-operate img.image {
    height: 34vh;
  }
  section.how-we-operate div.text-wrapper {
    padding: 1.5rem;
  }
}

div.service-subpage-wrapper img.subpage-hero {
  height: 40vh;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
div.service-subpage-wrapper p.blue-txt {
  color: #3a698b;
  font-weight: 600;
}
div.service-subpage-wrapper a.blue-txt {
  color: #3a698b;
  font-weight: 600;
}
div.service-subpage-wrapper h1.subpage-single-header {
  line-height: 1.5;
}
div.service-subpage-wrapper div.breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
div.service-subpage-wrapper div.breadcrumbs span:nth-of-type(2) {
  font-weight: 700;
}
div.service-subpage-wrapper div.breadcrumbs a {
  color: #666666;
  font-weight: 600;
}
div.service-subpage-wrapper div.breadcrumbs a:hover {
  color: initial;
}
div.service-subpage-wrapper div.related-resources-wrapper div.file-row {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  background-color: #F7F5F5;
}
div.service-subpage-wrapper div.related-resources-wrapper div.file-row:nth-child(2n+2) {
  background-color: rgba(247, 245, 245, 0.4117647059);
}
div.service-subpage-wrapper div.related-resources-wrapper div.file-row p {
  margin: 0;
  font-weight: 300;
}
div.service-subpage-wrapper div.related-resources-wrapper .btn__tertiary, div.service-subpage-wrapper div.related-resources-wrapper a.btn__tertiary {
  border-bottom: none;
  width: 140px;
}
div.service-subpage-wrapper div.related-resources-wrapper .btn__tertiary::after, div.service-subpage-wrapper div.related-resources-wrapper a.btn__tertiary::after {
  right: 0px;
}
div.service-subpage-wrapper div.case-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
div.service-subpage-wrapper .wp-block-image {
  margin: 2rem 0;
}
@media screen and (max-width: 992px) {
  div.service-subpage-wrapper div.related-resources-wrapper div.file-row {
    grid-template-columns: 4fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  div.service-subpage-wrapper div.related-resources-wrapper div.file-row {
    grid-template-columns: 4fr 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  div.service-subpage-wrapper h1.page-single-header {
    line-height: initial;
  }
  div.service-subpage-wrapper div.related-resources-wrapper div.file-row {
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    padding: 14px 20px;
    font-size: initial;
  }
  div.service-subpage-wrapper div.related-resources-wrapper .btn__tertiary::after, div.service-subpage-wrapper div.related-resources-wrapper a.btn__tertiary::after {
    right: 20px;
  }
  div.service-subpage-wrapper div.case-stories-grid {
    grid-template-columns: auto;
    grid-gap: 25px;
  }
  div.service-subpage-wrapper .wp-block-image {
    margin: 1rem 0;
  }
}

.reference_repeater_image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.cta_grid_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .cta_grid_wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.brochure_download {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section.case-stories-overview form.year_filter {
  width: 250px;
}
section.case-stories-overview select {
  cursor: pointer;
}
section.case-stories-overview select::-ms-expand {
  display: none;
}
section.case-stories-overview select + i.fa {
  float: right;
  margin-top: -26px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  padding-right: 5px;
}
section.case-stories-overview select option {
  padding-right: 21px;
}
section.case-stories-overview div.case-stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 14px;
}
section.case-stories-overview div.not-found-message p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  section.case-stories-overview div.case-stories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  section.case-stories-overview div.case-stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  section.case-stories-overview form.year_filter {
    width: auto;
  }
  section.case-stories-overview div.case-stories-grid {
    grid-template-columns: auto;
  }
}

div.post-item {
  background-color: #F7F5F5;
}
div.post-item img.post-image {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
div.post-item h5.post-header {
  font-size: 15px;
  line-height: 1.5;
  height: 50px;
}
div.post-item p {
  margin-bottom: 1rem;
}
div.post-item p.post-category {
  font-size: 13px;
  text-transform: uppercase;
}
div.post-item p.post-date {
  font-size: 12px;
  text-transform: uppercase;
}
div.post-item:hover h5.post-header {
  color: #3a698b;
}
@media screen and (max-width: 540px) {
  div.post-item h5.post-header {
    font-size: 15px;
    line-height: 1.5;
    height: auto;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .post-header {
    margin-bottom: 30px;
  }
}
section.case-stories-single-page img.case-hero-image {
  height: 40vh;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
section.case-stories-single-page h1.case-single-header {
  line-height: 1.5;
}
section.case-stories-single-page .wp-block-image {
  margin: 2rem 0;
}
@media screen and (max-width: 576px) {
  section.case-stories-single-page h1.case-single-header {
    line-height: initial;
  }
  section.case-stories-single-page .wp-block-image {
    margin: 1rem 0;
  }
}

div.reusable-accordion .accordion-wrapper {
  position: relative;
}
div.reusable-accordion .accordion-separator {
  margin-bottom: 0.8em;
  height: 2px !important;
}
div.reusable-accordion .accordion-item-title h3 {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-size: 20px;
}
div.reusable-accordion .accordion-item-title h3::before {
  content: "";
  background: #21374b;
  height: 2px;
  margin-right: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 20px;
}
div.reusable-accordion .accordion-item-title h3::after {
  background: #21374b;
  content: "";
  height: 2px;
  margin-right: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}
div.reusable-accordion .accordion-item-description p {
  font-size: 18px;
  line-height: 35px;
}
div.reusable-accordion .accordion-item-description {
  display: none;
  position: relative;
}
div.reusable-accordion .active {
  display: block;
}
div.reusable-accordion .active-button h3::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

div.reusable-list ul {
  padding-inline: 1rem;
  margin-inline: 0;
}
div.reusable-list ul li {
  margin-bottom: 0.3rem;
  font-size: 16px;
}
div.reusable-list ul li::marker {
  color: #F7941D;
  font-size: 1.2rem;
}

section.about-us-top #breadcrumbs {
  font-size: 14px;
  font-weight: 600;
}
section.about-us-top #breadcrumbs a:hover {
  color: #3a698b;
}
section.about-us-top div.ceo-contact {
  border-top: 1px solid #DEE0E2;
  border-bottom: 1px solid #DEE0E2;
  padding-block: 2rem;
}
section.about-us-top .about-us-headline {
  line-height: 1.5;
}
section.about-us-top p.blue-txt {
  color: #3a698b;
  font-weight: 600;
}
section.about-us-top a.blue-txt {
  color: #3a698b;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  section.about-us-top .about-us-headline {
    line-height: initial;
  }
}

.about-us-image-small-block {
  width: 40%;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
@media screen and (max-width: 991px) {
  .about-us-image-small-block {
    width: 50% !important;
    height: auto !important;
  }
}

.accordion-wrapper {
  scroll-margin-top: 100px;
}

div.breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}
div.breadcrumbs a:hover {
  color: initial;
}

#breadcrumbs {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #666666;
}
#breadcrumbs a {
  color: #666666;
}

ul.sidebar-list {
  margin-inline: 0;
  list-style: none;
}
ul.sidebar-list li {
  margin-bottom: 0.3rem;
  font-size: 14px;
  border-top: 1px solid #DEE0E2;
  padding-block: 0.5rem;
}
ul.sidebar-list li:hover, ul.sidebar-list li a:hover {
  color: #3a698b;
}

section.particulate-filtration img.image {
  -o-object-fit: cover;
  object-fit: cover;
}
section.particulate-filtration div.row-narrow {
  width: 90%;
  margin: auto;
}
section.particulate-filtration div.header-wrapper p {
  font-size: 26px;
}
section.particulate-filtration div.header-wrapper strong {
  font-weight: 800;
}
section.particulate-filtration div.link-item {
  border-bottom: 1px solid #DEE0E2;
  padding: 0.7rem 0;
}
section.particulate-filtration div.link-item a.link {
  color: #3a698b;
  font-weight: 600;
  width: 100%;
}
section.particulate-filtration div.link-item a.link svg {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
section.particulate-filtration div.link-item a.link:hover {
  color: #666666;
}
section.particulate-filtration div.link-item a.link:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
@media screen and (max-width: 1000px) {
  section.particulate-filtration div.row-narrow {
    width: 100%;
  }
}

section.post-overview form.year_filter {
  width: 250px;
}
section.post-overview select {
  cursor: pointer;
}
section.post-overview select::-ms-expand {
  display: none;
}
section.post-overview select + i.fa {
  float: right;
  margin-top: -26px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  padding-right: 5px;
}
section.post-overview select option {
  padding-right: 21px;
}
section.post-overview div.post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 14px;
}
section.post-overview div.not-found-message p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  section.post-overview div.post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  section.post-overview div.post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  section.post-overview form.year_filter {
    width: auto;
  }
  section.post-overview div.post-grid {
    grid-template-columns: auto;
  }
}

div.sidebar-wrapper .sub-category-name {
  cursor: pointer;
  position: relative;
  font-size: 20px;
}
div.sidebar-wrapper .sub-category-name::before {
  content: "";
  background: #21374b;
  height: 2px;
  margin-right: 7px;
  position: absolute;
  right: 0;
  top: 45%;
  width: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.sidebar-wrapper .sub-category-name::after {
  content: "";
  background: #21374b;
  height: 2px;
  margin-right: 7px;
  position: absolute;
  right: 0;
  top: 45%;
  width: 18px;
}
div.sidebar-wrapper .sub-sub-category-list-wrapper {
  display: none;
  position: relative;
}
div.sidebar-wrapper .active {
  display: block;
}
div.sidebar-wrapper .active-btn .sub-category-name::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.sidebar-wrapper .sub-sub-category-list {
  margin-left: 0;
  padding-left: 0;
}
div.sidebar-wrapper .sub-sub-category-name {
  list-style: none;
  cursor: pointer;
}
div.sidebar-wrapper .sub-sub-category-separator {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  height: 2px !important;
}
div.sidebar-wrapper .first {
  margin-bottom: 24px;
}
div.sidebar-wrapper .active-color {
  color: #F7941D;
}

section.background-video-banner {
  display: grid;
}
section.background-video-banner > * {
  grid-area: 1/1/2/2;
}
section.background-video-banner video.bg-video, section.background-video-banner div.overlay {
  height: 90vh;
  min-height: 400px;
}
section.background-video-banner iframe.bg-video {
  aspect-ratio: 9/5;
}
section.background-video-banner video.bg-video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
section.background-video-banner div.overlay {
  background-color: rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  width: 50%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
section.background-video-banner div.container-custom {
  z-index: 2;
  width: 80vw;
  margin: 0 auto;
}
section.background-video-banner div.col-text {
  width: 50%;
}
section.background-video-banner div.col-text h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 53px;
}
section.background-video-banner div.col-text a.btn__tertiary {
  color: white;
  border-bottom: 0;
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.background-video-banner div.col-text a.btn__tertiary:hover {
  color: white;
  opacity: 0.8;
}
section.background-video-banner div.col-text span.dot {
  color: #F7941D;
  padding-left: 2px;
}
section.background-video-banner div.col-text p {
  color: #fff;
  font-size: 1.5em;
}
@media screen and (max-width: 1400px) {
  section.background-video-banner div.col-text h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1000px) {
  section.background-video-banner div.overlay {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  section.background-video-banner div.col-text {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  section.background-video-banner video.bg-video, section.background-video-banner div.overlay {
    height: 50vh;
  }
}
@media screen and (max-width: 576px) {
  section.background-video-banner iframe.bg-video, section.background-video-banner video.bg-video, section.background-video-banner div.overlay {
    height: 80vh;
  }
  section.background-video-banner div.col-text h1 {
    font-size: 2em;
    line-height: 35px;
  }
}

.sort_wrapper {
  padding: 5px;
  border: 2px solid grey;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .sort_wrapper {
    width: 100%;
    margin-top: 25px;
  }
}
.sort_wrapper select {
  border: none;
  font-weight: 300;
  font-size: 12px;
  width: 100%;
  outline: none;
}

.video_feed_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .video_feed_wrap {
    grid-template-columns: 1fr;
  }
}

.map-section {
  background-color: #F7F5F5;
  padding: 96px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .map-section {
    padding: 16px;
  }
}
.map-section .container {
  max-width: 1320px;
}
@media (max-width: 767px) {
  .map-section .container {
    padding: 0;
  }
}
.map-section__header {
  margin-bottom: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .map-section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.map-section__header .one-dot {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .map-section__header .one-dot {
    width: 14px !important;
    height: 14px !important;
    margin-top: 10px;
  }
}
.map-section__content {
  max-width: 734px;
}
@media (max-width: 767px) {
  .map-section__content {
    max-width: 100%;
  }
}
.map-section__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 55px;
  color: #21374A;
  margin: 0 0 16px 0;
}
@media (max-width: 992px) {
  .map-section__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .map-section__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.map-section__description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  max-width: 555px;
  margin: 0;
}
@media (max-width: 767px) {
  .map-section__description {
    max-width: 100%;
  }
}
.map-section__link {
  border: none !important;
  text-transform: none !important;
  padding-bottom: 0 !important;
}
.map-section__link:after {
  top: 3px;
}
@media (max-width: 767px) {
  .map-section__link {
    padding-left: 38px !important;
  }
}
.map-section__map-wrapper {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .map-section__map-wrapper {
    height: 453px;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }
}
.map-section__map-container {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}
.map-section__map-container:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media (max-width: 767px) {
  .map-section__map-container {
    width: 200%;
    max-width: none;
  }
}
.map-section__map-container svg {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.map-section__marker-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: auto;
}
.map-section__marker {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
}
.map-section__marker svg {
  display: block;
  width: 100%;
  height: 100%;
}
.map-section__tooltip {
  display: none;
  position: fixed;
  width: 240px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
  padding: 12px;
  z-index: 100;
}
.map-section__tooltip.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map-section__tooltip-image {
  width: 100%;
  height: 122px;
  border-radius: 2px;
  overflow: hidden;
}
.map-section__tooltip-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.map-section__tooltip-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.map-section__tooltip-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: rgba(33, 55, 74, 0.7);
}
.map-section__tooltip-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #21374A;
  margin: 0;
}
.map-section__tooltip-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #21374A;
  text-decoration: none;
  margin-top: 2px;
}
.map-section__tooltip-link:hover {
  color: #21374A;
  text-decoration: none;
}
.map-section__tooltip-link img {
  width: 12px;
  height: 12px;
  display: block;
}
.map-section__tooltip-arrow {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.map-section__scroll-indicator {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .map-section__scroll-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.map-section__scroll-indicator svg {
  display: block;
  width: 24px;
  height: 24px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Classes
--------------------------------------------- */
/* Background colors
--------------------------------------------- */
.white {
  background-color: white;
}

.light-grey {
  background-color: #F7F5F5;
}

.blue-black {
  background-color: #21374A;
}

.sky-blue {
  background-color: #ACD6F2;
}

.red {
  background-color: #ED1C24;
}

.turquoise {
  background-color: #00B0F0;
}

.green {
  background-color: #38A669;
}

.dark-teal {
  background-color: #008691;
}

.dark-grey {
  background-color: #666666;
}

/* Dots component
--------------------------------------------- */
div.dot-comp > * {
  margin-right: 6px;
}

div.one-dot {
  background-color: #F7941D;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/*# sourceMappingURL=frontend.css.map */
