HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MDalebout3/dev.prdct.nl/wwwroot/src/css/css.css
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');
body {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}
body,html {
    padding: 0;
    margin: 0;
    background: #E2E2E2;
    overflow-x: hidden;
    color: #2B2E34;
}
a {
    /*color: #000000;*/
    color: #2B2E34;
    text-decoration: none;
}

.bcl-content a {
		color: #45B6AD;
		}
		
* {
    box-sizing: border-box;
}
p {
    margin: 0;

}

.breadcrumbs,.breadcrumbs-page {
    font-size: 0.77778em;
}
.breadcrumbs .breadcrumb-item,
.breadcrumbs-page  .breadcrumb-item{
    font-size: 1em;
}
.breadcrumbs span.breadcrumb-item,
.breadcrumbs-page span.breadcrumb-item,
.breadcrumbs a.breadcrumb-item:hover,
.breadcrumbs-page a.breadcrumb-item:hover{
    color : #45B6AD;
}
.block-single-content .post-header,
.breadcrumbs-page {
    margin: 0 130px 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.block-single-content .post-header {
    padding-right:50px;
}
.breadcrumbs-page {
    justify-content: flex-start;
}
.block-single-content .post-header .posts-navigation {
    margin: 0;
}
.wpml-ls-legacy-list-horizontal {
    padding: 7px 0 !important;
}
.two-col-articles .bhc-heading {
    position: relative;
}
form.filter {
    position: absolute;
    right: 0;
    top: 0;
    /*width: 200px;*/
    text-align: right;
}

form.filter .filter-toggle,
.custom-filter-select{
    font-size: 1rem;
    font-weight: 300;
}
form.filter .filter-toggle .filter-arrow {
    margin-left: 10px;
}
.custom-filter-select {
    position: absolute;
    top:100%;
    /*right: -5px;*/
    left: -10px;
    padding: 0 10px;
    text-align: center;
    background-color: white;
    display: none;
    z-index: 5;
    width: max-content;
}
form.filter .filter-toggle,
.custom-filter-select-option {
    cursor: pointer;
}
.page-id-203 .block-half-circle {
    margin-bottom: 80px;
}
.custom-filter-select-option {
    text-align: left;
}
.custom-filter-select-option:hover {
    color: #45B6AD;
}
.main-404 .bcl-subtitle,
.main-404 .bcl-title,
.main-404 .bcl-content-text {
    color: #fff;
}
.main-section.main-404 {
    background-position: center center ;
    background-repeat: no-repeat;
}
.top-bar {
    border-bottom: 1px solid #2B2E34;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    z-index: 10;
    line-height: 2.10em;
    position: fixed;
    top: 0px;
    left: 0;
    background: #f2f3f4;
    height: 46px;
}
.main-header {
    /*padding: 20px 50px 15px;*/
    padding: 0 50px 0;
    position: fixed;
    background-color: #F2F3F4;
    width: 100%;
    z-index: 20;
    top: 46px;
    margin-top: 0;
    max-width: 1360px;
    left: 50%;
    transform: translateX(-50%);
}
.site-logo {
    padding: 20px 0 15px;
}
.search-field {
    min-width: 140px;
    border-right: 1px solid #2B2E34;
    position: relative;
    width: 270px;
}
.search-submit-trigger {
    position: absolute;
    z-index: 2;
    right: 0.75em;
    top: 0;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
    align-items: center;
}
.search-field.active .search-form{
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
}
.search-form {
    transition: all .25s;
    background: transparent;
    border-left:  1px solid transparent;
    border-right:  1px solid transparent;
    opacity: 0;
    display: flex;
    align-items: center;
}
.search-form input {
    outline: none;
    background: transparent;
    border: 0;
    padding-left: 0.75em;
    padding-right: 3.75em;
    width: 100%;
    display: flex;
}
.language-switcher ul, .language-switcher li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.language-switcher ul {
    display: flex;
    flex-direction: row;
    padding: 0 1em;
    justify-content: space-between;
    position: relative;
}
.language-switcher ul::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "/";
}
.language-switcher ul li.wpml-ls-current-language a,
.language-switcher ul li a:hover {
    color: #45b6ad;
    font-weight: 500;
}
.language-switcher {
    width: 90px;
}
.language-switcher ul li a{
transition: color .25s;
}
.contact-button {
    padding: 0 1em;
    border-left:  1px solid #2B2E34;
    width: 94px;
    display: flex;
    align-items: center;
}
.contact-button:hover a{
    color: #45b6ad;
    font-weight: 500;
}
.main-section {
    background: #fff;
    padding-bottom: 200px;
}
.wrapper {
    padding:98px 50px 0;
    background: #F2F3F4;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.site-navigation {
    width: 60%;
    display: flex;
    align-items: stretch;
    justify-items: stretch;
}
.site-navigation ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    flex-direction: column;
    width: 100%;
    background-color: #F2F3F4;
    right: 0;
}
.menu-item-has-children:last-child ul.sub-menu{
    align-items: flex-end !important;
}
.menu-item-has-children:last-child ul.sub-menu li {
    text-align: right;
}
.site-navigation ul li:hover .sub-menu {
    display: flex;
}
.site-navigation ul li ul.sub-menu li a{
    line-height: 3em;
    height: 3em;
    font-weight: 300;
}
.site-navigation ul, .site-navigation ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-navigation ul li {
    display: flex;
    flex-direction: column;
    justify-items: stretch;
}
.site-navigation ul {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    align-items: stretch;
    justify-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.site-navigation ul li a {
    color: #2b2e34;
    font-weight: 500;
    transition: color .25s;
    text-transform: lowercase;
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.site-navigation ul li.current-menu-item > a,
.site-navigation ul li:hover > a {
    color: #45b6ad;
}
.site-navigation ul.sub-menu li:hover > a {
    color: #45b6ad;
}
.menu-primary-container {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
}
.main-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*padding-bottom: 15px;*/
    /*padding-top: 15px;*/
    align-items: stretch;
}
.main-footer {
    background: #4A8490;
    position: relative;
    color: #fff;
    padding: 70px 50px 40px;
}
.main-footer a {
    color:#fff;
}
.main-footer a:hover {
    color: #45b6ad;
}
.footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main-footer::before {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.main-footer ul,.main-footer li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-footer:hover::before {
    transform: translate(-50%,-50%) scale(1.2);
}
.footer-block {
    max-width: 20%;
    width: 20%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-block a {
    font-size: 1em;
    line-height: 1.6666667em;
}
.footer-block-title {
    margin-bottom: 30px;
    font-size: 1.4444em;
    font-weight:500;
}
.footer-block.separator {
    max-width: 1px;
    /* border-right: 1px dashed #fff; */
    background-image: linear-gradient(white 45%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 9px;
    background-repeat: repeat-y;
}
.footer-content-block {
    line-height: 1.38888888em;
}
.footer-social {
    margin-top: 1.78em;
}
.bottom-bar {
    padding: 5px 50px;
    display: flex;
    flex-direction: row;
    font-size: 0.8888888888888em;
    justify-content: space-between;
    align-items: center;
    color: #2B2E34;
    line-height: 2;
}
.bottom-bar a {
    color: #2B2E34;
}
.copyright svg {
    height: 12px;
    text-align: left;
    margin-left: 10px;
    width: auto;
}
.disclaimer a,
.privacy a{
    text-transform: capitalize;
}
.sub-logo {
    margin-left: 20px;
    padding-top: 13px;
    margin-bottom: 100px;
}
.section-inner {
    max-width: calc(100% - 260px);
    margin: 0 0 0 130px;
}
.block-facts-wrapper{
    align-items: stretch !important;
    padding: 70px 0 30px !important;
}
.facts-wrapper::before {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.block-half-circle,.block-facts-figures,.block-our-people {
    position: relative;
    margin-bottom: 180px;
}
.block-half-circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    border-bottom-right-radius: 75px;
    border-top-right-radius: 75px;
    height: 150px;
    width: 75px;
    transition: 0.25s width;
}
.block-half-circle:hover::before {
    width: 85px;
}
.block-fact {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25%;
    margin: 0 3px;
    padding: 20px 0;
}
.block-fact .block-fact-big {
    font-size: 2.666667em;
    font-weight: 500;
    margin: 0 0 0.4em;
}
.block-fact .block-fact-small {
    text-align: center;
}
.block-fact:first-child::after{
    background-image: linear-gradient(white 45%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 9px;
    background-repeat: repeat-y;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    /*height: calc(100% - 59px);*/
}
.block-fact::before {
    background-image: linear-gradient(white 45%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 9px;
    background-repeat: repeat-y;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    /*height: calc(100% - 59px);*/
}

.bhc-heading {
    font-size: 2em;
    margin-bottom: 2px;
    font-weight: 500;
    line-height: 1.0566em;
}
.bhc-text {
    font-size: 1.4444444444444444444em;
    line-height: 1.30769em;
    font-weight: 500;
}
.block-central-image {
    margin: 0 0 180px;
    text-align: center;
}
.block-central-image .section-inner {
    max-width: calc(100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-central-image img{
    max-width: 100%;
    height: 100%;
}
.block-content-link {
    margin-bottom: 180px;
}
.bcl-inner.no-bg {
    overflow-x: hidden;
}
.bcl-inner.dotted {
    position: relative;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 40px;
    padding-right: 130px;
}
.block-vacatures .bcl-inner.dotted {
    padding-top: 50px;
    padding-bottom: 10px;
}
.bcl-inner.dotted::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    content: "";
    height: 100%;
    background-image: linear-gradient(black 45%, rgba(0,0,0,0) 0%);
    background-position: left;
    background-size: 1px 9px;
    background-repeat: repeat-y;
    z-index: 3;
}
.bcl-read-more a {
    font-size: 1.222222em;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
}
.link-arrow {
    margin-left: 10px;
}
.link-arrow svg {
    height: 12px;
    display: flex;
}
.bcl-subtitle {
    font-size: 1.333333333333333em;
    font-weight: 500;
    margin: 0;
}
.bcl-title {
    font-size: 2em;
    font-weight: 500;
    margin: 0;
}
.bcl-content {
    position:relative;
    z-index: 3;
    height: 100%;
}
.full_page.bcl-content {
    height: auto !important;
}

.bcl-content-text {
    font-size: 1em;
    line-height: 1.38889em;
    margin-top: 25px;
    margin-bottom: 25px;
}
.bcl-content-text h5 {
    font-size: 1.16667em;
    font-weight: 500;
}
.bcl-background {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.left .bcl-content-text{
    width: calc(100% + 100px);
}
.left.no-bg .bcl-content-text {
    width: 100%;
}
.bcl-inner.left,
.bcl-inner.right{
    position: relative;
}
.bcl-inner.left {
    padding-left: 226px;
}
.bcl-inner.right {
    padding-right: 226px;
}
.left .bcl-background {
    left: 226px;
}
.right .bcl-background {
    right: 226px;
    left: auto;
}
.left .bcl-half-circle {
    height: 452px;
    position: absolute;
    width: 226px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    border-top-color: white;
    border-left-color: white;
    border-radius: calc(452px / 2) 0 0 calc(452px / 2);
}
.left.no-bg .bcl-half-circle {
    height: 452px;
    border-radius: calc(452px / 2) 0 0 calc(452px / 2);
    /* was 400px */
}
.has_image.no-bg .bcl-content {
    height: 452px;
    /* was 400px */
}
.right .bcl-half-circle {
    /*height: 100%;*/
    height: 452px;
    position: absolute;
    width: 226px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    border-bottom-color: white;
    border-right-color: white;
    border-radius: 0 calc(452px / 2) calc(452px / 2) 0;
}
.has_image .bcl-content {
    height: 452px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.left .bcl-content {
    padding-left: 130px;
}
.right .bcl-content {
    padding-right: 130px;
}
.bcl-content-text li {
    list-style: none;
    padding-left: 0;
    list-style-image: url("/src/img/bullet.svg");
}
.bcl-content-text ul {
    margin: 0;
    padding-left: 15px;
    list-style: none;
}
.left .wht_circle::before {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.left:hover .wht_circle::before {
    transform: translate(-50%,-50%) scale(1.2);
}
.right .wht_circle::before {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.right:hover .wht_circle::before {
    transform: translate(-50%,-50%) scale(1.2);
}
.block-two-col {
    background-color: #C3D3D9;
    margin-bottom: 180px;
}
.block-home-articles {
    margin-bottom: 180px;
}
.block-two-col .bcl-inner::before {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.block-two-col .bcl-inner:hover::before {
    transform: translate(-50%,-50%) scale(1.2);
}
.block-two-col .bcl-inner {
    padding: 0;
    max-width: 72%;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}
.cols-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.cols-wrapper .col-block {
    width: 45%;
    display: flex;
    flex-direction: column;
}
.cols-wrapper .col-block.separator {
    max-width: 1px;
    background-image: linear-gradient(white 45%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 9px;
    background-repeat: repeat-y;
}
.rm-two-cols .bcl-read-more a {
    max-width: 280px;
    margin: 0 auto 0;
    justify-content: center;
    background: white;
    height: 75px;
    position: relative;
    bottom: -25px;
    border-radius: 10px;
}
.main-section section:last-child {
    margin-bottom: 0;
}
.tools-top {
    background-color: #4A8490;
}

.tools-top svg path {
    fill: #C3D3D9;
}

.icon-carousel-block.active svg path {
    fill : #ffffff;
}
.icon-carousel-tab-title {
    color:#C3D3D9;
    text-align: center;
    min-height: 3em;
    margin-top: auto;
}
.icon-carousel-block.active .icon-carousel-tab-title {
    color:#fff;
}
.icon-carousel-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    cursor:pointer;
}
.icon-carousel-block .icon-carousel-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: 60px;
}
.tools-top, .facts-wrapper {
    background-color: #4A8490;
    width: calc(100% + 100px);
    left: -50px;
    position: relative;
}
.facts-wrapper {
    background-color: transparent;
    position: relative;
    background-size: 100% auto ;
    background-repeat: no-repeat;
    background-position: center center;
}
.block-facts-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(1, 56, 48, 0.77);
}
.block-facts-wrapper{
    position: relative;
    z-index: 1;
    color: white;
}
.people-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.person-block {
    justify-content: stretch;
    align-items: stretch;
    display: flex;
    width: calc(25% - 2px);
    position: relative;
    margin-bottom: 2px;
}
.person-photo {
    display: flex;
    align-items: stretch;
    flex: 1;
}
.person-block img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.person-info {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: rgba(43, 46, 52, 0.8);
    color: white;
    height: 100%;
    opacity: 0;
    transition: 0.25s opacity;
}
.person-info:hover {
    opacity: 1;
}
.tools-top-title h2{
    color:#fff;
    font-size: 2em;
    font-weight: 500;
    margin: 0;
}
.tools-top-header, .block-facts-wrapper {
    max-width: 100%;
    margin: 0 180px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0 30px;
}
.tools-carousel {
    /*max-width: 100%;*/
    max-width: calc(100% - 260px);
    margin: 0 130px;
}
.icon-carousel{
    max-width: 100%;
    margin: 0 180px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.icon-carousel .icon-carousel-dragger {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
}
.icon-carousel-dragger::before {
    background-image: linear-gradient(white 45%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 9px;
    background-repeat: repeat-y;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 20px;
    z-index: 1;
    position: absolute;
    height: calc(100% - 59px);
}
.icon-carousel-block {
    width: 180px;
    position: relative;
    padding: 39px 20px 39px;
    display: flex;
    flex-direction: column;
}
.icon-carousel-block::before {
    background-image: linear-gradient(white 45%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 9px;
    background-repeat: repeat-y;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 20px;
    z-index: 1;
    position: absolute;
    height: calc(100% - 59px);
}
.icon-carousel-block.colored::before {
    display: none;
}
.icon-carousel-block.colored.right-dotted::before {
    display: block;
}
.icon-carousel-block::after {
    background-color: white;
    content: "";
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    height: 0px;
    width: 40px;
    left: calc(50% - 20px);
    bottom: 0;
    z-index: 1;
    position: absolute;
    transition: all .25s;
}
.icon-carousel-block.active::after {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    height: 20px;
}
.tool-image-block {
    position: relative;
    margin-bottom: 30px;
}
.video-over {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 175px;
    transform: translate(-50%,-50%);
}
.tool-image-block img {
    width: 100%;
    height: 100%;
}
.tool-block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding-top: 30px;
}
.tool-block > div {
    width: 50%;
}
.tool-image {
    padding-right: 50px;
    margin-top: 50px;
}
#sliderNav button {
    background: none;
    border: 0;
    outline: 0;
    transition: transform 0.24s;
    padding: 0;
    margin: 0 20px;
}
#sliderNav button:first-child {
    margin-left: 0;
}
#sliderNav button:last-child {
    margin-right: 0;
}
#sliderNav {
    position: relative;
}
#sliderNav::before {
    content: "";
    width: 2px;
    background-color: white;
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(50% - 1px);
    z-index: 1;
}
#sliderNav button:active  {
    transform: scale(0.9);
}
#sliderNav button.disable:active {
    transform: scale(1)
}
#sliderNav button svg path {
    fill: transparent;
}
#sliderNav button svg path,#sliderNav button svg line {
    stroke: #fff;
}
#sliderNav button.disable svg path,#sliderNav button.disable svg line {
    stroke: #c3d3d9;
}
.icon-carousel-block:last-child::before {
    display: none;
}
.tool-content {
    margin-top: 50px;
}
.tool-image img {
    /*max-width: 350px;*/
}
.burger {
    display: none;
}
.sliders-carousel .owl-item {
    display: flex;
    align-items: stretch;
}
.slide-carousel {
    min-height: 452px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}
.slide-carousel .bcl-content-text {
    position: relative;
    z-index: 2;
    color: white;
    font-weight: 500;
    font-size: 1.44444em;
    line-height: 1.30769em;
    max-width: 100%;
    padding-left: 130px;
    padding-right: 180px;
}
.slide-image {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.block-slider,.block-tools {
    margin-bottom: 180px;
}
.block-tools.twins {
    margin-bottom: 50px;
}
.block-slider .bcl-content{
    padding: 0;
    position: relative;
    margin-left: 226px;
    width: calc(100% - 226px + 180px);
}
.block-slider .bcl-inner.left {
    padding-left: 0;
}
.block-slider .bcl-half-circle {
    position: absolute;
    width: 226px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-color: #C3D3D9;
    border-top-left-radius: 225px;
    border-bottom-left-radius: 225px;
    height: 452px;
    width: 226px;
    transition: 0.25s width;
}
.block-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 40%;
    width: 100%;
    left: 130px;
    transform: translateY(90px);
}
.block-slider .owl-carousel button.owl-dot {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .25s;
    margin: 0 5px;
    outline: none;

}
.block-slider .owl-carousel button.owl-dot:hover {
    background: white;
}
.block-slider .owl-carousel button.owl-dot.active {
    background: white;
}

.article-block .article-block-inner {
    padding: 50px;
}
.articles-loop {
    width: 100vw;
    position: relative;
    left: -50px;
    margin: 50px 0;
}
.articles-loop .owl-stage {
    margin-left: 10.5%;
    display: flex;
    align-items: stretch;
}
.articles-loop .owl-stage .owl-item {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.articles-loop .owl-stage .owl-item .article-block {
    flex: 1;
    justify-items: stretch;
    display: flex;
    flex-direction: column;
}
.articles-loop .owl-stage .owl-item .article-block .article-block-inner {
    flex: 1;
}
.articles-loop .article-image {
    height: 183px;
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0 0 10px 10px;
}
.article-heading {
    font-size: 1.44444em;
    font-weight: 500;
    margin-bottom: 1em;
}
.article-block::before {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.block-home-articles .section-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.block-home-articles.two-col-articles .section-inner {
    flex-wrap: wrap;
}
.block-home-articles.two-col-articles .section-inner .bhc-heading{
    width: 100%;
}
.articles-two-col {
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: flex-start;*/
    align-items: stretch;
    flex-wrap: wrap;
}
.articles-two-col .article-block {
    width: 45%;
    margin-bottom: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-items: stretch;
}
.articles-two-col .article-block .article-block-inner {
    flex: 1;
}
.articles-two-col .article-image {
    height: 183px;
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0 0 10px 10px;
}

.article-block:hover::before {
    transform: translate(-50%,-50%) scale(1.2);
}
.article-block:hover::after {
    transform: translate(-50%,50%) scale(1.2);
}

.article-block::after {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
    transition: all .25s;
}
.article-content {
    font-size: 1em;
    line-height: 1.38889em;
}
.article-block .bcl-read-more {
    margin-top: 30px;
}
#articlesNav button {
    background: none;
    border: 0;
    outline: 0;
    transition: transform 0.24s;
    padding: 0;
    margin: 0 20px;
}
#articlesNav button:first-child {
    margin-left: 0;
}
#articlesNav button:last-child {
    margin-right: 0;
}
#articlesNav {
    position: relative;
}
#articlesNav::before {
    content: "";
    width: 2px;
    background-color: #45B6AD;
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(50% - 1px);
    z-index: 1;
}
#articlesNav button:active  {
    transform: scale(0.9);
}
#articlesNav button.disable:active {
    transform: scale(1)
}
#articlesNav button svg path {
    fill: transparent;
}
#articlesNav button svg path,#articlesNav button svg line {
    stroke: #45B6AD;
}
#articlesNav button.disable svg path,#articlesNav button.disable svg line {
    stroke: #45B6AD;
}
.block-newletter {
    margin: 100px 0;
}
.form-wrapper {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
.newsletter_subscribe {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.newsletter_subscribe input{
    background-color: #DEE8EC;
    outline: none;
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border: none;
    border-radius: 8px 0 0 8px;
    width: 300px;
}
.newsletter_subscribe button {
    background-color:#45B6AD;
    border: none;
    border-radius:  0 8px 8px 0;
    width: 84px;
}
.thanks_newsletter {
    color: #45B6AD;
    font-weight: 500;
    font-size: 1.333333333em;
    width: 100%;
    display: none;
    height: 60px;
}
.block-qoute {
    margin-bottom: 180px;
}
.block-qoute {
    text-align: center;
}
.block-qoute .bcl-read-more {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.slide-image {
    background-size: cover;
}
.bcl-read-more .link-arrow {
    transition: transform .25s;
}
.bcl-read-more:hover .link-arrow {
    transform: translateX(10px);
}
.bcl-read-more:active .link-arrow {
    transform: translateX(60px);
}
/*.stickyHeader .main-header {*/
/*    position: fixed;*/
/*    background: #f2f3f4;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    top: 44px;*/
/*    !*border-bottom: 0.5px solid #2B2E34;*!*/
/*    z-index: 10;*/
/*    padding: 15px 50px;*/
/*    margin-top:0px;*/
/*}*/


.stickyHeader .top-bar{
    top:0px;
    
}
.search-submit-trigger svg #Group_6 path{
    transition: all .25s;
}
.search-submit-trigger:hover svg #Group_6 path{
    stroke:#45B6AD;
}
.site-logo a {
    display:block;
    width:166px;
    height:19px;
}
.site-logo svg path {
    transition: all .25s;
}
.site-logo:hover svg path {
    fill:#45B6AD;
}

embed{
    pointer-events: none;
}

.contact-float {
    background-color: #45B6AD;
    height: 92px;
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
    position: fixed;
    right: calc((100vw - 1360px) / 2);
    top: 80%;
    z-index: 11;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 92px;
    padding: 0 12px;
    transition: width .25s;
    cursor: pointer;
    width: 95px;
    overflow: hidden;
}
.contact-float.opened {
    width: 392px;
}
.contact-float .icon {
    display: flex;
    padding-right: 62px;
    transition: all .25s;
    align-items: stretch;
}
.contact-float .icon .icon-phone a,
.contact-float .icon .icon-email a{
    display: flex;
}
.contact-float .icon:not(.toggling):hover .icon-phone{
    z-index: 3;
    opacity: 1;
}
.contact-float .icon:not(.toggling):hover .icon-email {
    opacity: 0;
}
.contact-float .icon div {
    display: flex;
    height: 100%;
    align-items: center;
}
.contact-float .icon:not(.toggling) .icon-email {
    opacity: 1;
}
.contact-float .icon .icon-phone {
    opacity: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
}
.contact-float .icon .icon-email {
    z-index: 2;
    position: relative;
    opacity: 0;
    transition: opacity 0.25s;
    height: 100%;
}
.contact-float .icon .active {
    z-index: 3;
    opacity: 1;
}
.contact-float.opened .icon {
    padding-right: 12px;
}
.contact-float .text {
    font-size: 1em;
    line-height: 1.38em;
    padding: 0 1em;
}
.contact-float .text a {
    font-weight: 500;
    color: white;
}
.block-text-logos{
    background-color: #C3D3D9;
    padding-top: 100px;
    padding-bottom: 100px;
    position:relative;
    margin-bottom: 180px;
}
.block-text-logos:hover::before {
    transform: translate(-50%,-50%) scale(1.2);
}
.block-text-logos:hover::after {
    transform: translate(-50%,50%) scale(1.2);
}
.block-text-logos .section-inner {
    max-width: 980px;
    margin: 0 auto;
    width: 84%;
}
.text-logos-blck {
    padding: 75px 120px;
    position: relative;
}
.text-logos-blck::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg,white 45%, rgba(255,255,255,0) 0%);
    background-size: 9px 1px;
    background-repeat: repeat-x;
}
.text-logos-blck .bcl-content-text {
    margin-bottom: 0;
}
.text-logos-blck:first-child {
    padding-top: 0;
}
.text-logos-blck:last-child::before {
    display: none;
}
.text-logos-blck:last-child {
    padding-bottom: 0;
}
.block-text-logos::before {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.block-text-logos::after {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
    transition: all .25s;
}
.bcl-images {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 75px;
}
.bcl-logo {
    margin-right: 50px;
}
.left.no-bg .bcl-content {
    padding-left: 68px;
}
.margin-wrapper {
    margin: 0 130px;
}
form.search-form-static {
    position: relative;
}
.searchbox .search-field-static {
    background-color: #DEE8EC;
    width: 100%;
    border: 0;
    outline: none;
    line-height: 49px;
    font-size: 0.85em;
    padding: 0 15px;
}
.search-submit-trigger-static {
    cursor:pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
    width: 50px;
    background-color: #DEE8EC;
    justify-content: center;
}
.searchbox {
    margin-bottom: 70px;
}
.search-result-block h5 {
    margin-bottom: 5px;
    font-size: 1.16667em;
    font-weight: 500;
}
.person-block h5 {
    font-size: 1.16667em;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.linked-link {
    margin-top: 36px;
    display: block;
    margin-bottom: 100px;
}
.person-block p,
.bhc-text-contact p
{
    line-height: 1.38888888em;
}
.bhc-text-contact a {
	color: #45b6ad;
}
.search-result-block p {
    margin-bottom: 50px;
    line-height: 1.38888888em;
}
.block-vacatures p {
    margin-bottom: 1.38888888em;
    line-height: 1.38888888em;
}
.block-vacatures .bcl-content-text {
    margin-top: 40px;
}
.block-vacatures .bcl-content {
    margin-bottom: 50px;
}
.search-results-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    position: relative;
}
.search-results-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    content: "";
    height: 100%;
    background-image: linear-gradient(black 45%, rgba(0,0,0,0) 0%);
    background-position: left;
    background-size: 1px 9px;
    background-repeat: repeat-y;
    z-index: 1;
}
.search-results-wrapper h1 {
    margin-top: 0;
}
.posts-navigation {
    color: #45B6AD;
    margin: 0 130px 100px;
}
.block-single-content .bcl-inner.dotted {
    padding-top: 0;
    padding-right: 50px;
}
.single-featured-image img {
    width: 100%;
    height: 100%;
}
.single-featured-image {
    margin-bottom: 80px;
    position: relative;
}
.single-featured-image::before {
    content: "";
    width: 3.875em;
    height: 3.875em;
    background: white;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    transition: all .25s;
}
.bcl-content-text h5 {
    margin-bottom: 5px;
}
.block-single-content {
    margin-bottom: 100px;
}
.page-id-194 .icon-carousel-dragger::before {
    display: none;
}


@media screen and (max-width: 1441px) {
    .contact-float {
        right: 0;
    }
}
@media screen and (max-width: 1281px) {
    html,body {
        font-size: 16px;
    }
}

@media screen and (min-width: 770px) and (max-width: 1025px) {
    /*.section-inner {*/
    /*    max-width: 86%;*/
    /*}*/
    /*.block-two-col .bcl-inner {*/
    /*    max-width: 86%;*/
    /*}*/
    .section-inner {
        max-width: calc(100% - 160px);
        margin: 0 0 0 80px;
    }
    .block-half-circle .section-inner {
        padding-left: 50px;
    }
    #block_5f72215f0996a .has_image .bcl-content {
        padding-top:30px;
    }
    .slide-image {
        background-size: cover;
    }
    .articles-loop .article-image {
        background-size: cover;
    }
    .block-slider .has_image .bcl-content {
        justify-content: flex-start;
        overflow-y: scroll;
        padding-top: 0;
    }
    .has_image .bcl-content {
        justify-content: flex-start;
        overflow-y: scroll;
        padding-top: 25px;
    }
    .right .bcl-content {
        padding-right: 80px;
    }
    .bcl-inner.right {
        padding-right: 226px;
        margin: 0 0 0 80px;
        max-width: calc(100% - 160px);
    }
    .left .bcl-content {
        padding-left: 80px;
    }
    .block-slider .left .bcl-content {
        padding-left: 0;
    }
    .bcl-inner.dotted {
        padding-right: 50px;
    }
    .bcl-inner.left {
        padding-left: 226px;
        margin: 0 0 0 80px;
        max-width: calc(100% - 160px);
    }
    .block-facts-wrapper {
        margin: 0 100px;
    }
    .facts-wrapper {
        background-size: auto 100%;
    }
    .wht_circle::before {
        display: none;
    }
    .wht_circle + .bcl-half-circle::before {
        content: "";
        width: 3.875em;
        height: 3.875em;
        background: white;
        z-index: 2;
        position: absolute;
        border-radius: 50%;
        left: 100%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: all .25s;
    }
    .right .wht_circle + .bcl-half-circle::before {
        left: 0;
    }
}
@media screen and (min-width: 416px) and (max-width: 769px) {
    .animation,#animation_container {
        max-width: 100%;
        overflow: hidden;
    }
    html, body {
        font-size: 14px;
    }
    .contact-float {
        display: none;
    }
    .main-header {
        padding:10px 0px;
    }
    .block-two-col .bcl-inner {
        max-width: 90%;
    }
    .articles-loop.owl-carousel {
        width: 100%;
        left: 0;
    }
    .block-home-articles .bhc-heading {
        max-width: 80%;
    }
    #block_5f74f66066cad .has_image .bcl-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #block_5f72215f0996a .has_image .bcl-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    block_5f7234ea0996f  .has_image .bcl-content{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #sliderNav {
        display: none;
    }
    .wrapper {
        padding: 120px 0px 0 ;
    }
    .site-navigation {
        width: 73%;
        padding-right: 15px;
    }
    .site-logo {
        padding-left: 20px
    }
    /*.section-inner {*/
    /*    max-width: calc(100% - 100px);*/
    /*    margin: 0 0 0 50px;*/
    /*}*/
    .block-slider .owl-carousel .owl-dots {
        position: absolute;
        bottom: 40%;
        width: 100%;
        left: 80px;
    }
    .slide-carousel .bcl-content-text {
        max-width: 100%;
        padding-right: 0;
        padding-left: 80px;
    }
    .slide-image {
        background-size: cover;
    }
    .owl-carousel {
        width: 100%;
    }
    .block-slider .bcl-inner.left {
        padding-left: 226px;
        margin: 0 0 0 50px;
        max-width: calc(100% - 100px);
    }
    .bcl-inner.left {
        padding-left: 226px;
        margin: 0 0 0 50px;
        max-width: calc(100% - 100px);
    }
    .bcl-inner.right{
        padding-right: 226px;
        margin: 0 0 0 50px;
        max-width: calc(100% - 100px);
    }
    .right .bcl-content {
        padding-right: 50px;
    }
    .bcl-inner.dotted {
        padding-right: 50px;
    }
    .section-inner {
        max-width: calc(100% - 100px);
        margin: 0 0 0 50px;
    }
    .left .bcl-content {
        padding-left: 50px;
        width: 100%;
    }
    .block-half-circle .section-inner {
        margin: 0 0 0 130px;
        max-width: calc(100% - 180px);
    }
    .left.no-bg .bcl-content {
        padding-left: 50px;
    }
    .block-slider .left .bcl-content-text {
        width: 80%;
    }
    .left .bcl-content-text {
        width: 100%;
    }
    .block-slider .has_image .bcl-content {
        padding: 0 !important;
        margin-left: 0;
        width: calc(100% + 80px);
    }
    .has_image .bcl-content {
        justify-content: flex-start;
        overflow-y: scroll;
        padding-top: 25px;
    }
    .wht_circle::before {
        display: none;
    }
    .wht_circle + .bcl-half-circle::before {
        content: "";
        width: 3.875em;
        height: 3.875em;
        background: white;
        z-index: 2;
        position: absolute;
        border-radius: 50%;
        left: 100%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: all .25s;
    }
    .right .wht_circle + .bcl-half-circle::before {
        left: 0;
    }
    .tools-top-header, .block-facts-wrapper {
        margin: 0 50px;
    }
    .tools-top, .facts-wrapper {
        width: 100%;
        left: 0;
    }
    .tools-carousel {
        margin: 0 50px;
        width: calc(100% - 100px);
        max-width: 100%;
    }
    .text-logos-blck {
        padding: 75px 70px;
    }
    .facts-wrapper {
        background-size: auto 100%;
    }
    .person-block {
        width: calc(50% - 2px);
    }
    .block-single-content .post-header, .breadcrumbs-page {
        margin: 0 50px 80px;
    }
    .articles-two-col .article-block {
        width: 100%;
    }
}
@media screen and (max-width: 415px) {
    .bcl-logo img {
        max-width: 100px;
        height: 100%;
    }
    .contact-float.opened {
        max-width: 90%;
    }
    .main-section {
        padding-bottom: 100px;
    }
    .bhc-heading {
        font-size: 1.875em;
        margin-bottom: 2px;
        font-weight: 500;
        line-height: 1.2em;
    }
    .single-featured-image {
        margin-bottom: 40px;
    }
    .wht_circle::before,
    .article-block::before,
    .article-block::after,
    .main-footer::before,
    .single-featured-image::before
    {
        width: 48px !important;
        height: 48px !important;
    }
    .block-slider .owl-carousel button.owl-dot {
        width: 13px;
        height: 13px;
        margin-left: 0;
        margin-right: 10px;
    }
    .block-half-circle::before {
        display: initial;
    }
    .article-block .article-block-inner {
        margin: 0 25px;
        padding: 50px 25px;
    }
    .article-block .article-image {
        margin: 0 25px;
    }
    .block-home-articles.two-col-articles .article-block .article-image {
        margin: 0;
    }

    .block-home-articles.two-col-articles .article-block .article-block-inner {
        padding: 50px 25px;
        margin: 0;
    }

    .articles-two-col .article-block {
        width: 100%;
    }
    .person-info {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        background-color: rgba(43, 46, 52, .8);
        color: white;
        height: auto;
        opacity: 1;
        padding: 5px 0;
        transition: 0.25s opacity;
    }
    .person-block,.person-block img {
        width: 100%;
    }
    .person-block img {
        height: 100%;
    }
    .block-facts-wrapper {
        margin: 0 25px;
        flex-direction: column;
    }
    .breadcrumbs-page,.block-single-content .post-header {
        margin: 0 25px 80px;
    }
    .block-single-content .post-header .breadcrumbs {
        width: 100%;
        text-align: left;
    }
    .block-single-content .post-header {
        flex-direction: column;
        padding-right: 30px;
    }
    .block-single-content .post-header .posts-navigation {
        text-align: right;
        margin-top: 25px;
        width: 100%;
    }
    .block-single-content .bcl-inner.dotted {
        padding-right: 30px;
    }
    .block-fact {
        width: calc(100% - 6px);
    }
    .block-fact::before,.block-fact::after {
        display: none;
    }
    .facts-wrapper {
        width: 100%;
        left: 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .left.no-bg .bcl-content {
        padding-left: 0;
        padding-right: 0;
    }
    .left.no-bg .bcl-half-circle {
        height: calc(100vw - 60px);
    }
    .right .bcl-half-circle {
        border-radius: calc(452px / 2) 0 0 calc(452px / 2);
    }
    .language-switcher {
        width: 120px;
    }
    .bcl-images {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 25px;
    }
    .bcl-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .bcl-logo:last-child {
        margin-bottom: 0;
    }
    .text-logos-blck {
         padding:75px 20px;
    }
    #block_5f74f66066cad .bcl-inner.right {
        padding-right: 0;
        padding-top: calc((100vw - 36px) / 2);
    }
    .site-logo {
        padding-left: 0;
    }
    .owl-carousel {
        width: 100%;
    }
    .articles-loop {
        left: 0;
        display: block;
    }
    .articles-loop .article-image {
        background-size: auto 100%;
        width: calc(100% - 50px);
    }
    .article-block {
        margin-bottom: 50px;
        position: relative;
    }
    .home .articles-loop.owl-carousel {
        display: block;
    }
    .home .bhc-heading br {
        display: none;
    }
    .home .bcl-inner.right {
        padding-top: calc((100vw - 38px) / 2);
    }
    .home .right .bcl-background {
        top: calc((100vw - 38px) / 2);
    }
    .home .right .bcl-half-circle {
        top: 0;
    }
    .block-slider .bcl-half-circle {
        display: none;
    }
    .block-slider .has_image .bcl-content {
        margin-left: 0;
        padding-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
    .block-slider .bcl-inner.left {
        padding-top: 0;
    }
    .block-slider .section-inner {
        margin: 0;
    }
    .block-slider .owl-carousel .owl-dots {
        bottom: 38%;
        left: 50px;
    }
    .block-slider .left .wht_circle::before,.block-slider .right .wht_circle::before {
        left: 0;
        top: 50%;
    }
    .bcl-background {
        z-index: 2;
    }
    #block_5f74f66066cad .bcl-background {
        height: 100%;
    }
    .home .sub-logo {
        margin-bottom: 40px;
    }
    .slide-image::before {
        content: "";
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.16);
        width: 100%;
        height: 100%;
        left: 0;
    }
    .slide-carousel .bcl-content-text {
        position: relative;
        z-index: 2;
        color: white;
        font-weight: 500;
        font-size: 20px;
        max-width: 100%;
        min-height: 450px;
        padding: 0 25px 0 50px;
        display: flex;
        align-items: center;
    }


    body {
        padding-top: 98px;
        padding-bottom: 0 !important;
    }


    .wrapper {
        padding: 0 0 0;
    }

    .site-navigation {
        display: block;
        position: absolute;
        width: 100%;
        background-color: #F2F3F4;
        z-index: 2;
        top: 100%;
        left: 100%;
        transition: left .25s;
        padding: 35px 25px;
    }

    .site-navigation ul {
        display: flex;
        flex-direction: column;
    }
    .site-navigation ul li ul.sub-menu{
    display: flex;
    padding-left: 0 !important;
    position: initial;
    top: initial;
}
    .site-navigation ul li ul.sub-menu li a {
        line-height: initial;
        height: initial;
        font-weight: 300;
    }
    .site-navigation ul li {
        width: 100%;
        padding-bottom: 10px;
    }

    .site-navigation ul li a {
        display: block;
        width: 100%;
        text-align: left;
        line-height: 1.666666666666667em;
        font-size: 1em;
        color: #2B2E34;
        font-weight: 500;
    }

    .navOpen .site-navigation {
        left: 0;
    }

    .burger {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        height: 18px;
        width: 32px;
        align-items: center;
        justify-content: space-between;
        margin-top: 17.5px;
    }

    .burger > div {
        background-color: #2B2E34;
        height: 2px;
        width: 100%;
        transition: all .25s;
    }

    .top-bar {
        z-index: 20;
    }

    .main-header {
        padding: 0 25px 0 !important;
        position: fixed;
        background-color: #F2F3F4;
        width: 100%;
        z-index: 20;
        top: 46px;
        margin-top: 0;
        left: 0;
        transform:none;
    }

    .tools-top, .facts-wrapper {
        background-color: #4A8490;
        width: 100%;
        left: auto;
        position: relative;
    }
    .navOpen .burger .line2 {
        opacity: 0;
    }

    .navOpen .burger .line1 {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .navOpen .burger .line3 {
        transform: rotate(135deg) translate(-5px, 5px);
    }

    .block-half-circle::before {
        border-bottom-right-radius: 48px;
        border-top-right-radius: 48px;
        height: 96px;
        width: 48px;
    }

    .block-half-circle .section-inner {
        padding-left: 0px;
    }
    .two-col-articles .bhc-heading {
        position: relative;
        padding: 0;
    }
    .block-qoute .bhc-heading {
        padding: 0 25px;
    }
    .article-heading {
        margin-top: 0;
    }
    .bhc-heading {
        font-size: 30px;
    }
    form.filter {
        position: absolute;
        right: auto;
        left: 0;
        top: calc(100% + 20px);
        /*width: 200px;*/
        text-align: left;
        z-index: 19;
    }
    .custom-filter-select {
        position: absolute;
        top: 100%;
        left: -10px;
        right: auto;
    }
    .bhc-text {
        font-size: 20px;
    }

    .section-inner {
        max-width: 100%;
        margin: 0 25px;
    }

    .sub-logo {
        max-width: 100%;
        margin: 0 25px 80px;
        padding-top: 15px;
    }

    .bcl-inner.dotted {
        padding-right: 0;
        padding-left: 25px;
    }

    .bcl-content-text {
        font-size: 15px;
        max-width: 100%;
        margin-top: 10px;
    }

    .bcl-title {
        font-size: 30px;
        margin-top: 10px;
    }

    .bcl-inner.left {
        padding-left: 0;
        padding-top: calc((100vw - 42px) / 2);
        /*padding-top: 202px;*/
    }

    .bcl-inner.right {
        padding-right: 0;
        padding-top: 202px;
    }

    .left .bcl-background {
        left: 0;
        top: calc((100vw - 42px) / 2);
    }

    .right .bcl-background {
        right: 0;
        left: 0;
        top: calc((100vw - 42px) / 2);
    }

    /*.left .bcl-half-circle {*/
    /*    height: calc(100vw - 60px);*/
    /*    position: absolute;*/
    /*    width: calc(100% - 50px);*/
    /*    background-size: auto 100%;*/
    /*    background-repeat: no-repeat;*/
    /*    left: auto;*/
    /*    top: 0;*/
    /*    transform: rotate(90deg);*/
    /*}*/

    .right .bcl-half-circle,
    .left.no-bg .bcl-half-circle,
    .left .bcl-half-circle{
        height: calc(100vw - 50px);
        position: absolute;
        width: calc(60vw - 50px);
        background-size: auto 100%;
        background-repeat: no-repeat;
        right: 0;
        left: auto;
        top: 0;
        transform: rotate(90deg) translateY(20vw) translateX(-19.5vw);
    }

    .tools-carousel {
        /* max-width: 100%; */
        max-width: 100%;
        margin: 0 30px;
        width: calc(100% - 60px);
    }
    .left .wht_circle::before,
    .right .wht_circle::before {
        left: 50%;
        top: 0;
    }

    .left .bcl-content,
    .right .bcl-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .has_image .bcl-content {
        padding-top: 40px !important;
        padding-bottom: 30px;
    }
    .has_image.no-bg .bcl-content {
        padding-top: 40px !important;
    }
    .bcl-inner.right {
        padding-right: 0;
        padding-top: calc((100vw - 42px) / 2);
    }

    /*#block_5f72215f0996a .bcl-inner {*/
    /*    height: 815px;*/
    /*}*/

    /*#block_5f72215f0996a .bcl-background{*/
    /*    height: calc(100% - 202px);*/
    /*}*/
    /*#block_5f722ec00996d .bcl-background {*/
    /*    height: calc(100% - 352px);*/
    /*}*/
    .icon-carousel-block::after {
        bottom: 0;
        top: auto;
    }
    .icon-carousel {
        max-width: 180px;
        margin: 0 30px;
    }
    .tools-top-header {
        max-width: 100%;
        width: calc(100% - 60px);
        margin: 0 30px;
        padding: 30px 0 30px;
    }
    .tools-top-nav {
        display: none;
    }
    .tool-block {
        flex-direction: column;
    }
    .tool-block > div {
        width: 100%;
        padding: 0 !important;
    }
    /*#block_5f722ec00996d .bcl-inner {*/
    /*    height: 950px;*/
    /*}*/
    .cols-wrapper {
        flex-direction: column;
    }
    .cols-wrapper .col-block {
        width: 100%;
    }
    .cols-wrapper .col-block.separator {
        width: calc(100% + 50px);
        max-width: calc(100% + 50px);
        height: 1px;
        background-image: linear-gradient(90deg,white 45%, rgba(255,255,255,0) 0%);
        background-size: 9px 1px;
        background-repeat: repeat-x;
        margin-bottom: 25px;
        left: -25px;
        position: relative;
    }
    .block-two-col .bcl-inner {
        width: 100%;
        margin: 0 25px;
        max-width: calc(100% - 50px);
    }
    .footer-block.about-us,
    .footer-block.adress .footer-block-title{
        display: none;
    }
    .footer-block.adress {
        width: 100%;
        max-width: 100%;
    }
    .footer-block.adress .footer-content-block {
        text-align: center;
    }

    .footer-block {
        max-width: 45%;
        width: 45%;
    }
    .footer-wrapper {
        flex-wrap: wrap;
    }
    .footer-block.separator {
        width: calc(100% + 50px);
        max-width: calc(100% + 50px);
        height: 1px;
        background-image: linear-gradient(90deg,white 45%, rgba(255,255,255,0) 0%);
        background-size: 9px 1px;
        background-repeat: repeat-x;
    }
    .footer-social {
        text-align: center;
    }
    .footer-content-block,
    .footer-block a {
        font-size: 15px;
    }
    .bottom-bar {
        padding: 0px 0px;
        justify-content: flex-start;
        align-items: stretch;
        font-size: 12px;
    }
    .copyright {
        width: 50%;
        padding: 3px 0;
        text-align: center;
    }
    .disclaimer, .privacy{
        border-left: 1px solid #2B2E34;
        width: 25%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 3px 0;
    }
    .main-footer {
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer-block.menu {
        padding-left: 25px;
    }
    .footer-block.quick-access {
        padding-right: 25px;
    }
    .block-slider .bcl-content {
        width: 100%;
    }
    .has_image .bcl-content, .no-bg .bcl-content {
        height: auto;
    }
    .left.no-bg .bcl-background {
        display: none;
    }
    .block-half-circle,.block-central-image,.block-content-link,.block-slider, .block-tools,.block-text-logos,.block-two-col,.block-qoute {
        margin-bottom: 100px;
    }
    .block-half-circle .bhc-heading {
        padding: 0;
    }
    .block-half-circle {
        padding-left: 45px;
    }
    .block-content-link {
        overflow: hidden;
    }
    .margin-wrapper {
        margin: 0 25px;
    }
    .search-results-wrapper {
        padding-left: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .has_image.no-bg .bcl-content {
        height: 100%;
    }
}
@media screen and (max-width: 376px) {
    /*.home .bcl-inner.right {*/
    /*    padding-top: 170px;*/
    /*}*/
    /*.bcl-inner.left {*/
    /*    padding-left: 0;*/
    /*    padding-top: 183px;*/
    /*}*/
    /*.left .bcl-background {*/
    /*    left: 0;*/
    /*    top: 183px;*/
    /*}*/
    /*#block_5f72215f0996a .bcl-inner {*/
    /*    height: 940px;*/
    /*}*/
    /*#block_5f722ec00996d .bcl-inner {*/
    /*    height: 1000px;*/
    /*}*/
}
@media screen and (max-width: 360px) {
    .bcl-inner.left {
        padding-left: 0;
        padding-top: 175px;
    }
    .left .bcl-background {
        left: 0;
        top: 175px;
    }
}

@media screen and (max-width: 321px) {

    .bcl-inner.left {
        padding-left: 0;
        padding-top: 154px;
    }
    .left .bcl-background {
        left: 0;
        top: 154px;
    }
    #block_5f72215f0996a .bcl-inner {
        height: 1070px;
    }
    #block_5f722ec00996d .bcl-inner {
        height: 1070px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024){

    .full_page_wrapper .full_page.wht_circle::before {
        content: "";
        width: 3.875em;
        height: 3.875em;
        background: white;
        z-index: 2;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 200px;
        transform: translate(-50%,-50%);
        transition: all .25s;
    }
    .full_page_wrapper.bcl-inner.left {
        padding-left: 200px;
    }
    .full_page_wrapper.left .bcl-half-circle {
        width: 200px;
    }
    .block-home-articles .section-inner {
        margin-right: 130px;
    }
}
@media screen and (min-width: 1359px) {
    .menu-item-has-children:last-child ul.sub-menu {
        padding-right: 50px;
    }
    .wrapper {
        max-width: 100%;
    }
    .language-switcher,.contact-button {
        width: 110px;
        text-align: center;
    }
    .main-header {
        top: 46px;
        padding: 0 50px;
        width: 100%;
        /*width: calc(100% - 100px);*/
    }
    .wrapper {
        padding-top: 100px;
    }
    .site-navigation ul.sub-menu li{
        width: 200px;

    }
}
@media screen and (min-width: 1500px) {
    /*.menu-item-has-children:last-child ul.sub-menu {*/
    /*    padding-right: 50px;*/
    /*}*/
    .top-bar{
        max-width: 1360px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-header {
        top: 46px;
        padding: 0 50px;
        width: 1360px;
    }
    .wrapper {
        max-width: 1360px;
        padding-left: 50px;
        padding-right: 50px;
        /*padding-top: 45px;*/
        padding-top: 98px;
    }
    .bcl-background {
        width: calc(100% + 100px);
    }
    .tools-top ,.facts-wrapper{
        width: calc(100% + 100px);
        left: -50px;
    }
    .block-slider .bcl-content{
        width: calc(100% + 48px);
    }
    .articles-loop {
        left: -50px;
        width: calc(100% + 100px);
    }
    .stickyHeader .main-header {
        /*max-width: 1260px;*/
        max-width: 1360px;
        left: 50%;
        transform: translateX(-50%);
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
    }

}
@media screen and (max-width: 1281px) {
    .menu-item-has-children:last-child ul.sub-menu {
        padding-right: 50px;
    }
}

    .parsererror {display:none!important}