/*
Theme Name: Emerald Venture New
Theme URI: #
Author: PMA Digital
Author URI: https://www.pmadigital.com/
Description: Responsive WordPress theme for Emerald Ventures.
Version: 1.2.5
Requires at least: 5.0
Tested up to: 6.0.1
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emerald
*/

/* 
.primary-navigation__items .megamenu .container {
    max-width: 928px !important;
}

.heading-text-only {
    line-height:  1.1em !important;
} */

/* :root {
    font-size: 15px;
} */

/* h1 { 
    font-size: 3.125rem !important;
}

h2 { 
    font-size: 2.625rem !important;
}

h3 { 
    font-size: 1.875rem !important;
}

h4 { 
    font-size: 1.500rem !important;
}

h5 { 
    font-size: 1.312rem !important;
}

h6 { 
    font-size: 1.187rem !important;
} */

.cc-revoke, .cc-window {
    z-index: 9999;
}

.primary-navigation__items>li:hover .megamenu{
    max-height: 350px !important;
}
.admin-bar .primary-navigation__items .megamenu{
    top:119px !important;
}

/* MOBILE MENU */
.slide-menu{position:fixed;width:320px;max-width:100%;height:100vh;top:0;right:0;display:none;overflow:hidden;box-sizing:border-box;transform:translateX(100%);overflow-y:auto;z-index:1000}.slide-menu,.slide-menu .slide-menu__slider{transition:transform .3s ease-in-out;will-change:transform}.slide-menu .slide-menu__slider{width:100%;transform:translateX(0); height:100%!important;}.slide-menu ul{position:relative;width:100%;margin:0;padding-left:0;list-style:none}.slide-menu ul ul{position:absolute;top:0;left:100%;display:none}.slide-menu ul a{display:block}.slide-menu a{cursor:pointer}

.site-logo-bar .site-logo {
    width: 203px;
}

.site-navigation {
    background-color: transparent;
}

.site-pusher {
    position: relative;
    overflow: hidden;
}
.offcanvas-new {
    width: 100%;
    /* max-width: 320px; */
    position: fixed;
    background: var(--color-white);
    overflow-y: auto;
    height: calc(100vh - 53px);
    z-index: 99999;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.offcanvas-new.is-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.site-header {
    z-index: 99998;
}
#mobile-menu {
    max-width: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    top: initial;    
}
#mobile-menu.is-visible {

}

#mobile-menu .sub-menu {
    opacity: 0;
    pointer-events: none;
}

#mobile-menu .sub-menu.slide-menu__submenu--active {
    opacity: 1;
    pointer-events: all;
}
#menu-transform {
    left: 0;
}
.menu-trigger {
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    appearance: none;
    border: 0;
    background-color: transparent;
    margin-top: 0.5rem;
}
.menu-trigger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.menu-trigger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-trigger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-trigger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}

.menu-trigger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  right: 0px;
}

.mobile-menu-wrapper {
    max-height: 100%;
    height: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0;
    padding-top: 0.875rem;
}

.off-canvas-screen {
    visibility: hidden !important;
    display: none !important;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.slide-menu__slider {
/*    height: 100%;*/
}
.slide-menu ul {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.slide-menu {
    right: 0 !important;
    left: 0 !important;
    transform: translate(0);
    width: 100% !important;
    position: relative;
    height: 100%;
    /* padding: 1.25rem; */
}

.slide-menu ul a {
    font-size: 1.225rem;
    font-weight: 400;
    line-height: 1.225rem;
    padding: 1.15rem 0;
    text-decoration: none;
    border-bottom: 1px solid #B5B5B5;
}

.slide-menu__backlink {
    color: #B6B6B6;
    font-size: 1rem !important;
}

.slide-menu ul li > a {
    position: relative;
}

.slide-menu ul li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxMSAxMUwxIDIxIiBzdHJva2U9IiMxQjQyNTYiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 10px;
    height: 100%;
}

.slide-menu ul li.current-menu-item > a {
    color: var(--color-green);
}

.slide-menu ul li.current-menu-item .menu-holder a {
    color: var(--color-green);
}

.slide-menu ul ul {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.bottom-backlink {
    margin-top: auto;
    text-align: center;
    border-top: 1px solid #B6B6B6;
}
.bottom-backlink a {
    border-bottom: 0 !important;

}

#mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: none;
    border-top: 1px solid #fff;
}

@media (max-width: 480px) {
    .site-logo-bar .site-logo {
        padding: 1.25rem 0;
    }
    .site-logo-bar .site-login-links:before {
        height: 100%;
        width: 120%;
        left: -40%;
        background-size: cover;
    }
}

.site-logo-bar .site-login-links:before {
    pointer-events: none;
}

.mobile-menu-tools {
    background-color: var(--color-primary);
    display: flex;
    justify-content: flex-end;
}

.mobile-menu-tools .user-icon a {
    display: block;
    padding: 1.375rem;
}

.mobile-menu-tools .user-icon svg {
    color: var(--color-white);
    display: block;
    width: 1.725rem;
    height: 1.725rem;
}

.mobile-menu-tools .mobile-search {
    padding: 1.375rem;
    background-color: #E1E6E8;
}

.mobile-menu-tools .mobile-search svg {
    color: var(--color-primary);
    display: block;
    width: 2rem;
    height: 2rem;
}

.mobile-menu-tools .investor-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    padding-left: 1.25rem;
    font-size: 1.15rem;
    line-height: 1.1428;
    font-weight: 700;
}

.mobile-menu-tools .investor-services span {
    color: var(--color-white);
}
.mobile-menu-tools .investor-services a {
    color: var(--color-green);
    text-decoration: none;
}

.menu-trigger {
    display: block;
    width: 32px;
    height: 32px;
}
.menu-trigger svg {
    width: 100%;
    height: 100%;
}

.mobile-menu-tools {
    position: relative;
}
.mobile-search-wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.25s;
}

.mobile-search-wrapper.search-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.mobile-search-wrapper {
    width: 100%;
    height: 100%;
}
.mobile-search-wrapper form {
    width: 100%;
    height: 100%;
    display: flex;
}

.mobile-search-wrapper button,
.mobile-search-wrapper input {
    appearance: none;
    border: 0;
}

.mobile-search-wrapper input {
    width: 100%;
    border-top: 1px solid #E1E6E8;
}
.mobile-search-wrapper input:focus,
.mobile-search-wrapper input:focus-visible {
    outline: none;
}
/* MOBILE MENU */


.cc-revoke {
    font-family: var(--font-default);
}

/* CUSTOMIZE */
.text-center {
    text-align: center !important;
}
/* 
body {
    font-size: 0.9375rem;
    line-height: 1.325rem;
} */

body {
    padding-top: 3.325rem;
}

.pt-80 {
    padding-top: 80px;
}

.pt-40 {
    padding-top: 40px;
}

main.site-main--page.for-entrepreneurs .section.image-layout {
    max-width: 1116px;
    margin: 0 auto;
}

.site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-logo-bar .site-login-links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0 !important;   
    background-color: var(--color-primary);
}

.site-logo-bar .site-login-links .investor-services span {
    color: var(--color-white);
}
.primary-navigation__items {
    background: var(--color-gray);
}
.site-logo-bar {
    background: var(--color-gray);
}
.admin-bar .primary-navigation__items .megamenu {
    top: 120px;
}
.primary-navigation__items .megamenu {
    top: 86px;
}
.primary-navigation__items .megamenu .divider {
    background-color: var(--color-gray);
}
.primary-navigation__items .megamenu .container .divider:first-child>ul {
    padding: 0;
}
.primary-navigation__items .megamenu .container {
    border: 0px;
}
.primary-navigation__items .megamenu .container .divider:first-child>ul>li {
    padding: 10px 20px;
}

.mobile-menu-trigger {
    background-image:url("data:image/svg+xml,%3Csvg height='32px' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z' fill='%23FFFFFF'/%3E%3C/svg%3E")
}

.text-only .container {
    max-width: 1160px;
}

.text-only iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.section-plain-text-boxes{
    padding-bottom: 4rem;
}
.section-plain-text-boxes .container{
    max-width: 1160px;
}
.section-plain-text-boxes .history-body{
    max-width: 100% !important;
}
.section-plain-text-boxes .history-body p{
    padding-bottom: 3.3rem;
}
.section-plain-text-boxes h2{
    margin-left: 0 !important;
}
.section-plain-text-boxes .history-body p,
.section-plain-text-boxes h2{
    text-align: left !important;
}
.section-plain-text-boxes .boxes p{
    font-weight: 500;
}
.section-plain-text-boxes .boxes h3{
    color: var(--color-green);
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 1.125rem;
}
.section-plain-text-boxes .boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}
.section-plain-text-boxes .boxes .box-left,
.section-plain-text-boxes .boxes .box-right{
    flex: 1 1 50%;
}
.section-plain-text-boxes .boxes .box-left{
    padding-right: 4rem;
}
.section-plain-text-boxes .boxes .box-right{
    padding-left: 1rem;
}
.section-plain-text-boxes .img-wrap{
    padding: 3.725rem 0;
    width: 100%;
}

.sector-team-members .section-title,
.text-only-2 .text-only--heading{
    text-align: center;
    margin-bottom: 36px;
    font-size: 2rem;
    line-height: 2.125rem;
    font-weight: 300;
}

.sector-team-members .section-description,
.text-only-2 p{
    font-weight: 400;
    text-align: center;
}

.pull-quote-layout .container {
    max-width: 1160px;
}

@media (max-width: 1800px) {
    a.menu-item-link-class {
        margin: 0 !important;
    }
}
@media (max-width: 1660px) {
    .site-logo-bar {
        justify-content: flex-start;
    }
    .site-search-wrapper {
        margin-left: auto;
    }
    .site-logo {
        padding-right: 1rem;
    }
    a.menu-item-link-class {
        margin: 0 !important;
    }
}

@media (max-width: 1440px) {
    /*.primary-navigation {
        display: none;
    }*/

    .mobile-menu-trigger {
        display: block;
    }
    .site-logo-bar .site-login-links .investor-services,
    .site-logo-bar .site-login-links .user-icon {
        display: none;
    }
    .search-wrapper {
        display: none !important;
    }
    #menu-main-menu li {
        display: none;
    }
}


@media (min-width: 1280px) and (max-width: 1440px) {
    .site-logo-bar .site-login-links:before {
        width: 90px;
        height: 90px;
        background-size: cover;
    }
}
@media screen and (min-width: 1195px) {
    .investors-layout .inv-arrows {
        margin-right: 0;
    }
}
@media (min-width: 1280px) {
    body {
        padding-top: 70px;
    }
    .primary-navigation > ul > li {
        padding: 28px 8px !important;
    }
    .site-logo-bar {
        padding-left: 1rem;
    }
    .site-logo-bar .site-login-links .user-icon .svg-icon-user-icon {
        color: var(--color-white);
    }
    .site-navigation {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    body {
        padding-top: 86px;
    }
    .primary-navigation__items a {
        font-size: 0.9375rem !important;
    }
    /*.site-logo-bar {
        padding-left: 4.25rem;
    }*/
    /* .site-logo-bar .site-login-links:before {
        background-size: cover;
        height: 100%;
        width: 100%;
        left: -35px;
        pointer-events: none;
    } */
    #mobile-menu {
        display: none;
    }
}

@media (min-width: 1800px) {
    .site-logo-bar {
        padding-left: 4.25rem;
    }
    #Calque_2{
        left: 4.25rem;
        padding-left: 0 !important;
    }
}

@media (min-width: 1441px) {
    .site-logo-bar .site-login-links:before {
        background-size: cover;
        height: 100%;
        width: 40%;
        left: -35px;
        pointer-events: none;
    }
    .menu-trigger {
        display: none;
    }
}

@media (max-width: 1280px) {
    .site-logo-bar .site-login-links {
        justify-content: flex-end;
    }
}

@media (max-width: 1439px) {

}


.button {
    border-radius: 25px;
    font-weight: 400 !important;
    padding: 0.875rem 2.625rem !important;
    font-size: 0.9375rem !important;
}
.site-footer{
    z-index: 10;
    /*height: 100px;*/
    padding-bottom: 20px;
}
.site-footer .copyrights{
    position: relative;
    top: -15px;
}
.site-footer .social-media {
    background-color: var(--color-gray);
    display: flex;
}
.site-footer .social-media li a,
.site-footer .social-media li a svg {
    width: 32px;
    height: 32px;
}
.site-footer .social-media li a svg {
    color: var(--color-primary);
}
.site-footer .social-media-list {
    display: flex;
    align-items: center;
}
.site-footer .attribution a{
    font-weight: 600;
    text-decoration: underline;
}
.site-footer .attribution{
    position: absolute;
    display: block;
}
.button--hover--green:hover {
    background-color: var(--color-green);
}

/* SEARCH FORM */
.site-search-wrapper {
    position: relative;
}
.search-wrapper {
    width: 23px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    transition: 400ms ease-in-out;
    position: absolute;
    right: calc(100% + 50px);
    top: 50%;
    transform: translateY(-50%);
  }
  
.search-wrapper.active {
    width: 250px;
}
.search-wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-right: 2px;
    outline: none;
    border: none;
    font-size: 0.9375rem !important;
    box-sizing: border-box;
    background-color: var(--color-gray);
    border-bottom: 1px solid var(--color-primary);
    padding: 0 15px;
    opacity: 0;
    transition: all 0.3s;
}
.search-wrapper input::placeholder {
    font-size: 0.9375rem !important;
}
.search-wrapper.active input {
    opacity: 1;
}
.search-btn {
    background-color: var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 23px;
    height: 23px;
    cursor: pointer;
    margin-left: auto;
    z-index: 1;
    border: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%232F4960' stroke-width='2'/%3E%3Cpath d='M12.5 13L18.5 19' stroke='%232F4960' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}



.pc-counter {
    font-size: 0.9375rem !important;
    font-weight: 400;
}

a.menu-item-link-class {
    position: relative;
    padding: 0 !important;
    margin: 7px 15px;
}
a.menu-item-link-class::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.07em;
    bottom: -5px;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
a.menu-item-link-class:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.button--underline {
    position: relative;
}
.button--underline::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.07em;
    bottom: -5px;
    left: 0;
    background: currentColor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.button--underline:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.button--underline:hover {
    color: currentColor !important;
}

.hero-v2 .hero-2--inner {
    width: 100%;
    flex-direction: row;
    display: flex;
}
.hero-v2 .contact-us-person {
    width: 100%;
}
.hero-v2 .contact-us-person .contact-info{
    flex-direction: row;
    display: flex;
    margin-top: .75rem;
}
.hero-v2 .contact-us-person h3{
    font-size: 2.0625rem;
    line-height: 2.4375rem;
}
.hero-v2 .contact-us-person .hero-v2--reveal{
    margin-top: 1rem;
}
.hero-v2 .contact-us-person{
    padding: 1rem 0;
    position: relative;
}
.hero-v2 .contact-us-person a{
    color: #E1E6E8;
}
.hero-v2 .hero--text{
    padding: 0 !important;
    background:white;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}
.hero-v2 .hero--text a.icon-linkedin{
    height: 44px;
    position: relative;
}
.hero-v2 .hero--text a.icon-linkedin:before{
    content: ' ';
    width: 44px;
    height: 44px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: .3rem;
}
.hero-v2 .hero--text a.team-phone-number::before{
    content: ' ';
    width: 44px;
    height: 44px;
    background-image: url(https://emerald.vc/wp-content/themes/test-theme/assets/images/call-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
    margin-bottom: .3rem;
}
.hero-v2 .hero--text a.team-email::before{
    content: '';
    width: 44px;
    height: 44px;
    background-image: url(https://emerald.vc/wp-content/themes/test-theme/assets/images/email-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
    margin-bottom: .3rem;
}
.hero-v2 .hero--text p:nth-of-type(2){
    margin-bottom: 0!important;
}
.hero-v2 .hero--text h6{
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #1B4357;
    font-weight: normal;
}
.hero-v2 .hero--text h3,
.hero-v2 .hero--text p,
.hero-v2 .hero--text a{
    color: #1B4357
}
.hero-v2 .hero--text a{
    margin-top: 10px;
    margin-right: 3rem;
}
.hero-v2 .hero--text a.button{
    margin-bottom: 0px !important;
}
.hero-v2 .hero--text a.button:hover{
    background-color: #1B4357 !important;
    color: white !important;
}
.hero-v2 .hero--text img{
/*    height: 210px;*/
    margin-right: 58px;
}
@media screen and (max-width:768px){
    #emerald-move-cta{
        position: initial !important;
    }
}
@media screen and (max-width:1280px){
    .hero-v2 .hero--text img{
        margin-right: 20px !important;
    }
}
.insight-grid-v2{
    margin-bottom: 0 !important;
}
.leaflet-container .leaflet-marker-pane img{
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
}
/* HOMEPAGE */

.hero-counter {
    font-size: 0.9375rem !important;
    font-weight: 400;
}

.hero-slider .sub-title {
    font-weight: 300 !important;
}

.hero-slider>.container .hs-title {
    font-weight: 500;
}

.portfolio-grid .container .cta-link-wrap,
.insight-grid .container .cta-link-wrap{
    text-align:center;
}

@media (min-width: 1024px) {
    .portfolio-grid .container .cta-link-wrap,
    .insight-grid .container .cta-link-wrap{
        margin-top: 2.5rem !important;
    }
    .sector-team-members{
        padding-top: 63px;
        padding-bottom: 76px;
    }
    .hero-slider>.container .hs-title {
        font-size: 2.625rem;
    }
    .hero-slider .hero-slick-slider .container .text-block-flex .sub-title {
        padding-top: 1.875rem;
        padding-bottom: 2rem;
        font-size: 1.875rem;
    }
    .hero-slider>.container .text-block {
        max-width: 700px;
    }
    .sector-team-members .section-title,
    .text-only-2 .text-only--heading{
        font-size: 2.625rem!important;
        line-height: 3.0625rem!important;
    }
}

@media (min-width: 1024px) {
    .latest-news-insights {
        padding: 90px 0;
    }
    
}

@media (min-width: 768px) {
    .portfolio-grid .container .cta-link-wrap,
    .insight-grid .container .cta-link-wrap{
        margin-top: 1.5rem
    }
    .sector-team-members{
        padding-top: 40px;
        padding-bottom: 46px;
    }
    .latest-news-insights .section-title {
        margin-bottom: 62px;
    }
    .hero-arrows button,
    .pc-arrows button {
        height: 30px !important;
    }
    .text-media-6040__media {
        width: 50%;
    }
    .text-media-6040__content {
        width: 50%;
    }
    .sector-team-members .section-title,
    .text-only-2 .text-only--heading{
        font-size: 2.125rem;
        line-height: 2.25rem;
    }
    
}

@media (max-width: 768px) {
    .section-plain-text-boxes .boxes{
        flex-direction: column;
    }
    .site-footer .social-media {
        justify-content: center;
    }
    .hero-slider>.container .hs-title {
        font-size: 1.5rem;
    }
    .hero-slider .slide-cta {
        margin-top: 18px;
    }
    .hero-slider .hero-arrows {
        padding-bottom: 60px;
        bottom: 0;
    }
    .tabs-scroller .content-wrapper {
        padding: 40px 20px;
        padding-bottom: 45px;
    }
    .portfolio-carousel .port-logo img {
        max-width: 130px !important;
    }
    .portfolio-carousel .text-block {
        padding: 40px 20px;
    }
    .latest-news-insights {
        padding: 40px 0;
    }
    .investors-layout .investors-bottom-button {
        padding-bottom: 40px !important;
    }
    .site-footer .copyrights {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .pc-arrows {
        padding-bottom: 15px;
    }
    .card .card__wrapper .card__image.card__image__large a {
        padding-top: calc(calc(200/308)*100%);
        max-height: 300px;
    }
    .date {
        padding-bottom: 0.725rem;
    }
    .portfolio-carousel .section-cta a:last-child {
        margin-bottom: 0;
    }
    .investors-layout .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .investors-layout .investor-slider.slick-initialized {
        padding-left: 0;
    }
}

@media (max-width: 675px) {
    .hero-v2 .hero--text a{
        margin-right: 1rem;
    }
}
@media (max-width: 580px) {
    .hero-v2 .contact-us-person .hero-v2--reveal{
        position: unset;
        margin-top: 2rem;
    }
    .hero-v2 .hero-2--inner{
        flex-direction: column;
    }
    .hero-v2 .hero--text img{
        margin-right: 0!important;
    }
    .hero-v2 .contact-us-person{
        padding: 2rem 1.25rem;
    }
}
@media (max-width: 525px) {
    .hero-v2 .hero--text a.icon-linkedin{
        padding-left: 0 !important;
        position: unset !important;
    }
}

@media (max-width: 440px) {
    .investors-layout .investor-slide {
        width: calc(100vw / 2) !important;
    }
    .investors-layout .investor-slide .investor-block {
        width: calc((100vw / 2) - 20px) !important;
    }
    .investors-layout .investor-slide .investor-block img {
        max-width: 90% !important;
    }
}


@media (min-width: 480px) and (max-width: 1440px) {
    .site-logo-bar .site-login-links {
        width: 120px;
    }
    .site-logo-bar .site-logo {
        padding: 0.875rem 0;
    }
    .site-logo-bar .site-login-links:before {
        height: 100%;
    }
}

.investors-layout .heading-wrapper {
    width: 100%;
}


/* TABS SCROLLER  */
.tabs-scroller .tab-scroller-slide {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabs-scroller .tab-scroll-content h2 {
    font-weight: 300;
}
.tabs-scroller .tab-scroll-content h2 strong {
    font-weight: 500;
}
.tabs-scroller .tab-scroll-content p {
    font-weight: 300;
} 

.tabs-scroller .tab-scrolloer-labels .tab-scrolloer-label h3 strong {
    font-weight: 600;
}

@media (min-width: 1024px) {
    /* .tabs-scroller .tabs-scroller-wrapper {
        width: 100%;
    } */
    .tabs-scroller .tab-scroll-content {
        max-width: 80%;
    }
    .tabs-scroller .content-wrapper {
        padding-left: 105px;
    }        
    .tabs-scroller .tab-scroll-content h2 {
        padding-bottom: 1.325rem;
    }
    
    .tabs-scroller .tab-scroll-content p {
        padding-bottom: 1.325rem;
    } 
    .tabs-scroller .tab-scrolloer-labels {
        padding: 23px 20px;
    }
}




/* FADING HEADLINES */
.fading-headlines .fh-slide {
    font-weight: 300;
}
@media (min-width: 1024px) {
    .fading-headlines .fh-slide {
        font-size: 3.125rem;
    }
}
@media (min-width: 1440px) {
    .fading-headlines {
        padding: 130px 0;
    }
}


/* PORTFOLIO CAROUSEL */
.portfolio-carousel .port-logo img {
    max-width: 158px;
    max-height: initial;
}

@media(min-width: 1440px) {
    .portfolio-carousel .left-col {
        /* padding: 220px 0; */
    }
    .portfolio-carousel .port-side {
        padding-top: 80%;
    }
    .portfolio-carousel .port-logo {
        left: 65px;
        bottom: 50px;
    }
}

.portfolio-carousel .sub-title {
    font-size: 1.3125rem;
    font-weight: 600 !important;
    line-height: 1.3125rem;
    padding-bottom: 1.325rem;
    margin-bottom: 18px;
}
.portfolio-carousel .sub-title strong {
    font-weight: 600;
}
.portfolio-carousel .section-title {
    padding-bottom: 1.325rem;
    margin-bottom: 18px;
    max-width: 480px;
}

.portfolio-carousel .section-content {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    font-weight: 400;
    max-width: 480px;
    padding-bottom: 1.325rem;
    margin-bottom: 18px;
}

/* CARDS */
.card {
    border-right-color: var(--color-orange);
}
.card--spark {
    border-right-color: var(--color-green);
}
.card--spark .card__wrapper:after {
    content: none;
}

.card--large .card__content .date {
    padding-bottom: 30px;
}

.card--small .card__content .date {
    padding-bottom: 21px;
}

.card--large .card__summary {
    padding-bottom: 30px;
}

.card--small .card__wrapper .card__content {
    justify-content: center !important;
}

/* 
.card__cta::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.07em;
    bottom: -5px;
    left: 0;
    background: currentColor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
*/

.card__content .date {
    font-style: italic;
    font-weight: 500;
    font-size: 0.9375rem;
}


.card .card__wrapper .card__content .card__summary {
    font-weight: 400;
}

.card.card--small .card__title a {
    font-weight: 400;
    margin-bottom: 0;
}
.card.card--large .card__title a {
    font-weight: 400;
    margin-bottom: 0;
}
.card.card--small .card__title {
    margin-bottom: 21px;
}
.card.card--large .card__title {
    margin-bottom: 30px;

}

.card__footer .card__cta {
    font-size: 0.9375rem;
    font-weight: 400;
}

@media (min-width: 1440px) {
    .card.card--small .card__title a {
        font-size: 1.1875rem;
    }
    
    .card.card--large .card__title a {
        font-size: 1.5rem;
    }
}

#packaging-slider h5.acc--title{
    font-size: 2rem !important;
}

@media (max-width: 1280px) {
    #packaging-slider h5.acc--title{
        font-size: 1.7rem !important;
        padding-right: .3rem;
        min-width: auto !important;
    }
}
@media (max-width: 992px) {
    #packaging-slider{
        height: auto;
    }
}
@media (min-width: 993px) {
    #packaging-slider{
        height: 60vh !important;
    }
}
@media (min-width: 1280px) {
    .card.card--spark.card--large .card__wrapper .card__content,
    .card.card--large .card__wrapper .card__content {
        padding: 80px 36px;
    }
}

#packaging-slider .hor-accordion--item .acc-button{
    height: auto !important;
}

#packaging-slider .hor-accordion--item .acc-button .acc-button--title{
    font-size: 1rem !important;
    width: 60vh !important;
}

body.page .wp_mapit_multipin_map{
    min-height: 450px !important;
}

@media (max-widthL 1280px){
    body.page .wp_mapit_multipin_map{
        max-width: none !important;
        margin-left: calc(50% - 50vw) !important;
        min-height:450px;
    }
}

/* LATEST NEWS */
.latest-news-insights .section-cta a:after {
    content: none;
}
.latest-news-insights .section-cta a {
    line-height: initial;
}

/* INVESTORS LAYOUT  */
.investors-layout::after {
    content: none;
}
.investors-layout .investor-slider.not-collapsed .investor-slide {
    padding-right: 0;
}
.investors-layout .investor-slide .investor-block {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.investors-layout .investors-bottom-button {
    text-align: center;
    padding-bottom: 65px;
}
.special-padding-investors {
    padding-bottom: 20px;
}
.investors-slider-wrap {
    display: block;
}

.investors-slide img {
    display: block;
}

.investors-slider .slick-track {
    display: flex !important;
}

.investors-slider .slick-slide {
    height: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    max-height: 100px;
    border-radius: 8px;
}

.investors-slider .slick-slide a > img {
    max-height: 100px;
    max-width: 80%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.investors-slider .slick-slide {
    margin: 0 10px;
}

.investors-slider .slick-list {
    margin: 0 -10px;
}



/* NEW INVESTOR SLIDE SOLUTION */

.investors-layout .investor-slide {
    width: 190px;
}
body.page-id-6830 .investors-layout .investor-slide .investor-block {

}
.investors-layout .investor-slide .investor-block {
    width: 176px;
    height: 105px;
}
.investors-layout .investor-slide .investor-block img {
    max-width: 164px;
    max-height: 90px;
    object-fit: contain;
    object-position: center;
}

.investor-slider.container {
    padding: 0;
}



/* CTA BAR */

.ctabar {
    background-color: var(--color-white);
}

.ctabar .ctabar--title {
    color: var(--color-primary);
}
.ctabar .ctabar--text {
    color: var(--color-primary);
}

.ctabar .ctabar--link {
    padding-top: 1.875rem;
}

.ctabar--image {
    padding-top: calc(0.6 * 100%)
}

.ctabar {
    border-top: 0;
}

.ctabar--alternate {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}
.ctabar--content {
    padding: 40px 20px;
}
.ctabar--alternate.has-video{
    overflow: hidden;
    position: relative;
}
.ctabar--alternate.has-video video{
    position: absolute;
    width: 100vw;
    filter: brightness(0.5);
}
.ctabar--alternate.has-video .ctabar--content{
    z-index: 10;
}
.ctabar--alternate .ctabar--title {
    margin-bottom: 2.625rem;
}
.ctabar--alternate .ctabar--title,
.ctabar--alternate .ctabar--text {
    max-width: initial;
    text-align: center;
    color: var(--color-white);
}

.ctabar--alternate .ctabar--link {
    text-align: center;
}

.ctabar--alternate .ctabar--media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.ctabar--alternate .ctabar--image {
    padding-top: 0 !important;
}

.ctabar--alternate::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}

.ctabar--parallax {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1440px) {
    .ctabar--alternate {
        padding: 8.75rem 0;
    }
}
@media (min-width: 768px) {
    .ctabar--media {
        width: 50%;
    }
    .ctabar--content-wrapper {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ctabar--content .ctabar--link {
        margin-left: 0;
    }
    .ctabar--alternate .ctabar--content {
        max-width: 1120px;
    }
}



/* QUOTE LAYOUT COMPONENT */
/* .pull-quote-layout {
    padding-top: 4.562rem;
} */
.pull-quote-layout .quote {
    font-style: normal;
    font-weight: 400;
    font-size: 2.625rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
}
.pull-quote-layout .quote-by {
    line-height: 1;
}
.pull-quote-layout blockquote {
    border-top: 0px;
    border-bottom: 1px solid #E1E1E1;
    padding-top: 4.562rem;
    padding-bottom: 4.75rem;
}

.entry__content blockquote p{
    margin-bottom: 0px !important;
}

.entry__content blockquote{
    border-left: 4px solid #126723;
    padding: 16px 20px;
    margin: 24px 0;
    background-color: #f5f9f4;
    color: #29392b;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 23px;  
}

/* FULLWIDTH SLIDER */

.fullwidth-slider .fs-subtitle {
    font-weight: 300 !important;
    color: var(--color-white);
    line-height: 1.184;
    padding-left: 30px;
    margin-left: 5px;
    position: relative;
}

.fullwidth-slider .fs-subtitle::before {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0;
    height: 100vh;
    width: 1px;
    background: var(--color-white);
}

.fullwidth-slider .container .fs-title {
    font-weight: 700;
    line-height: 1.166;
    margin: 0 0 10px 0;
    color: var(--color-white);
}

.fullwidth-slider .container {
    justify-content: flex-start;
}

.fw-image-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
}

@media (min-width: 1024px) {
    .fullwidth-slider .container {
        max-width: var(--width-l);
    }
    .single-post .bread-crumb .container {
        max-width: var(--width-l);
    }
    .fullwidth-slider .container .fs-title {
        font-size: 2.625rem;
    }
    .fullwidth-slider .fs-subtitle {
        margin-top: 1.875rem;
        padding-bottom: 2rem;
        font-size: 1.5rem;
    }
    .fullwidth-slider .content {
        max-width: 700px;
    }
}
@media (min-width: 1280px) {
    .fullwidth-slider .container {
        max-width: var(--width-lm);
    }
    .single-post .bread-crumb .container {
        max-width: var(--width-lm);
    }
    .fullwidth-slider .fw-arrows {
        justify-content: flex-end;
        padding-right: 246px;
    }
}
@media (min-width: 1440px) {
    .fullwidth-slider .container {
        max-width: var(--width-xl);
    }
    .single-post .bread-crumb .container {
        max-width: var(--width-xl);
    }
}
@media (min-width: 1540px) {
    .fullwidth-slider .container {
        max-width: var(--width-xxl);
    }
    .single-post .bread-crumb .container {
        max-width: var(--width-xxl);
    }
}


/* HIGHLIGHT BOXES */
.highlight-boxes-layout .hl-box {
    border-bottom: 0;
    border-top: 5px solid var(--color-primary);
    padding-top: 1.5625rem;
    padding-bottom: 1.75rem;
    justify-content: flex-start;
    padding-left: 0rem;
    padding-right: 0rem;
}

.highlight-boxes-layout .hl-box-wrap.no-border .hl-box {
    border-top: 1px solid #E1E6E8;
}
.highlight-boxes-layout .hl-title {
    width: 100%;
    border-bottom: 1px solid #E1E6E8;
    padding-bottom: 1.625rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.highlight-boxes-layout .hl-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.highlight-boxes-layout.is-accordion {
    margin-top: 40px;
}

.highlight-boxes-layout .hl-box-wrap {
    padding: 0 12px;
}

@media (min-width: 768px) {
    .highlight-boxes-layout .container {
        max-width: 1180px;
    }
    .highlight-boxes-layout .hl-box-wrap {
        margin-top: 2rem;
    }
    .highlight-boxes-layout .hl-box-wrap.no-border {
        margin-top: 0rem;
    }
    .icon-boxes-sprints .container {
        max-width: 1180px;
    }
}
@media (min-width: 1280px) {
    .highlight-boxes-layout.is-accordion {
        margin-top: 75px;
    }
}


/* ACCORDION */

.accordion-title h3 {
    font-size: 1.875rem;
    line-height: 2.125rem;
    padding: 2.5rem 0;
}

.accordion-item {
    overflow: hidden;
    border-top: 1px solid #E1E1E1;
}
.accordion .accordion-item:first-child {
    border-top: 0;
}

.accoridon-text {
    line-height: 1.125rem;
}


.accordion-title {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-button {
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button::before {
    content: "";
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzEwNTUgMEw1LjMxMDU1IDEwLjUiIHN0cm9rZT0iIzJGNDk2MCIvPgo8cGF0aCBkPSJNMTAuOTA1IDUuMzg3NzZMMi43NTM3M2UtMDUgNS4zODc3NiIgc3Ryb2tlPSIjMkY0OTYwIi8+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
}
.accordion-active .accordion-button::before {
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%222%22%20viewBox%3D%220%200%2011%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.905%200.999999L2.75373e-05%200.999999%22%20stroke%3D%22%232F4960%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
}
.accordion-text {
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    opacity: 0;
}
.accordion-active .accordion-text {
    opacity: 1;
    position: relative;
}
.accordion-active .accordion-title h3 {
    color: var(--color-green);
}

.accordion-active .accordion-content {
    padding-bottom: 2.5rem;
}

/* CVC AS A SERVICE PAGE */
main.cvc-as-a-service .bread-crumb {
    padding-bottom: 0;
}
main.cvc-as-a-service .bread-crumb hr {
    display: none;
}

main.cvc-as-a-service .text-media-6040:nth-child(even) .text-media-6040__content {
    background-color: var(--color-white);
    color: var(--color-primary);
}

main.cvc-as-a-service .text-media-6040:nth-child(even) .button {
    border-color: var(--color-primary);
}
main.cvc-as-a-service .text-media-6040:nth-child(even) .button span {
    color: var(--color-primary);
}

main.cvc-as-a-service .text-media-6040:nth-child(even) .button:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary)
}
main.cvc-as-a-service .text-media-6040:nth-child(even) .button:hover span {
    color: var(--color-white);
}



main.cvc-as-a-service .divider {
    display: none;
}

.text-media-6040__content__inner {
    max-width: 480px;
}

.text-media-6040--heading {
    margin-bottom: 2rem;
}
.text-media-6040__content__inner p {
    margin-bottom: 2.225rem;
}
.text-media-6040__content__inner ul {
    margin-bottom: 2.225rem;
}

@media (min-width: 1440px) {
    .text-media-6040__content {
        padding: 75px 75px 55px 20px
    }
}
@media (max-width: 768px) {
    .text-media-6040__content {
        padding: 40px 20px;
    }
}



/* OUR TEAM  */

.team-grid-views .tabs .tabs-wrap:before {
    background-color: transparent;
}

.team-grid-views .tabs-nav a {
    border-radius: 0;
}

.team-grid-views .team-grid .image-wrap picture {
    border-radius: 0;
}

.team-grid-views .team-filter {
    border-top: 1px solid #CCCCCC !important;
    border-bottom: 0 !important;
    margin-bottom: 0;
}
.team-grid-views .team-grid .member-info {
    padding: 13px 22px 13px 22px;
}
.team-grid-views .team-grid .member-info .designation {
    padding-top: 5px;
    font-weight: 400;
}

.team-grid-views .content-flex {
    margin-bottom: 0 !important;
}

.team-heading h2 {
    font-size: 2.625rem !important;
    font-weight: 400 !important;
    line-height: 2.725rem;
}

.team-flex {
    flex-direction: column !important;
}
.team-flex .col-full {
    text-align: center;
    padding-bottom: 2.3125rem;
}

@media (min-width: 1024px) {
    .team-grid-views .team-filter ul {
        max-width: 1000px;
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 1024px) {
    .team-grid-views .team-filter ul li:first-child {
        margin-left: 10px !important;
    }
} 

@media (min-width: 1280px) {
    .team-grid-views .team-filter ul li {
        padding: 34px 0;
    }
    .team-grid-views .team-grid .team-item {
        box-shadow: none;
    }
    .team-grid-views .team-grid .team-item:hover {
        transform: scale(1) !important;
    }
    .team-grid-views .team-grid.grid-large .team-col .team-item .member-info {
        transition: all 0.5s;
    }
    .team-grid-views .team-grid.grid-large .team-col .team-item:hover .member-info {
        background: var(--color-white);
        color: var(--color-primary);
    }
    .team-grid-views .team-grid.grid-large .team-col .team-item .image-wrap {
        overflow: hidden;
        transition: all 0.5s;
    }
    .team-grid-views .team-grid.grid-large .team-col .team-item .image-wrap picture {
        transition: all 0.5s;
    }
    .team-grid-views .team-grid.grid-large .team-col .team-item:hover .image-wrap picture {
        transform: scale(1.05);
    }

    .team-grid-views .team-grid.grid-small .team-col .team-item .member-info {
        transition: all 0.5s;
    }
    .team-grid-views .team-grid.grid-small .team-col .team-item:hover .member-info {
        background: var(--color-primary);
        color: var(--color-white);
    }
    .team-grid-views .team-grid.grid-small .team-col .team-item .image-wrap {
        overflow: hidden;
        transition: all 0.5s;
    }
    .team-grid-views .team-grid.grid-small .team-col .team-item .image-wrap picture {
        transition: all 0.5s;
    }
    .team-grid-views .team-grid.grid-small .team-col .team-item:hover .image-wrap picture {
        transform: scale(1.05);
    }
}

@media (max-width: 1280px) {
    .team-grid-views .team-filter {
        margin-bottom: 2rem;
    }
    .team-grid-views .team-filter ul li {
        padding: 16px 0;
    }
    .team-grid-views .team-filter {
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .sector-team-members .team-col{
        width: 100% !important;
    }
    .sector-team-members .image-wrap{
        width: 100% !important;
        height: 320px !important;
    }
    .sector-team-members .team-col{
        margin-bottom: 40px !important;
    }
    .team-grid-views .team-grid .team-col {
        width: 100% !important;
    }
    .team-grid-views .team-grid .team-col .image-wrap {
        width: 100% !important;
        height: 320px !important;
    }
    .team-grid-views .team-grid .team-col .member-info {
        height: auto !important;
    }
    .team-grid-views .team-grid {
    }
    .site-logo-bar .site-login-links {
        width: 80px;
    }
}

/* PORTFOLIO */
main.portfolio .bread-crumb {
    padding-bottom: 0;
}
main.portfolio .bread-crumb hr {
    display: none;
}

#text-alternate {
    padding: 5.625rem 0;
    background-color: var(--color-gray);
    margin-bottom: 0;
}
.text-alternate h2 {
    font-size: 2.625rem !important;
    font-weight: 400 !important;
    line-height: 2.725rem;
    text-align: center;
}

.portfolio-grid {
    margin-bottom: 0;
    background-color: var(--color-primary);
    filter: none;
}

.portfolio-grid-v2 .investment-date{
    left: 14px;
    display: block;
    width: fit-content;
}

.portfolio-filter-bar-v2 .portfolio-description{
    color: white;
    text-align: center;
    margin-top: 36px;
}

.portfolio-filter-heading h2 {
    font-size: 2.625rem !important;
    font-weight: 400 !important;
    line-height: 2.725rem;
    text-align: center;
    color: var(--color-white);
}

.portfolio-filter-bar {
    background-color: var(--color-primary);
    padding-top: 72px;
}

.portfolio-grid .portfolio-grid-container .portfolio-item .portfolio-company-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97% !important;
}

.portfolio-grid .portfolio-grid-container .portfolio-item .image-wrapper {
    border: 1px solid #fff;
    border-radius: 10px;
}

.portfolio-grid .portfolio-grid-container .portfolio-item .portfolio-company-preview {
    border: 1px solid #fff;
    border-radius: 10px;
}

.portfolio-about-col {
    background-color: var(--color-gray) !important;
    color: var(--color-primary);
}

.portfolio-ceo-col {
    padding: 0 !important;
    justify-content: center !important;
    align-items: center;
}

.sector-team-members .container{
    max-width: 1160px;
}
.sector-team-members .team-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sector-team-members .image-wrap{
    position: relative;
    width: 236px;
    height: 236px;
}
.sector-team-members .team-col .image-wrap picture img{
    transition: .3s ease all;
}
.sector-team-members .team-col a{
    overflow: hidden;
    display: block;
    height: 100%;
}
.sector-team-members .team-col a:hover .image-wrap picture img{
    transform: scale(1.1) !important;
    text-decoration: none;
    display: block;
    position: relative;
    height: 100%;
}
.sector-team-members .team-col{
    margin-bottom: 75px;
    width: 248px;
    padding: 0 6px;
    overflow: visible;
}
.sector-team-members .member-info .name{
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 700;
    color: white;
}
.sector-team-members .member-info{
    height: calc(100% - 236px);
    padding: 13px 22px 13px 22px;
    background-color: #1B4357;
    z-index: 10;
    position: relative;
}
.sector-team-members .member-info .designation{
    padding-top: 5px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1rem;
    color: white;
}

.website-new {
    background-image: url("./assets/images/new-icons/portfolio-website-icon.svg") !important;
}

.linkedin-new {
    background-image: url("./assets/images/new-icons/portfolio-linkedin.svg") !important;
}

.twitter-new {
    background-image: url("./assets/images/new-icons/portfolio-twitter.svg") !important;
}

.email-new {
    background-image: url("./assets/images/new-icons/portfolio-email.png") !important;
}

.portfolio-press-release {
    padding-top: 1.5rem;
}

.portfolio-filter-field .select-styled {
    color: var(--color-white);
    border: 0px;
    border-bottom: 1px solid var(--color-white);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: capitalize;
    padding-left: 0;

}

.portfolio-filter-wrap {
    padding-top: 42px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.portfolio-filter-field .select {
    padding: 0;
}

.portfolio-filter-bar .filter-reset {
    margin: 0;
}

.portfolio-filter-field .select-styled::after {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='45' viewBox='0 0 50 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.8408 17.4562C35.2345 17.8083 35.4559 18.2875 35.4559 18.7875C35.4559 19.2874 35.2345 19.7667 34.8408 20.1187L26.5231 27.6187C26.1327 27.9737 25.6012 28.1734 25.0468 28.1734C24.4923 28.1734 23.9608 27.9737 23.5704 27.6187L15.2527 20.1187C14.7252 19.6431 14.5192 18.9499 14.7123 18.3002C14.9054 17.6505 15.4682 17.143 16.1887 16.969C16.9092 16.7949 17.678 16.9806 18.2055 17.4562L25.0468 23.5875L31.888 17.4562C32.2785 17.1013 32.81 16.9016 33.3644 16.9016C33.9189 16.9016 34.4504 17.1013 34.8408 17.4562Z' fill='rgb(255, 255, 255)' /%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}

.filters {
    display: flex;
    align-items: center;
    margin-right: auto !important;
}
.filters-text {
    color: var(--color-white);
}

.portfolio-filter-bar .filter-reset {
    background-color: transparent;
    border: 0px;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    background-image: none;
    padding: .5rem 1rem;
    text-transform: capitalize;
}

.portfolio-filter-bar .filter-reset.active:hover {
    background-color: inherit;
    counter-reset: inherit;
    background-image: none;
}

.filter-main-reset {
    width: 140px;
}

.portfolio-filter-bar .filter-main-reset::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='45' viewBox='0 0 51 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6065 29.6187C15.2055 29.2667 14.9799 28.7874 14.9799 28.2875C14.9799 27.7875 15.2055 27.3083 15.6065 26.9562L24.0798 19.4562C24.4775 19.1013 25.0189 18.9016 25.5838 18.9016C26.1486 18.9016 26.69 19.1013 27.0878 19.4562L35.5611 26.9562C36.0984 27.4318 36.3082 28.125 36.1116 28.7747C35.9149 29.4244 35.3416 29.9319 34.6076 30.106C33.8735 30.2801 33.0904 30.0943 32.553 29.6187L25.5838 23.4875L18.6145 29.6187C18.2167 29.9737 17.6753 30.1733 17.1105 30.1733C16.5457 30.1733 16.0042 29.9737 15.6065 29.6187Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M35.5571 11.4562C35.9581 11.8083 36.1837 12.2875 36.1837 12.7875C36.1837 13.2874 35.9581 13.7667 35.5571 14.1187L27.0838 21.6187C26.6861 21.9737 26.1446 22.1734 25.5798 22.1734C25.015 22.1734 24.4736 21.9737 24.0758 21.6187L15.6025 14.1187C15.0652 13.6431 14.8553 12.9499 15.052 12.3002C15.2487 11.6505 15.822 11.143 16.556 10.969C17.29 10.7949 18.0732 10.9806 18.6105 11.4562L25.5798 17.5875L32.5491 11.4562C32.9468 11.1013 33.4883 10.9016 34.0531 10.9016C34.6179 10.9016 35.1593 11.1013 35.5571 11.4562Z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}

@media (min-width: 1440px) {
    .portfolio-filter-bar .portfolio-filter-field {
        width: 200px;
    }
    .portfolio-filter-bar .portfolio-filter-wrap {
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) {
    .portfolio-grid {
        padding: 0px 0 100px 0;
    }
}





/* ABOUT */
#primary.about .text-media-6040__content {
    background: var(--color-white);
    color: var(--color-primary);
}

#primary.about .text-media-6040__content .button {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

#primary.about .text-media-6040__content .button span{
    color: var(--color-primary);
}

#primary.about .text-media-6040__content .button:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

#primary.about .text-media-6040__content .button:hover span{
    color: var(--color-white);
}

/* ABOUT QUOTE */
#primary.about .section.pull-quote-layout {
    margin-bottom: 0;
    background: var(--color-gray);
}





/* BREADCRUMBS */
.single-post .bread-crumb .container {
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.single-post .bread-crumb a {
    color: #B5B5B5;
}

.bread-crumb .bread-crumb-holder {
    width: 100%;
}
.bread-crumb .bread-crumb-holder hr {
    margin-top: 1.5rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    height: 1px;
    color: #B5B5B5;
    background: #B5B5B5;
    font-size: 0;
    border: 0;
}

.single-post .bread-crumb {
    padding: 0;
    padding-bottom: 25px;
}



/* FOR COROPRATES */
main.for-corporates .text-only--heading {
    text-align: center;
    font-size: 42px;
    color: var(--color-primary);
    font-weight: 400;
    margin-top: 30px
}

main.for-corporates .history-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
main.for-corporates .history-ctas a {
}

@media (min-width: 1280px) {
    main.for-corporates .accordion .accordion-item:first-child h3 {
        padding: 2rem 0;
    }
    main.for-corporates .accordion .accordion-item:first-child {
        border-top: 1px solid #E1E1E1;
    }
}

main.for-institutional-investors .text-only--heading {
    text-align: center;
    font-size: 42px;
    color: var(--color-primary);
    font-weight: 400;
    margin-top: 30px
}

main.for-institutional-investors .history-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
main.for-institutional-investors .history-ctas a {
}

@media (min-width: 1280px) {
    main.for-institutional-investors .accordion .accordion-item:first-child h3 {
        padding: 2rem 0;
    }
    main.for-institutional-investors .accordion .accordion-item:first-child {
        border-top: 1px solid #E1E1E1;
    }
}

main.for-institutional-investors .text-only--heading {
    text-align: center;
    font-size: 42px;
    color: var(--color-primary);
    font-weight: 400;
    margin-top: 30px
}

main.for-institutional-investors .history-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
main.for-institutional-investors .history-ctas a {
}

@media (min-width: 1280px) {
    main.for-institutional-investors .accordion .accordion-item:first-child h3 {
        padding: 2rem 0;
    }
    main.for-institutional-investors .accordion .accordion-item:first-child {
        border-top: 1px solid #E1E1E1;
    }
}

main.for-governments .text-only--heading {
    text-align: center;
    font-size: 42px;
    color: var(--color-primary);
    font-weight: 400;
    margin-top: 30px
}

main.for-governments .history-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
main.for-governments .history-ctas a {
}

@media (min-width: 1280px) {
    main.for-governments .accordion .accordion-item:first-child h3 {
        padding: 2rem 0;
    }
    main.for-governments .accordion .accordion-item:first-child {
        border-top: 1px solid #E1E1E1;
    }
}

main.for-governments .text-only--heading {
    text-align: center;
    font-size: 42px;
    color: var(--color-primary);
    font-weight: 400;
    margin-top: 30px
}

main.for-governments .history-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
main.for-governments .history-ctas a {
}

@media (min-width: 1280px) {
    main.for-governments .accordion .accordion-item:first-child h3 {
        padding: 2rem 0;
    }
    main.for-governments .accordion .accordion-item:first-child {
        border-top: 1px solid #E1E1E1;
    }
}

/* ACCORDION NEW DESIGN WITH VIDEO */
.accordion-with-video {
    max-width: 100% !important;
    display: flex;
    flex-direction: row;
    padding-right: 0;
    padding-left: 3rem;
    gap: 3rem;
}

.accordion-with-video > div {
    width: 50%;
}

.accordion-with-video .history__media {
    padding-top: 0;
}

.accordion-with-video .history__media .history__media__video {
    height: auto;
}

.accordion-with-video .history__media .history__media__video .video-wrapper {
    height: auto;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
}

@media (max-width: 1180px) {
    .accordion-with-video {
        flex-direction: column;
        padding-right: 3rem;
    }
    .accordion-with-video > div {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .accordion-with-video {
        padding: 0 1.5rem;
    }
}



/* HISTORY SLIDE  */
.history-highlight {
    padding: 3.725rem 0;
}

.history-highlight .slick-slide {
    margin: 0 27px;
}

.history-highlight .slick-list {
    margin: 0 -27px;
    padding: 0 !important;
    overflow-x: hidden;
}

.hh-title {
    font-size: 2.625rem;
    color: var(--color-primary);
    font-weight: 400;
    line-height: 1;
    padding-bottom: 1.125rem;
    transition: all 0.3s;
    opacity: 0.35;
}

.hh-text {
    transition: all 0.3s;
    opacity: 0.35;
}

.hh-slide {
    position: relative;
    padding-top: 1.625rem;
}

.hh-slide::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--color-primary);
    z-index: 999;
}
.hh-slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 200%;
    height: 1px;
    background-color: var(--color-primary);
}

.history-highlight .slick-arrow {
    bottom: initial;
    top: -25px;
}

.history-highlight .slick-center .hh-slide::before {
    background-color: var(--color-green);
}

.history-highlight .slick-center .hh-title {
    color: var(--color-green);
    opacity: 1;
}

.history-highlight .slick-center .hh-text {
    opacity: 1;
}

.highlight-boxes-layout .container.history-content {
    max-width: 100%;
}

.hh-video {
    padding: 3.725rem 0;
    width: 100%;
}

.hh-video .history__media__video {
    height: 100%;
}

.hh-video .video-wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.hh-heading h2 {
    font-size: 2.625rem;
    line-height: 3.0625rem;
    font-weight: 400;
}

.history-title {
    padding-top: 2.725rem;
    padding-bottom: 2.225rem;
    font-size: 2.625rem;
    line-height: 3.0625rem;
    font-weight: 400;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.history-body {
    max-width: 800px;
    margin: 0 auto;
}

.history-body p {
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .site-footer{
        height: auto !important;
    }
    .site-footer .attribution{
        top: 7px;
    }
    .site-footer .copyrights{
        padding-top: 50px;
    }
}
@media (max-width: 900px) {
    .site-footer{
        height: 100px;
    }
}
@media (max-width: 992px) {
    .history-title, 
    .hh-heading h2,
    .pull-quote-layout .quote,
    .text-alternate h2,
    .portfolio-filter-heading h2,
    .team-heading h2
    {
        font-size: 2.125rem !important;
        line-height: 2.25rem !important;
    }
    .portfolio-filter-bar .filter-reset {
        text-align: center;
    }
}

/* NEWS */

.single-post .insight-hero .post-meta {
    color: #fff;
}


li.current-menu-item a.menu-item-link-class::after {
    transform: scaleX(1);
}

.green a {
    color: var(--color-green);
}


/* SPRINTS ICONS */
main.sprints .fw-slide.video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    z-index: 0;
}
.sprints-icons {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 8rem;
}

.sprints-icons-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sprints-icons-icon {
    margin-bottom: 1.75rem;
}

.sprints-icons-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    text-align: center;
    max-width: 180px;
}


.sprints-icons-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.sprints-icons-arrow .mobile-arrow {
    display: none;
}




@media (max-width: 768px) {
    .sprints-icons {
        flex-direction: column;
        padding-bottom: 6rem;
    }
    .sprints-icons-arrow .desktop-arrow {
        display: none;
    }
    .sprints-icons-arrow .mobile-arrow {
        display: block;
        max-height: 50px;
    }
    .sprints-icons-arrow {
        margin: 2rem 0;
    }
}



/* SPRINTS */

#sprints {
    background: url('assets/images/slider-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8rem 0;
}
#sprints::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    z-index: -1;
}

#sprints .hh-title {
    color: var(--color-white);
}

#sprints .hh-text {
    color: var(--color-white);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
#sprints .history-title {
    color: var(--color-white);
}

#sprints .hh-slide::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--color-white);
    z-index: 999;
}
#sprints .hh-slide::after {
    content: unset;
}

#sprints .history-highlight .slick-center .hh-slide::before {
    background-color: var(--color-white);
}

#sprints .history-highlight .slick-center .hh-title {
    color: var(--color-green);
}

#sprints .slick-arrow.slick-prev {
    background-image: url('assets/images/left-sprints-arrow.svg');
    left: calc(50% - 25px);
    transform: translateX(-50%);
}

#sprints .slick-arrow.slick-next {
    background-image: url('assets/images/right-sprints-arrow.svg');
    left: calc(50% + 25px);
    transform: translateX(-50%);
}

#sprints .history-highlight .slick-arrow {
    top: 100%;
}

#sprints .sprints-highlight-slider {
    padding: 6.325rem 0;
}

#sprints .sprints-highlight-slider::before {
    content: '';
    display: block;
    position: absolute;
    left: -50%;
    top: calc(6.325rem + 6px);
    width: 200%;
    height: 1px;
    background-color: #ddd;
}
@media (min-width: 768px) {
    #sprints .sprints-container {
        max-width: 1550px;
    }
}

@media (max-width: 768px) {
    #sprints {
        background-image: url('assets/images/slider-background-rotate.png');
    }
    #sprints .sprints-highlight-slider {
        padding: 3rem 0;
    }
    
    #sprints .sprints-highlight-slider::before {
        top: calc(3rem + 6px);
    }
}

#menu-mobile-menu .menu-item-has-children {
    display: flex;
    flex-direction: row-reverse;
}

#menu-mobile-menu .menu-item-has-children > a {
    font-size: 0;
    padding-left: 20px;
}

#menu-mobile-menu .menu-holder {
    width: 100%;
}

/* CURRENT INVESTORS */
main.current-investors .bread-crumb {
    padding-bottom: 0;
}
main.current-investors .bread-crumb hr {
    display: none;
}

.investor-container-wrap {
    max-width: 1280px !important;
}

.investor-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.investor-column {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
    width: 246px;
    margin-bottom: 11px;
    position: relative;
    padding: 0 .34375rem;
}

.investor-column .investor-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 140px;
    border-radius: 10px;
}

.investor-column img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 90%;
    object-fit: contain;
}
#Calque_2{
    padding-left: 20px;
}
body.page-id-7412 .hero-slider .hs-title,
body.page-id-7412 .hero-slider .text-block-flex{
    display: none !important;
    border: none !important;
}
body.page-id-7412 .hero-slider .hero-slick-slider .slick-slide .image-entity{
    max-height: 400px !important;
}
body.page-id-7412 .hero-slider .hero-slick-slider .slick-slide{
    height: 100% !important;
    max-height: 360px !important;
    min-height: 0 !important;
}
body.page-id-7412 .hero-slider .hero-slick-slider .slick-slide .slide-image{
    opacity: 1 !important;
}
body.page-id-7412 .hero-slider .hero-slick-slider .container{
    bottom: 0 !important;
    top: initial !important;
    height: 380px;
    max-width: calc(1160px - 2.5rem) !important;
}
@media (min-width: 1024px) {
    body.page-id-7412 .hero-slider .hero-arrows {
        padding-left: 0 !important;
    }
    #Calque_2{

    }
}
@media (min-width: 1440px) {
    body.page-id-7412 .hero-slider .hero-arrows {
        left: calc(calc(calc(100% - 1040px + 30px) / 2));
    }
    body.page-id-7412 .text-media-6040.text-media-6040--position-right{
        max-height: 700px !important;
    }
}
@media (min-width: 1920px) {
    body.page-id-7412 .text-media-6040.text-media-6040--position-right{
        max-height: 1000px !important;
    }
}
@media (min-width: 1280px) {
    .hero-slider .hero-arrows {
        left: calc(calc(calc(100% - 1040px + 30px) / 2));
    }
     body.page-id-7412 .hero-slider>.container {
        padding-top: 125px !important;
    }
}
body.page-id-7412 .text-media-6040__media__image{
    height: 100%;
}
body.page-id-7412 .hero-slider>.container{
    bottom: 0 !important;
    top: initial !important;
    height: 320px;
    max-width: calc(1160px - 2.5rem) !important;
}
@media screen and (max-width: 1024px){
    body.page-id-7412 .hero-slider>.container{
        height: 300px;
    }
    body.page-id-7412 .hero-slider .hero-slick-slider .container{
        height: 350px;
    }
}
@media screen and (max-width: 768px){
    body.page-id-7412 .hero-slider>.container{
        height: 250px;
    }
    body.page-id-7412 .hero-slider .hero-slick-slider .container{
        height: 275px;
    }
}
body.page-id-7412 main#primary .text-media-6040--position-left .text-media-6040__content{
    background: white;
    color: var(--color-primary);
    background-image: url(https://cdn.emerald.vc/2025/04/emerald-outline-mark.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

body.page-id-7412 main#primary .section.image-layout > .container{
        max-width: calc(1160px - 2.5rem) !important;
}
body.page-id-7412 .section.highlight-boxes-layout.is-accordion{
    background: white;
    margin-bottom: 0 !important;
}
body.page-id-7412 .section.highlight-boxes-layout.is-accordion .accordion-item:last-child{
    margin-bottom: 2rem;
}
body.page-id-7412 main#primary .section.text-media-6040{
    overflow: hidden !important;
}
body.page-id-7412 main#primary .section:nth-of-type(4){
    margin-bottom: 50px !important;
    overflow: hidden;
}
body.page-id-7412 main#primary .section:nth-of-type(4)
body.page-id-7412 main#primary .section:nth-of-type(3) {
    margin-bottom:75px !important;
}
body.page-id-7412 main#primary .section:nth-of-type(3) .text-media-6040__content__inner{
padding: 4rem 0;
}
body.page-id-7412 main#primary .section:nth-of-type(6){
    margin-top: 2rem;
}
body.page-id-7412 main#primary .section:nth-of-type(6) .text-media-6040--heading{
    margin-bottom: 1rem !important;
}
body.page-id-7412 main#primary .bread-crumb .container,
body.page-id-7412 main#primary .highlight-boxes-layout.is-accordion .container{
    max-width: calc(1160px - 2.5rem) !important;
}
body.page-id-7412 main#primary .section:nth-of-type(5) {
    margin-bottom: 0 !important;
}
body.page-id-7412 main#primary .accordion-title h3{
    font-weight: 300 !important;
}
body.page-id-7412 main#primary .sector-slider .subservice-accordion .acc--title{
    font-weight: 300 !important;
}
body.page-id-7412 main#primary .section:nth-of-type(5) .hl-box{
    background-color: white;
}
body.page-id-7412 main#primary .section:nth-of-type(8) .history-title{
    padding-top: 5rem !important;
}
body.page-id-7412 main#primary .section:nth-of-type(9) .hl-box-wrap{
    width: 25% !important;
}
body.page-id-7412 main#primary .section:nth-of-type(7) > .container{
    background: white;
}
body.page-id-7412 main#primary .section:nth-of-type(7) {
    background: transparent;
    margin-bottom: -75px !important;
    margin-top: 0;
    padding-bottom: 75px !important;
}
body.page-id-7412 #start .bread-crumb{
    padding-bottom: 0 !important;
}
body.page-id-7412 #start .bread-crumb hr{
    display: none;
}
body.page-id-7412 .accordion-item{
    border-top: 1px solid var(--color-primary);
}
.text-media-6040__media__slider{
    padding-top: 0 !important;
}
.slick-bg-slider .slick-slide{
    overflow: hidden;
}
.slick-bg-slider .slick-slide img {
    margin-bottom: -4px !important;
    margin-bottom: -4px !important;
    min-height: 450px;
    max-width: 150%;
    transform: scale(1.25);
    position: relative;
    left: -5%;
    width: 120% !important;
}
@media (min-width: 768px){
    .investor-column {
        width: 33.33%;
    }
}
@media (min-width: 1280px){
    .investor-column {
        width: 25%;
    }
}
@media (min-width: 1440px){
    .investor-column {
        width: 246px;
    }
}

.tooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}

.tooltip-bar *{
    cursor: pointer;
}

.tooltip-bar{
    cursor: pointer;
}

#energy_sector_map g.tooltip-bar path{
    display: block;
    cursor: pointer;
}

.single-portfolio .portfolio-banner .image-wrapper img{
    max-height: 100%;
    width: auto;
}

@media (min-width: 992px){
    body.page-id-6804 .sector-slider .subservice-accordion .hor-accordion--item .acc-button .acc-button--title {
        font-size: 1.22rem !important;
    }
}

/*.site-logo__desktop{
    display: block;
}
.site-logo__mobile{
    display: none;
}
@media screen and (max-width: 1024px){
    .site-logo__desktop{
        display: none !important;
    }
    .site-logo__mobile{
        display: block !important;
    }
}*/



/*.primary-navigation__items .megamenu .container {
    padding: 0;
    max-width: 938px;
    height: 100%;
    border: 0;
}
.primary-navigation__items .megamenu ul{
    flex-direction: column;
}
.primary-navigation__items .megamenu .container .divider:first-child>ul>li:hover{
        background-color: #f5f5f5;
}
.primary-navigation__items .megamenu .container .divider:first-child>ul>li{
    padding: 10px 20px;
}
.primary-navigation__items .megamenu .container .divider:first-child>ul>li {
    padding: 0 32px 0 10px;
}*/

body.page-id-7719 .section.highlight-boxes-layout .hh-heading{
	display: none;
}

body.page-id-7719 .section.highlight-boxes-layout .history__media.hh-video{
	padding: 0 !important;
}


