html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    color: #333;
    font-family: 'Barlow', sans-serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover {
    color: #067BB8;
    text-decoration: none;
}
a.learn-more {
    display: inline-flex;
    flex-direction: row;
    color: #fff;
    background-color: #067BB8;
    font-weight: 700;
    padding: 1rem 2.25rem;
    margin: auto;
}
a.learn-more:hover {
    background-color: #1f95d5;
}
a.learn-more img {
    position: relative;
    top: .1rem;
    width: 1.0625rem;
    margin: auto .75rem auto 0;
}
h1 {
    font-weight: 600;
    line-height: 1.3;
}
h2 {
    font-weight: 600;
}
h3 {
    color: #04276D;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
}
h4 {
    font-size: 2rem;
    font-weight: 600;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
}
h6 {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
}
p, ul, ol {
    color: #333;
    font-size: 1.125rem;
    line-height: 1.6;
}
b, strong {
    font-weight: 700;
}
address {
    line-height: 1.5;
}
.oxygen {
    font-family: 'Oxygen', sans-serif;
}
.f80 {
    font-size: 4.75rem;
}
.f75 {
    font-size: 5rem;
}
.f70 {
    font-size: 4.375rem;
}
.f65 {
    font-size: 4.0625rem;
}
.f60 {
    font-size: 3.75rem;
}
.f55 {
    font-size: 3.4375rem;
}
.f52 {
    font-size: 3.25rem;
}
.f50 {
    font-size: 3.125rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f44 {
    font-size: 2.75rem;
}
.f42 {
    font-size: 2.625rem;
}
.f40 {
    font-size: 2.5rem;
}
.f36 {
    font-size: 2.25rem;
}
.f35 {
    font-size: 2.1825rem;
}
.f34 {
    font-size: 2.125rem;
}
.f32 {
    font-size: 2rem;
}
.f30 {
    font-size: 1.875rem;
}
.f28 {
    font-size: 1.75rem;
}
.f26 {
    font-size: 1.625rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f24 {
    font-size: 1.5rem;
}
.f22 {
    font-size: 1.375rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.f16 {
    font-size: 1rem;
}
.f14 {
    font-size: .875rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trans {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.scroll-anchor {
    z-index: -99;
    position: relative;
    padding-top: 4rem;
    margin-top: -4rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}
@media (max-width: 1399px) {
    h3 {
        font-size: 3rem;
    }
    h4 {
        font-size: 1.625rem;
    }
    h5, h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    ul {
        font-size: 1.125rem;
    }
    a.learn-more {
        padding: .5rem 1.25rem;
    }
    .f80,
    .f75 {
        font-size: 4rem;
    }
    .f70 {
        font-size: 3.5rem;
    }
    .f65,
    .f60 {
        font-size: 3rem;
    }
    .f55,
    .f52,
    .f50 {
        font-size: 2.75rem;
    }
    .f45,
    .f44 {
        font-size: 2.25rem;
    }
    .f42,
    .f40 {
        font-size: 2rem;
    }
    .f36,
    .f35,
    .f34 {
        font-size: 1.625rem;
    }
    .f32,
    .f30 {
        font-size: 1.5rem;
    }
    .f28 {
        font-size: 1.7rem;
    }
    .f26, .f25, .f24 {
        font-size: 1.25rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .p-mobile {
        padding: 4rem 0!important;
    }
}
@media (max-width: 991px) {
    .scroll-anchor#ourFirm {
        padding-top: 4rem;
        margin-top: -5rem;
    }
	.scroll-anchor {
        padding-top: 4rem;
        margin-top: -4rem;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    a.learn-more {
        font-size: .75rem;
        padding: .375rem .75rem;
        border-width: 1px;
    }
    a.learn-more img {
        width: .625rem;
        margin-right: .25rem;
    }
    .f80,
    .f75 {
        font-size: 3rem;
    }
    .f70 {
        font-size: 2.5rem;
    }
    .f65,
    .f60 {
        font-size: 2rem;
    }
    .f55,
    .f52,
    .f50 {
        font-size: 2rem;
    }
    .f45,
    .f44 {
        font-size: 1.625rem;
    }
    .f42,
    .f40 {
        font-size: 1.5rem;
    }
    .f36,
    .f35,
    .f34 {
        font-size: 1.375rem;
    }
    .f32,
    .f30 {
        font-size: 1.25rem;
    }
    .f28 {
        font-size: 1.25rem;
    }
    .f26, .f25, .f24 {
        font-size: 1.125rem;
    }
    .f22 {
        font-size: 1.0625rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
}





/*------------------------------
         Cookie Banner
------------------------------*/
#cookie-banner {
    z-index: 9999;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    color: #fff;
    background-color: #067BB8;
    padding: 1rem;
    border-radius: 1rem;
}
#cookie-banner h5 {
    color: #fff;
    margin: 0;
}
#cookie-banner p {
    color: #fff;
    margin: 0;
}
#cookie-banner a {
    color: #FEC53A;
    margin: 0;
}
#cookie-banner button {
    cursor: pointer;
    color: #fff;
    padding: .625rem 1.25rem;
    border: none;
    border-radius: 5px;
}
#cookie-banner button:not(.btn-secondary) {
    background-color: #4CAF50;
}
#cookie-banner button:hover {
    background-color: #61bf65;
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: #fff;
    padding: 1.75rem 0;
}
.navbar .navbar-brand {
    z-index: 9;
    width: 13.125rem;
    padding: 0;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .fas {
    color: #000;
    transform: scale(1.25, 1.25);
    padding: .5rem 0;
}
.navbar .nav-link {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    padding: .125rem 0!important;
    margin: auto 1rem;
}
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        padding: .5rem 0;
        box-shadow: 0 3px 12px #00000029;
    }
    .navbar.navbar-min .navbar-brand {
        width: 12rem;
    }
    .navbar .nav-link:not(.nav-inv) {
        border-bottom: 3px solid transparent;
    }
    .navbar .nav-link:not(.nav-inv):hover {
        border-bottom: 3px solid #1E8CCF;
    }
    .navbar .nav-link.active:not(.nav-inv) {
        color: #1E8CCF;
        border-bottom: 3px solid #1E8CCF;
    }
    .navbar .nav-link.nav-inv {
        color: #fff;
        background-color: #067BB8;
        padding: .5rem 1.5rem .5rem 1rem!important;
        border: 1px solid #fff;
    }
    .navbar .nav-link.nav-inv i {
        color: #fff;
    }
    .navbar .nav-link.nav-inv:hover {
        background-color: #1f95d5;
    }
}
@media (min-width: 1400px) {
    .navbar .nav-link.nav-inv {
        padding: .75rem 1.25rem!important;
    }
}
@media (max-width: 1399px) {
    .navbar {
        padding: 1rem 0;
    }
    .navbar .navbar-brand {
        width: 11rem;
    }
    .navbar .nav-link {
        font-size: 1rem;
        margin: auto .625rem;
    }
    .navbar .nav-link.nav-inv i {
        font-size: .75rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        padding: .5rem 0;
        box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
    }
    .navbar .navbar-brand {
        width: 8rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 .5rem;
        margin: 0;
    }
    .navbar .nav-link {
        font-weight: 400;
        margin: 0 0 .125rem;
    }
    .navbar .nav-link.nav-inv i {
        display: none;
    }
}





/*------------------------------
            Header
------------------------------*/
header {
    position: relative;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(../images/header/about.jpg) center no-repeat;
    background-size: cover!important;
    overflow: hidden;
    margin-top: 6rem;
}
#strategies_page header {
    background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(../images/header/strategies.jpg) center no-repeat;
}
#team_page header {
    background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(../images/header/team.jpg) center no-repeat;
}
#portfolio_page header {
    background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(../images/header/portfolio.jpg) center no-repeat;
}
#sustainability_page header {
    background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(../images/header/sustainability.jpg) center no-repeat;
}
#news_page header,
#newsArticle_page header {
    background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(../images/header/news.jpg) center no-repeat;
}
#contact_page header {
    background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(../images/header/contact.jpg) center no-repeat;
}
header .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 34rem;
    padding: 4rem 0;
}
header h1 {
    z-index: 3;
    position: relative;
    font-weight: 700;
    margin: 0;
}
header h2 a:hover {
    color: #fff;
    opacity: 1;
}
header video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .video::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .25);
}
header .video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
    header {
        margin-top: 4rem;
    }
    header .content {
        min-height: 26rem;
    }
}
@media (max-width: 991px) {
    header {
        margin-top: 3rem;
    }
    header .content {
        min-height: 16rem;
    }
}





/*------------------------------
            Home
------------------------------*/
.home .carousel-item {
    position: relative;
}
.home .main {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 10rem 0 4rem;
}
.home h1 {
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    max-width: 60rem;
    margin-bottom: 1.25rem;
}
.home h1 span {
    color: #FEC53A;
}
.home h2 {
    color: #fff;
    font-weight: 700;
    max-width: 30rem;
    margin-bottom: 1rem;
}
.home a {
    position: absolute;
    left: 0;
    bottom: 3.5rem;
    right: 0;
    display: inline-block;
    width: 4rem;
    margin: 0 auto;
}
.home a:hover {
    opacity: .8;
}
.home a img {
    width: 2.625rem;
}
.home .video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .video::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .4);
}
.home .video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}
.section-1 {
    position: relative;
    background-color: #F5F5F5;
    border: 2rem solid #fff;
}
.section-1::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: calc(50vw - 8rem);
    content: '';
    background: url(../images/icons/home-triangle-no-lines.svg) right center no-repeat;
    background-size: cover;
}
.section-1 .snapshot {
    position: relative;
    padding-right: 56%;
}
.section-1 .content {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 10rem;
    text-align: center;
    padding: 2rem 0;
}
.section-1 .content:not(:last-child)::after {
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 1px;
    width: calc(50vw);
    content: '';
    background-color: #fff;
}
.section-1 .num {
    color: #067BB8;
    margin: 0;
}
.section-1 .title {
    color: #01436E;
    letter-spacing: -.1px;
    line-height: 1.3;
    margin: 0;
}
.section-2 {
    background-size: cover!important;
}
.section-2 .content {
    position: relative;
    padding: 10rem 16%;
}
.section-2 .content::after {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -.75rem;
    display: block;
    height: 100%;
    width: 51vw;
    content: '';
    background-color: rgba(255, 255, 255, 0.9);
}
.section-2 .content div {
    z-index: 3;
    position: relative;
}
.section-2 p {
    margin-bottom: 3rem;
}
.section-2 .img-container {
    height: 100%;
    background-size: cover!important;
}
.section-3 {
    color: #fff;
    background-size: cover!important;
    padding: 10rem 0;
    border: 2rem solid #fff;
}
.section-3 h3 {
    color: #fff;
}
.section-3 p {
    color: #fff;
    margin-bottom: 4rem;
}
.section-3 .inv {
    height: 10rem;
    padding: 2rem 1.5rem;
}
.section-3 .inv img {
    filter: brightness(0) invert(1);
}
.section-4 {
    padding: 4rem 0;
}
.section-4 address span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section-4 form {
    background-color: #fff;
    padding: 4rem 5rem 4rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
}
.section-4 .form-label {
    margin-bottom: .5rem;
}
.section-4 .form-control {
    color: #000;
    padding: .5rem 1rem;
    border: 1px solid #616161;
    border-radius: .25rem;
}
.section-4 .btn {
    color: #fff;
    background-color: #067BB8;
    width: 100%;
    padding: .75rem 2rem;
    margin: 1rem 0 0;
}
.section-4 .btn:hover {
    background-color: #1f95d5;
}
@media (min-width: 768px) {
    .section-4 .col-md-6:first-child h3 {
        margin-top: 4rem;
    }
}
@media (min-width: 992px) {
    .section-2:nth-child(odd) .col-lg-6:first-child {
        order: 2;
    }
    .section-2:nth-child(odd) .col-lg-6:first-child .content::after {
        left: -.75rem;
        right: auto;
    }
    .section-2 .img-container {
        width: 50vw;
    }
    .section-2:nth-child(odd) .img-container {
        float: right;
    }
}
@media (min-width: 1200px) {
    .home h1.mt-3 {
        padding-left: 2rem;
    }
}
@media (max-width: 1199px) {
    .section-1 {
        border: 1rem solid #fff;
    }
    .section-1 .content {
        min-height: 6rem;
        padding: 1rem 0 2rem;
    }
    .section-2 .content {
        padding: 5rem 16%;
    }
    .section-3 {
        padding: 5rem 0;
        border: 1rem solid #fff;
    }
}
@media (max-width: 991px) {
    .home .main {
        padding: 10rem 0 0;
    }
    .home h1 {
        margin-bottom: 2rem;
    }
    .home a img {
        width: 2rem;
    }
    .section-1 {
        padding: 4rem 0 2rem;
    }
    .section-1 .snapshot {
        padding: 0;
    }
    .section-1 .col-lg-6:first-child {
        order: 2;
    }
    .section-1 .col-lg-6:last-child {
        order: 1;
    }
    .section-2 .content {
        padding: 5rem 0;
    }
    .section-2 .content::after {
        right: -25vw;
        width: 150vw;
    }
    .section-4 .title {
        margin-bottom: 1rem;
    }
    .section-4 address {
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .section-1::after {
        height: 100%;
        width: calc(100vw - 2.5rem);
    }
    .section-3 {
        padding: 4rem 0;
    }
    .section-4 {
        padding: 4rem 0 2rem;
    }
    .section-4 .content {
        margin: 0;
    }
    .section-4 form {
        padding: 2rem 1rem;
        margin: 1rem 0;
    }
    .section-4 .form-label {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .eos .carousel .carousel-item,
    .eos .carousel#carouselEos-2 .carousel-item,
    .eos .carousel#carouselEos-3 .carousel-item {
        height: 14rem;
    }
}





/*------------------------------
            About
------------------------------*/
.nav-about {
    background-color: #F8F8F8;
    padding: 1rem 0;
    margin-bottom: 3rem;
}
.nav-about .nav-link {
    color: #1F1F1F;
    font-weight: 500;
    text-transform: uppercase;
    padding: .5rem 0;
    border-bottom: 3px solid transparent;
    margin: 0 auto;
}
.nav-about .nav-link.active {
    color: #067BB8;
    border-bottom: 3px solid #CE6505;
}
.nav-about .nav-link:hover {
    border-bottom: 3px solid #CE6505;
}
.overview {
    padding: 3rem 0;
}
.overview .content h3 {
    margin-bottom: 3rem;
}
.overview .content p:not(:last-child) {
    margin-bottom: 3rem;
}
.overview .img-container {
    height: 100%;
    min-height: 16rem;
}
.about {
    padding: 5rem 0;
}
.about h3 {
    margin-bottom: 3rem;
}
.about .content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100% - 9rem);
    min-height: 29.25rem;
    text-align: center;
    padding: 9rem 1.5rem 1.5rem;
    border: 1px solid #067BB8;
    border-radius: .9375rem;
    margin-top: 9rem;
}
.about .content:hover {
    background-color: #F2FAFE;
}
.about .content:hover > div {
    background-color: #067BB8;
}
.about .content:hover > div img {
    filter: brightness(0) invert(1);
}
.about .img-container {
    z-index: 1;
    position: absolute;
    top: -3.8125rem;
    left: calc(50% - 3.8125rem);
    width: 7.625rem;
    height: 7.625rem;
    padding: 2rem;
    background-color: #F2FAFE;
    border: 1px solid #067BB8;
    border-radius: 100%;
}
.about .content h5 {
    color: #067BB8;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.75rem;
}
.about .content p {
    line-height: 1.6;
}
.focus {
    color: #1D3D7B;
    padding: 3rem 0 5rem;
}
.focus p.f26 {
    margin-bottom: 4rem;
}
.focus img {
    width: 4.75rem;
    height: 4.75rem;
    margin-right: 2rem;
}
.focus .title-2 {
    font-weight: 600;
    margin-bottom: 1rem;
}
.focus ul {
    color: #1D3D7B;
    position: relative;
}
.focus ul li::before {
    content: '» ';
}
.focus .img-container {
    position: relative;
    background-size: cover!important;
    height: calc(100% - 1.875rem);
    min-height: 16rem;
    margin-bottom: 1.875rem;
}
.focus-new {
    padding: 2rem 0 4rem;
}
.focus-new .content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 20rem;
    padding: 2rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
.focus-new .content::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .45);
}
.focus-new .content img {
    transition: all .3s ease-out;
}
.focus-new .content:hover > img {
    transform: scale(1.1);
    filter: blur(1px);
}
.focus-new .content h5 {
    z-index: 3;
    position: relative;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    line-height: 1.2;
    text-align: center;
    margin: auto;
}
.focus-new .content img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.partner {
    padding: 3rem 0 5rem;
}
.partner .content {
    color: #fff;
    background-size: cover!important;
    padding: 6.5rem 21%;
    border-radius: 1rem;
}
.partner .content h3 {
    display: flex;
    flex-direction: row;
    color: #fff;
}
.partner .content img {
    position: relative;
    top: 1rem;
    width: 4.5rem;
    margin-right: 1.25rem;
}
.partner .content p {
    color: #fff;
}
.partner p {
    margin-bottom: 1rem;
}
.partner p:last-child {
    margin: 0;
}
.partner .media {
    background-color: #F2FAFE;
    padding: 3rem 2rem;
    border-radius: 1rem;
}
.partner .media:not(:last-child) {
    margin-bottom: 1.875rem;
}
.partner .media img {
    width: 5.625rem;
    height: 5.625rem;
    margin-right: 2rem;
}
.partner .media h5 {
    color: #1D3D7B;
    font-weight: 600;
}
@media (max-width: 1399px) {
    .nav-about {
        margin-bottom: 0;
    }
    .about {
        padding: 4rem 0;
    }
    .about .img-container {
        top: -2.5rem;
        left: calc(50% - 2.5rem);
        width: 5rem;
        height: 5rem;
        padding: 1.25rem;
    }
    .about .content {
        min-height: 26rem;
        padding: 6rem 1rem 1rem;
    }
    .overview .content p:not(:last-child) {
        margin-bottom: 1rem;
    }
}
@media (max-width: 991px) {
    .about .content {
        min-height: 21rem;
        padding: 4rem 1rem 1rem;
        margin-top: 4rem;
    }
    .partner .content {
        padding: 4rem 16%;
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 767px) {
    .nav-about .nav-link {
        font-size: .75rem;
        padding: 0.5rem 0;
    }
    .focus {
        padding: 0 0 4rem;
    }
    .partner {
        padding: 0 0 4rem;
    }
    .partner .content {
        padding: 4rem 1rem;
        margin-bottom: 1.875rem;
    }
    .partner .media {
        padding: 2rem 1rem;
    }
    .partner .media img {
        width: 4rem;
        height: 4rem;
        margin-right: 1rem;
    }
}
@media (max-width: 575px) {
    .about .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .about .col-6:nth-child(even) {
        padding-left: .5rem;
    }
    .about .img-container {
        top: -2rem;
        left: calc(50% - 2rem);
        width: 4rem;
        height: 4rem;
        padding: 1.125rem;
    }
    .about .content {
        height: calc(100% - 4rem);
        min-height: 19rem;
        padding: 3rem 1rem 1rem;
        margin-top: 4rem;
    }
    .about .content h5 {
        font-size: .875rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .about .content p {
        font-size: .875rem;
        line-height: 1.3;
        margin: 0;
    }
}





/*------------------------------
            Strategies
------------------------------*/
.strategies {
    padding: 5rem 0;
}
.strategies h4 {
    color: #04276D;
    font-weight: 700;
    margin-bottom: 3rem;
}
.strategies .content {
    margin-top: 2rem;
}
.strategies .img-container {
    height: 24rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
.strategies .title {
    color: #3C76CC;
    font-weight: 700;
    margin-bottom: 2rem;
}
.strategies .title-2 {
    margin-bottom: 2rem;
}
.strategies p {
    margin-bottom: 1rem;
}
.p-equity {
    padding: 6rem 0;
}
.p-equity:nth-child(odd) {
    background-color: #F5F5F5;
}
.p-equity .logo-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.p-equity .img-container {
    text-align: center;
    padding: 1rem;
}
.p-equity .img-container img {
    width: 5.25rem;
    height: 4.625rem;
}
.p-equity .title {
    position: relative;
    color: #002575;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1rem;
}
/* .p-equity .title::after {
    position: absolute;
    left: 0;
    bottom: -2.5rem;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #002575;
    transform: skewX(-60deg);
} */
.p-equity .col-md-4:nth-child(2) .title {
    color: #CE6505;
}
/* .p-equity .col-md-4:nth-child(2) .title::after {
    background-color: #CE6505;
} */
.p-equity .col-md-4:nth-child(3) .title {
    color: #067BB8;
}
/* .p-equity .col-md-4:nth-child(3) .title::after {
    background-color: #067BB8;
} */
.p-equity .title-2 {
    margin-bottom: 2rem;
}
.p-equity ul li:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 1rem;
}
.p-equity hr {
    border-top: 2px solid #CE6505;
    margin: 3rem 0 4rem;
}
.assets {
    padding: 5rem 0;
}
.assets p {
    margin-bottom: 1rem;
}
.assets p:last-child {
    margin-bottom: 4rem;
}
.assets .content {
    position: relative;
    color: #fff;
    background-size: cover!important;
    height: 27.5rem;
    text-align: center;
    padding: 1rem 15%;
    margin-top: 1rem;
}
.assets .content .title {
    z-index: 3;
    position: relative;
    font-weight: 700;
    margin: auto auto 2rem;
    transition: all .6s ease-out;
}
.assets .content ul {
    z-index: 3;
    position: relative;
    color: #fff;
    max-height: 0;
    opacity: 0;
    transition: all .6s ease-out;
}
.assets .content:hover > ul {
    max-height: 100%;
    opacity: 1;
}
.assets .content ul li:not(:last-child) {
    padding-bottom: .5rem;
    border-bottom: 1px solid #fff;
    margin-bottom: .5rem;
}
.assets .overlay {
    opacity: 0;
    background-color: rgba(5, 121, 184, .65);
    transition: all .6s ease-out;
}
.assets .content:hover > .overlay {
    opacity: 1;
}
@media (max-width: 1399px) {
    .strategies .title {
        margin-bottom: 1rem;
    }
    .p-equity .title {
        margin: .5rem 0 5rem;
    }
    .assets .content {
        height: 23rem;
    }
}
@media (max-width: 767px) {
    .strategies .title {
        margin-bottom: 1rem;
    }
    .p-equity .col-md-4:not(:first-child) .img-container {
        margin-top: 3rem;
    }
    .p-equity .title {
        margin: 0 0 2rem;
    }
    .p-equity .title::after {
        bottom: -1.125rem;
    }
    .p-equity ul li:not(:last-child) {
        padding-bottom: .25rem;
        margin-bottom: .25rem;
    }
    .assets .content {
        height: 18rem;
        padding: 1rem;
    }
    .assets .content .title {
        margin: auto auto 1rem;
    }
    .assets .content ul {
        line-height: 1.3;
    }
}





/*------------------------------
            Team
------------------------------*/
.team-snapshot {
    text-align: center;
    background-color: #F8F8F8;
    padding: 5rem 0;
    border: 1.875rem;
    border: 1.875rem solid #fff;
    border-bottom: none;
}
.team-snapshot h4 {
    line-height: 1.5;
    margin-bottom: 3.5rem;
}
.team-snapshot .content {
    height: calc(100% - 2rem);
    background-color: #DEE9F0;
    padding: 1.5rem;
    margin-top: 2rem;
}
.team-snapshot .num {
    color: #067BB8;
    font-weight: 700;
}
.team-snapshot .desc {
    color: #01436E;
    font-weight: 700;
    line-height: 1.3;
}
.filter {
    padding: 5rem 0 3rem;
}
.filter .nav-item {
    color: #04276D;
    background-color: #F8F8F8;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .5rem 1rem;
    border: none;
    margin: auto;
}
.filter .nav-item:hover,
.filter .nav-item.active {
    color: #067BB8;
}
.nav-filter .nav-item:not(:last-child)::after {
    position: absolute;
    top: 15%;
    right: -.9375rem;
    display: block;
    height: 70%;
    content: '';
    border-right: 1px solid #AEBCD4;
}
.filter .nav-item.btn {
    min-width: 18rem;
}
.filter .dropdown-menu {
    min-width: 18rem;
}
.team {
    padding: 5rem 0;
}
.team .person {
    cursor: pointer;
    margin-bottom: 3rem;
}
.team .person .img-container {
    margin-bottom: 1.5rem;
}
.team .person .img-container:not(:hover) > img {
    filter: grayscale(1);
}
.team .name {
    color: #067BB8;
    font-weight: 700;
    margin: 0 0 .25rem;
}
.team .title {
    line-height: 1.1;
    margin: 0;
}
.realized {
    padding: 5rem 0;
}
.realized .senior-advisor {
    cursor: pointer;
}
.realized .col-12:first-child .senior-advisor {
    padding-top: 1rem;
}
.realized .col-12:last-child .senior-advisor {
    padding-bottom: 1rem;
}
.realized .name {
    color: #067BB8;
    font-weight: 700;
    padding: .5rem 0;
    margin: 0;
}
.realized .senior-advisor:hover > div div .name {
    color: #1f95d5;
}
.realized .title {
    margin: 0;
}
@media (max-width: 1399px) {
    .team-snapshot {
        padding: 4rem 0;
        border: 1rem solid #fff;
    }
    .team-snapshot h4 {
        margin-bottom: 3rem;
    }
    .team-snapshot .content {
        height: calc(100% - 1rem);
        margin-top: 1rem;
    }
}
@media (max-width: 991px) {
    .filter {
        padding: 2rem 0 0rem;
    }
    .filter .nav-item {
        text-align: center;
        margin: .875rem 0 0;
    }
    .team .person .img-container {
        margin-bottom: 0;
    }
    .team .name {
        margin: .25rem 0 .125rem;
    }
}
@media (max-width: 767px) {
    .nav-filter {
        padding: 3rem 0 2rem;
    }
    .nav-filter span {
        font-size: .875rem;
        letter-spacing: 0;
        margin-right: .375rem;
    }
    .nav-filter .nav-item {
        font-size: .875rem;
        letter-spacing: 0;
        margin: 0 0.375rem;
    }
    .team .person {
        margin-bottom: 2rem;
    }
    .team .name {
        font-size: 1rem;
    }
    .team .title {
        font-size: .875rem;
    }
}
@media (max-width: 575px) {
    .team .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .team .col-6:nth-child(even) {
        padding-left: .5rem;
    }
}





/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -2.5rem;
    background-color: #067BB8;
    padding: .5rem;
}
.modal .nav .nav-item {
    background-color: #067BB8;
    padding: .5rem;
    margin: .5rem .5rem;
    border: none;
}
.modal .nav .nav-item:hover {
    opacity: .8;
}
.modal .nav .nav-item img {
    width: 1.5rem;
    height: 2rem;
}
.modal .carousel {
    padding: 3rem;   
}
.modal .content {
    min-height: 36rem;
    padding: 1rem 2rem;   
}
.modal .name {
    color: #1D3D7B;
    font-weight: 700;
    margin: 0;
}
.modal .title {
    font-weight: 600;
}
.modal .location img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .25rem;
}
.modal .exp {
    color: #2E3D52;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.modal .desc {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.modal .bio {
    margin-top: -1.75rem;
    padding-top: 3rem;
    border-top: 1px solid #4D6482;
}
.modal .bio p {
    font-weight: 300;
}
.modal-backdrop {
    background-color: #001A31;
}
.modal-backdrop.show {
    opacity: .65;
}
@media (min-width: 992px) {
    .modal p {
        font-size: 1.25rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1240px;
    }
}
@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .modal .nav {
        right: 0;
    }
    .modal .nav .nav-item {
        padding: 0.125rem;
    }
    .modal .nav .nav-item img {
        width: 1.25rem;
        height: 1.5rem;
    }
    .modal .carousel {
        padding: 1rem;   
    }
    .modal .content {
        min-height: auto;
        padding: 0 1rem 1rem;   
    }
    .modal .bio {
        padding-top: 2rem;
        margin-top: 2rem!important;
    }
}





/*------------------------------
           Portfolio
------------------------------*/
.portfolio {
    padding: 3rem 0 8rem;
}
.portfolio .port {
    position: relative;
    cursor: pointer;
    height: 14.75rem;
    margin-bottom: 1.875rem;
    overflow: hidden;
}
.portfolio .port .img-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15% 25%;
}
.portfolio .port img {
    margin: auto;
}
.portfolio .info {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #fff;
    background-color: #067BB8;
    opacity: 0;
}
.portfolio .port:hover > .info {
    opacity: 1;
}
.portfolio .info h5 {
    color: #fff;
    width: 50%;
    text-align: center;
    padding: .875rem;
    margin: 0;
}
.portfolio .info h5:not(:last-child) {
    border-right: 1px solid #fff;
}
.portfolio .info h5::after {
    position: absolute;
    left: 50%;
    bottom: -1rem;
    left: calc(50% - 1.25rem);
    display: block;
    width: 2.5rem;
    height: 2px;
    content: '';
    background-color: #fff;
    margin: auto;
}
@media (max-width: 1399px) {
    .realized {
        padding: 0 0 5rem;
    }
}
@media (max-width: 1199px) {
    .portfolio .port {
        height: 12rem;
    }
}
@media (max-width: 1199px) {
    .portfolio .port {
        height: 10rem;
    }
}
@media (max-width: 767px) {
    .portfolio {
        padding-bottom: 3rem;
    }
    .portfolio .port {
        height: 8rem;
        margin-bottom: 1rem;
    }
    .portfolio .info h5 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: .875rem;
        line-height: 1.15;
        padding: .5rem;
    }
    .portfolio .info h5::after {
        bottom: -.75rem;
    }
}
@media (max-width: 575px) {
    .portfolio .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .portfolio .col-6:nth-child(even) {
        padding-left: .5rem;
    }
}





/*------------------------------
        Portfolio Modal
------------------------------*/
#portfolioModal .carousel {
    padding: 1rem;   
}
.modal .port-container {
    display: flex;
    flex-direction: column;
    height: 22.5rem;
    background-size: cover!important;
}
.modal .port-container img.img-contain {
    width: 70%;
    height: 60%;
    margin: auto;
    object-position: center;
}
.modal .list-edu {
    height: 100%;
    background-color: #F5F5F5;
    padding: 3rem 15%;
}
.modal .list-edu.list-edu-relealized {
    background-color: #fff;
    padding: 0;
    margin-bottom: 2rem;
}
.modal .list-edu li:not(:last-child) {
    margin-bottom: 2rem;
}
.modal .list-edu span {
    display: block;
    color: #067BB8;
    font-weight: 700;
}
.modal .list-edu a {
    color: #FF9A03;
}
.modal .status {
    color: #333;
    margin: .5rem 0 2rem;
}
#portfolioModal .content {
    padding: 0 2rem;
}
.modal hr {
    border-top: 1px solid #77949236;
    margin: 3.25rem 0 3rem;
}
@media (max-width: 991px) {
    .modal .port-container {
        height: 16rem;
    }
    .modal .list-edu {
        padding: 1rem;
    }
    .modal .list-edu li:not(:last-child) {
        margin-bottom: 0;
    }
    #portfolioModal .content {
        padding: 0;
    }
    #portfolioModal .col-lg-7 {
        order: 1;
    }
    #portfolioModal .col-lg-5 {
        order: 2;
    }
}





/*------------------------------
            News
------------------------------*/
.news {
    padding: 5rem 0;
}
.news .img-container {
    height: 10rem;
    background-color: #F8F8F8;
    padding: 3rem;
}
.news .content {
    margin-bottom: 3rem;
}
.news .date {
    color: #067BB8;
    font-weight: 700;
    margin: 0;
}
.news .title {
    display: flex;
    color: #04276D;
    font-weight: 700;
    letter-spacing: -.5px;
    min-height: 8rem;
    border-bottom: 1px solid #EEEEEE;
    margin: 0;
}
.news a:last-child .title {
    border: none;
}
@media (max-width: 767px) {
    .news {
        padding: 4rem 0;
    }
    .news .img-container {
        height: 9rem;
        margin-bottom: 0;
    }
    .news .content {
        padding: 0 1rem;
    }
    .news a:nth-child(-n + 3) .content {
        padding: 1rem;
    }
}





/*------------------------------
         News Article
------------------------------*/
.news-article {
    padding: 5rem 0;
}
.news-article .date {
    color: #A8A8A8;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.news-article .title {
    color: #04276D;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 3rem;
}
.news-article p a {
    color: #FF9A03;
}
.news-article p a:hover {
    color: #ffab2c;
}
.news-article a.back-to-news {
    color: #1d3d7b;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .news-article p {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 1.75rem;
    }
}
@media (max-width: 767px) {
    .news-filter .nav {
        padding: 4rem 0 3rem;
    }
    .news-filter .nav-item {
        font-size: .75rem;
    }
    .news-filter .nav-item:nth-child(2) {
        margin-right: 1rem;
    }
}





/*------------------------------
         Sustainability
------------------------------*/
.sustainability {
    padding: 5rem 0;
}
/* .sustainability p,
.sustainability ul {
    margin-bottom: 1rem;
} */
.impact .content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 1rem);
    background-color: #F2FAFE;
    padding: 2.75rem 1.5rem 1.875rem;
    margin-bottom: 1rem;
}
.impact .title {
    color: #002575;
    font-weight: 700;
    letter-spacing: -.10px;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.impact .col-lg-4:nth-child(2) .title {
    color: #CE6505;
}
.impact .col-lg-4:nth-child(3) .title {
    color: #067BB8;
}
.impact p {
    opacity: 0;
    transition: all .3s ease-out;
}
.impact .content:hover > p {
    opacity: 1;
}
.impact .img-container {
    margin-top: auto;
}
.report {
    background-color: #F8F8F8;
    padding: 5rem 0;
}
.contact-portfolio {
    padding: 5rem 0;
}
.contact-portfolio .port {
    height: 14rem;
    background-color: #F5F5F5;
    padding: 4rem 3rem;
    margin-top: 1rem;
}
@media(min-width: 1400px) {
    .sustainability p {
        font-size: 1.625rem;
        /* margin-bottom: 3rem; */
    }
}
@media(max-width: 991px) {
    .report .img-container {
        height: 24rem;
        margin-top: 2rem;
    }
    .report .img-container img {
        object-position: left;
    }
    .contact-portfolio .port {
        height: 8rem;
        padding: 2rem;
    }
}





/*------------------------------
            Contact
------------------------------*/
.contact-info {
    padding: 5rem 0;
}
.contact-info h3 {
    color: #1F1F1F;
    margin-bottom: 1rem;
}
.contact-info .dropdown .btn {
    display: flex;
    color: #04276D;
    background-color: #F5F5F5;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
    padding: 1rem;
    border: 1px solid #067BB8;
    border-radius: 0;
}
.contact-info .dropdown .btn:focus {
    outline: none;
    box-shadow: none;
}
.contact-info .dropdown .btn::after {
    margin: auto 5% auto auto;
}
.contact-form {
    background-color: #F2FAFE;
    padding: 5rem 0;
}
.contact-form .form-label {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 1rem;
}
.contact-form .form-control {
    padding: .75rem 1rem;
    border: 1px solid rgba(6, 121, 183, .33);
    border-radius: 0;
    margin-bottom: 2rem;
}
.contact-form .btn {
    color: #fff;
    background-color: #067BB8;
    padding: .75rem 5rem;
    border: none;
    border-radius: 0;
    margin: 1rem auto 0;
}
.contact-form .btn:hover {
    background-color: #188ecc;
}
.contact {
    padding: 5rem 0;
}
.contact .title {
    display: flex;
    color: #1D3D7B;
    font-weight: 500;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 2rem;
}
.contact .title a {
    color: #067BB8;
    font-size: 60%;
    text-transform: uppercase;
    margin: auto 1rem auto auto;
}
.contact .title a:hover {
    color: #188ecc;
}
.contact .map {
    height: 24rem;
}
.contact address {
    font-weight: 500;
    margin-top: 1.875rem;
}
.contact p {
    text-align: center;
    padding-top: 3rem;
    border-top: 1px solid #E0E0E0;
    margin: 3rem 0 0;
}
.contact p a {
    color: #FF9A03;
}
@media (max-width: 991px) {
    .contact .col-lg-6:not(:first-child) {
        margin-top: 3rem;
    }
    .contact-form .form-label {
        margin: 0;
    }
    .contact-form .form-control {
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
    }
    .contact .map {
        height: 14rem;
    }
    .contact address {
        margin: 1rem 0;
    }
}
@media (max-width: 767px) {
    .contact {
        padding: 4rem 0;
    }
    .contact .content {
        margin: 0;
    }
    .contact form {
        padding: 2rem 1rem;
        margin: 1rem 0;
    }
    .contact .form-label {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .contact .title a {
        margin-left: 0;
    }
}





/*------------------------------
          Accessibility
------------------------------*/
.accessibility {
    padding: 5rem 0;
}
.accessibility h5 {
    font-weight: 500;
    margin-bottom: 1rem;
}
.accessibility .img-hr {
    width: 4.75rem;
    margin: 1rem 0 2rem;
}
.accessibility .img-container {
    filter: grayscale(1);
    margin-bottom: 3rem;
}
@media (min-width: 1200px) {
    .accessibility h5 {
        margin-bottom: 2rem;
    }
    .accessibility p {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .accessibility {
        padding: 4rem 0;
    }
}





/*------------------------------
            Terms
------------------------------*/
.terms {
    padding: 5rem 0;
}
.terms h3 {
    margin: 3rem 0;
}
.terms h5 {
    color: #04276D;
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.terms p {
    margin-bottom: 2rem;
}
.terms ul {
    margin-bottom: 2rem;
}
@media(max-width: 991px) {
    .terms p, .terms ul {
        margin-bottom: 1rem;
    }
}







/*------------------------------
            Footer
------------------------------*/
footer {
    background-color: #F5F5F5;
    padding: 5.5rem 0 1.5rem;
}
footer h5 {
    color: #1D3D7B;
}
footer address {
    letter-spacing: 1px;
}
footer .nav {
    width: 33.333%;
}
footer .nav .nav-item {
    color: #1D3D7B;
    font-weight: 500;
    margin-bottom: .375rem;
}
footer .nav-item.nav-inv {
    color: #fff;
    background-color: #067BB8;
    padding: .75rem 1rem!important;
    border: 1px solid #fff;
}
footer .nav-item.nav-inv i {
    color: #fff;
    transform: scale(1.25, 1.25);
    padding: .5rem 0;
}
footer .nav-item.nav-inv:hover {
    background-color: #1f95d5;
}
footer hr {
    background-color: #fff;
    margin: 3rem 0;
}
footer p {
    position: relative;
    margin: 0;
}
footer p a img.img-contain {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .75rem;
}
@media (max-width: 1399px) {
    footer {
        padding: 2rem 0 1rem;
    }
    footer .nav-item.nav-inv {
        padding: 0.5rem 1.25rem!important;
    }
    footer .nav-item.nav-inv i {
        font-size: .75rem;
    }
    footer hr {
        margin: 2rem 0 1.5rem;
    }
}
@media (max-width: 991px) {
    footer img {
        width: 7rem;
        margin-bottom: 1rem;
    }
    footer a.investor-login {
        letter-spacing: .5px;
        padding: .5rem 1rem;
    }
}
@media (max-width: 767px) {
    footer address {
        letter-spacing: 0;
    }
    footer .nav {
        width: 100%;
    }
    footer .nav .nav-item {
        margin-bottom: .125rem;
    }
    footer .nav-item.nav-inv {
        padding: 0.5rem 1.25rem .5rem .875rem!important;
    }
    footer p a {
        display: block;
    }
    footer p span {
        display: none;
    }
}