:root {
    --pri-color:#19437A;
    --sec-color:  #00DFA3;
    --header-font: Avenir;
    --header-height: 102px;
    --text-font: Roboto;
    --text-color: #3F80C8;
    --menu-text-color: #3F80C8;
    --overlay-color:  #124134;
    --body-font-size: 24px;
    --site-margin: 12.47vw; /* ~ 235px */
    --small-site-margin: 9.47vw;
    --scroll-bar: 0px;
    --screen-width: calc(100vw - var(--scroll-bar));
    --gradient-dark: #a1c3ba21;
    --gradient: linear-gradient(to top, var(--gradient-dark) 0%, #ffffff 100%);
    --light-green: #3F80C8;
}

body {
    background: #fff;
    font-family: var(--text-font);
    font-size: var(--body-font-size);
    color: var(--text-color);
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--header-font) !important;
    font-weight: 500 !important;
    text-transform: none;
}

h1,
.h1 {
    font-size: 66px;
}
body.home .funnel-column h2,
h2, 
.h2 {
    font-size: 44px;
}

body.home h3, 
body.home .h3 {
    font-size: 36px;
}

body.home .funnel-column h3,
h3,
.h3 {
    font-size: 32px;
}

h4,
.h4 {
    font-size: 26px;
}


p {
    color: var(--text-color);
    font-size: var(--body-font-size);
    line-height: 1.4;
}

.row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    z-index: 1;
}

.col {
    margin: 0 0.5em;
    position: relative;
    z-index: 1;
}

.space-between {
    justify-content: space-between;
}
.center {
    justify-content: center;
}
.space-around {
    justify-content: space-around;
}

.wrap {
    flex-wrap: wrap;
}

.w-image + .wpb_text_column  {
    margin-top: 2em;
}

a.w-btn.button,
a.button,
.button,
.background-dark,
.background-dark p,
.background_dark,
.background_dark p {
    background-color: #252525;
    color: #ffffff;
}

.background-white,
.background_white {
    background-color: #ffffff;
}

.background-orange a,
.background_orange a,
.background-dark a,
.background_dark a {
    color: #ffffff;
}

.background-white, 
.background_white a {
    color: #252525;
}

a.button {
    padding: 0.5em 2em;
    width: 100%;
}

.w-btn,
.w-btn .w-btn-label,
.w-btn .w-btn-label {
    font-family: Avenir;
}

.centered_text {
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.vc_section {
    padding: 80px 0;
}

.vc_section .l-section-h {
    padding: unset;
}

.vc_section > .l-section {
    padding: 1.3em;
}

/* HEADER MENU */

.main_menu .w-nav-list .w-nav-list {
    box-shadow: none !important;
    border: 1px solid #E1E4EB;
    padding: 18px 46px 33px 19px; 
    background-color: #ffffff;
}
.main_menu .w-nav-list .w-nav-list .menu-item {
    color: var(--menu-text-color);
    padding: 15px 0;
    border-bottom: 1px solid #E1E4EB;
}

.main_menu .w-nav-list .w-nav-list .menu-item .w-nav-title:after {
    content: '';
    width: 8px;
    height: 16px;
    position: absolute;
    right: -20px;
    bottom: 50%;
    transform: translateY(50%);
    background-image: url(../images/icons/menu-caret.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.main_menu .w-nav-list .w-nav-list .w-nav-anchor {
    overflow: visible;
}

.main_menu .w-nav-list .w-nav-list:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/icons/menu-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 19px;
}

.main_menu .w-nav-list .w-nav-list:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--pri-color);
    width: 50%;
    height: 8px;
}
/* START HEADER */

.l-header {
    width: 100vw;
    height: var(--header-height);
    background-color: #ffffff;
    color: #053F88;
    position: fixed;
    transition: all 0.3s ease-out;
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
}


.l-header.scrolled {
    --header-height: 65px;
}

.l-header.scrolled + .l-main {
    --header-height: 65px;
}

.l-header img.icon { 
max-width: 2ch;
}

.logo_wrapper {
    max-width: 20%;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.l-header.scrolled .logo_wrapper {
min-height: 50px;
}

.logo_wrapper .w-logo-img {
max-width: unset;
}

.logo_wrapper .w-logo-img img{
height: 75px;
}

.l-header.scrolled .logo_wrapper .w-logo-img img {
    height: 50px;
}

.l-header .htop-menu {
display: flex;
flex-wrap: nowrap;
}

.top_widget {
position: absolute;
right: 1em;
top: 0;
display: flex;
font-size: 1em;
color: #ffffff;
}

.top_widget a:not(.wpml-ls-link) {
font-size: 0.8em;
color: #ffffff;
width: 230px;
display: block;
line-height: 1;
}

.language_switcher .wpml-ls-legacy-list-horizontal ul {
display: flex;
width: 3em;
overflow: hidden;
justify-content: space-between;
margin-left: 1em;
}
.main_menu_wrapper {
    float: none;
    margin-top: 0; 
    display: flex;
    align-items: center;
}

.main_menu_wrapper .w-nav-list.level_1 .togglable.menu-item-has-children > .w-nav-anchor > .w-nav-title > .w-nav-title:after {
    content: "";
    width: 1ch;
    height: 1ch;
    background-color: #ffffff;
    clip-path: polygon(0%0%, 100% 0%, 50% 100%, 50% 100% );
    position: relative;
    display: inline-block;
    margin-left: 1ch;
}

body .super_menu_section {
    max-height: 0;
    padding: 0 6em;
    transition: max-height 0.3s ease-out; 
    transition: padding 0.3s ease-out; 
    overflow: hidden;
    display: none;
}
body .super_menu_section:before {
    content: '';
    background-image: url('../images/watermark.svg');
    background-size: cover;
    max-width: 30%;
    display: block;
} 

body.show_super_menu .super_menu_section {
    /* remove when done styling*/
    display: block;
    height: fit-content;
    background-color: #252525;
    color: #ffffff;
    padding: 6em;
    position: absolute;
    top: 0;
    width: 100vw;
    max-height: 100vh;

}

body.show_super_menu .super_menu_section .hide_supermenu { 
    max-height: 100%;
}

body .super_menu_section .hide_supermenu { 
    position: absolute;
    right: 3em;
    top: 3em;
    max-width: 5ch;
    cursor: pointer;
    max-height: 0;
    overflow: hidden;
}

body .super_menu_section .hide_supermenu img {
    width: 100%;
} 

body .super_menu_section a { 
    color: #ffffff;
}

body .super_menu_section ul {
    list-style: none;
    margin: unset;
}


body .super_menu_section li {
    width: 80%;
    display: block;
}

#supermenu {
    max-width: 60%;
}

#supermenu .h1 {
    width: 100%;
}
#supermenu .h1 > a{
    text-transform: uppercase;
    font-size: 3em;
    color: #737373;
}

#supermenu .h3 { 
    margin-top: 2em;
}

#supermenu .h3 > ul {  
    margin-top: 1em;
}
#supermenu .h3 > a { 
    text-transform: uppercase;
    font-size: 1.2em;
    color: #F5821F;
    margin-bottom: 0.5em;
}

#supermenu .menu-item:not(.h1):not(.h3):before {
    content: '.';
    color: #F5821F;
    padding-bottom: 0.5em;
    min-width: 100%;
    margin: 0 1ch 0 0 ;
}

#supermenu .menu-item:not(.h1):not(.h3) a {
    border-bottom: 1px solid #595959;
    display: inline-block;
    width: 90%;
    padding-bottom: 1ch;
}

#supermenu > li > ul.sub-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/* HOME PAGE */
/* SERVICES */ 
section.services-section {
    background-image: linear-gradient(to top, var(--gradient-dark) 0%, #ffffff 70%);
    padding: 0 var(--small-site-margin);
}

section.services-section .cards-column h3,
section.services-section h2 { 
    font-size: 44px;
    color: var(--pri-color);
    position: relative;
}

section.services-section .cards-column h3 {
    font-size: 24px;
    font-weight: 500 !important;
    margin-bottom: 0.5em;
}

section.services-section .cards-column .wpb_text_column {
    background-image: var(--gradient);
    padding: 116px 40px 40px 40px;

}

section.services-section .cards-column .wpb_text_column +  .wpb_text_column {
    margin-top: 65px;
}

section.services-section .cards-column .wpb_text_column.feedback h3:before,
section.services-section .cards-column .wpb_text_column.umbrella h3:before,
section.services-section .cards-column .wpb_text_column.dialog h3:before {
    content: '';
    background-image: url('../images/icons/service-dialog.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -2em;
    left: 0;
}

section.services-section .cards-column .wpb_text_column.umbrella h3:before {
    background-image: url('../images/icons/service-umbrella.svg');
}
section.services-section .cards-column .wpb_text_column.feedback h3:before { 
    background-image: url('../images/icons/service-feedback.svg');
}

section.services-section .cards-column .wpb_text_column p {
    font-size: 18px;
    line-height: 1.4;
}

section.contact-header section.header-wrapper h1:before,
.slide-content .header-content h2:before,
section.services-section h2:before {
    content: '';
    background-image: url('../images/icons/quote-libo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 29px;
    height: 19px;
    position: absolute;
    left: -35px;
    top: -14px;
}

.slide-content .header-content h2 {
    position: relative;
}

section.contact-header section.header-wrapper h1:before,
.slide-content .header-content h2:before {
    background-image: url('../images/icons/header-quote-libo.svg');
}
section.services-section .text-column.one-half {
    width: 40%;
    padding-top: 133px;
}

section.services-section .cards-column.one-half {
    width: 60%;
    margin-left: 0;
    padding-left: 62px;
}

/* CONVERSION */
section.section-conversion {
    padding: 0 var(--site-margin) 0 var(--small-site-margin);
    margin-top: -30px;
}

section.section-conversion > section.l-section {
    padding: 0;
}

section.section-conversion .person-wrapper {
    width: 649px;
    position: relative;
}

.person-wrapper .info-wrapper,
section.section-conversion .info-wrapper {
    position: absolute;
    bottom: 4%;
    font-family: Avenir;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 25px;
    z-index: 1;
}
.person-wrapper .info-wrapper .person-specialty,
section.section-conversion .info-wrapper .person-specialty {
    font-size: 18px;
    font-weight: 300;
}

.person-wrapper .info-wrapper:before,
section.section-conversion .info-wrapper:before {
    content: '';
    background-color: var(--pri-color);
    width: 20px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0px;
}

section.section-conversion .main-content {
    position: relative;
    width: 43.26vw !important;
    background-color: #ffffff;
    margin-top: 110px;
    float: unset;
    height: calc(100% - 220px);
    margin-left: -53px;
    padding: 110px;
    border: 1px solid #A9BDD6;
    z-index: 1;
}

section.section-conversion .main-content:before {
    content: '';
    width: 30px;
    height: 14px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: url(../images/icons/quote-libo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

section.section-conversion .main-content:after {
    content: '';
    width: 5px;
    height: 145px;
    background-color: var(--pri-color);
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
}


section.section-conversion .main-content .w-btn-wrapper {
    margin-top: 2em;
}

section.section-conversion .main-content h2 {
    font-size: 44px;
    color: var(--pri-color);
    position: relative;
    margin-bottom: 0.5em;
}

section.section-conversion .main-content .additional-links {
    position: absolute;
    bottom: -56px;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
}
/* set height to person image height so margin top can be maintained */
section.section-conversion > .l-section > .l-section-h > .g-cols {
    display: flex;
    position: relative;
}

.w-btn.mail-link, 
.w-btn.color_primary.mail-link,
.w-btn.contact-link,
.w-btn.color_primary.contact-link,
.w-btn.phone-link, 
.w-btn.color_primary.phone-link {
    border: none;
}

.w-btn.mail-link .w-btn-label:before,
.w-btn.contact-link .w-btn-label:before,
.w-btn.phone-link .w-btn-label:before {
    content: '';
    width: 24px;
    height: 23px;
    background-image: url('../images/icons/phone-link.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.w-btn.contact-link .w-btn-label:before {
    background-image: url('../images/icons/contact-link.svg');
}

.w-btn.mail-link .w-btn-label:before {
    background-image: url('../images/icons/mail-link.svg');
    width: 19px;
    height: 16px;
    padding-bottom: 4px;
    margin-top: 4px;
}


.w-btn.mail-link .w-btn-label:after,
.w-btn.contact-link .w-btn-label:after,
.w-btn.phone-link .w-btn-label:after {
    content: '';
    width: 0px;
    height: 1px;
    background-color: var(--pri-color);
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: all 0.3s ease-out;
}

.w-btn.mail-link:hover .w-btn-label:after,
.w-btn.contact-link:hover .w-btn-label:after,
.w-btn.phone-link:hover .w-btn-label:after {
    width: 100%;
}

.w-btn.mail-link:hover, 
.w-btn.contact-link:hover, 
.w-btn.phone-link:hover {
    background-color: transparent !important;
}

section.section-conversion .additional-links > div {
    width: auto !important;
}

section.section-conversion > .l-section > .l-section-h > .g-cols > .one-quarter { 
    width: auto;
}

section.section-conversion .links-container {  
    display: flex;
    flex-wrap: nowrap;
}

/* CONTACT */
section.section-contact {
    padding: 0 var(--small-site-margin);
}

section.section-contact .l-section {
    padding: 0;
}

section.section-contact form {
    padding: 100px;
    background-color: #ffffff;
    border: 1px solid var(--pri-color);
    position: relative;
    z-index: 3;
}

section.section-contact .contact-form-wrapper {
    margin-left: -100px;
    padding-top: 100px;
    width: 45.26vw !important;
}

section.section-contact .person-container {
    width: 38.05vw !important;
}

section.section-contact .address-card {
    border: 1px solid var(--pri-color);
    margin: 60px 60px 0 0;
    padding: 60px 60px 0 60px;
    max-width: 570px;
}

section.section-contact .address-card p {
    font-family: Avenir;
    font-size: 22px;
}

section.section-contact .address-card .w-btn-label,
section.section-contact .address-card .w-btn {
    padding: 10px 0;

}

section.section-contact .address-card .w-btn-wrapper + .w-btn-wrapper {
    margin-left: 20px;
}


section.section-contact .row40-60 .wpcf7-form-control-wrap:first-child {
    width: 40%;
}

section.section-contact .row .wpcf7-form-control-wrap:first-child {
    margin-right: 10px;
}

section.section-contact .subject {
    margin-left: 15px;
}

section.section-contact .subject > label {
    color: var(--pri-color);
    font-size: 16px;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: '';
    height: 13px;
    width: 10px;
    border-radius: 3px;
    background-image: url(../images/icons/checkbox-check.svg);
    font: inherit;
    position: absolute;
    top: 50%;
    left: 11px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    content: '';
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: '';
    border: 1px solid var(--text-color);
    height: 29px;
    width: 29px;
    border-radius: 3px;
}
.wpcf7-list-item-label {
    padding-left: 35px;
}

section.section-contact input[type="submit"] {
    position: absolute;
    right: 100px;
    bottom: -20px;
    background-color: var(--pri-color);
    color: #ffffff;
    padding: 15px 30px !important;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea,
select {
    border: 1px solid var(--text-color);
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    border-radius: 4px;
    margin: 10px;
    padding: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"] {
    height: 56px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
textarea::placeholder
{
    opacity: 1 !important;  
}

textarea {
    min-height: 207px;
}

/* SUCCESS */
section.contact-header > .l-section > .l-section-h > .g-cols > .full-width > div:not(.background-image) {
    position: absolute;
    bottom: unset;
    top: 375px;
    left: var(--site-margin);
    color: #ffffff;
    z-index: 2;
}

section.contact-header section.header-wrapper h1 {
    left: unset;
    margin-bottom: 0;
    font-size: 44px;
    position: relative;
    bottom: unset;
}

section.contact-header section.header-wrapper p {
    color: #ffffff;
}


section.contact-header + section.content-section {
    padding-top: 80px;
}
/* PEOPLE PERSON */

.person-wrapper .person-link {
    position: relative;
}
.person-wrapper .person-link:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.25;
}

.person-wrapper .person-link:after {
    right: 10px;
    top: 10px;
    height: 43px;
    width: 30px;
    background-image: url(../images/icons/overview-quote.svg);
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
}

.person-wrapper .person-link .background-image {
    position: relative; 
    z-index: 0;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.content-section .person-wrapper {
    margin-top: -150px;
}

.person-wrapper .person-quote {
    font-style: italic;
    font-weight: 200;
    font-size: 20px;
    padding: 64px 32px;
    position: relative;
    border: 1px solid var(--pri-color);
    margin-bottom: 80px;
}

.person-wrapper .person-quote:before {
    content: '';
    background-image: url('../images/icons/quote-balloon.svg');
    background-size: contain;
    width: 59px;
    height: 69px;
    position: absolute;
    left: 120px;
    top: -45px;
    z-index: 2;
}


/* PEOPLE SLIDER */
.vc_section.team-slider {
    padding: 0 0;
}
section.content-section > .l-section,
.team-slider-wrapper {
    padding: 0 !important; 
}

.team-slider-wrapper {
    margin: 0 -28px;
}

.team-slider-wrapper .person-wrapper {
    aspect-ratio: 649/815;
    display: block;
    padding: 0 28px;
    margin-top: 0 !important;   
}


.team-slider-wrapper .person-wrapper .info-wrapper:before {
    width: 10px;
}
.team-slider-wrapper .person-link {
    position: relative;
    overflow: hidden;
}
.team-slider-wrapper .person-link img.background-image {
    min-width: 100%;
    object-fit: cover;
    width: 314px;
    height: 470px;
}

.review-list-wrapper .owl-nav,
.team-slider-wrapper .owl-nav {
    display: block !important;
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.review-list-wrapper .owl-nav {
    bottom: unset;
    top: -50px;
}

.review-list-wrapper .owl-nav .owl-prev span, .review-list-wrapper .owl-nav .owl-next span,
.team-slider-wrapper .owl-nav .owl-prev span, .team-slider-wrapper .owl-nav .owl-next span {
        display: none;
}

.review-list-wrapper .owl-nav .owl-prev, 
.review-list-wrapper .owl-nav .owl-next,
.team-slider-wrapper .owl-nav .owl-prev, 
.team-slider-wrapper .owl-nav .owl-next {
    height: 29px;
    width: 29px;
    position: absolute;
    transform: translateY(-50%);
    /* pointer-events: all; */
    background-color: transparent !important;
}

.review-list-wrapper .owl-nav .owl-prev:focus, .review-list-wrapper .owl-nav .owl-next:focus, .review-list-wrapper .owl-nav .owl-prev:active, .review-list-wrapper .owl-nav .owl-next:active, .review-list-wrapper .owl-nav .owl-prev:hover, .review-list-wrapper .owl-nav .owl-next:hover, .review-list-wrapper .owl-nav .owl-prev, .review-list-wrapper .owl-nav .owl-next,
.team-slider-wrapper .owl-nav .owl-prev:focus, .team-slider-wrapper .owl-nav .owl-next:focus, .team-slider-wrapper .owl-nav .owl-prev:active, .team-slider-wrapper .owl-nav .owl-next:active, .team-slider-wrapper .owl-nav .owl-prev:hover, .team-slider-wrapper .owl-nav .owl-next:hover, .team-slider-wrapper .owl-nav .owl-prev, .team-slider-wrapper .owl-nav .owl-next {
    box-shadow: unset !important;
    background-repeat: no-repeat !important;
}

.review-list-wrapper .owl-nav .owl-prev,
.team-slider-wrapper .owl-nav .owl-prev {
    left: calc((var(--site-margin) + 29px) * -0.3);
    background-image: url(../images/icons/caret-left.svg) !important;
}

.review-list-wrapper .owl-nav .owl-next,
.team-slider-wrapper .owl-nav .owl-next {
    right: calc((var(--site-margin) + 29px) * -0.3);
    background-image: url(../images/icons/caret-right.svg) !important;
}

.review-list-wrapper .owl-nav .owl-prev {
    left: calc(50% - 35px);
}

.review-list-wrapper .owl-nav .owl-next {
    right: calc(50% - 35px);
}
/* REVIEW SLIDER */

section.section-news-slider h3,
section.section-review-slider h3 {
    color: var(--pri-color);
}
section.section-news-slider .w-blog {
    margin-top: 35px;
}

.review-list-wrapper {
    width: calc(4 * (593px + 58px));
    transform: translateX(-50%);
    left: 50%;
    margin-left: 50%;
    margin-top: 70px;
}

.review-list-wrapper .owl-item {
    margin-bottom: 50px;
}
.review-list-wrapper .review:after {
    content: "";
    width: 5ch;
    height: 3ch;
    position: absolute;
    bottom: -2.95ch;
    background-color: #ffffff;
    left: calc((100% - 5ch) /2);
    clip-path: polygon(0 0, 100% 0%, 100% 100% );
}
.review-slider {
    background-image: var(--gradient);
}
.review-slider .review {
    background-color: #ffffff;
    margin: 0 29px;
    padding: 58px;
}

.review-slider .review-content p,
.review-slider .review-content {
    margin-bottom: 2em;
    font-size: 20px;
    font-weight: 200;
    font-style: italic;
    position: relative;
}

.review-slider .review-organisation,
.review-slider .review-name {
    font-family: var(--header-font);
    font-size: 18px;
    font-weight: 500;
}

/* CONTENT SECTIONS */
section.content-header {
    padding: 0;
    transition: all 0.3s ease-out;
    margin-top: var(--header-height);
}


section.content-header .header-wrapper {
    padding: 0;
}
section.header-wrapper h1 {
    /*
    position: absolute;
    bottom: 120px;
    left: calc(var(--site-margin) - 68px); 
    color: #ffffff;
    z-index: 2;
    */
}
section.section_content_header section.header-wrapper h1 {
    position: relative;
    left: 0;
} 

section.header-wrapper .background-image { 
    margin-bottom: 0;
    position: relative;
}

section.header-wrapper .background-image img {
    min-width: 110%;
    object-fit: cover;
}

/* paralax header image */
section.content-header .header-wrapper.parallax_ver {
    width: 100vw;
    height: 28.74vw;
}

section.content-header .header-wrapper.parallax_ver .l-section-img + .l-section-h {
    height: 100%;
    z-index: 2;
}

section.content-header .header-wrapper.parallax_ver .l-section-img:before,
section.header-wrapper .background-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--overlay-color);
    opacity: 0.3;
    z-index: 1;
}

section.content-header .header-wrapper.parallax_ver .l-section-img:after,
section.section_content_header .l-section .slick-slide .w-image.background:after,
section.header-wrapper .background-image:after {
    content: '';
    width: 51px;
    height: 28px;
    position: absolute;
    right: 35px;
    bottom: 35px;
    background-image: url(../images/icons/header-quote-rilo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}


section.header-wrapper .utility-row { 
    position: absolute;
    width: 100%;
    bottom: -30px;
    z-index: 2;
}

section.header-wrapper .utility-row .one-half {
    min-height: 1px;
}

section.header-wrapper .utility-row .breadcrumbs {
    display: flex;
    justify-content: flex-end;
    margin-right: var(--site-margin);
    font-family: Avenir;
    font-size: 18px;
    color: #9CB9C7;
}

section.header-wrapper .utility-row .breadcrumbs a {
    color: #9CB9C7;
}
.g-breadcrumbs-separator:before {
    content: '>';
    font-size: 18px;
    font-family: Avenir;

}

section.header-wrapper #next-previous {
    position: absolute;
    left: calc(var(--site-margin) - 68px);
    bottom: 80px;

}

section.header-wrapper #next-previous a {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
section.header-wrapper #next-previous > div {
    display: flex;
    flex-wrap: nowrap;
}
section.header-wrapper #next-previous img {
    width: 30px;
    height: 30px;
    
}

section.header-wrapper #next-previous .overview img {
    width: 25px;
    height: 18px;
}

section.content-section .intro-text p,
section.content-section .intro-text {
    font-size: 26px;
}

section.content-section.intro-section {
    padding-top: 109px;
    padding-bottom: 0;
} 

.wpb_text_column.border-left {
    border-left: 1px solid var(--pri-color);
    margin-left: -1px;
    padding-left: 26px;
    max-width: 85ch;
}

.padding-left {
    padding-left: 26px;
}
.wpb_text_column.border-left p {
    font-size: 26px;
}

.w-gallery-list {
    margin: 0 -18px;
}
.w-gallery .w-gallery-item {
   padding: 18px; 
}

.w-gallery .w-gallery-item:before {
    content: '';
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    position: absolute;
    left: 18px;
    top: 18px;
    background-color: var(--overlay-color);
    opacity: 0.25;
}

div.outlined,
.g-cols.outlined {
    border: 1px solid var(--pri-color);
    padding: 33px;
}

div.on-page-funnels.outlined {
    padding-top: 80px;
}

.on-page-funnels.outlined:before {
    content: '';
    width: 26px;
    height: 28px;
    background-image: url(../images/icons/op-funnels-leafs.svg);
    position: absolute;
    right: 11px;
    top: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.on-page-funnels h3 {
    color: var(--text-color) !important;
}

.one-half.big-half {
    width: 59.37% !important;
    padding-right: 3.6%;
}

.one-half.big-half.no-padding {
    padding-right: 0;
}

.one-half.small-half {
    width: 40.63% !important;
    margin-left: 0 !important;
}

.one-half.big-half.no-padding + .small-half {
    padding-left: 3.6%;
}

.one-half.small-half.on-page-funnels {
    width: calc(40.63% - 68px) !important;
    position: relative;
}

section.intro-section .one-half.big-half {
    padding-right: 175px;
}

section.content-section + .content-section:not(.no-padding) {
    padding-top: 80px;
}

section.cta-section .w-image:not(.no-overlay):before,
section.content-section .w-image:not(.no-overlay):before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--overlay-color);
    opacity: 0.25;
    z-index: 1;
}

section.cta-section .w-image:not(.no-overlay):after {
    right: 10px;
    top: 10px;
    height: 31px;
    width: 21px;
    background-image: url(../images/icons/overview-quote.svg);
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

section.cta-section .w-image:not(.no-overlay) img,
section.content-section .w-image img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
}

section.cta-section .w-image:not(.no-overlay),
section.content-section .w-image:not(.no-overlay) {
    position: relative;
    margin-bottom: 0;
}


section.content-section .intro-text {
    margin-left: -68px;
    border-left: 1px solid var(--pri-color);
    padding-left: 34px;
}

section.content-section .intro-text > .wpb_wrapper {
    max-width: 80ch;
}

section.content-section {
    padding: 0 var(--site-margin);

}

section.content-section h4,
section.content-section h3,
section.content-section h2 {
    color: var(--pri-color);
    margin-top: -10px;
}


section.content-section ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
}

section.content-section ul li:before {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url(../images/icons/certificate.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1ch;
}

section.content-section ul li {
    font-size: 18px;
    padding-bottom: 17px;
}

section.content-section p,
section.content-section {
    font-size: 22px;
    line-height: 1.4;
}
section.content-header + .content-section {
    margin: 60px 0;
}

section.content-header + .content-section h2 {
    color: var(--text-color);
}
section.content-section.small-margin {
    padding: 0 var(--small-site-margin);
}

.wpb_text_column  a:not(.w-btn) {
    color: var(--text-color);
    text-decoration: underline;
}

section.content-section .video-wrapper {
    width: 46.84vw !important;
    aspect-ratio: 890/589;
}

section.content-section .video-wrapper div {
    width: 100%;
    height: 100%;
}

section.content-section .video-wrapper + .one-third {
    width: calc(100% - 46.84vw) !important;
    margin-left: 0;
    padding-left: 60px;
}

section.content-section video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

}

/* LOGO SECTION */

section.logo-section {
    padding: 0 var(--site-margin);
    margin: 0 -68px;
}
section.logo-section .l-section .medium-row .full-width,
section.logo-section .l-section .narrow-row .full-width,
section.logo-section .l-section .wide-row .full-width {
    float: none;
    display: flex;
    justify-content: center;
}

section.logo-section .l-section .full-width .w-image {
    padding: 0 20px;
}

/* CTA SECTION */
section.cta-section {
    padding: 0 var(--site-margin);

}

section.cta-section > .l-section {
    padding: 0;
}

section.cta-section .buttons-container,
section.cta-section .image-wrapper {
    position: relative;
    float: none;
}

section.cta-section .buttons-container {
    margin-left: -40px;
}

section.cta-section .buttons-container  > .g-cols > div {
    display: flex;
    justify-content: space-between;
}
section.cta-section .cta-container > .l-section-h > .g-cols {
    display: flex;
} 

section.cta-section .cta-container .share_shortcode {
    position: absolute;
    bottom: 25px;
    right: 0;
}

section.cta-section .cta-container .share_shortcode > p {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Avenir;
}


section.cta-section .image-wrapper h4 {
    position: absolute;
    bottom: 20%;
    font-size: 28px;
    color: #ffffff;
    font-family: var(--header-font);
    font-weight: 200 !important;
    padding: 0 20px;
    z-index: 2;
}

section.cta-section .buttons-wrapper {
    background-color: var(--pri-color);
    position: absolute;
    padding: 20px 10px;
    bottom: 20px;
    left: 0px;
}

section.cta-section .buttons-wrapper .color_secondary {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-out;
}

section.cta-section .buttons-wrapper .color_primary {
    border: 1px solid #ffffff;
    transition: all 0.3s ease-out;
}

section.cta-section .buttons-wrapper .color_primary:hover {
    background-color: #ffffff;
}
section.cta-section .buttons-wrapper .color_secondary:hover {
    background-color: var(--pri-color);
}
section.cta-section .buttons-wrapper .color_primary .w-btn-label {
    color: #ffffff;
    transition: all 0.3s ease-out;
}

section.cta-section .buttons-wrapper .color_secondary .w-btn-label {
    color: var(--pri-color);
    transition: all 0.3s ease-out;
}

section.cta-section .buttons-wrapper .color_primary:hover .w-btn-label {
    color: var(--pri-color);
}
section.cta-section .buttons-wrapper .color_secondary:hover .w-btn-label { 
    color: #ffffff;
}
/* BUTTONS*/
.w-btn.color_secondary,
.w-btn.color_primary {
    border: 1px solid var(--pri-color);
    border-radius: 0;
    background-color: transparent;  
    transition: all 0.3s ease-out;
}

.w-btn.color_secondary {
    background-color: var(--pri-color);
}

.w-btn.color_secondary .w-btn-label,
.w-btn.color_primary .w-btn-label {
    color: var(--text-color);
    text-transform: none;
    font-size: 20px !important;
    padding: 11px 48px;
    transition: all 0.3s ease-out;
}

.w-btn.color_secondary:hover,
.w-btn.color_primary:hover {
    background-color: var(--light-green);
}

.w-btn.color_secondary:hover {
    background-color: var(--text-color);
}

.w-btn.color_primary:hover .w-btn-label {
    color: var(--pri-color);
}

section.cta-section .buttons-wrapper .w-btn-wrapper {
    margin: 0 10px;
}

section.cta-section .buttons-wrapper .w-btn-wrapper .w-btn {
    margin: 0;
}


.on-page-funnels .w-btn.color_secondary,
.on-page-funnels .w-btn.color_primary {
    border: none;
}

.on-page-funnels .w-btn.color_secondary  .w-btn-label,
.on-page-funnels .w-btn.color_primary .w-btn-label {
    color: var(--pri-color);
    font-size: 20px;
    border-bottom: 1px solid var(--pri-color);
    width: 100%;
    text-align: left;
    padding-left: 0;
    display: block;
}

.on-page-funnels .w-btn.color_secondary  .w-btn-label:after,
.on-page-funnels .w-btn.color_primary .w-btn-label:after {
   content: '';
   width: 8px;
   height: 16px;
   position: absolute;
   right: 0;
   bottom: 50%;
   transform: translateY(50%);
   background-image: url(../images/icons/op-funnels-caret.svg);
}

.on-page-funnels .buttons-wrapper .w-btn-wrapper {
    width: 100%;
}

.on-page-funnels .buttons-wrapper .w-btn-wrapper .w-btn {
    padding: 0 0;
    width: 100%;
    text-align: left;
}


.w-btn.color_secondary .w-btn-label {
    color: #ffffff;
}
.on-page-funnels .w-btn.color_secondary,
.on-page-funnels .w-btn.color_primary {
    border: none;
}

.on-page-funnels .w-btn.color_secondary  .w-btn-label,
.on-page-funnels .w-btn.color_primary .w-btn-label {
    color: var(--pri-color);
    font-size: 20px;
    border-bottom: 1px solid var(--pri-color);
    width: 100%;
    text-align: left;
    padding-left: 0;
    display: block;
}

.on-page-funnels .w-btn.color_secondary  .w-btn-label:after,
.on-page-funnels .w-btn.color_primary .w-btn-label:after {
   content: '';
   width: 8px;
   height: 16px;
   position: absolute;
   right: 0;
   bottom: 50%;
   transform: translateY(50%);
   background-image: url(../images/icons/op-funnels-caret.svg);
}

.on-page-funnels .buttons-wrapper .w-btn-wrapper {
    width: 100%;
}

.on-page-funnels .buttons-wrapper .w-btn-wrapper .w-btn {
    padding: 0 0;
    width: 100%;
    text-align: left;
}

/* KENNISBANK/ OVERVIEW SECTION */

section.overview-section .l-section,
section.overview-section {
    padding: 0;
}

section.overview-section .filter-section-wrapper {
    background-color: var(--pri-color);
    padding: 0 var(--small-site-margin);
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    height: 72px;
}

section.overview-section .filter-section-wrapper ul {
    list-style: none;
    list-style-type: none;
    display: flex;
    margin: 0;
    align-items: flex-end;
    height: 100%;
    padding-top: 18px;
}


section.overview-section .filter-section-wrapper ul li {
    padding: 18px 28px 11px;
    margin-bottom: 0;
    cursor: pointer;
    font-family: Avenir;
}
section.overview-section .filter-section-wrapper ul li.active {
    background-color: #ffffff;
    color: var(--text-color);
}


section.overview-section .search_result {
    padding: 80px calc(var(--site-margin) - 37px); 
    display: flex;
    flex-wrap: wrap;
}


section.overview-section .search_result .loader {
    display: none;
    width: calc(100% - ((var(--site-margin) - 37px) * 2));
    height: 100%;
    min-height: 600px;
    z-index: 8;
    position: absolute;
    backdrop-filter: blur(10px);
    border: 1px solid var(--pri-color);
    border-radius: 5px;
    

}
section.overview-section .search_result .loader:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.25;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
}

section.overview-section .search_result .loader h3 {
    color: var(--pri-color);
    text-align: center;
    width: 100%;
    margin-top: 80px;
    z-index: 10;
    position: relative;
}

section.overview-section .search_result.loading .loader {
    display: block;
}

section.overview-section .knowledge-item-wrapper {
    width: 297px;
    height: 449px;
    position: relative;
    margin: 37px;
}
section.overview-section .knowledge-item-wrapper .overview-title {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0 38px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-family: Avenir;
}

section.overview-section .knowledge-item-wrapper img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

section.overview-section .knowledge-item-wrapper .knowledge-item-link {
    width: 100%;
    height: 100%;
}

section.overview-section .knowledge-item-wrapper .knowledge-item-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--overlay-color);
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

section.overview-section .knowledge-item-wrapper:hover .knowledge-item-link:before {
    opacity: 0.05;
}

section.overview-section .knowledge-item-wrapper:after {
    content: '';
    width: 91px;
    height: 9px;
    background-color: var(--pri-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    position: absolute;
}

section.overview-section .knowledge-item-wrapper:before {
    content: '';
    width: 33px;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 14px;
    background-image: url(../images/icons/overview-quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

section.overview-section .filter-section-search-wrapper {
    width: 100%;
    margin-left: var(--small-site-margin);
}

section.overview-section .filter-section-search-wrapper form {
    position: relative;
}
section.overview-section .filter-section-search-wrapper input {
    border-color: #ffffff;
}

section.overview-section .filter-section-search-wrapper input + i.search-icon {
    width: 22px;
    height: 22px;
    background-color: transparent;
    position: absolute;
    right: 5px;
    bottom: 50%;
    transform: translateY(50%);
    cursor: pointer;
}
section.overview-section .filter-section-search-wrapper input + i.search-icon:before {
    content:"";
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background-image: url(../images/icons/search-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


section.intro-section + section.logo-section {
    padding-top: 80px;
}

/* SECTION USP */
.section_usp {
    background-color: #252525;
    position: relative;
}

.background_watermark.paralax {
    position: absolute;
    display: block;
    width: 30%;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.background_watermark.paralax img {
    max-width: 100%;
    top: 0;
}
/*
.section_usp:after {
    content: '';
    background-image: url(../images/watermark.svg);
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
}
*/
.section_usp h3 { 
    font-size: 1.8em;
    text-transform: uppercase;
    font-family: 'Khand' !important;
    margin-bottom: 0px;
}
.section_usp p {
    color: #ffffff;
    font-size: 16px;
    max-width: 250px;
    margin: auto;
}

.section_usp .w-image  {
    display: flex;
    justify-content: center;
    margin-bottom: unset;
}

.section_usp img {
    max-width: 4em;
}
.usp_title > .l-section-h,
.section_usp > section > .l-section-h,
.selling_points_wrapper > .l-section-h {
    padding: 0;
}

.usp_title {
    margin: 1ch;
}

.selling_points_wrapper .g-cols {
    display: flex;
    padding: 80px 10% 120px 10%;
}

/* FUNNEL SECTION */


.funnel_row {
    margin: 0 10%;
}

.funnel_row h3 { 
    font-size: 1.5em;
}

.funnel_row img { 
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.funnel_row .w-image { 
    margin-bottom: 2em;
    height: 350px;
    overflow: hidden;
}

.funnel_row .w-btn-wrapper {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50%;
}
.funnel_row .text_section {
    display: block;
    height: 270px;
    position: relative;
}

.funnel_row .text_section .wpb_text_column  {
    padding: 1em;
}
/*
.funnel_row > .l-section-h > .g-cols > div {
    max-width: 380px;
}
*/
/* END FUNNEL SECTION */


/* HOME NEWS SECTION */ 

body .section_blog_slider .w-blog-post{ 
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px; 
}
body .section_blog_slider .w-blog-post,
	body .section_blog_slider .w-blog-post > div{ 
height:492px;
width:100%; 
}
body .section_blog_slider .w-blog-post .w-blog-post-title{ font-size:32px;color:#ffffff;font-family:roboto_condensed_regular;line-height:100%;position:absolute;bottom:0px;margin-left:36px;padding-right:20px;margin-bottom:0px; }
body .section_blog_slider .w-blog.layout_classic .has-post-thumbnail .w-blog-post-title{ 
    padding-top:0px; 
}
body .section_blog_slider .w-blog:not(.cols_1) .w-blog-list .w-blog-post-title{ font-size:32px; }
body .section_blog_slider .w-blog-post .w-blog-post-title:before{ 
    top:26px;
    position:absolute;
    left:-10px;
    height:calc(100% - 26px);
    width:1px;
    background-color:#FFC424;
    content:''; 
}
body .section_blog_slider .w-blog-post .w-blog-post-title time{ 
    margin-top:52px;
    margin-bottom:15px;
    display:block;
    font-size:20px; 
}
body .section_blog_slider .w-blog-post .w-blog-post-title time:before{ content:''; }
body .section_blog_slider .owl-controls{ position:absolute;height:0px;top:40%;width:100%; }
body .section_blog_slider .owl-carousel .owl-nav .owl-next,
	body .section_blog_slider .owl-carousel .owl-nav .owl-prev{ position:absolute;background-image:url(../images/home-template/blog-left.png);height:40px;width:40px;text-indent:-9999px;font-size:0px; }
body .section_blog_slider .owl-carousel .owl-nav .owl-next:hover,
	body .section_blog_slider .owl-carousel .owl-nav .owl-prev:hover{ opacity:0.8; }
body .section_blog_slider .owl-carousel .owl-nav .owl-next{ right:-60px; 
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180degs);
}
body .section_blog_slider .owl-carousel .owl-nav .owl-prev{ left:-60px; }

body .section_blog_slider .w-btn-wrapper a{ box-shadow:0px 0px 0px;background-color:#49AA42 !important;border-radius:50px; 
-webkit-box-shadow:0px 3px 8px -4px rgba(0,0,0,0.75);
-moz-box-shadow:0px 3px 8px -4px rgba(0,0,0,0.75);
box-shadow:0px 3px 8px -4px rgba(0,0,0,0.75);
}
body .section_blog_slider .w-btn-wrapper a .w-btn-label{ text-transform:none;font-size:24px;font-family:roboto_regular;display:block;padding-left:40px;padding-right:40px;padding-top:5px;padding-bottom:6px; }
body .section_blog_slider .blog-post-more{ position:absolute;top:0px;left:0px;width:100%;height:100%;border-radius:10px;z-index:3; }
body .section_blog_slider .blog-post-more:hover{ background-color:rgba(0,0,0,0.2); }
body .section_blog_slider .blog-post-more:after{ position:absolute;content:'';background-image:url(../images/home-template/arrow-left.png);height:24px;width:24px;background-size:cover;bottom:20px;right:20px;
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
body .section_blog_slider .w-blog-post-body{  }
body .section_blog_slider .w-blog-post-body:before{ border-radius:10px;content:'';position:absolute;left:0px;top:0px;height:100%;width:100%;background-color:rgba(0,23,43,0.4); }
body .section_blog_slider.knowledge-section-three .w-blog-post-body:before{ height:calc(100% - 30px); }

/* LOGO SLIDER */
body .logo_slider > div.l-section-h {
    position:relative;
    background-color:#ffffff;
    padding: 75px 0;
}
.logo_slider {
max-width: 100%;
    padding: 0 5%;
}
body .logo_slider .owl-item a{ height:80px;width:120px;display:inline-block; }
body .logo_slider .owl-dots{ display:none; }
  
.load_more_wrapper {
    display: flex;
    justify-content: center;
}
