*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 300;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height:1;font-weight: 300;}
.h2, h2 {
    font-size: 36px;
}
.position-sticky{
    z-index: 999;
}
.cookie-alert .alert h5{
    font-size: 15px;
    line-height: 1.2;
    color: #365072;
    font-family: Source Sans Pro,sans-serif;
}
.cookie-alert .alert span{
 font-size: 13.5px;
 font-family: Source Sans Pro,sans-serif;
 line-height: 18px;
    display: inline-block;
    color: #333333;

}
:root{
    --green: #375d77;
    --navy: #365072;
    --lightBlue: #E5ECF2;
    --lightGray: #F2F2F2;
    --white: #fff;
}
.text-green{
    color: var(--green) !important;
}
.text-navy{
    color: var(--navy) !important;
}
.text-white{
    color: var(--white) !important;
}
.bg-navy{
    background: var(--navy);
}
.bg-lb{
    background: var(--lightBlue);
}
.bg-lgray{
    background: var(--lightGray);
}
.bg-white{
    background: var(--white);
}
.font-ss{
    font-family: 'Source Sans Pro' !important;
}
.font-bold{
    font-weight: bold;
}
.font-italic{
    font-weight: italic;
}
.letter-space-1{
    letter-spacing: 1px !important;
}
.uppercase{
    text-transform: uppercase !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.font-100{
    font-weight: 100;
}
.font-300{
    font-weight: 300;
}
.font-400{
    font-weight: 400;
}
.font-500{
    font-weight: 500;
}
.font-3{
    font-size: 3rem;
}
.font-20{
    font-size: 20px;
}
.font-26{
    font-size: 26px;
}
.line-height-6{
    line-height: 1.5;
}
.w-95{
    width: 97.5%;
}
.w-80{
    width: 80%;
}
.w-55{
    width: 55%;
}
.w-110{
    width: 110px;
}
.min-h-120{
    min-height: 125px;
}
.mh-120{
    max-height: 120px;
}
.h-120{
    height: 120px;
}
.bottom-0{
    bottom: 0;
}
.left-0{
    left: 0;
}
.text-decoration-none{
    text-decoration: none;
}
.text-decoration-none:hover{
    text-decoration: none;
}
.vertical-middle{
    vertical-align: middle;
}
.-bottom-60{
    bottom: -60px !important;
}
.w-35{
    width: 35%;
}
.h-529{
    height: 529px;
}
header{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.f-size{
    font-size: 21px;
}
.main{
    background: url('./../images/xlign-header.mp4');
    height: 95vh;
    width: 100%;
    position: relative;
}
.main.inner{
    background: url('');
    height: 65vh;
}
.video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-btn{
    margin-left: 4px;
    padding: 4px 6px;
    font-size: 12px;
    border: none;
}
.bg-lb:hover{
    background: var(--lightBlue);
}
.bg-navy:hover {
    background: var(--navy);
}
.hero-main{
    position: absolute;
    bottom: 0;
    width: 65%;
    background-color: var(--navy);
}
.btn{
    display: inline-block;
}
.btn-navy{
    background-color: var(--navy);
    border-radius: 0;
}
.inner-right{
    top: 30px;
    left: -30px;
}
.inner-left{
    top: 30px;
    right: -30px;
}
.z-index-10{
    z-index: 10;
}
.citem{
    background-size: cover;
    background-repeat: no-repeat;
}
.citem-1{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(54,80,114,0.35057773109243695) 100%), url('./../images/deltaris.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.citem-2{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(54,80,114,0.35057773109243695) 100%), url('./../images/wavin.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-height{
    height: 526px;
}
.linkedin-btn{
    font-size: 1rem;
}
.linkedin-btn:hover{
    background-color: var(--lightBlue);
}
.leadership-first{
    padding-top: 115%;
    position: relative;

}
.leadership-first img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.active-nav{
    font-weight: bold !important;
}
.fa-chevron-left, .fa-chevron-right{
    font-size: 3rem;
    color: black;
    padding: 0 5px;
    opacity: 1;
}
.alert
{
    box-shadow: 0px -2px 4px 0px rgba(148,138,138,0.75);
    border-radius: 0;
}
.cookie-alert{
    position: fixed;
    bottom: -110px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.cookie-btn{
    box-shadow: 2px 2px 5px 2px #161616;
    background: white;
    padding: 6px 8px;
    font-weight: 100;
    border: none;
    outline: none;
    position: fixed;
    font-size: 13px;
    bottom: 0;
    right: 10%;
    z-index: 15;
    transition: all 0.5s ease-in-out;
}
.alert-close
{   
    background: rgb(97, 162, 41);
    border-radius: 0;
    border: none;
    font-size: 13px;
    padding: 6px 12px;
}
@media (min-width: 1200px){
    .container {
        max-width: 970px;
    }
}

@media (max-width: 768px){
    .col-half{
        width: 50%;
    }
    .m-w-100{
        width: 100% !important;
        object-fit: contain;
    }
    .video-container {
        height: 60vh;
    }
    .hero-main {
        bottom: 0px;
        width: 100%;
    }
    .w-75 {
        width: 100% !important;
    }
    .md-static{
        position: static !important;
    }
    .-md-order-1{
        order: -1;
    }
    .md-d-none{
        display: none;
    }
    .-bottom-60 {
        bottom: 49px !important;
    }
    .main {
        height: 66vh;
    }
    .main.inner {
        height: 66vh;
    }
    .w-95 {
        width: 100%;
    }
    .h-250{
        height: 250px;
    }
    .font-md-2{
        font-size: 2rem;
    }
}

.carousel-item blockquote
{
    font-size: 1.75rem;
}

.w-62 {
    width: 62% !important;
}

.f-26 {font-size:26px;}

.arrowstyle {
    position: absolute;
    margin-top: 12px;
    margin-left: -5px;
    font-size: 25px;
}
.btn {
    padding: .375rem 1.25rem;
}
.p-4 {
    padding: 1.9rem !important;
}
.lh-12 {
    line-height: 1.2;
    margin-bottom: 16px;
}
h5 {font-weight:300;line-height:1.5;}

.langchoice.rounded-circle {
    width: 33px;
height: 33px;
font-size: 15px;
padding: 0;
margin-left: 10px;
}

.navbar-nav {font-weight:400;}
.footerlist {list-style:none;padding-left:0;}

.theme-button, .wp-block-button .wp-block-button__link, body .nf-form-content .submit-wrap input, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 1rem;
    display: inline-block;
    padding: 6px 20px;
    margin-right: 30px;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 700;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #365072;
    border-radius: 0;
    transition: all .3s ease;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
        border-top-color: rgb(196, 196, 196);
        border-right-color: rgb(196, 196, 196);
        border-bottom-color: rgb(196, 196, 196);
        border-left-color: rgb(196, 196, 196);
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 50px;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
    border: 1px solid #e80000;
}
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap > div input, .field-wrap select, .field-wrap textarea {
    width: 100%;
}
.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 10px;
    padding: 0;
}
.nf-field-label label {
    font-weight: 700;
    margin: 0;
    padding: 0;
}
#nf-error-1 {display:none;}
#ninja_forms_required_items, .nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 25px;
}
.field-wrap > div input[type="checkbox"], .field-wrap button, .field-wrap input[type="button"], .field-wrap input[type="submit"] {
    width: auto;
}
a, label {color:#365072;}
.nav-item.current-menu-item {font-weight:700;}
a.nav-link:hover {
    color: #828386 !important;
}

.navbar-light .navbar-nav .nav-link
{
    font-size: 0.9rem;
}

#staffingandrecruitment .kleurblokje
{
    background-color: #00818D;
}

#supportandadvice .kleurblokje
{
    background-color: #CAB34A;
}

#trainingandeducation .kleurblokje
{
    background-color: #D08B34;
}

#productsandequipment .kleurblokje
{
    background-color: #A95F5D;
}

.inputError
{
    background-color: #D99393 !important;
    color: #B10000 !important;
}
.inputError::-moz-placeholder {
    color: #8b0000 !important;
}
.inputErrorText
{
    color: #B10000 !important;
}

.MessageBox
{
    display: none;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px;
}

.SuccessBox
{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.ErrorBox
{
    border: 1px solid #A80505;
    color: #A80505;
}
footer a, footer a:hover {color:#fff;text-decoration:underline;}

@media (max-width:1600px) {
    #carouselExampleSlidesOnly.carousel.w-62 {width:70% !important}
    #supportandadvice .w-62 {width:70% !important}
}
@media (max-width:1400px) {
    #carouselExampleSlidesOnly.carousel.w-62 {width:77% !important}
    #supportandadvice .w-62  {width:77% !important}
}
@media (max-width:1200px) {
    #carouselExampleSlidesOnly.carousel.w-62 {width:100% !important}
    #supportandadvice .w-62  {float:none;width:100% !important}
}
@media (max-width:991px) {
    #carouselExampleSlidesOnly.carousel.w-62 {width:100% !important}
    #supportandadvice .w-62 h2, #carouselExampleSlidesOnly h2 {
        font-size: 32px;
    }
}
@media (max-width:768px) {
    #carouselExampleSlidesOnly.carousel.w-62 {width:100% !important}
}