/*
Theme Name: New Rhein
Version: 3.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-rhein
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

input, textarea, select, option, button {
  font-family: inherit;
}

header.main-header {
  position: fixed;
  width: 100%;
  padding-bottom: 9em;
  z-index: 9;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0) 100%);
  transition: padding-bottom 0.5s ease, background-color 0.5s ease;
}
header.main-header.scrolled {
  padding-bottom: 0em;
  background-color: rgba(255, 255, 255, 0.97);
}
@media (max-width: 1000px) {
  header.main-header.scrolled {
    padding-bottom: 7em;
  }
}
@media (max-width: 767px) {
  header.main-header.scrolled {
    padding-bottom: 5em;
  }
}
@media (max-width: 600px) {
  header.main-header.scrolled {
    padding-bottom: 7em;
  }
}
header.main-header .wrapper {
  flex-direction: column;
}
header.main-header .wrapper .logo {
  margin-top: 2.875em;
  margin-bottom: 1.5em;
  width: 345px;
  height: fit-content;
  text-align: center;
  transition: width 0.5s ease, margin-top 0.5s ease, margin-bottom 0.5s ease;
}
@media (max-width: 1000px) {
  header.main-header .wrapper .logo {
    display: none;
  }
}
header.main-header .wrapper .logo.scrolled {
  margin-top: 1.5em;
  width: 300px;
}
header.main-header .wrapper nav {
  width: 100%;
}
@media (max-width: 1000px) {
  header.main-header .wrapper nav {
    display: none;
  }
}
header.main-header .wrapper nav {
  /*&.scrolled {
      top: -1em;
  }*/
}
header.main-header .wrapper nav ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}
header.main-header .wrapper nav ul li {
  position: relative;
}
header.main-header .wrapper nav ul li:hover ul.submenu {
  max-height: 600px;
}
header.main-header .wrapper nav ul li a {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  white-space: nowrap;
  display: block;
  text-align: center;
  padding-block: 0.5em;
  padding-inline: clamp(0em, 1vw, 1.5em);
  color: #203c55;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  transition: width 0.5s ease;
}
header.main-header .wrapper nav ul li a::after {
  position: absolute;
  left: 0;
  bottom: -0.375em;
  content: "";
  width: 100%;
  height: 0.425em;
  background: linear-gradient(180deg, #89accf 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 30px;
  opacity: 0;
}
header.main-header .wrapper nav ul li a:hover::after {
  opacity: 1;
  transition: opacity 0.5s ease;
}
header.main-header .wrapper nav ul li a.nav-item-investor-portal {
  color: #fff;
  letter-spacing: 0.1rem;
  background: #89accf;
  border-radius: 7px;
  margin-left: 0.5em;
  padding-inline: clamp(0.75em, 1.75vw, 1.75em);
  transition: background 0.5s ease;
}
header.main-header .wrapper nav ul li a.nav-item-investor-portal:hover {
  background: #203c55;
}
header.main-header .wrapper nav ul li a.nav-item-investor-portal:hover::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
}
header.main-header .wrapper nav ul li ul.submenu {
  position: absolute;
  top: 2.625em;
  left: -0.75em;
  display: block;
  background: #fff;
  border-radius: 0 0 7px 7px;
  max-height: 0;
  overflow: hidden;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.14);
  transition: max-height 0.5s ease;
}
header.main-header .wrapper nav ul li ul.submenu li a {
  text-align: left;
  padding: 0.75em 1.5em;
  background: #fff;
}
header.main-header .wrapper nav ul li ul.submenu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white 50%, rgba(137, 172, 207, 0.5) 100%);
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
header.main-header .wrapper nav ul li ul.submenu li a:hover::before {
  opacity: 1;
}
header.main-header .wrapper nav ul li ul.submenu li a span {
  position: relative;
  z-index: 1;
}

.mobilemenu {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 1000px) {
  .mobilemenu {
    display: block;
  }
}
.mobilemenu .mobile-top {
  position: absolute;
  display: block;
  padding-top: 2.5em;
  width: 90vw;
  left: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .mobilemenu .mobile-top {
    padding-top: 1.5em;
  }
}
.mobilemenu .mobile-top .menu-link {
  position: relative;
  cursor: pointer;
}
@media (max-width: 580px) {
  .mobilemenu .mobile-top .menu-link {
    top: -0.25em;
  }
}
.mobilemenu .mobile-top .menu-link img {
  width: 6.25em;
}
@media (max-width: 767px) {
  .mobilemenu .mobile-top .menu-link img {
    width: 4.625em;
  }
}
.mobilemenu .mobile-top .logo-closed {
  width: 320px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .mobilemenu .mobile-top .logo-closed {
    width: 250px;
  }
}
@media (max-width: 580px) {
  .mobilemenu .mobile-top .logo-closed {
    width: 240px;
    margin-inline: 0;
    margin-left: auto;
    margin-right: 0.725em;
  }
}
.mobilemenu .mobile-top .logo-closed img {
  margin-left: -4em;
}
@media (max-width: 580px) {
  .mobilemenu .mobile-top .logo-closed img {
    margin-left: auto;
  }
}
.mobilemenu .mobile-top a.nav-item-investor-btn {
  position: absolute;
  right: 0;
  top: 3.5em;
  color: #fff;
  background: #89accf;
  padding: 0.325rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  opacity: 1;
  transition: background 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 767px) {
  .mobilemenu .mobile-top a.nav-item-investor-btn {
    top: 2em;
  }
}
@media (max-width: 580px) {
  .mobilemenu .mobile-top a.nav-item-investor-btn {
    position: absolute;
    right: 1em;
    top: 5.75em;
  }
}
.mobilemenu .mobile-top a.nav-item-investor-btn:hover {
  background: #203c55;
  opacity: 1;
}
.mobilemenu .nav {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 0em;
  height: 100vh;
  padding: 0;
  transition: all 500ms cubic-bezier(0.125, 0.885, 0.795, 1);
  background: #203c55;
}
.mobilemenu .nav::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.mobilemenu .nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobilemenu .nav .mobile-top-open {
  position: absolute;
  display: block;
  padding-top: 2.5em;
  left: 5vw;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .mobilemenu .nav .mobile-top-open {
    padding-top: 1.5em;
  }
}
.mobilemenu .nav .mobile-top-open .close-btn img {
  position: absolute;
  top: 2.75em;
  left: 1vw;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mobilemenu .nav .mobile-top-open .close-btn img {
    top: 1.75em;
    width: 25px;
    height: 25px;
  }
}
.mobilemenu .nav .mobile-top-open .logo-open {
  width: 320px;
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .mobilemenu .nav .mobile-top-open .logo-open {
    width: 250px;
  }
}
@media (max-width: 580px) {
  .mobilemenu .nav .mobile-top-open .logo-open {
    width: 240px;
    margin-inline: 0;
    margin-left: auto;
    margin-right: 0.5em;
  }
}
.mobilemenu .nav .mobile-top-open .logo-open img {
  margin-left: -0.75em;
  width: 100%;
}
@media (max-width: 767px) {
  .mobilemenu .nav .mobile-top-open .logo-open img {
    margin-left: -1.5em;
  }
}
@media (max-width: 580px) {
  .mobilemenu .nav .mobile-top-open .logo-open img {
    margin-left: auto;
  }
}
.mobilemenu .nav .mobile-top-open .nav-item-investor-btn2 {
  position: absolute;
  right: 0;
  top: 3.5em;
  color: #fff;
  background: #89accf;
  padding: 0.325rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .mobilemenu .nav .mobile-top-open .nav-item-investor-btn2 {
    top: 2em;
  }
}
@media (max-width: 580px) {
  .mobilemenu .nav .mobile-top-open .nav-item-investor-btn2 {
    right: 0.75em;
    top: 5.75em;
  }
}
.mobilemenu .nav .mobile-top-open .nav-item-investor-btn2:hover {
  background: #fff;
  color: #203c55;
}
.mobilemenu .nav-slide {
  width: 100vw;
  background: #203c55;
}
.mobilemenu .nav-slide a {
  opacity: 1;
}
.mobilemenu ul {
  display: inline-block;
  width: 93vw;
  margin-top: 9em;
  padding-left: 6vw;
  padding-bottom: 6em;
}
.mobilemenu ul li {
  margin: 0;
  border-bottom: 0.075rem solid #89accf;
}
.mobilemenu ul li:first-of-type {
  border-top: 0.075rem solid #89accf;
}
.mobilemenu ul li:last-of-type {
  border-bottom: 0px solid #000;
  border-top: 0.075rem solid #89accf;
}
.mobilemenu ul li:nth-of-type(5) {
  border-bottom: 0px;
}
.mobilemenu ul li a {
  white-space: nowrap;
  display: flex;
  font-size: clamp(1.25rem, 3vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.025em;
  padding-block: clamp(0.75rem, 1.25vw, 1.25rem);
  color: #d6dee6;
  transition: color 0.3s ease;
  justify-content: space-between;
}
.mobilemenu ul li a:hover {
  color: #89accf;
}
.mobilemenu ul li a.portfolio-link {
  position: relative;
}
.mobilemenu ul li a.portfolio-link img {
  width: clamp(1em, 1.125vw, 1.125em);
}
.mobilemenu ul.submenu {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  padding-inline: 2.5em;
  padding-block: 2.5em;
  background: #fff;
  width: 97%;
  height: fit-content;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: none;
}
.mobilemenu ul.submenu li {
  border: none;
}
.mobilemenu ul.submenu li a {
  display: block;
  color: #203c55;
  font-size: clamp(1.325rem, 3vw, 1.75rem);
  font-weight: 400;
  padding: 0;
  margin-bottom: 0.625em;
}
.mobilemenu ul.submenu li a:hover {
  color: #89accf;
}
.mobilemenu ul.submenu.open {
  display: block;
}

body.page-operational-depth header nav ul li a.od::after {
  opacity: 1;
}

body.page-about header nav ul li a.about::after {
  opacity: 1;
}

body.page-differentiated-vision header nav ul li a.dv::after {
  opacity: 1;
}

body.page-operational-depth header nav ul li a.od::after {
  opacity: 1;
}

body.page-transformative-growth header nav ul li a.tg::after {
  opacity: 1;
}

body.page-portfolio header nav ul li a.portfolio::after, body.single-investor header nav ul li a.portfolio::after {
  opacity: 1;
}

body.page-leadership-team header nav ul li a.team::after, body.single-team-member header nav ul li a.team::after {
  opacity: 1;
}

.home-hero {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 480px;
  height: 70vh;
  width: 100%;
}
.home-hero video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -2;
}
.home-hero .scrolldown-btn {
  position: absolute;
  text-align: center;
  bottom: 5em;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 500px) {
  .home-hero .scrolldown-btn {
    display: none;
  }
}
.home-hero .scrolldown-btn a.scrolldown-btn-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 1em;
}
.home-hero .scrolldown-btn a.scrolldown-btn-inner:hover .scrolldown-arrow {
  animation: pulse-down 0.5s ease forwards;
}
.home-hero .scrolldown-btn span {
  font-size: 0.75em;
  letter-spacing: 0.075em;
  color: #fff;
  font-weight: 550;
}
.home-hero .scrolldown-btn .scrolldown-arrow {
  position: absolute;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  bottom: 0;
  z-index: -1;
}
.home-hero .scrolldown-btn .scrolldown-arrow:after {
  content: "";
  display: block;
  margin-inline: auto;
  width: 1.425em;
  height: 1.425em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
  z-index: -1;
}
@keyframes pulse-down {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: -0.5em;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

section.home-about {
  position: relative;
  scroll-margin-top: 12em;
}
section.home-about .home-about-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: -3;
}
section.home-about .home-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@media (max-width: 767px) {
  section.home-about .home-about-img {
    display: none;
  }
}
section.home-about .wrapper {
  align-items: center;
  min-height: 40vh;
}
@media (max-width: 767px) {
  section.home-about .wrapper {
    flex-direction: column;
    min-height: auto;
    padding-block: 3em 1em;
  }
}
section.home-about .left {
  display: flex;
  height: 100%;
  position: relative;
  flex-direction: column;
}
section.home-about .left .left-inner {
  width: 65%;
  padding: 3em 1.5em 3em 0;
}
@media (max-width: 767px) {
  section.home-about .left {
    width: 100%;
    margin-bottom: 1.25em;
  }
  section.home-about .left .left-inner {
    width: 100%;
    padding: 0;
  }
  section.home-about .left .btn {
    text-align: center;
  }
}
section.home-about .right {
  display: none;
}
section.home-about .right img.home-about-img-mobile {
  border-radius: 1em;
  margin-bottom: 2.5em;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  section.home-about .right {
    display: block;
  }
}

section.home-team {
  background-image: url(img/home-team-bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
section.home-team .wrapper {
  justify-content: flex-start;
  column-gap: 2em;
}
section.home-team .home-team-headshots {
  width: 50%;
  height: auto;
}
@media (max-width: 1190px) {
  section.home-team .wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  section.home-team .wrapper {
    flex-direction: column;
    row-gap: 1.25em;
  }
  section.home-team .btn {
    text-align: center;
  }
  section.home-team .home-team-headshots {
    width: 100%;
  }
}

section.section-map {
  background-image: url(img/map-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 5em 3.5em;
}
section.section-map .wrapper {
  align-items: flex-start;
}
section.section-map .wrapper.wrapper-map {
  width: 1600px;
  max-width: 100%;
  margin-top: 2em;
  position: relative;
}
section.section-map .wrapper.wrapper-map svg#map-bg-layer {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
  z-index: 1;
}
section.section-map .wrapper.wrapper-map .map-markers-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.section-map .wrapper.wrapper-map .map-markers-layer svg {
  width: 100%;
  height: 100%;
}
section.section-map .wrapper.wrapper-map .map-markers-layer path.marker {
  cursor: pointer;
  transition: 0.3s fill ease;
}
section.section-map .wrapper.wrapper-map .map-markers-layer #markers-white path.marker {
  fill: #fff;
}
section.section-map .wrapper.wrapper-map .map-markers-layer #markers-white path.marker:hover {
  fill: #ddd;
}
section.section-map .wrapper.wrapper-map .map-markers-layer #markers-green path.marker {
  fill: #8ac43f;
}
section.section-map .wrapper.wrapper-map .map-markers-layer #markers-green path.marker:hover {
  fill: #77a338;
}
section.section-map .wrapper.wrapper-map .map-markers-layer #markers-yellow path.marker {
  fill: #f6bf24;
}
section.section-map .wrapper.wrapper-map .map-markers-layer #markers-yellow path.marker:hover {
  fill: #d8a423;
}
section.section-map h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  letter-spacing: 0.35rem;
  margin: 0;
}
section.section-map .wrapper.map-legend {
  justify-content: space-between;
  margin-top: -4em;
}
section.section-map .wrapper.map-legend .map-markers-box {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5em 1.5em;
  border-radius: 10px;
}
section.section-map .wrapper.map-legend .map-markers-box ul {
  margin: 0;
}
section.section-map .wrapper.map-legend .map-markers-box ul li {
  color: #fff;
  margin-block: 1em;
  margin-left: 0;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  display: flex;
  align-items: center;
}
section.section-map .wrapper.map-legend .map-markers-box ul li img {
  width: 20px;
  margin-right: 1em;
}
@media (max-width: 680px) {
  section.section-map .wrapper.map-legend .map-markers-box {
    margin-top: 2em;
    margin-inline: auto;
  }
}
section.section-map .wrapper.map-legend .address-info h3 {
  text-transform: uppercase;
  color: #89accf;
  letter-spacing: 0.25rem;
  font-size: clamp(0.85rem, 0.95vw, 0.95rem);
  border-bottom: 1px solid #89accf;
  padding-bottom: 1em;
}
section.section-map .wrapper.map-legend .address-info .address-cols {
  display: flex;
  justify-content: space-between;
  margin-block: 1em;
  color: #fff;
  column-gap: 4em;
}
section.section-map .wrapper.map-legend .address-info .address-cols p {
  font-size: clamp(1rem, 1.15vw, 1.15rem);
}
@media (max-width: 840px) {
  section.section-map .wrapper.map-legend .address-info .address-cols {
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  section.section-map .wrapper.map-legend .address-info {
    margin-inline: auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  section.section-map .wrapper.map-legend {
    margin-top: 0;
  }
}
@media (max-width: 680px) {
  section.section-map .wrapper.map-legend {
    flex-direction: column;
    row-gap: 3em;
  }
  section.section-map .wrapper.map-legend h3 {
    padding-left: 0.25rem;
  }
}
@media (max-width: 680px) {
  section.section-map {
    padding-block: 3em 1.5em;
  }
}

#tooltip {
  pointer-events: none;
  position: absolute;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 5;
  margin: 0 auto;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: none;
}
#tooltip strong {
  font-weight: 700;
}
#tooltip.active {
  display: block;
}

section.section-prtfl-company {
  background-color: #203c55;
}
section.section-prtfl-company .wrapper-intro {
  column-gap: 2em;
  align-items: flex-start;
}
@media (max-width: 767px) {
  section.section-prtfl-company .wrapper-intro {
    flex-direction: column;
  }
}
section.section-prtfl-company h2 {
  width: 40%;
  color: #fff;
}
@media (max-width: 767px) {
  section.section-prtfl-company h2 {
    width: 100%;
  }
}
section.section-prtfl-company p {
  margin-top: 0.5em;
  color: #fff;
}
section.section-prtfl-company .wrapper-prtfl-company {
  align-items: flex-start;
  border-top: 1px solid #89accf;
  margin-top: 1em;
  padding-top: 2em;
}
section.section-prtfl-company .wrapper-prtfl-company h3 {
  color: #89accf;
  letter-spacing: 0.25rem;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  margin-bottom: 1em;
}
section.section-prtfl-company .logo-grid-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  section.section-prtfl-company .logo-grid-parent {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.section-prtfl-company .logo-grid-parent .logo-tile {
  position: relative;
}
section.section-prtfl-company .logo-grid-parent .logo-tile:hover .logo-tile-inner-description {
  opacity: 1;
}
section.section-prtfl-company .logo-grid-parent .logo-tile .logo-tile-inner {
  background: rgba(137, 172, 207, 0.2);
  border-radius: 0.5em;
  padding: 1.5em 10%;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1190px) {
  section.section-prtfl-company .logo-grid-parent .logo-tile .logo-tile-inner {
    padding-inline: 20%;
  }
}
section.section-prtfl-company .logo-grid-parent .logo-tile .logo-tile-inner-description {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5em;
  border: 3px solid #89accf;
  padding-inline: 10%;
  background: rgba(32, 60, 85, 0.9);
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: clamp(0.9rem, 1.15vw, 1.15rem);
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: auto;
  left: 0;
  top: 0;
}
section.section-prtfl-company .logo-grid-parent .logo-tile img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  opacity: 0.8;
}
section.section-prtfl-company .logo-grid-parent .logo-tile p.logo-tile-note {
  font-size: 0.9rem;
  font-style: italic;
  color: #89accf;
  margin: 0.5em 0 0 0;
}

section.section-prtfl-company-bio {
  position: relative;
  padding: 0;
}
section.section-prtfl-company-bio .blue-bg-right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #203c55;
  z-index: 0;
}
@media (max-width: 767px) {
  section.section-prtfl-company-bio .blue-bg-right {
    display: none;
  }
}
section.section-prtfl-company-bio .wrapper {
  align-items: stretch;
}
section.section-prtfl-company-bio .wrapper .left {
  width: 78%;
  background: #fff;
  padding-block: 3em 1.5em;
  padding-right: 2em;
}
section.section-prtfl-company-bio .wrapper .left:not(.no-lead-in-text-style) p:first-of-type {
  font-weight: 600;
  color: #203c55;
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  line-height: 1.3;
  margin-bottom: 1em;
}
section.section-prtfl-company-bio .wrapper .right {
  background: #203c55;
  width: 22%;
  padding: 3em 1.5em 1.5em;
}
section.section-prtfl-company-bio .wrapper .right p, section.section-prtfl-company-bio .wrapper .right a {
  color: #fff;
}
section.section-prtfl-company-bio .wrapper .right a {
  transition: color 0.3s ease;
}
section.section-prtfl-company-bio .wrapper .right a:hover {
  color: #89accf;
}
section.section-prtfl-company-bio .wrapper .right .sidebar-fund-level {
  color: #89accf;
  text-transform: uppercase;
}
section.section-prtfl-company-bio .wrapper .right .sidebar-fund-level li {
  display: inline;
  letter-spacing: 0.25rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
  margin-left: 0;
}
section.section-prtfl-company-bio .wrapper .right .sidebar-fund-level li:not(:first-child) {
  margin-left: 0.25em;
}
section.section-prtfl-company-bio .wrapper .right .sidebar-fund-level li:not(:first-child):before {
  content: ",";
  margin-right: 0.45em;
}
section.section-prtfl-company-bio .wrapper .right p.company-name {
  margin-bottom: 0.2em;
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  font-weight: 600;
  line-height: 1.3;
}
section.section-prtfl-company-bio .wrapper .right .logo-bg {
  background: #fff;
  padding: 1.5em;
  border-radius: 0.5em;
  margin-bottom: 1.5em;
  display: flex;
}
section.section-prtfl-company-bio .wrapper .right .logo-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.section-prtfl-company-bio .wrapper .right .linkedin-icon img {
  width: 25px;
}
section.section-prtfl-company-bio .wrapper .right .btn {
  margin-top: 1.5em;
}
section.section-prtfl-company-bio .wrapper .right .btn a {
  transition: 0.3s background ease;
}
section.section-prtfl-company-bio .wrapper .right .btn a:hover {
  background: rgba(137, 172, 207, 0.8);
  color: #fff;
}
@media (max-width: 767px) {
  section.section-prtfl-company-bio .wrapper .right .btn a {
    padding-inline: 1.15em 1em;
    font-size: 0.85rem;
  }
}
@media (max-width: 980px) {
  section.section-prtfl-company-bio .wrapper .left {
    width: 70%;
  }
  section.section-prtfl-company-bio .wrapper .right {
    width: 30%;
  }
}
@media (max-width: 767px) {
  section.section-prtfl-company-bio .wrapper {
    flex-direction: column;
    width: 100%;
  }
  section.section-prtfl-company-bio .wrapper .left, section.section-prtfl-company-bio .wrapper .right {
    width: 100%;
    padding-inline: 5%;
  }
  section.section-prtfl-company-bio .wrapper .sidebar-main-content {
    display: flex;
    align-items: flex-start;
    column-gap: 1.5em;
  }
  section.section-prtfl-company-bio .wrapper .sidebar-main-content .logo-bg {
    width: 50%;
  }
}
@media (max-width: 420px) {
  section.section-prtfl-company-bio .wrapper .right .logo-bg {
    padding: 0.5em;
  }
}

.prtfl-company-news-row {
  background: rgba(137, 172, 207, 0.1);
}
.prtfl-company-news-row .wrapper.col {
  align-items: flex-start;
}
.prtfl-company-news-row .wrapper.col h3 {
  color: #203c55;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.prtfl-company-news-row .wrapper.col hr {
  border: none;
  border-top: 1px solid rgba(137, 172, 207, 0.4);
  width: 100%;
  margin-block: 1em;
}
.prtfl-company-news-row .wrapper.col a {
  margin-block: 1.25em;
  font-weight: 500;
}
.prtfl-company-news-row .wrapper.col a:hover h4 {
  opacity: 0.7;
}
.prtfl-company-news-row .wrapper.col p.news-link-date {
  margin: 0 0 0.5em;
  color: rgba(137, 172, 207, 0.8);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.prtfl-company-news-row .wrapper.col h4 {
  color: #203c55;
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  line-height: 1.4;
  transition: 0.3s opacity ease;
  text-wrap: initial;
}

.section-team {
  background-image: url(img/home-team-bg2.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 20em;
}
.section-team .team-subhead {
  margin-top: 0.75em;
}
.section-team .team-grid-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em 3em;
  margin-top: 1em;
}
@media (max-width: 1190px) {
  .section-team .team-grid-parent {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .section-team .team-grid-parent {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em 2em;
  }
}
.section-team .team-grid-parent .team-member-tile--headshot {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1.25;
  background: #89accf;
  position: relative;
}
.section-team .team-grid-parent .team-member-tile--headshot .headshot-tint {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s opacity ease;
  z-index: 1;
  mix-blend-mode: multiply;
}
.section-team .team-grid-parent .team-member-tile--headshot:hover .headshot-tint {
  opacity: 1;
}
.section-team .team-grid-parent .team-member-tile--headshot .headshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.section-team .team-grid-parent .team-member-tile h3 {
  font-size: clamp(1.05rem, 1.5vw, 1.5rem);
  color: #203c55;
  font-weight: 500;
  margin-block: 1em 0.325em;
  line-height: 1.2;
}
.section-team .team-grid-parent .team-member-tile .team_member_title {
  letter-spacing: 0.25rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #89accf;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .section-team .team-grid-parent .team-member-tile .team_member_title {
    letter-spacing: 0.1em;
    font-size: 0.85rem;
  }
}

section.section-team-single {
  padding-bottom: 2em;
}
section.section-team-single .wrapper {
  column-gap: 2em;
  align-items: flex-start;
  max-width: 980px;
}
section.section-team-single .wrapper .left, section.section-team-single .wrapper .right {
  width: 50%;
}
section.section-team-single .wrapper h1 {
  font-size: clamp(1.5rem, 2.75vw, 2.75rem);
  font-weight: 600;
  margin-block: 0.25em 0.75em;
}
section.section-team-single .wrapper h1 span {
  letter-spacing: 0.25rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #89accf;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}
@media (max-width: 800px) {
  section.section-team-single .wrapper {
    flex-direction: column;
  }
  section.section-team-single .wrapper .left, section.section-team-single .wrapper .right {
    width: 100%;
  }
}
section.section-team-single .team-single-headshot {
  width: 100%;
  margin-top: -150px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1.25;
}
section.section-team-single .team-single-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-inline: auto;
  display: block;
}
@media (max-width: 767px) {
  section.section-team-single .team-single-headshot {
    width: 70%;
  }
}

.subpage-hero.subpage-hero-team-single {
  background-color: rgba(0, 0, 0, 0.2);
}
.subpage-hero.subpage-hero-team-single .wrapper {
  min-height: 400px;
  position: relative;
}
@media (max-width: 767px) {
  .subpage-hero.subpage-hero-team-single .wrapper {
    min-height: 300px;
  }
}

.team-single-nav {
  position: relative;
}
.team-single-nav .nav-links {
  position: absolute;
  right: 0;
  bottom: 1em;
  display: flex;
  column-gap: 1em;
  z-index: 10;
}
.team-single-nav .nav-previous a, .team-single-nav .nav-next a {
  width: 40px;
  height: 40px;
  display: block;
  transition: 0.3s opacity ease;
}
.team-single-nav .nav-previous a:hover, .team-single-nav .nav-next a:hover {
  opacity: 0.5;
}
.team-single-nav .nav-next a {
  background-image: url(img/circle-arrow-right-dkblue.svg);
  background-repeat: no-repeat;
}
.team-single-nav .nav-previous a {
  background-image: url(img/circle-arrow-left-dkblue.svg);
  background-repeat: no-repeat;
}

section.section-operational-depth {
  padding-bottom: clamp(3em, 5vw, 5em);
}
section.section-operational-depth .wrapper-intro p {
  padding-bottom: 0;
}
section.section-operational-depth h2 {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px #89accf solid;
}
section.section-operational-depth h2:nth-of-type(1) {
  margin-top: 1em;
}
section.section-operational-depth p {
  margin-top: 0.5em;
}
section.section-operational-depth .wrapper.col {
  align-items: flex-start;
}
section.section-operational-depth .wrapper-od {
  align-items: flex-start;
}
section.section-operational-depth .wrapper-od.investment-team .logo-grid-parent .logo-tile:nth-of-type(1) img.od-logo, section.section-operational-depth .wrapper-od.investment-team .logo-grid-parent .logo-tile:nth-of-type(3) img.od-logo, section.section-operational-depth .wrapper-od.investment-team .logo-grid-parent .logo-tile:nth-of-type(4) img.od-logo, section.section-operational-depth .wrapper-od.investment-team .logo-grid-parent .logo-tile:nth-of-type(8) img.od-logo {
  width: 75%;
}
section.section-operational-depth .wrapper-od.investment-team .logo-grid-parent .logo-tile:nth-of-type(5) {
  padding-inline: 18%;
}
section.section-operational-depth .wrapper-od.advisory-board .logo-grid-parent .logo-tile:nth-of-type(7) img.od-logo, section.section-operational-depth .wrapper-od.advisory-board .logo-grid-parent .logo-tile:nth-of-type(9) img.od-logo, section.section-operational-depth .wrapper-od.advisory-board .logo-grid-parent .logo-tile:nth-of-type(11) img.od-logo, section.section-operational-depth .wrapper-od.advisory-board .logo-grid-parent .logo-tile:nth-of-type(13) img.od-logo, section.section-operational-depth .wrapper-od.advisory-board .logo-grid-parent .logo-tile:nth-of-type(14) img.od-logo {
  width: 74%;
}
section.section-operational-depth .wrapper-od.advisory-board .logo-grid-parent .logo-tile:nth-of-type(2) {
  padding-inline: 15%;
}
section.section-operational-depth .wrapper-od.advisory-board .logo-grid-parent .logo-tile:nth-of-type(4) {
  padding-inline: 18%;
}
section.section-operational-depth .wrapper-od.executives-in-residence .logo-grid-parent .logo-tile:nth-of-type(4) img.od-logo, section.section-operational-depth .wrapper-od.executives-in-residence .logo-grid-parent .logo-tile:nth-of-type(10) img.od-logo, section.section-operational-depth .wrapper-od.executives-in-residence .logo-grid-parent .logo-tile:nth-of-type(12) img.od-logo, section.section-operational-depth .wrapper-od.executives-in-residence .logo-grid-parent .logo-tile:nth-of-type(14) img.od-logo {
  width: 75%;
}
section.section-operational-depth .wrapper-od.executives-in-residence .logo-grid-parent .logo-tile:nth-of-type(1) {
  padding-inline: 20%;
}
section.section-operational-depth .wrapper-od.executives-in-residence .logo-grid-parent .logo-tile:nth-of-type(3) {
  padding-inline: 16%;
}
section.section-operational-depth .logo-grid-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
  margin-block: 1em;
}
@media (max-width: 767px) {
  section.section-operational-depth .logo-grid-parent {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em;
  }
}
section.section-operational-depth .logo-grid-parent .logo-tile {
  background: rgba(206, 215, 233, 0.2);
  border-radius: 0.5em;
  padding: 2.75vw 15%;
  display: flex;
  align-items: center;
}
@media (min-width: 1190px) {
  section.section-operational-depth .logo-grid-parent .logo-tile {
    padding-inline: 25%;
  }
}
section.section-operational-depth .logo-grid-parent .logo-tile img.od-logo {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.wrapper.tg-accordion {
  margin-top: 1.5em;
  padding-top: 3em;
  border-top: 0.03rem solid #89accf;
}
.wrapper.tg-accordion ul.accordion {
  margin: 0;
  padding: 0;
}
.wrapper.tg-accordion ul.accordion li.thelink {
  position: relative;
  padding: 0.675em 1.5em;
  margin-bottom: 2em;
  border-radius: 12px;
  border: 2px solid #89accf;
  list-style: none;
  margin-left: 0;
}
@media (max-width: 680px) {
  .wrapper.tg-accordion ul.accordion li.thelink {
    padding-inline: 1.25em 1em;
  }
}
.wrapper.tg-accordion ul.accordion li.thelink:hover h3 {
  color: #89accf;
}
.wrapper.tg-accordion ul.accordion li.thelink div.tg-menu-toggle {
  position: relative;
  display: block;
  color: #000;
  outline: none;
  cursor: pointer;
}
.wrapper.tg-accordion ul.accordion li.thelink div.tg-menu-toggle h3 {
  letter-spacing: clamp(0.001em, 0.025vw, 0.04em);
  line-height: 1.2;
  font-size: clamp(1.225em, 4vw, 2.05em);
  font-weight: 450;
  margin: 0;
  padding: 0;
  transition: color 0.3s ease;
}
.wrapper.tg-accordion ul.accordion li.thelink div.tg-menu-toggle h3 span {
  margin-left: 1.125em;
  color: #89accf;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.425em;
  letter-spacing: 0.25em;
}
@media (max-width: 680px) {
  .wrapper.tg-accordion ul.accordion li.thelink div.tg-menu-toggle h3 span {
    font-size: 0.5em;
  }
}
.wrapper.tg-accordion ul.accordion li.thelink div.tg-menu-toggle img {
  position: absolute;
  width: 2em;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 0;
}
@media (max-width: 680px) {
  .wrapper.tg-accordion ul.accordion li.thelink div.tg-menu-toggle img {
    width: 1.5em;
  }
}
.wrapper.tg-accordion ul.accordion li.thelink ul.tg-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  margin-bottom: 0;
}
.wrapper.tg-accordion ul.accordion li.thelink ul.tg-submenu li {
  display: flex;
  gap: 4em;
  align-items: flex-start;
  margin-top: 1.25em;
  padding-top: 2em;
  border-top: 0.03rem solid #89accf;
}
@media (max-width: 1200px) {
  .wrapper.tg-accordion ul.accordion li.thelink ul.tg-submenu li {
    flex-direction: column;
    gap: 2em;
  }
}
.wrapper.tg-accordion ul.accordion li.thelink ul.tg-submenu li img.company-logo {
  width: clamp(12em, 14.5vw, 14.5em);
  object-fit: contain;
  height: auto;
}
.wrapper.tg-accordion ul.accordion li.thelink ul.tg-submenu.open {
  display: block;
}

.subpage-hero {
  width: 100%;
  background-color: #89accf;
  position: relative;
}
.subpage-hero .wrapper {
  align-items: center;
  height: 100%;
  min-height: 640px;
  z-index: 1;
}
.subpage-hero .wrapper h1 {
  color: #fff;
  margin-top: 150px;
  font-size: clamp(2rem, 3.45vw, 3.45rem);
  font-weight: 600;
}
@media (max-width: 767px) {
  .subpage-hero .wrapper {
    min-height: 320px;
  }
  .subpage-hero .wrapper h1 {
    margin-top: 75px;
  }
}
.subpage-hero .hero-img-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
}
.subpage-hero .hero-img-parent img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
}

.next-page-btn-row {
  background: #231f20;
  padding-block: 2.5em;
}

.post-nav-wrapper nav {
  width: 100%;
}
.post-nav-wrapper .nav-links {
  display: flex;
  justify-content: space-between;
  column-gap: 2em;
}
@media (max-width: 640px) {
  .post-nav-wrapper .nav-links {
    flex-direction: column;
    row-gap: 1em;
  }
}
.post-nav-wrapper .post-nav-link {
  color: #89accf;
  text-transform: uppercase;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  letter-spacing: 0.15rem;
  border: 1px solid #89accf;
  border-radius: 5px;
  padding-block: 1em;
  transition: 0.3s opacity ease;
}
.post-nav-wrapper .post-nav-link:hover {
  opacity: 0.7;
}
.post-nav-wrapper .post-nav-link--prev {
  background-image: url(img/circle-arrow-left.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 1em center;
  padding-inline: 4em 1em;
}
.post-nav-wrapper .post-nav-link--next {
  background-image: url(img/circle-arrow-right.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-inline: 1em 4em;
}
@media (max-width: 640px) {
  .post-nav-wrapper .post-nav-link--next {
    text-align: right;
  }
}
.post-nav-wrapper--pages .nav-links {
  justify-content: center;
  gap: 0;
}
.post-nav-wrapper--pages .post-nav-link--next {
  padding-inline: 2em 6em;
  background-position: right 1.5em center;
  display: inline-block;
}
@media (max-width: 640px) {
  .post-nav-wrapper--pages .post-nav-link--next {
    width: 100%;
    text-align: center;
  }
}

.subpage-graybg-intro {
  background: #f0f0f1;
  padding-bottom: 1.5em;
}
.subpage-graybg-intro .wrapper {
  column-gap: 1.5em;
  align-items: flex-start;
}
.subpage-graybg-intro .wrapper .left {
  width: 35%;
}
.subpage-graybg-intro .wrapper .left img {
  border-radius: 10px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  height: auto;
}
.subpage-graybg-intro .wrapper .right {
  width: 65%;
}
@media (max-width: 767px) {
  .subpage-graybg-intro .wrapper {
    flex-direction: column;
  }
  .subpage-graybg-intro .wrapper .left, .subpage-graybg-intro .wrapper .right {
    width: 100%;
  }
}

section.image-and-text {
  position: relative;
}
@media (max-width: 767px) {
  section.image-and-text {
    padding-bottom: 0;
  }
}
section.image-and-text .image-and-text-desktop-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
section.image-and-text .image-and-text-desktop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 767px) {
  section.image-and-text .image-and-text-desktop-img {
    display: none;
  }
}
section.image-and-text .wrapper {
  align-items: center;
  min-height: 40vh;
}
@media (max-width: 767px) {
  section.image-and-text .wrapper {
    flex-direction: column;
    min-height: auto;
    width: 100%;
  }
}
section.image-and-text .text-col {
  display: flex;
  height: 100%;
  position: relative;
  flex-direction: column;
}
section.image-and-text .text-col .text-col-inner {
  width: 50%;
  padding: 3em 2em 3em 0;
}
section.image-and-text .text-col .text-col-inner ul li {
  list-style: disc;
  margin-left: 1.15em;
}
@media (max-width: 767px) {
  section.image-and-text .text-col {
    width: 100%;
    margin-bottom: 1.25em;
    width: min(1400px, 90%);
  }
  section.image-and-text .text-col .text-col-inner {
    width: 100%;
    padding: 0;
  }
  section.image-and-text .text-col .btn {
    text-align: center;
  }
}
section.image-and-text .img-col {
  display: none;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section.image-and-text .img-col img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
@media (max-width: 767px) {
  section.image-and-text .img-col {
    display: flex;
  }
  section.image-and-text .img-col img {
    height: auto;
  }
}
section.image-and-text.image-left .image-and-text-desktop-img {
  right: auto;
  left: 0;
}
section.image-and-text.image-left .img-col {
  display: flex;
  width: 50%;
}
section.image-and-text.image-left .img-col img {
  display: none;
}
@media (max-width: 767px) {
  section.image-and-text.image-left .img-col {
    width: 100%;
    order: 2;
  }
  section.image-and-text.image-left .img-col img {
    display: block;
  }
}
section.image-and-text.image-left .text-col {
  width: 50%;
}
section.image-and-text.image-left .text-col .text-col-inner {
  width: 100%;
  padding: 0 0 0 2em;
}
@media (max-width: 767px) {
  section.image-and-text.image-left .text-col .text-col-inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  section.image-and-text.image-left .text-col {
    width: min(1400px, 90%);
  }
}

.section-contact .wrapper {
  justify-content: space-between;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .section-contact .wrapper {
    flex-direction: column;
  }
}
.section-contact .wrapper * {
  width: 100%;
}
.section-contact .wrapper .contact-form-col {
  position: relative;
  display: block;
  margin-right: 5vw;
  padding-right: 5vw;
  border-right: 1px #89accf solid;
  flex: 2;
}
@media (max-width: 767px) {
  .section-contact .wrapper .contact-form-col {
    margin: 0 auto 4em;
    padding: 0;
    border: none;
  }
}
.section-contact .wrapper .contact-form-col p {
  color: #89accf;
  font-style: italic;
}
.section-contact .wrapper .contact-form-col h1 {
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}
.section-contact .wrapper .contact-form-col form {
  display: block;
}
.section-contact .wrapper .contact-form-col form label {
  display: block;
  color: #89accf;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.25em;
  padding-bottom: 0.375em;
  margin-top: 1.25em;
}
.section-contact .wrapper .contact-form-col form input, .section-contact .wrapper .contact-form-col form textarea {
  padding: 1em;
  border: #89accf 2px solid;
  border-radius: 5px;
  font-size: 1em;
}
.section-contact .wrapper .contact-form-col form button.submitbtn {
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 1em;
  background: #89accf;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.25em;
  width: 230px;
  transition: background 0.3s ease;
  margin-top: 1.25em;
}
.section-contact .wrapper .contact-form-col form button.submitbtn:hover {
  background: #203c55;
}
.section-contact .wrapper .office-locations {
  flex: 1;
  align-self: start;
  padding-top: 0.325em;
}
.section-contact .wrapper .office-locations h2 {
  color: #89accf;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.25em;
  margin-bottom: 3em;
}
.section-contact .wrapper .office-locations h3 {
  font-size: 1.125em;
  font-weight: 550;
  line-height: 1.325;
  margin-bottom: 0.325em;
}
.section-contact .wrapper .office-locations p, .section-contact .wrapper .office-locations a {
  color: #000;
  line-height: 2;
  transition: opacity 0.3s ease;
}
.section-contact .wrapper .office-locations a:hover {
  opacity: 0.6;
}
.section-contact .wrapper .office-locations img {
  width: 1.5em;
}

.icons {
  position: absolute;
  z-index: 9;
}
.icons .return-to-top {
  width: 45px;
  position: fixed;
  right: 20px;
  bottom: 11px;
  transition: transform 0.3s ease;
}
.icons .return-to-top:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .icons .return-to-top {
    width: 30px;
    right: 10px;
    bottom: 1px;
  }
}

footer {
  position: relative;
  width: 100%;
  height: fit-content;
  padding-top: 9.5em;
  padding-bottom: 4em;
  background: url(img/footer-bg-desktop.webp) no-repeat;
  background-size: cover;
}
@media (max-width: 860px) {
  footer {
    padding-top: 6em;
    background-position: center left -18em;
  }
}
footer .wrapper {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 860px) {
  footer .wrapper {
    flex-direction: column;
    align-items: space-between;
  }
}
footer .wrapper .footer-links {
  position: relative;
  display: flex;
  gap: 4vw;
}
@media (max-width: 860px) {
  footer .wrapper .footer-links {
    gap: 14vw;
    justify-content: space-between;
  }
}
@media (max-width: 680px) {
  footer .wrapper .footer-links {
    gap: 9.5vw;
  }
}
@media (max-width: 480px) {
  footer .wrapper .footer-links {
    gap: 0;
    text-align: center;
    width: 100%;
    flex-direction: column;
  }
}
footer .wrapper .footer-links .col {
  display: flex;
  flex-direction: column;
}
footer .wrapper .footer-links .col a {
  white-space: nowrap;
  color: #89accf;
  font-size: clamp(0.875rem, 1.15vw, 1.15rem);
  line-height: 1.25;
  transition: color 0.3s ease;
  margin-bottom: 0.875em;
}
@media (max-width: 860px) {
  footer .wrapper .footer-links .col a {
    margin-bottom: 1em;
  }
}
footer .wrapper .footer-links .col a:hover {
  color: #fff;
}
footer .wrapper .footer-links .col a.ftr-linkedin-icon {
  width: 1.875em;
}
footer .wrapper .footer-links .col a img {
  margin-top: 2em;
  width: 100%;
  transition: opacity 0.3s ease;
}
footer .wrapper .footer-links .col a img:hover {
  opacity: 0.8;
}
footer .wrapper .footer-links .vertical-line {
  position: relative;
  display: block;
  height: 140px;
  width: 0.1em;
  background: #fff;
  margin-inline: 1.5vw;
}
@media (max-width: 1100px) {
  footer .wrapper .footer-links .vertical-line {
    height: 110px;
  }
}
@media (max-width: 480px) {
  footer .wrapper .footer-links .vertical-line {
    display: none;
  }
}
footer .wrapper .footer-logo-copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 860px) {
  footer .wrapper .footer-logo-copyright {
    width: 100%;
    margin-top: 1.5em;
    align-items: center;
  }
}
footer .wrapper .footer-logo-copyright img {
  width: 400px;
  margin-top: 0.5em;
  margin-bottom: 4.625em;
}
@media (max-width: 1100px) {
  footer .wrapper .footer-logo-copyright img {
    width: 320px;
  }
}
@media (max-width: 860px) {
  footer .wrapper .footer-logo-copyright img {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 600px) {
  footer .wrapper .footer-logo-copyright img {
    width: 250px;
  }
}
footer .wrapper .footer-logo-copyright p {
  color: #89accf;
  text-align: right;
  font-size: clamp(0.875rem, 1.15vw, 1.15rem);
}
@media (max-width: 860px) {
  footer .wrapper .footer-logo-copyright p {
    text-align: center;
  }
}

@keyframes arrowFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-privacy .wrapper.col h2 {
  margin-right: auto;
  margin-bottom: 1em;
  font-size: clamp(1.5rem, 1.85vw, 1.85rem);
}
.section-privacy .wrapper.col h3 {
  margin-right: auto;
  margin-bottom: 1em;
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
}
.section-privacy .wrapper.col p {
  text-align: left;
  margin-right: auto;
}
.section-privacy .wrapper.col p span.no-link {
  pointer-events: none !important;
  text-decoration: none !important;
  color: inherit;
}
.section-privacy .wrapper.col p a {
  color: #89accf;
}
.section-privacy .wrapper.col ul {
  list-style: disc;
  margin-left: 1rem;
  padding-right: 1rem;
}
.section-privacy .wrapper.col ul li {
  margin-bottom: 0.5rem;
}

.termshub-cookie-consent .ccb__reopen, .termshub-cookie-consent .ccb__reopen--bottom-left {
  display: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.625;
}

body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

sup {
  line-height: 0;
}

section {
  padding-block: 3em;
  scroll-margin-top: 3em;
}

.wrapper {
  position: relative;
  display: flex;
  width: min(1400px, 90%);
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
.wrapper.col {
  flex-direction: column;
}
.wrapper.align-left {
  align-items: flex-start;
}

.no-padding {
  padding: 0;
}
.no-padding--top {
  padding-top: 0 !important;
}
.no-padding--bottom {
  padding-bottom: 0 !important;
}
.no-padding--top-bottom {
  padding-block: 0 !important;
}

.no-margin {
  margin: 0;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--top-bottom {
  margin-block: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  line-height: 1.3;
  color: #203c55;
  font-weight: 400;
  padding-bottom: 0.5em;
}

p {
  margin-bottom: 1.5em;
  font-size: clamp(1.1rem, 1.36vw, 1.36rem);
  text-wrap: pretty;
}

p.img-caption {
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #565c78;
}

ul {
  margin-bottom: 1.5em;
}

li {
  font-size: clamp(1.1rem, 1.36vw, 1.36rem);
  text-wrap: pretty;
}

main ul li {
  list-style: disc;
  margin-left: 1.15em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.btn {
  margin-top: 2.25em;
  margin-bottom: 1.5em;
}
.btn a {
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25rem;
  background: #89accf;
  border-radius: 7px;
  padding: 0.5em 1.5em 0.5em 1.75em;
  transition: background 0.5s ease;
}
.btn a:hover {
  background: #203c55;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*===Revs 4-23-25 JM ==*/
a.logo-tile p.logo-tile-note,
ul.sidebar-fund-level p.logo-tile-note {
  color: #8ac43e !important;
  font-size: 0.9rem;
  font-style: italic;
  text-transform: none;
}
