:root {
    /* COLOURS */
    --tycho-night: #071e29;
    --tycho-dark-teal: #082939;
    --tycho-dark-teal-alt1: #5fb7bc;
    --tycho-light-teal: #186372;
    --tycho-aqua: #00eff3;
    --tycho-foam: #d7e2e4;
    --tycho-foam-lines: #c3ccce;
    --tycho-light-foam: #e9f0f1;
    --tycho-light-foam-alt1: #f0f4f5;
    --tycho-font-serif: "KudryashevDisplayWebContrast", serif;
    --tycho-font-sans: "Apos", sans-serif;
    --tycho-font-sans-display: "Apos Display", sans-serif;
}

.text-night {
    color: var(--tycho-night);
}
.text-aqua {
    color: var(--tycho-aqua);
}
.text-dark-teal {
    color: var(--tycho-dark-teal);
}
.text-light-teal {
    color: var(--tycho-light-teal);
}
.text-foam {
    color: var(--tycho-foam);
}
.text-light-foam {
    color: var(--tycho-light-foam);
}
.text-white {
    color: #fff;
}
.font-sans {
    font-family: var(--tycho-font-sans);
}
.font-serif {
    font-family: var(--tycho-font-serif);
}
.uppercase {
    text-transform: uppercase;
}

@font-face {
    font-family: "KudryashevDisplayWebContrast";
    src:
        url("/wp-content/themes/kls/fonts/Kudryashev-Display_Contrast/kudryashev-display_contrast.woff2")
            format("woff2"),
        url("/wp-content/themes/kls/fonts/Kudryashev-Display_Contrast/kudryashev-display_contrast.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Italic.ttf")
        format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Black.ttf")
        format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Black-Italic.ttf")
        format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Bold.ttf")
        format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Bold-Italic.ttf")
        format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Light.ttf")
        format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Light-Italic.ttf")
        format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-SemiBold.ttf")
        format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apos";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-SemiBold-Italic.ttf")
        format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Apos Display";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Display.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apos Display";
    src: url("/wp-content/themes/kls/fonts/apos/Aptos-Display-Italic.ttf")
        format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?nwoqks");
    src:
        url("fonts/icomoon.eot?nwoqks#iefix") format("embedded-opentype"),
        url("fonts/icomoon.ttf?nwoqks") format("truetype"),
        url("fonts/icomoon.woff?nwoqks") format("woff"),
        url("fonts/icomoon.svg?nwoqks#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-file-powerpoint-o:before {
    content: "\e900";
}
.icon-file-word-o:before {
    content: "\e901";
}
.icon-file-pdf-o:before {
    content: "\e902";
}
.icon-file-excel-o:before {
    content: "\e903";
}
.icon-cheveron-up:before {
    content: "\e904";
}
.icon-cheveron-right:before {
    content: "\e905";
}
.icon-cheveron-left:before {
    content: "\e906";
}
.icon-cheveron-down:before {
    content: "\e907";
}
.icon-close:before {
    content: "\e908";
}
.icon-search:before {
    content: "\e909";
}
.icon-arrow-right:before {
    content: "\e90a";
}
.icon-arrow-left:before {
    content: "\e90b";
}
.icon-arrow-down:before {
    content: "\e90c";
}
.icon-arrow-up:before {
    content: "\e90d";
}
.icon-location:before {
    content: "\e90e";
}
.icon-linkedin:before {
    content: "\eac9";
}
.icon-linkedin2:before {
    content: "\eaca";
}

/*!
Theme Name: Kepler Liquid Strategies
Theme URI: http://underscores.me/
Author: Dimitry Volos
Author URI: https://www.dimitryvolos.com
Description: WordPress theme for Kepler Liquid Strategies, created by Dimitry Volos.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adamellis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Kepler Liquid Strategies is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: var(--tycho-font-sans) !important;
}
body {
    margin: 0;
    font-family: var(--tycho-font-sans);
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: 700;
}
.semibold {
    font-weight: 700;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body,
button,
input,
optgroup,
select,
textarea {
    color: var(--tycho-night);
    font-family: var(--tycho-font-sans);
    font-size: 15px;
    line-height: 1.5;
}
body.disclaimer-active,
body.noscroll {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tycho-font-serif);
    color: var(--tycho-light-teal);
    font-weight: 400;
    clear: both;
    letter-spacing: 1px;
    text-align: left;
}
h1 {
    font-size: 30px;
}
h1.page-title {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 48px;
    }
    .menu-footer-menu {
        flex
    }
}
h2 {
    font-size: 26px;
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 44px;
    }
}
h3 {
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
    color: var(--tycho-light-teal);
}
@media only screen and (min-width: 768px) {
    h3 {
        font-size: 35px;
    }
}
h4 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 20px;
}
@media only screen and (min-width: 768px) {
    h4 {
        font-size: 18px;
    }
}
h4 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 20px;
}
@media only screen and (min-width: 768px) {
    h4 {
        font-size: 18px;
    }
}
p {
    margin-bottom: 1rem;
    line-height: 140%;
    font-weight: 300;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #ffffff;
}
body.noscroll {
    overflow: hidden;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ol,
ul {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 400;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
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);
    font-size: 12px;
    font-size: 0.75rem;
    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;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    font-size: 17px;
    width: 100%;
    background-color: transparent;
    color: var(--tycho-night);
    border: 1px solid #999999;
    border-radius: 0;
    padding: 9px 15px;
    padding: 12px 38px 12px 20px;
    line-height: 135%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    color: var(--tycho-night);
}
input.search-input {
    border: 1px solid var(--tycho-foam-lines);
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
a {
    color: #152831;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
a:visited {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
a:focus {
    outline: thin dotted;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
a:active,
a:hover {
    outline: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.style-green a,
.style-green a:visited {
    color: #17b0ce;
}
.style-blue a,
.style-blue a:visited {
    color: #17b0ce;
}

ul.menu-main-menu {
}

.main-navigation {
    font-family: var(--tycho-font-sans);
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    left: -999em;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    display: none;
}
.main-navigation ul li ul.sub-menu {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    opacity: 0;
    visibility: hidden;
    left: auto;
    top: 112px;
    z-index: 1000;
}
.main-navigation ul li ul.sub-menu:before {
    content: "";
    height: 35px;
    width: 100%;
    left: 0;
    background-color: transparent;
    position: absolute;
    z-index: 0;
    top: -65%;
}
.main-navigation ul li ul.sub-menu:after {
    content: "";
    height: 100%;
    width: 300vw;
    left: -100vw;
    background-color: #999999;
    position: absolute;
    z-index: 0;
}
.main-navigation ul li.submenu-green ul.sub-menu:after {
    background-color: #17b0ce;
}
.main-navigation ul li.submenu-blue ul.sub-menu:after {
    background-color: #17b0ce;
}
.main-navigation ul li ul.sub-menu li {
    z-index: 1000;
}
.main-navigation ul li ul.sub-menu li a {
    opacity: 0.65;
    width: auto;
    padding: 15px 20px;
    color: #ffffff !important;
}
.main-navigation ul li ul.sub-menu li:hover a {
    opacity: 1;
}
.main-navigation ul li ul.sub-menu li:after,
.main-navigation ul li ul.sub-menu li:hover:after {
    display: none !important;
}
.main-navigation ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.main-navigation ul li:hover ul.sub-menu {
    z-index: 1001;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 225px;
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul li a,
.main-navigation ul li a:visited {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: var(--tycho-aqua);
    padding: 10px;
}
@media only screen and (min-width: 768px) {
    .main-navigation ul li a,
    .main-navigation ul li a:visited {
        padding: 5px 14px;
        font-size: 20px;
    }
}
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-post-parent > a,
.main-navigation ul li.current_page_parent > a,
.main-navigation ul li a:focus,
.main-navigation ul li a:hover {
    font-weight: 700;
    opacity: 1;
}
.main-navigation ul li.current-menu-item:after,
.main-navigation ul li.current-post-ancestor:after,
.main-navigation ul li.current_page_parent:after,
.main-navigation ul li:hover:after {
    opacity: 1;
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.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: 14px;
    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;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.custom-logo-link {
    display: inline-block;
}
.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;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
body,
html {
    height: 100%;
    font-family: var(--tycho-font-sans);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 !important;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
@media only screen and (min-width: 640px) {
    body,
    html {
        font-size: 15px;
    }
}
.site-content ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 40px;
}
.site-content ul li {
    margin-bottom: 10px;
}
main#content {
    font-size: 17px;
    line-height: 135%;
    overflow: hidden;
}
a,
a:focus,
a:visited {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 1;
}
.main-navigation > ul li.current-menu-item a,
.main-navigation > ul li.current-menu-parent a,
.main-navigation ul li.current-menu-item ul.sub-menu li.current-menu-item a,
.main-navigation ul li.current-menu-parent ul li.current-menu-item a,
a.title-btn:hover,
a:hover {
    transition: all 0.25s ease-in-out;
    opacity: 1;
    color: #152831;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.main-navigation ul li.current-post-ancestor a {
    color: #ffffff;
}
.page-wrapper {
    position: relative;
}
.site-content {
    border-top: 82px solid #152831;
}
@media only screen and (min-width: 768px) {
    .site-content {
        border-top: 112px solid #152831;
    }
}
.site-header {
    z-index: 100;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: all 0.55s ease-in-out;
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -ms-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    background-color: var(--tycho-night);
}

.site-header div:first-child {
    position: relative;
    z-index: 10;
}

.site-header.active {
    background-color: var(--tycho-night);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.site-header.active:after {
    content: "";
    height: 1px;
    width: calc(100% - 2rem);
    top: 100%;
    left: 1rem;
    background-color: var(--tycho-night);
    display: block;
    position: absolute;
}
.site-header.scrolled {
    background-color: var(--tycho-night);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.1);
}
.site-header .sub-header {
    overflow: hidden;
    max-height: 100px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.site-header.scrolled .sub-header {
    max-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.site-header .navigation-container {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
@media only screen and (min-width: 768px) {
    .site-header .navigation-container {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
}
.site-branding a img {
    max-width: 225px;
    height: 45px;
    width: auto;
}
@media only screen and (min-width: 768px) {
    .site-branding a img {
        max-width: 275px;
        height: 55px;
    }
}
.footer-branding a img {
    max-width: 201px;
    height: auto;
}
.logo-wrap {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .logo-wrap {
        max-width: 55px;
        overflow: hidden;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 992px) {
    .logo-wrap {
        max-width: 165px;
    }
}
.container {
    max-width: calc(980px + 2rem);
}
.container.smaller {
    max-width: calc(1080px - 8rem + 2rem);
}
footer {
    background-color: var(--tycho-night);
    color: #fff;
    font-family: var(--tycho-font-sans);
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 1px;
    font-weight: 400;
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 80px 80px 0 0;
}

footer p {
    color: #fff;
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    footer {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu li {
    display: inline;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 18px;
}
.footer-menu li:first-child {
    margin-left: 0;
}
@media only screen and (max-width: 768px) {
    .footer-menu ul {
        display: flex;
        flex-direction: column;
    }
    .footer-menu li {
        display: block;
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 640px) {
    .footer-menu li {
        margin-bottom: 0;
    }
}
.footer-menu li a {
    position: relative;
    color: #ffffff !important;
    padding: 5px 14px;
    font-size: 17px;
}
@media only screen and (min-width: 640px) {
    .footer-menu li a {
        max-height: 25px;
        padding: 5px 14px;
        font-size: 14px;
    }
}
.footer-menu li a {
    color: var(--tycho-aqua) !important;
    text-transform: uppercase !important;
}

.footer-menu li.current-menu-item a,
.footer-menu li a:hover {
    color: var(--tycho-light-foam) !important;
}
.footer-menu li a:hover::before {
    border: 2px solid var(--tycho-light-foam);
}
.footer-menu li a:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    aspect-ratio: 1/1;
    display: block;
    left: 0;
    top: 50%;
    border: 2px solid var(--tycho-aqua);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}

.mobile-navigation {
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    top: 0;
    padding-top: 82px;
    background-color: #152831;
    color: #999999;
    font-size: 14px;
    z-index: 99;
    opacity: 0;
    overflow: auto;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.mobile-navigation.active {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    float: left;
    width: 100%;
}
.mobile-menu {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mobile-menu ul li {
    display: block;
    width: 100%;
    float: left;
}
.mobile-menu ul li a {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff !important;
    padding: 10px;
    display: block;
    opacity: 1;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 10px;
}
.mobile-menu ul li.current-menu-parent > a,
.mobile-menu ul li.current-menu-parent ul.sub-menu li.current-menu-item a,
.mobile-menu ul li a:hover,
.mobile-menu ul ul li a:hover {
    color: #ffffff !important;
}
.mobile-menu ul ul li a {
    font-family: var(--tycho-font-sans);
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    padding: 5px;
    opacity: 0.65;
    margin-bottom: 10px;
}
.mobile-menu ul ul li.current-menu-item a,
.mobile-menu ul ul li:hover a {
    opacity: 1;
}
.mobile-menu ul li a:focus {
    outline: none;
}
.mobile-menu ul li > a:after {
    content: "";
    position: absolute;
    background-color: #17b0ce;
    bottom: 0;
    left: 10px;
    height: 2px;
    width: calc(100% - 20px);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-menu ul li.current-menu-item a:after,
.mobile-menu ul li.current-menu-parent a:after,
.mobile-menu ul li > a:hover:after {
    opacity: 1;
    visibility: visible;
}
.mobile-menu ul li ul.sub-menu li a:after {
    display: none;
}
.banner-container {
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2000px inset;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2000px inset;
}
@media only screen and (min-width: 768px) {
    .banner-container {
        min-height: 600px;
        background-attachment: fixed;
        background-position: center top;
    }
}

.banner-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-container.banner-smaller {
    min-height: 225px;
    border-radius: 0px 0px 100px 0px;
    position: relative;
    z-index: 10;
    background-color: transparent;
}
@media only screen and (min-width: 768px) {
    .banner-container.banner-smaller {
        min-height: 300px;
    }
}
.banner-home {
    min-height: calc(100vh - 82px);
}
@media only screen and (min-width: 768px) {
    .banner-home {
        min-height: calc(100vh - 112px);
    }
}
.banner-slider-image {
    background-color: #999999;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2000px inset;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2000px inset;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .banner-slider-image {
        background-attachment: fixed;
        background-position: center top;
    }
}
.slick-slide .banner-slider-image {
    transition: all 1s ease-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.slick-slide.slick-current.slick-active .banner-slider-image {
    transition: all 1s ease-out;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
/* .banner-fade {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.75)),
        to(rgba(0, 0, 0, 0.25))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.25) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.25) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.25) 100%
    );
} */
.banner-container h1 {
    font-size: 32px;
}
@media only screen and (min-width: 768px) {
    .banner-container h1 {
        font-size: 48px;
    }
}
.banner-container .text {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.slick-initialized .slick-slide:focus {
    outline: none;
}
.menu-toggle {
    visibility: visible;
}
@media only screen and (min-width: 768px) {
    .menu-toggle {
        visibility: hidden;
    }
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:focus,
.menu-toggle.toggled-on:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
}
.menu-toggle:focus {
    outline: 0;
}
.menu-toggle.toggled-on:focus {
    outline: thin dotted;
    outline: none;
}
.menu-toggle:focus,
.menu-toggle:hover {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}
.menu-toggle {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    height: 51px;
    padding: 0;
    position: absolute;
    right: 1rem;
    text-indent: -9999px;
    top: 50%;
    width: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1002;
}
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 24px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
}
.menu-toggle.active span:after,
.menu-toggle.active span:before {
    width: 24px;
    background-color: #ffffff;
}
.menu-toggle span:before {
    top: -7px;
}
.menu-toggle span:after {
    bottom: -7px;
}
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-transform: all 100ms ease-in-out;
    -moz-transform: all 100ms ease-in-out;
    -ms-transform: all 100ms ease-in-out;
}
.menu-toggle.active span {
    background-color: transparent;
}
.menu-toggle.active span:after,
.menu-toggle.active span:before {
    top: 0;
}
.menu-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.menu-toggle.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.blank {
    height: 1000px;
}
.zindex10 {
    z-index: 10;
}
.zindex999 {
    z-index: 999;
}
.zindex1000 {
    z-index: 1000;
}
.square-btn,
.square-btn:visited {
    font-size: 17px;
    color: #152831;
    padding: 10px 30px;
    border: 1px solid #152831;
    background-color: transparent;
}
.square-btn.white-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.square-btn:hover {
    background-color: #152831;
    color: #ffffff;
}
.square-btn.white-btn:hover {
    background-color: #ffffff;
    color: #152831;
}
.square-btn.small-btn {
    font-size: 16px;
    padding: 8px 22px;
}
.row-buttons .square-btn {
    padding: 10px;
}
.block-container-1x1 .row.block-row-1x1 {
    background-color: #f9f9f9;
}
.block-container-1x1 .row-buttons,
.team-container .row {
    width: calc(100% + 2rem);
}
.block-container-1x1 .image-container,
.block-container-1x1 .map-container {
    background-position: center;
    background-size: cover;
    background-color: #999999;
    padding-bottom: 70% !important;
    display: block;
}

.map-container {
	display: none !important;
}

@media only screen and (min-width: 768px) {
    .block-container-1x1 .image-container,
    .block-container-1x1 .map-container {
        max-width: 47%;
        padding-bottom: 46% !important;
    }
}
.block-container-1x1 .image-container.bg-left {
    background-position: left center;
}
.block-container-1x1 .text-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .block-container-1x1 .text-container {
        max-width: 53%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
    }
}
@media only screen and (min-width: 768px) {
    .block-container-1x1 .map-container {
        max-width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}
@media only screen and (min-width: 768px) {
    .block-container-1x1 .address-container {
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}
.block-container-1x1 .case-container {
    background-color: #ffffff;
    border: 5px solid #f9f9f9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
}
@media only screen and (min-width: 768px) {
    .block-container-1x1 .case-container {
        max-width: 47%;
    }
}
.announcements-container .text-container {
    background-color: #ffffff;
    border: 5px solid #f9f9f9;
}
.careers-container .block-row-1x1:first-of-type {
    margin-top: 0 !important;
}
.case-container h3 {
    color: #152831;
}
.case-container .subtitle {
    text-transform: uppercase;
    color: #999999;
}
.reach-container .text-container h2 {
    color: #152831;
}
.single-post .text-container p:first-of-type {
    font-size: 22px;
    font-weight: 500;
}
h2.border-top {
    border: none !important;
    position: relative;
}
h2.border-top:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--tycho-dark-teal-alt1);
    left: 0;
    top: 0;
}
.style-blue .fund-container h3 {
    color: var(--tycho-light-teal);
    font-size: 28px;
}
.person-block h5 {
    font-family: var(--tycho-font-sans);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    color: #152831;
}
.person-block {
    color: #999999;
    font-size: 16px;
}
.style-green .square-btn,
.style-green .square-btn:visited {
    color: #17b0ce;
    border: 1px solid #17b0ce;
}
.style-green .square-btn:hover {
    background-color: #17b0ce;
    color: #ffffff;
}
.style-blue .square-btn,
.style-blue .square-btn:visited {
    color: var(--tycho-dark-teal-alt1);
    border: 1px solid var(--tycho-foam-lines);
    font-weight: 600;
    letter-spacing: 3.2px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
}
.style-blue .square-btn:hover {
    background-color: var(--tycho-foam-lines);
    color: #ffffff;
}
.style-blue .square-btn.white-btn,
.style-blue .square-btn.white-btn:visited,
.style-green .square-btn.white-btn,
.style-green .square-btn.white-btn:visited {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.style-green .square-btn.white-btn:hover {
    background-color: #17b0ce;
    color: #ffffff;
    border: 1px solid #17b0ce;
}
.style-blue .square-btn.white-btn:hover {
    background-color: #17b0ce;
    color: #ffffff;
    border: 1px solid #17b0ce;
}

div.bigger {
    font-size: 18px;
}
div.bigger span {
    text-transform: none;
    color: #999999;
}
div.contacts {
    font-size: 17px;
}
.block-contacts {
    background-color: #f9f9f9;
    z-index: 1;
}
.block-contacts:before {
    content: "";
    position: absolute;
    display: block;
    width: 300vw;
    left: -100vw;
    top: 0;
    height: 100%;
    background-color: var(--tycho-light-foam-alt1);
    z-index: 0;
}
.funds-block .text-block {
    position: relative;
    background-color: var(--tycho-light-foam-alt1);
    border-radius: 0 0 40px 40px;
    display: flex;
    flex-direction: column;
}
.funds-block .text-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: var(--tycho-light-foam-alt1);
    z-index: -1;
    transform: translateY(-100%);
}
.funds-block h2,
.lightbox-block h2 {
    font-size: 33px;
    font-weight: 400;
    color: var(--tycho-light-teal);
}
.funds-block .text-block .sub-title {
    color: var(--tycho-night);
    text-align: left;
    font-size: 18px;
    line-height: 160%;
    font-weight: 300;
}
.funds-block .square-btn {
    border: 0;
    color: var(--tycho-light-teal) !important;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-size: 16px;
    padding-left: 33px;
    position: relative;
    font-weight: 600 !important;
    margin-top: auto !important;
    background-color: transparent !important;
}
.funds-block .square-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    border: 2px solid var(--tycho-light-teal);
    border-radius: 100%;
    transform: translateY(-50%);
}
.funds-block .text-danger {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    position: relative;
}
.funds-pic {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center top;
    border-radius: 40px;
    background-color: red;
    position: relative;
}
.funds-pic::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: rgba(var(--tycho-light-foam), 0.7);
    z-index: -1;
}
.funds-pic.narrow {
    padding-bottom: 35%;
    background-position: center;
}
.funds-block a:hover .funds-pic {
    filter: none;
    -webkit-filter: none;
}
.events-container .funds-pic {
    padding-bottom: 60%;
}
.lightbox-block .funds-pic {
    padding-bottom: 100%;
}
.lightbox-block .biog {
    font-size: 17px;
}
.lightbox-block {
    display: none;
}
.featherlight {
    overflow: auto !important;
    margin: 0 !important;
}
.featherlight .featherlight-content {
    max-width: calc(100% - 30px);
    padding: 25px 15px !important;
    max-height: none !important;
    border: none !important;
}
@media only screen and (min-width: 640px) {
    .featherlight .featherlight-content {
        max-width: calc(100% - 90px);
        padding: 45px !important;
    }
}
@media only screen and (min-width: 768px) {
    .featherlight .featherlight-content {
        max-width: 900px;
        padding: 95px 55px !important;
    }
}
.featherlight .featherlight-close-icon,
.featherlight .featherlight-close-icon:visited {
    background-color: #ffffff !important;
    top: 15px !important;
    right: 15px !important;
    font-size: 30px;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .featherlight .featherlight-close-icon,
    .featherlight .featherlight-close-icon:visited {
        font-size: 24px;
    }
}
.featherlight .featherlight-close-icon:hover {
    opacity: 0.7;
}
.address-container a,
.address-container a:visited,
.featherlight a,
.featherlight a:visited {
    color: #999999;
}
.address-container a:hover,
.featherlight a:hover {
    color: #152831;
}
.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.35) !important;
}
.address-container img {
    max-width: 265px;
}
.acf-map {
    width: 100%;
    height: 100%;
    margin: 0;
}
.acf-map img {
    max-width: inherit !important;
}
.accordion .acc-item {
    padding-left: 1em;
    padding-left: 0;
    overflow: hidden;
    display: none;
}
.accordion .acc-item.show {
}
.accordion .acc-btn {
    color: #17b0ce;
    font-size: 18px;
    font-family: var(--tycho-font-sans);
    font-weight: 400;
    padding: 12px 0;
    border-top: 1px solid #17b0ce;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-right: 40px;
}
.accordion .acc-btn.active,
.accordion .acc-btn:hover {
    color: #152831;
}
.accordion .acc-btn:nth-child {
    border-bottom: 1px solid #17b0ce;
}
.accordion .acc-btn span {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .acc-btn.active span {
    top: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.reach-container .acc-images {
    padding: 0 !important;
    background-color: #c9c9c9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.reach-container .acc-image,
.reach-container .acc-image-0 {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.reach-container .acc-image {
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.reach-container .acc-image.visible {
    opacity: 1;
    visibility: visible;
}
.acc-item .list,
.acc-item ul {
    list-style: none;
    color: #999999;
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
}
.extra-text {
    color: #fff;
    font-weight: 600;
}
.post-date {
    color: #999999;
}

.disclaimer-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.disclaimer-button-wrapper a {
    background-color: var(--tycho-dark-teal);
    color: var(--tycho-aqua);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 250% */
    letter-spacing: 1.68px;
    text-transform: uppercase;
    padding: 6px 31px;
    border-radius: 40px;
}

.latest-label {
    color: #ffffff;
    background-color: #17b0ce;
    font-size: 14px;
    padding: 7px 25px;
    top: 0;
    right: 30px;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
    .even .latest-label {
        right: auto;
        left: 30px;
    }
}
.careers-container .latest-label {
    background-color: #152831;
}
.events-block h2,
.events-block h3 {
    color: #152831;
}
.scrolldown:hover {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.scrolldown {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 32px;
    border: 2px solid #ffffff;
    padding: 5px;
    border-radius: 50px;
    opacity: 0.5;
    bottom: 30px;
    left: 50%;
    z-index: 25;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.scrolldown span {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}
.slide-counter {
    font-size: 14px;
    opacity: 1;
}
.slide-counter span {
    opacity: 0.5;
}
.slick-arrow {
    position: absolute;
    z-index: 55;
    color: #ffffff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    font-size: 40px;
    background-color: var(--tycho-night);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    left: 20px;
    cursor: pointer;
}
.icon-cheveron-right {
    left: auto;
    right: 20px;
}
.slick-arrow:hover {
    opacity: 1;
}
ul.slick-dots {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 50%;
    bottom: 10%;
    z-index: 55;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}
ul.slick-dots li {
    display: inline-block;
}
ul.slick-dots li button {
    margin: 5px;
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #ffffff;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
    background-color: #ffffff;
    opacity: 1;
}
ul.slick-dots li button:focus {
    outline: none;
}
.flickity-button {
    background-color: white;
    border-radius: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .flickity-button {
        background-color: rgba(255, 255, 255, 0);
    }
}
.flickity-button:hover {
    background-color: #17b0ce;
    color: #ffffff;
}
.flickity-prev-next-button.next {
    top: 44px;
    right: 0;
}
@media only screen and (min-width: 768px) {
    .flickity-prev-next-button.next {
        top: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .flickity-prev-next-button.next {
        right: -48px;
    }
}
.flickity-prev-next-button.previous {
    top: 44px;
    left: 0;
}
@media only screen and (min-width: 768px) {
    .flickity-prev-next-button.previous {
        top: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .flickity-prev-next-button.previous {
        left: -48px;
    }
}
.side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-menu li a {
    display: block;
    margin-bottom: 10px;
}
.side-menu a.fund-btn,
.side-menu a.fund-btn:focus,
.side-menu a.fund-btn:visited {
    position: relative;
    font-size: 17px;
    color: #999999;
    padding: 12px 20px;
    background-color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    outline: none;
}
@media only screen and (min-width: 992px) {
    .side-menu a.fund-btn,
    .side-menu a.fund-btn:focus,
    .side-menu a.fund-btn:visited {
        max-width: calc(100% - 25px);
    }
}
.side-menu a.fund-btn.active,
.side-menu a.fund-btn:hover {
    color: #17b0ce;
    border-right: 0;
}
.side-menu a.fund-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    background-color: transparent;
    top: 0;
    left: 0;
    border-right: 0;
    max-width: calc(100% - 23px);
}
.side-menu a.fund-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    padding-right: 25px;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    width: 60px;
    height: 60px;
    border: 1px solid #999999;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
}
.side-menu a.fund-btn.active:before,
.side-menu a.fund-btn:hover:before {
    border: 1px solid #17b0ce;
    border-right: none;
}
.side-menu a.fund-btn.active:after,
.side-menu a.fund-btn:hover:after {
    border: 1px solid #17b0ce;
    border-left: none;
    border-bottom: none;
}

.disclaimer-selector * {
    letter-spacing: 0.2em;
}
.disclaimer-selector p {
    font-weight: 600;
}

.disclaimer-selector .list {
	background-color: black;
}

.main-select {
    position: relative;
    font-size: 18px;
    color: var(--tycho-night);
    padding: 12px 38px 12px 20px;
    border: 1px solid var(--tycho-foam-lines);
    background-color: transparent;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
    letter-spacing: 0.2em;
}

.select-container.year-select ul.list li a,
.select-container.language-select ul.list li a,
.select-container.category-select ul.list li a,
.select-container.fund-select ul.list li a,
.main-select.share-select ul.list li a {
    color: var(--tycho-night) !important;
}
.select-container.year-select ul.list li:hover a,
.select-container.category-select ul.list li:hover a,
.select-container.fund-select ul.list li:hover a,
.main-select.share-select ul.list li:hover a {
    color: var(--tycho-light-teal) !important;
}
@media only screen and (min-width: 992px) {
    .main-select {
        text-align: left;
        max-width: calc(100% - 25px);
    }
}

div div.control-buttons a.square-btn {
    border-radius: 40px;
    padding: 6px 32px;
    line-height: 35px;
    font-size: 14px;
    background-color: var(--tycho-light-foam);
    color: var(--tycho-light-teal);
    border: 0;
    font-weight: 600;
}

.no-max-width {
    max-width: none;
}
.main-select span.placeholder {
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
}
.main-select.disclaimer-select span.placeholder {
    text-align: left;
}
.main-select.disclaimer-select {
    width: 100%;
    max-width: 576px;
    margin: 0 auto;
    color: #ffffff;
    border: 1px solid var(--tycho-light-teal);
    font-family: var(--tycho-font-sans-display);
}
.main-select.disclaimer-select ul a {
    color: var(--tycho-aqua);
}
.main-select.disclaimer-select ul a:hover {
    color: #ffffff;
}
.main-select.disclaimer-select .close {
    color: #ffffff;
}
.main-select ul {
    display: none;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    height: auto;
    max-height: 0;
    overflow: hidden;
    font-family: var(--tycho-font-sans-display);
}
.main-select ul.active {
    max-height: 1000px;
}
.main-select ul a {
    text-decoration: none;
    color: var(--tycho-aqua) !important;
    font-size: 16px;
}
.main-select ul a:hover {
    color: #fff !important;
}
.main-select ul li {
    padding: 10px 0 5px;
    padding: 0;
}
.close {
    width: 100%;
    height: 100%;
    max-height: 46px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}
.close div.icon-cheveron-down {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    font-size: 26px;
    text-shadow: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.close.active div.icon-cheveron-down {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.funds-select a.main-select-btn {
    text-align: center;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .funds-select a.main-select-btn {
        width: auto;
    }
}
.main-navigation ul li ul.sub-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    left: auto;
    top: 35px;
    z-index: 1000;
    width: 225px;
    display: block;
    background-color: #152831;
    text-align: left;
    border-top: 24px solid #152831;
    border-bottom: 14px solid #152831;
}

.main-navigation ul li ul.sub-menu li a {
	font-size: 20px;
	color: var(--tycho-light-teal);
}

@media only screen and (min-width: 768px) {
    .main-navigation ul li ul.sub-menu {
        width: 475px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-transform: translateX(-38%);
        -ms-transform: translateX(-38%);
        transform: translateX(-38%);
    }
}
.main-navigation ul li ul.sub-menu li {
    z-index: 1000;
    width: 100%;
}
.main-navigation ul li ul.sub-menu li a {
    padding: 10px 15px;
}
.main-navigation ul li ul.sub-menu:after {
    display: none;
}
.disclaimer-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #999999;
    background: var(--tycho-night);
    background-image: url("/wp-content/uploads/2025/07/Group-357.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
body.disclaimer-active .disclaimer-container {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.disclaimer-container .alternative-text,
.disclaimer-container .disclaimer-text {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid var(--tycho-light-teal);
    overflow: auto;
    height: auto;
    max-height: 425px;
}
.disclaimer-btns-container,
.disclaimer-text-container {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.disclaimer-btns-container.active,
.disclaimer-text-container.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.fund-documents .documents,
.fund-documents .notice,
.share-classes {
    font-size: 16px;
    color: #999999;
}
.fund-documents .file-container,
.share-classes {
    padding: 10px 0;
}
.fund-documents .file-container:after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: var(--tycho-light-teal);
    bottom: 0;
    left: 15px;
    position: absolute;
    opacity: 0.5;
}
.fund-documents .file-container a,
.fund-documents .file-container a:visited {
    color: var(--tycho-night);
}

.fund-documents .file-container.headers {
    text-transform: uppercase;
    color: var(--tycho-dark-teal-alt1);
}
.fund-documents .file-container.documents {
    color: var(--tycho-night);
}
.fund-documents .file-container.documents::after {
    background-color: var(--tycho-foam) !important;
}

.fund-documents .file-container:hover,
.fund-documents .file-container:hover a,
.fund-documents .file-container a:hover {
    color: var(--tycho-dark-teal-alt1);
}
a.document-download-btn {
    font-size: 24px;
}
.share-classes {
    color: var(--tycho-dark-teal-alt1);
}
.share-classes.headings {
    color: var(--tycho-dark-teal-alt1);
    background-color: #f9f9f9;
}
.share-classes.faded.active,
.share-classes.faded:hover,
.share-classes:hover {
    background-color: rgba(23, 176, 206, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    opacity: 1;
}
.share-classes.faded {
    opacity: 0.7;
}
.share-classes.headings:hover {
    background-color: #f9f9f9;
}
.notes {
    position: relative;
    font-size: 16px;
    color: rgba(7, 30, 41, 0.6);
    line-height: 125%;
    font-weight: 300;
}
.notes:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(7, 30, 41, 0.6);
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
}
@media only screen and (max-width: 768px) {
    .sub-menu-wrapper.scrolled {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}
.fund-list-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.fund-list-container.active {
    opacity: 1;
    visibility: visible;
}
.main-select {
    position: relative;
    overflow: visible;
}
.main-select ul {
    position: absolute;
    letter-spacing: 0;
    left: -1px;
    top: calc(100% - 1px);
    background-color: #ffffff;
    border: 1px solid var(--tycho-light-teal);
    border-top: 1px solid transparent;
    width: calc(100% + 2px);
    z-index: 5;
    opacity: 0;
}
.main-select ul.active {
    opacity: 1;
}
.main-select.disclaimer-select ul {
    background-color: var(--tycho-night);
}
.main-select ul li a {
    padding: 8px 38px 8px 20px;
    display: block;
}
.main-select ul li a.active,
.main-select ul li a:hover {
    color: #fff;
}
.sec-title {
    text-transform: uppercase;
    color: var(--tycho-dark-teal-alt1);
    letter-spacing: 3.6px;
    font-size: 18px;
}

.nav-value {
    font-size: 50px;
    line-height: 45px;
    font-family: var(--tycho-font-serif);
    color: var(--tycho-light-teal);
    margin-top: 17px;
}
div.isin-value {
    font-size: 18px;
    font-family: var(--tycho-font-sans);
    text-transform: uppercase;
    color: var(--tycho-night);
    margin-top: 30px;
    letter-spacing: 0.2em;
}
.data-stamp {
    font-size: 14px;
    color: rgba(7, 30, 41, 0.6);
    line-height: 35px;
    font-weight: 300;
}
.sub-nav-wrap {
    background-color: var(--tycho-light-foam);
    color: var(--tycho-dark-teal);
    width: 100%;
    position: relative;
    z-index: 0;
}

.sub-nav-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: var(--tycho-light-foam);
    transform: translateY(-100%);
    z-index: 20;
}

header .sub-nav-wrap::after {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .sub-nav-wrap {
        display: none;
    }
}
.sub-nav-wrap.sticks-top {
    position: absolute;
}

.sub-nav-wrap ul li a.page-menu-item {
    text-transform: uppercase !important;
    color: var(--tycho-light-teal) !important;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 400;
}

ul.page-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
ul.page-sub-menu li a,
ul.page-sub-menu li a:focus,
ul.page-sub-menu li a:visited {
    font-size: 12px;
    opacity: 0.65;
    width: auto;
    padding: 15px 20px;
    color: var(--tycho-dark-teal) !important;
    outline: none;
    margin: 0;
}
ul.page-sub-menu li:hover a {
    opacity: 1;
}
.single-fund-table-container {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.single-fund-table-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 650px;
    margin: 0;
}
.hide {
    display: none;
}
.paginationjs-pages ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}
.paginationjs-pages ul li a,
.paginationjs-pages ul li a:visited {
    padding: 10px 10px;
    color: #999999;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.paginationjs-pages ul li.active a,
.paginationjs-pages ul li a:hover {
    color: var(--tycho-night);
}
.list-title-1 h2,
.list-title-2 h2 {
    font-size: 44px;
    font-weight: 400;
    color: var(--tycho-light-teal);
}

.paginationjs-prev,
.paginationjs-next {
    position: relative;
    cursor: pointer;
}
.paginationjs-prev.disabled,
.paginationjs-next.disabled {
    cursor: default;
}

.paginationjs-prev a,
.paginationjs-next a {
    display: none;
}

.paginationjs-prev::before,
.paginationjs-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-color: var(--tycho-dark-teal-alt1);
    border-style: solid;
    border-width: 0;
}

.paginationjs-prev::before {
    border-left-width: 1px;
    border-bottom-width: 1px;
}
.paginationjs-next::before {
    border-right-width: 1px;
    border-top-width: 1px;
}

.fund-page-about-section {
    position: relative;
    background-color: var(--tycho-dark-teal);
    margin: 0 !important;
    color: #fff;
    padding: 8rem 0;
    border-radius: 0 0 0 8rem;
}

.fund-page-about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    transform: translateY(-100%);
    background-color: var(--tycho-dark-teal);
}

.fund-page-about-section h2 {
    font-family: var(--tycho-font-sans);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 200% */
    letter-spacing: 0.5em;
    color: var(--tycho-light-foam);
    text-transform: uppercase;
}
.fund-page-about-section h3 {
    font-family: var(--tycho-font-serif);
    font-size: 54px;
    font-style: normal;
    font-weight: 401;
    line-height: 1.4;
    color: #fff;
}

.fund-page-about-section p {
    font-size: 18px;
    text-align: left;
}

.fund-page-about-section .big {
    font-size: 30px;
    font-style: normal;
    font-weight: 351;
    line-height: 1.4;
    font-family: var(--tycho-font-serif);
    text-align: left;
}

.grid {
    display: grid;
}

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

.gap-8 {
    gap: 8rem;
}

@media screen and (max-width: 768px) {
    .grid-cols-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .gap-8 {
        gap: 2rem;
    }

    .fund-page-about-section {
        border-radius: 0 0 0 4rem;
    }
    .fund-page-about-section h2 {
        font-size: 18px;
    }
    .fund-page-about-section h3 {
        font-size: 32px;
    }
    .fund-page-about-section .big {
        font-size: 24px;
    }
}


.document-search-form label {
	text-transform: uppercase;
	color: var(--tycho-teal) !important;
	letter-spacing: 2.22 !important;
}

.disclaimer-btns-container {
	padding-bottom: 3rem;
}
.back-to-top-wrapper {
    padding: 3rem 0;
}

.back-to-top-wrapper a {
    border: 0;
    color: var(--tycho-light-teal) !important;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-size: 16px;
    padding-left: 33px;
    position: relative;
    font-weight: 600 !important;
    margin-top: auto !important;
    background-color: transparent !important;
}
.back-to-top-wrapper a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--tycho-light-teal);
    border-radius: 100%;
    transform: translateY(-50%);
}

/* Hen: I was just to lazy to find the element and add the appropriate class */
.address-container div div.col-12.col-sm-6.col-md-4.mb-4.mb-md-0 {
	margin-top: 1.25rem;
}
