/*!
Theme Name: Gamma Capital Markets
Author: The Concept Stadium
Author URI: https://conceptstadium.com/
Version: 1.0.0
Tested up to: 6.2
Requires PHP: 7.4
Text Domain: gcm

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 2rem;
  margin: 0.67rem 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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: 1rem;
}

/* 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;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: normal;
}

/**
 * 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: 1rem;
}

/**
 * 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.25rem;
}

sup {
  top: -0.5rem;
}

/* 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.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  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] {
  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 {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Decorations and extra styles
--------------------------------------------- */
.bg-pattern {
  background-image: url("./img/pattern-white.png");
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
}
.bg-pattern.bg-pattern--green {
  background-image: url("./img/pattern-green.png");
}

.styled-image {
  position: relative;
}
.styled-image img {
  border-radius: 1rem;
  position: relative;
  z-index: 2;
}
.styled-image::before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 10% 10% auto auto;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 2px solid #00544c;
}

::selection {
  background-color: #00544c;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 19px;
}
@media screen and (max-width: 2160px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: inherit;
  font-family: "Helvetica Neue LT Pro 57 Condensed", sans-serif;
  letter-spacing: 0.01em;
  font-size: 1rem;
  line-height: 1.35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Apex New Bold", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  color: #00544c;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.76rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

body {
  --wp--preset--font-size--normal: 1rem!important;
  --wp--preset--font-size--large: 1.76rem!important;
  --wp--preset--font-size--huge: 2rem!important;
}

p {
  margin-bottom: 1.5rem;
}

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

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}

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: 1.5rem;
}

strong {
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

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

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

figure {
  margin: 1rem 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  border: 2px solid;
  border-color: #3c7976;
  border-radius: 1.5em;
  background: #3c7976;
  letter-spacing: 0;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.8rem;
  padding: 0.9em 2em 0.8em 2em;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  font-family: "Apex New Bold", sans-serif;
}
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #00544c;
  background-color: #00544c;
  color: #ffffff;
}
.button:active, .button:focus, .button:focus-visible,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:focus-visible,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:focus-visible {
  color: #ffffff;
  outline: 0;
  border-color: color__darkgreen;
}
.button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #ffffff;
}
.button.button--alt,
input[type=button].button--alt,
input[type=reset].button--alt,
input[type=submit].button--alt {
  background-color: transparent;
  color: #000000;
}
.button.button--alt:hover,
input[type=button].button--alt:hover,
input[type=reset].button--alt:hover,
input[type=submit].button--alt:hover {
  background-color: #00544c;
  color: #ffffff;
}

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: #000000;
  border: 2px solid #3c7976;
  line-height: 1.2;
  padding: 0.5em 1em;
  border-radius: 1.5em;
  font-size: 0.94rem;
}
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 {
  border: 2px solid #00544c;
  outline: 0;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #000000;
}

input[type=checkbox] {
  width: 1em;
  height: 1em;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #00544c;
  cursor: pointer;
}

select {
  border: 2px solid #3c7976;
}

textarea {
  width: 100%;
  resize: vertical;
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body {
  padding-top: 3.5rem;
  min-height: calc(100vh - 3.5rem);
  min-height: calc(100vh - 3.5rem);
}
body.nav-open {
  overflow: hidden;
}

.site {
  min-height: calc(100vh - 3.5rem);
  min-height: calc(100vh - 3.5rem);
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
}

.page {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 100%;
}

.wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wrapper.wrapper--xl {
  max-width: 1400px;
}
.wrapper.wrapper--l {
  max-width: 1200px;
}
.wrapper.wrapper--m {
  max-width: 720px;
}
.wrapper.wrapper--s {
  max-width: 550px;
}
.wrapper .wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 920px) {
  .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.fullscreen-top {
  min-height: 20rem;
  height: calc(70lvh - 3.5rem);
}

.fullscreen-bottom {
  height: 30lvh;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  background-color: #ffffff;
  height: 3.5rem;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
}
.site-header .wrapper {
  height: 100%;
}
.site-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.site-header .header-container .site-branding {
  height: 60%;
  margin-right: 4rem;
  flex-shrink: 0;
}
.site-header .header-container .site-branding a {
  display: block;
  height: 100%;
}
.site-header .header-container .site-branding a .mobile-logo {
  display: none;
}
@media screen and (max-width: 1500px) {
  .site-header .header-container .site-branding a .mobile-logo {
    display: block;
  }
  .site-header .header-container .site-branding a .desktop-logo {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .header-container .site-branding a .mobile-logo {
    display: none;
  }
  .site-header .header-container .site-branding a .desktop-logo {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .site-header .header-container .site-branding a .mobile-logo {
    display: block;
  }
  .site-header .header-container .site-branding a .desktop-logo {
    display: none;
  }
}
.site-header .header-container .site-branding a img {
  width: auto;
  height: 100%;
}
.site-header .header-container .main-navigation {
  flex-grow: 1;
  height: 100%;
}
.site-header .header-container .main-navigation > div {
  height: 100%;
}
.site-header .header-container .main-navigation > div ul {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  gap: 2rem;
}
.site-header .header-container .main-navigation > div ul li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar {
  position: absolute;
  padding: 0.5rem 1.5rem;
  background-color: #3c7976;
  color: #ffffff;
  border-radius: 15px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Apex New Medium", sans-serif;
  font-size: 0.9rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
  display: none;
  width: auto;
  min-width: 10rem;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar .sidebar-close {
  display: none;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar .dropdow-sidebar-content {
  position: relative;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar .dropdow-sidebar-content button {
  cursor: pointer;
  position: absolute;
  top: -1rem;
  right: -1.2rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar .dropdow-sidebar-content button svg {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar p {
  margin: 15px 0;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar > *:first-child {
  margin-top: 0;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar > *:last-child {
  margin-bottom: 0;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar strong {
  font-family: "Apex New Bold", sans-serif;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar a {
  font-family: "Apex New Medium", sans-serif;
  text-align: left;
  color: #ffffff;
  font-size: 1em;
  text-transform: unset;
}
.site-header .header-container .main-navigation > div ul li .dropdown-sidebar a:hover {
  color: #b3d0eb;
}
.site-header .header-container .main-navigation > div ul li:hover .dropdown-sidebar {
  display: block;
}
.site-header .header-container .main-navigation > div ul li a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Apex New Bold", sans-serif;
  line-height: 1;
  transition-duration: 0.2s;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.site-header .header-container .main-navigation > div ul li a:hover {
  color: #3c7976;
}
.site-header .header-container .main-navigation .mobile-icons {
  height: 3.5rem;
  background-color: #3c7976;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
}
.site-header .header-container .main-navigation .mobile-icons .wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation .mobile-icons .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .site-header .header-container .main-navigation .mobile-icons .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site-header .header-container .main-navigation .mobile-icons .mobile-icons-container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  height: 100%;
}
.site-header .header-container .main-navigation .mobile-icons .mobile-icons-container .contact-icons {
  display: flex;
  gap: 1rem;
  height: 100%;
  align-items: center;
  padding-right: 1.5rem;
}
@media screen and (max-width: 460px) {
  .site-header .header-container .main-navigation .mobile-icons .mobile-icons-container .contact-icons {
    padding-right: 1rem;
  }
}
.site-header .header-container .main-navigation .mobile-icons .mobile-icons-container .contact-icons svg {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  vertical-align: middle;
}
.site-header .header-container .main-navigation .mobile-icons .mobile-icons-container .social-icons {
  padding-left: 1.5rem;
  display: flex;
  gap: 1rem;
  height: 100%;
  align-items: center;
  background-color: #00544c;
  position: relative;
}
@media screen and (max-width: 460px) {
  .site-header .header-container .main-navigation .mobile-icons .mobile-icons-container .social-icons {
    padding-left: 1rem;
  }
}
.site-header .header-container .main-navigation .mobile-icons .mobile-icons-container .social-icons::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 3rem;
  bottom: 0;
  background-color: #00544c;
}
.site-header .header-container .main-navigation .mobile-icons .mobile-icons-container .social-icons svg {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .site-header .header-container .main-navigation {
    position: fixed;
    background-color: #ffffff;
    top: 3.5rem;
    left: 0;
    right: 0;
    height: calc(100lvh - 3.5rem);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s opacity ease;
  }
  .site-header .header-container .main-navigation .mobile-icons {
    display: block;
  }
  .site-header .header-container .main-navigation.open {
    opacity: 1;
    pointer-events: initial;
  }
  .site-header .header-container .main-navigation > div {
    height: calc(100% - 3.5rem);
  }
  .site-header .header-container .main-navigation > div ul {
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
    row-gap: 0;
  }
  .site-header .header-container .main-navigation > div ul li {
    height: auto;
    position: static;
  }
  .site-header .header-container .main-navigation > div ul li .dropdown-sidebar {
    display: block;
    opacity: 0;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 90vw;
    z-index: 2;
  }
  .site-header .header-container .main-navigation > div ul li .dropdown-sidebar a {
    text-align: left;
    padding: 0;
  }
  .site-header .header-container .main-navigation > div ul li .dropdown-sidebar .sidebar-close {
    display: flex;
  }
  .site-header .header-container .main-navigation > div ul li.sidebar-open .dropdown-sidebar {
    opacity: 1;
    pointer-events: initial;
  }
  .site-header .header-container .main-navigation > div ul li a {
    padding: 1rem;
    font-size: 1rem;
  }
}
.site-header .header-container .menu-toggle {
  display: none;
  width: 2.5rem;
  height: 2rem;
  padding: 0.4rem;
  background-color: transparent;
  border: 0;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.site-header .header-container .menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.site-header .header-container .menu-toggle.open span:nth-child(1) {
  transform: translateY(0.6rem) rotate(45deg);
}
.site-header .header-container .menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.site-header .header-container .menu-toggle.open span:nth-child(3) {
  transform: translateY(-0.4rem) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .site-header .header-container .menu-toggle {
    display: flex;
  }
}

/* Footer
--------------------------------------------- */
.footer-top {
  background-color: #00544c;
  padding: 1em 0;
}
.footer-top .footer-top-container {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  row-gap: 0.8rem;
}
@media screen and (max-width: 920px) {
  .footer-top .footer-top-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-top .footer-top-container .footer-socials {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.footer-top .footer-top-container .footer-socials a {
  text-decoration: none;
  display: inline-block;
}
.footer-top .footer-top-container .footer-socials a svg {
  vertical-align: top;
  height: 1.1rem;
  width: 1.1rem;
  object-fit: contain;
}
.footer-top .footer-top-container .footer-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 0.5em;
}
.footer-top .footer-top-container .footer-navigation .menu li a {
  color: #ffffff;
  font-family: "Apex New Bold", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s color ease;
  text-align: center;
}
.footer-top .footer-top-container .footer-navigation .menu li a:hover {
  color: #b3d0eb;
}

.footer-bottom {
  background-color: #000000;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.82rem;
}
@media screen and (max-width: 920px) {
  .footer-bottom {
    color: #ffffff;
  }
}
.footer-bottom .footer-bottom-container {
  display: flex;
  column-gap: 2rem;
  row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 920px) {
  .footer-bottom .footer-bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-bottom .footer-bottom-container .footer-bottom-text-container {
  display: flex;
  flex-direction: column;
  column-gap: 1em;
  row-gap: 0.5em;
  max-width: 30rem;
}
.footer-bottom .footer-bottom-container .footer-bottom-author {
  color: #ffffff;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .footer-bottom .footer-bottom-container .footer-bottom-author {
    text-align: left;
  }
}
.footer-bottom .footer-bottom-container .footer-bottom-author a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Apex New Bold", sans-serif;
}

/* Global Components
--------------------------------------------- */
.accordion {
  border: 2px solid #00544c;
  border-radius: 1rem;
  overflow: hidden;
}
.accordion .accordion-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: 1rem 2rem 1rem 3rem;
  gap: 2rem;
  font-size: 1rem;
  font-family: "Apex New Bold", sans-serif;
  color: #3c7976;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 920px) {
  .accordion .accordion-bar {
    padding: 1rem 1rem 1rem 2.5rem;
  }
}
.accordion .accordion-bar .accordion-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9rem;
}
@media screen and (max-width: 920px) {
  .accordion .accordion-bar .accordion-icon {
    left: 0.65rem;
  }
}
.accordion .accordion-bar .accordion-icon path {
  stroke: #3c7976;
}
.accordion .accordion-bar .accordion-title {
  text-transform: uppercase;
  line-height: 1.1em;
}
@media screen and (max-width: 920px) {
  .accordion .accordion-bar .accordion-title {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .accordion .accordion-bar .accordion-title {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 460px) {
  .accordion .accordion-bar .accordion-title {
    font-size: 0.75em;
  }
}
.accordion .accordion-bar .accordion-title .subtitle {
  color: #b3d0eb;
  font-size: 0.9em;
  line-height: 1em;
}
@media screen and (max-width: 920px) {
  .accordion .accordion-bar .accordion-title .subtitle {
    font-size: 0.8em;
  }
}
.accordion .accordion-bar .accordion-extra {
  display: flex;
  gap: 2em;
  align-items: center;
  line-height: 1.1em;
}
@media screen and (max-width: 920px) {
  .accordion .accordion-bar .accordion-extra {
    gap: 1em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .accordion .accordion-bar .accordion-extra {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 460px) {
  .accordion .accordion-bar .accordion-extra {
    font-size: 0.75em;
  }
}
.accordion .accordion-bar .accordion-extra .accrdion-description {
  color: #b3d0eb;
  font-family: "Apex New Bold", sans-serif;
}
.accordion .accordion-bar .accordion-extra .accrodion-button {
  font-size: 0.65rem;
  text-align: center;
}
.accordion .accordion-bar .accordion-extra .accrodion-button .mobile-icon {
  display: none;
}
.accordion .accordion-bar .accordion-extra .accrodion-button .mobile-icon svg {
  vertical-align: middle;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 920px) {
  .accordion .accordion-bar .accordion-extra .accrodion-button {
    padding: 0.8em 1em 0.7em 1em;
  }
  .accordion .accordion-bar .accordion-extra .accrodion-button .desktop-label {
    display: none;
  }
  .accordion .accordion-bar .accordion-extra .accrodion-button .mobile-icon {
    display: block;
  }
}
.accordion.open .accordion-bar .accordion-icon {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .accordion-content {
  display: none;
  padding: 0 2rem 1.5rem 3rem;
}
@media screen and (max-width: 920px) {
  .accordion .accordion-content {
    padding: 0 1rem 1rem 1rem;
  }
}
.accordion .accordion-content > *:first-child {
  margin-top: 0;
}
.accordion .accordion-content > *:last-child {
  margin-bottom: 0;
}
.accordion.open .accordion-content {
  display: block;
}

.accordions {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.icon-container {
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  text-decoration: none;
}
.icon-container .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.icon-container .icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.icon-container .label {
  color: #000000;
  font-family: "Apex New Medium", sans-serif;
}

.dropdown-sidebar .icon-container {
  margin-bottom: 1em;
  display: flex !important;
}
.dropdown-sidebar .icon-container .icon {
  width: 1rem;
  height: 1rem;
}
.dropdown-sidebar .icon-container .label {
  color: #ffffff;
}

/* Blocks
--------------------------------------------- */
.hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .wrapper {
  height: 100%;
}
.hero .hero-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 0;
}
@media screen and (max-width: 920px) {
  .hero .hero-container {
    max-width: 80%;
  }
}
.contact {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.contact .contact-container {
  display: flex;
  align-items: flex-start;
  column-gap: 10%;
}
.contact .contact-container .contact-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media screen and (max-width: 920px) {
  .contact .contact-container .contact-info {
    width: 100%;
  }
}
.contact .contact-container .contact-info .contact-info-top {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.contact .contact-container .contact-info .contact-info-top .contact-info-icons {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.contact .contact-container .contact-info .contact-info-top .contact-info-icons svg {
  height: 1.2rem;
  width: 1.2rem;
  object-fit: contain;
  vertical-align: middle;
}
.contact .contact-container .contact-info .contact-info-top .contact-info-socials {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.contact .contact-container .contact-info .contact-info-top .contact-info-socials a {
  text-decoration: none;
}
.contact .contact-container .contact-info .contact-info-top .contact-info-socials a svg {
  height: 1.2rem;
  width: 1.2rem;
  object-fit: contain;
}
.contact .contact-container .contact-image {
  width: 40%;
}
@media screen and (max-width: 920px) {
  .contact .contact-container .contact-image {
    display: none;
  }
}

.vacancies {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.vacancies .section-title {
  margin-bottom: 0;
  margin-top: 0;
}

.vacancies-container {
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.vacancies-container .vacancy-tags {
  display: flex;
  column-gap: 0.5rem;
  margin: 1.5rem 0;
  padding-top: 0.5rem;
}
.vacancies-container .vacancy-tags .vacancy-tag {
  display: inline-block;
  border: 2px solid;
  border-color: #3c7976;
  border-radius: 1.5em;
  background: #3c7976;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
  vertical-align: middle;
  font-size: 0.8rem;
  padding: 0.9em 2em 0.8em 2em;
}

@media screen and (max-width: 920px) {
  .vacancies .accordion .accordion-bar .accordion-extra .accrodion-button {
    padding: 0.5em 1em;
    font-size: 0.75rem;
  }
}

.team {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.team .section-title {
  color: #ffffff;
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 2em;
}
.team .team-block-adjuster {
  padding-left: 1.5rem;
}
.team .team-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  row-gap: 2rem;
}
.team .team-container .team-member {
  width: 28%;
}
@media screen and (max-width: 920px) {
  .team .team-container .team-member {
    width: 46%;
  }
}
@media screen and (max-width: 640px) {
  .team .team-container .team-member {
    width: 100%;
  }
}
.team .team-container .team-member .member-image.styled-image::before {
  inset: 1.5rem 1.5rem auto auto;
  border: 2px solid #b3d0eb;
}
.team .team-container .team-member .member-image {
  width: 100%;
}
.team .team-container .team-member .member-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  vertical-align: middle;
}
.team .team-container .team-member .member-image .member-content {
  position: absolute;
  width: 100%;
  inset: 0;
  background-color: #00544c;
  border-radius: 1rem;
  padding: 1em;
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1.1;
  overflow: auto;
  z-index: 2;
  opacity: 0;
  transition: 0.2s opacity ease;
}
.team .team-container .team-member .member-image:hover .member-content {
  opacity: 1;
}
.team .team-container .team-member .member-details {
  margin-left: -0.5em;
}
.team .team-container .team-member .member-title {
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
  text-transform: uppercase;
  color: #b3d0eb;
  margin-top: 2.5rem;
  margin-bottom: 0.2em;
  line-height: 1.2;
}
.team .team-container .team-member .member-designation {
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
  font-size: 0.9em;
  color: #ffffff;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

.socials {
  display: flex;
  column-gap: 1rem;
  padding-bottom: 0.5rem;
}
.socials svg {
  width: 1.1rem;
  height: 1.1rem;
  vertical-align: middle;
  object-fit: contain;
}

.wp-block-cover .wp-block-group__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-cover .wp-block-group__inner-container > *:first-child,
.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-group__inner-container > *:last-child,
.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-button__link {
  display: inline-block;
  border: 2px solid;
  border-color: #3c7976;
  border-radius: 1.5em;
  background: #3c7976;
  letter-spacing: 0;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.8rem;
  padding: 0.9em 2em 0.8em 2em;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  font-family: "Apex New Bold", sans-serif;
}
.wp-block-button__link:hover {
  border-color: #00544c;
  background-color: #00544c;
  color: #ffffff;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:focus-visible {
  color: #ffffff;
  outline: 0;
  border-color: color__darkgreen;
}
.wp-block-button__link:visited {
  color: #ffffff;
}
.wp-block-button__link.button--alt {
  background-color: transparent;
  color: #000000;
}
.wp-block-button__link.button--alt:hover {
  background-color: #00544c;
  color: #ffffff;
}
.wp-block-button__link {
  min-width: 8em;
}

/* Page Templates
--------------------------------------------- */
.funds-types-links {
  padding-bottom: 2rem;
}
.funds-types-links .funds-types-links-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
  gap: 1em;
}
.funds-types-links .funds-types-links-container a {
  padding: 0.7em 1em;
  background-color: #00544c;
  color: #ffffff;
  min-width: 5rem;
  border-radius: 1.5em;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: 0.2s color ease;
}
.funds-types-links .funds-types-links-container a:hover {
  color: #b3d0eb;
}

.funds-topbar {
  padding: 1.5rem 0;
}
.funds-topbar .funds-topbar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: 1rem;
  align-items: center;
  font-size: 0.75rem;
}
@media screen and (max-width: 920px) {
  .funds-topbar .funds-topbar-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.funds-topbar .funds-topbar-container .topbar-title {
  color: #00544c;
  font-family: "Apex New Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.funds-topbar .funds-topbar-container .topbar-search {
  position: relative;
}
@media screen and (max-width: 920px) {
  .funds-topbar .funds-topbar-container .topbar-search {
    width: 100%;
  }
}
.funds-topbar .funds-topbar-container .topbar-search svg {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.funds-topbar .funds-topbar-container .topbar-search input {
  border-color: #b3d0eb;
  padding: 0.65em 1em 0.45em 1em;
  padding-left: 3em;
  font-size: 1em;
  width: 15rem;
  max-width: 100%;
  font-family: "Apex New Medium", sans-serif;
}
@media screen and (max-width: 920px) {
  .funds-topbar .funds-topbar-container .topbar-search input {
    width: 100%;
  }
}
.funds-topbar .funds-topbar-container .topbar-search input::placeholder {
  color: #b3d0eb;
  font-family: "Apex New Bold", sans-serif;
}

.funds-table {
  margin: 0;
  width: calc(100% + 1.5rem);
  margin-left: -1rem;
  margin-right: -1rem;
  font-size: 0.9rem;
}
.funds-table tbody tr:not(:last-of-type).details {
  position: relative;
}
.funds-table tbody tr:not(:last-of-type).details::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  background-color: #b3d0eb;
  bottom: -1px;
  left: 1em;
  right: 0.5em;
}
@media screen and (max-width: 1200px) {
  .funds-table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.funds-table tr.details td {
  padding-bottom: 1em;
}
@media screen and (max-width: 920px) {
  .funds-table tr.details td {
    padding-bottom: 0.8em;
  }
}
.funds-table tr.subfund-title td {
  padding-top: 0.8em;
  padding-bottom: 0;
  text-transform: uppercase;
  font-family: "Apex New Bold", sans-serif;
  color: #000000;
  letter-spacing: 0.1em;
}
.funds-table tr.fund-category {
  line-height: 1.1em;
}
@media screen and (max-width: 920px) {
  .funds-table tr.fund-category {
    font-size: 0.8rem;
  }
}
.funds-table tr.fund-category td {
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
  text-transform: uppercase;
  font-family: "Apex New Bold", sans-serif;
  color: #00544c;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  padding-left: 0.9rem;
}
@media screen and (max-width: 920px) {
  .funds-table tr.fund-category td {
    font-size: 0.9em;
  }
}
.funds-table tr:first-child.fund-category td {
  padding-top: 0;
}
.funds-table tr.fund-category + .subfund-title td {
  padding-top: 0;
}
.funds-table tr td {
  vertical-align: top;
  padding: 0.5em 0.5em 0.8em 1em;
}
@media screen and (max-width: 1200px) {
  .funds-table tr td {
    width: auto;
    padding: 0.5em 0.5em 0.5em 1em;
  }
}
.funds-table tr td strong {
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
}
.funds-table tr td.separator {
  padding-bottom: 0.5em;
}
.funds-table tr td .table-separator {
  height: 2px;
  width: 100%;
  background-color: #b3d0eb;
}
.funds-table tr td:nth-child(1) {
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .funds-table tr td:nth-child(1) {
    width: auto;
    max-width: 100%;
  }
}
.funds-table tr td:nth-child(2) {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .funds-table tr td:nth-child(2) {
    width: auto;
  }
}
.funds-table tr td:nth-child(3) {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .funds-table tr td:nth-child(3) {
    width: auto;
  }
}
.funds-table tr td:nth-child(4) {
  width: auto;
}
.funds-table tr td:nth-child(5) {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .funds-table tr td:nth-child(5) {
    width: auto;
  }
}

.funds-container.filters-enabled .accordion {
  display: none;
}
.funds-container.filters-enabled .accordion.filtered {
  display: block;
}
.funds-container.filters-enabled .accordion.filtered .accordion-bar .accordion-icon {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.funds-container.filters-enabled .accordion.filtered .accordion-content {
  display: block;
}
.funds-container.filters-enabled .accordion.filtered .accordion-content .funds-table tbody tr:not(:last-of-type).details::after {
  display: none;
}
.funds-container.filters-enabled .accordion.filtered .accordion-content .funds-table tbody tr.filtered.details:not(.last) {
  position: relative;
}
.funds-container.filters-enabled .accordion.filtered .accordion-content .funds-table tbody tr.filtered.details:not(.last)::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  background-color: #b3d0eb;
  bottom: -1px;
  left: 1em;
  right: 0.5em;
}
.funds-container.filters-enabled .accordion.filtered .accordion-content .funds-table tr {
  display: none;
}
.funds-container.filters-enabled .accordion.filtered .accordion-content .funds-table tr.filtered {
  display: table-row;
}
@media screen and (max-width: 1200px) {
  .funds-container.filters-enabled .accordion.filtered .accordion-content .funds-table tr.filtered {
    display: flex;
  }
}

.funds {
  padding-bottom: 3rem;
}
.funds .no-funds {
  display: none;
}
.funds .no-funds.true {
  display: block;
}

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

.post,
.page {
  margin: 0;
}

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

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

.entry-header {
  padding: 2rem 0;
}
.entry-header.has-menu {
  padding-bottom: 0;
}
.entry-header .entry-title {
  color: #b3d0eb;
  margin-top: 0;
  line-height: 1;
}
.entry-header .entry-description {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
}
.entry-header .page-menu {
  background-color: #3c7976;
  margin-top: 2rem;
}
.entry-header .page-menu .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.entry-header .page-menu .menu li {
  flex: 1;
  max-width: 100%;
}
.entry-header .page-menu .menu li a {
  text-align: center;
  text-decoration: none;
  color: #85adaa;
  text-transform: uppercase;
  line-height: 1;
  height: 100%;
  padding: 1.5em 1em;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-family: "Apex New Bold", sans-serif;
  letter-spacing: 0;
  transition: 0.2s color ease;
}
.entry-header .page-menu .menu li a:hover {
  color: #b3d0eb;
}
.entry-header .page-menu .menu li.current-menu-item a {
  color: #ffffff;
}
.entry-header .page-menu .menu li:nth-child(1) a {
  background-color: rgb(0, 89.1, 80.6142857143);
}
.entry-header .page-menu .menu li:nth-child(2) a {
  background-color: rgb(0, 94.2, 85.2285714286);
}
.entry-header .page-menu .menu li:nth-child(3) a {
  background-color: rgb(0, 99.3, 89.8428571429);
}
.entry-header .page-menu .menu li:nth-child(4) a {
  background-color: rgb(0, 104.4, 94.4571428571);
}
.entry-header .page-menu .menu li:nth-child(5) a {
  background-color: rgb(0, 109.5, 99.0714285714);
}
.entry-header .page-menu .menu li:nth-child(6) a {
  background-color: rgb(0, 114.6, 103.6857142857);
}
.entry-header .page-menu .menu li:nth-child(7) a {
  background-color: rgb(0, 119.7, 108.3);
}
.entry-header .page-menu .menu li:nth-child(8) a {
  background-color: rgb(0, 124.8, 112.9142857143);
}
.entry-header .page-menu .menu li:nth-child(9) a {
  background-color: rgb(0, 129.9, 117.5285714286);
}
.entry-header .page-menu .menu li:nth-child(10) a {
  background-color: rgb(0, 135, 122.1428571429);
}
.entry-header .page-menu .menu li:nth-child(11) a {
  background-color: rgb(0, 140.1, 126.7571428571);
}
.entry-header .page-menu .menu li:nth-child(12) a {
  background-color: rgb(0, 145.2, 131.3714285714);
}
.entry-header .page-menu .menu li:nth-child(13) a {
  background-color: rgb(0, 150.3, 135.9857142857);
}
.entry-header .page-menu .menu li:nth-child(14) a {
  background-color: rgb(0, 155.4, 140.6);
}
.entry-header .page-menu .menu li:nth-child(15) a {
  background-color: rgb(0, 160.5, 145.2142857143);
}
.entry-header .page-menu .menu li:nth-child(16) a {
  background-color: rgb(0, 165.6, 149.8285714286);
}
.entry-header .page-menu .menu li:nth-child(17) a {
  background-color: rgb(0, 170.7, 154.4428571429);
}
.entry-header .page-menu .menu li:nth-child(18) a {
  background-color: rgb(0, 175.8, 159.0571428571);
}
.entry-header .page-menu .menu li:nth-child(19) a {
  background-color: rgb(0, 180.9, 163.6714285714);
}
.entry-header .page-menu .menu li:nth-child(20) a {
  background-color: rgb(0, 186, 168.2857142857);
}

.boxed-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5rem;
}
.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.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

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

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

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.hidden_label:not(.gfield--type-consent) label {
  display: none;
}
.hidden_label.gfield--type-consent legend {
  display: none;
}

.gfield--type-consent {
  border: 0;
  padding: 0 1em;
}
.gfield--type-consent .gfield_validation_message {
  padding-left: 0;
  padding-right: 0;
}
.gfield--type-consent .ginput_container_consent {
  display: flex;
  gap: 0.5em;
}
.gfield--type-consent .ginput_container_consent input {
  margin-top: 0.2em;
}
.gfield--type-consent label a {
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
  color: #00544c;
}

.gform-button--width-full {
  width: 100%;
}

.gform_required_legend {
  display: none;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4rem;
  row-gap: 1rem;
}
@media screen and (max-width: 920px) {
  .gform_fields {
    flex-direction: column;
  }
}
.gform_fields .gfield--width-full {
  width: 100%;
}
.gform_fields .gfield--width-half {
  width: calc(50% - 0.7rem);
}
@media screen and (max-width: 920px) {
  .gform_fields .gfield--width-half {
    width: 100%;
  }
}
.gform_fields .ginput_container {
  width: 100%;
}
.gform_fields .ginput_container input:not([type=checkbox]) {
  width: 100%;
}
.gform_fields .ginput_container textarea {
  width: 100%;
}
.gform_fields .ginput_container textarea.small {
  height: 6rem;
}

.gform_footer {
  margin-top: 1.5rem;
}

.gfield_validation_message {
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 0.1em;
  color: #ff0000;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-family: "Helvetica Neue LT Pro 77 Bold Condensed", sans-serif;
  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.5rem;
  margin-bottom: 1.5rem;
}

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

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

/*# sourceMappingURL=style.css.map */
