/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Muli:400,600,700,900&display=swap');

:root {
    --main-color: #111E72;
    --sub-color: #0090DF;
    --purple-color: #961782;
    --dark-color: #6B087D;
    --light-color: #F0F1F6;
    --grey-color: #96a4ac;
    --border-color: #e8e7ed;
    --white-color: #FFFFFF;
    
    --xs-pad: 8px;
    --sm-pad: 16px;
    --main-pad: 24px;
    --lg-pad: 48px;
    --xl-pad: 72px;
    --xxl-pad: 96px;
    --lg-neg: -48px;
    --main-neg: -24px;   
        
    --main-font: 18px;   
    --small-font: 16px;   
    --button-font: 24px;   
    --sm-icon: 18px;
    --main-icon: 32px;   
    --large-icon: 96px;   
}


/* MAIN STYLES *****************************/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
    font-size:16px;
}
body {
	padding: 0px;
	margin: 0px;
	background:var(--white-color);
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height: 1.6;
	color:#111E72;
    color: var(--main-color);
}
	
/* TEXT & LINK STYLES *****************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1{
	font-size:44px;	
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    margin-bottom: var(--sm-pad);
    color: var(--purple-color);
}
h2{
	font-size:36px;	
    font-weight: 700;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}
h3{
	font-weight: 700;
	font-size:24px;
    margin-bottom: 0px;
    margin-bottom: 16px;
    line-height: 1;
    color: var(--purple-color);
/*	letter-spacing: 2px;*/
}
h4{
    font-weight: 700;
    margin-bottom: 4px;
	font-size:16px;
/*    font-size: 20px;*/
}
h2 span, h3 span{
    color: #2085c4;
}

.italic{
	font-style:italic;
}
p{
    margin-bottom: 3rem;
    margin-bottom: 2.4rem;
}
.lead, .page-intro p, .article-intro p{
    font-weight: 300;
	font-size: 30px;
    margin-bottom: 2.4rem;
    line-height: 1.6;
}
h3 + .lead{
    margin-top: 1.6rem;    
}
/*
.large-txt{
    font-size: 22px;
}
*/
:focus{
	-moz-outline-style:none;
}	
::selection{
	background-color:#333333;
	color:#fff;
}	
::-moz-selection{
	background-color:#333333;
	color:#fff;
}
img{
	max-width: 100%;
}
input:focus, button:focus {
	outline: none; 
}

a, a:visited{
    color:var(--main-color);
    
	border: none;
	outline:0;
	-moz-outline-style:none;
    -webkit-transition: color 0.2s;
	transition: color 0.2s;
}
a:hover, a:focus, a:active{
	text-decoration: none;
	color: inherit;
    color:var(--dark-color);
    -webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
a img {
	border: none;
	outline:0;
	-moz-outline-style:none;
}
.page p a{
    font-weight: 700;
    text-decoration: underline;
} 
input.button, .button, .button:visited, .w-btn, .l-btn{
	position: relative;
	cursor: pointer;
	color: var(--white-color);
	line-height: 28px;
	font-size: var(--button-font);
	font-weight: 700;
	border: 1px solid var(--purple-color);
	border-radius: 24px;
	outline: none;
	background: var(--purple-color);
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
    text-decoration: none;
}
a.button, .button {
    color: var(--white-color);
	display: inline-block;
	text-decoration: none!important;
	padding: 10px 40px 8px 40px;
}
.button:hover, .button:active, .button:focus {
    background: #6B087D;
    border: 1px solid #6B087D;
    box-shadow: none;
}
.banner-btn:hover, .banner-btn:active, .banner-btn:focus{
    background: none;
    color: var(--white-color);
	border: 1px solid rgba(255, 255, 255, 1);  
}
.w-btn, .w-btn:visited {
    display: inline-block;
	text-decoration: none;
	padding: 10px 40px 8px 40px;
    background: none;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 1);     
}
.w-btn:hover, .w-btn:active, .w-btn:focus {
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.7);
    background: none;
}
.l-btn, .l-btn:visited {
    display: inline-block;
	text-decoration: none;
	padding: 8px 40px 9px 40px;
/*	color: #FFFFFF;*/
    color: var(--main-color);
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid var(--sub-color);
}
.l-btn:hover, .l-btn:active, .l-btn:focus {
    border-bottom: 3px solid var(--main-color);
}
.btn-clean{
    display: inline-block;
	font-size: var(--button-font);
	font-weight: 400;
    text-transform: uppercase;
    
	border: none;
	background: none;
    line-height: 20px;
    padding: 10px 40px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
	transition: all 0.2s;
    text-decoration: none;
}
.btn-clean.clean-light{
    color:rgba(14,31,59,0.25);
}

.btn-clean:hover{
    color: var(--sub-color);
}

@-moz-document url-prefix() {
    
    a.button, .button, .w-btn, .w-btn:visited {
        padding: 9px 40px 9px 40px;    
    }
    a.button.banner-btn{
        padding: 10px 40px 8px 40px;
    }
    
}


/* FORM STYLES *****************************/
.form-wrap{
    position: relative;
/*    margin-bottom: 72px;*/
}

.form-wrapper .form-wrap{
    margin-bottom: 0px;
}
/*
.form-wrap h3{
    margin-top: 20px;
    margin-left: 20px;
}
*/

.form-col{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding: 0px 20px;
}
.row.form-small-row{
    margin: 0;
    width: 100%;
}
.form-group{
    position: relative;
    display: block;
/*    padding: 0px;*/
    margin-bottom: 24px;
}
.row.form-cols{
    margin-left: -40px;
    margin-right: -40px;
}
.form-col h3{
    padding: 0px 20px;
}
.form-matd{
	position: relative;
/*	margin-bottom: 0px;*/
}
.form-group.select-box{
/*    margin-top: 20px;*/
}
h3 + .form-group.select-box{
    margin-top: 20px;
}
.form-matd input, .form-matd textarea{
	padding: 10px 0px 10px 0px;
	border-radius: 0px;
	border: 0px;
	border-bottom:2px solid var(--sub-color);
    font-weight: 400;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    height: initial;
    color: var(--main-color);
}
.form-matd textarea{
    min-height: 80px;
    min-height: 120px;
}
.form-matd input:focus, .form-matd textarea:focus{
/*	border-bottom:1px solid #aaaaaa;*/
    outline: none;
    background: none;
}
.form-control{
    font-size: var(--main-font);
    color: var(--main-color);
}

.form-control::-webkit-input-placeholder { 
    color: var(--main-color);
}
.form-control::-moz-placeholder { 
    color: var(--main-color);
}
.form-control:-ms-input-placeholder { 
    color: var(--main-color);
}
.form-control::placeholder { 
    color: var(--main-color);
}

.form-matd .form-control:focus{
    box-shadow: none;
    outline: none;
    color: var(--main-color);
    font-weight: 700;
}
.form-control:focus::-webkit-input-placeholder { 
    font-weight: 400;
}
.form-control:focus::-moz-placeholder { 
    font-weight: 400;
}
.form-control:focus:-ms-input-placeholder { 
    font-weight: 400;
}
.form-control:focus::placeholder { 
    font-weight: 400;
}
.form-matd .form-border{
	position: absolute;
	width: 0;
	height: 2px;
	bottom:-1px;
	bottom:0px;
	left: 50%;
	background: var(--main-color);
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
input:focus ~ .form-border, textarea:focus ~ .form-border {
	left: 0px;
  	width:100%;
/*  	max-width:calc(100% - 48px);*/
    transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.form-matd label, 
.form-matd input:invalid ~ label,
.form-matd input.input-empty ~ label{
	position:absolute;
	color:#2085c4;
    color: var(--main-color);
	font-weight:normal;
	pointer-events:none;
	left:0px;
	top:20px;
    font-size: 14px;
    font-weight: 400;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.form-col input:focus ~ .form-border, .form-col textarea:focus ~ .form-border {
	left: 24px;
    width:calc(100% - 48px);
}
.form-matd.form-col label, .form-matd.form-col input:invalid ~ label {
	left: 24px!important;
}
    
.form-matd input:focus ~ label, 
/*.form-matd input:valid ~ label, */
.form-matd input.input-filled ~ label,
.form-matd input:required:valid ~ label, 
.form-matd textarea:focus ~ label, 
.form-matd textarea.input-filled ~ label,
.form-matd textarea:required:valid ~ label {
	top:0px;
    color: var(--sub-color);
	font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-matd label.error, #reg-check-error{
    position: absolute;
    top: auto!important;
    bottom: -25px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 10px!important;
    text-transform: uppercase;
}
.form-matd label.error, .form-matd .error-text, .select-box .error-text, .checkbox .error-text, .form-captcha .error-text, .form-option-group .error-text{
    position: absolute;
    top: auto!important;
    bottom: -20px;
    bottom: -18px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 10px!important;
    text-transform: uppercase;
}
.form-option-group .error-text,
.checkbox .error-text{
    bottom: -12px;
}
.form-captcha .error-text{
    
}

.form-btn{
    text-align: right;
    margin-top: 10px;
}
.form-btm{
    margin-top: 10px;
}

.form-btns{
    display: block;
    margin-top: 16px;
    margin-bottom: 0;
    width: 100%;
/*    align-content: flex-end;*/
}
.form-btns .btn-right{
    position: relative;
    display: inline-block;
    float: right;
}
.ch-btn{
	position: relative;
	display: inline-block;
	display: block;
	vertical-align: middle;
    
    height: 40px;
    padding-top: 8px;
}
.ch-btn input[type="checkbox"]{
    position: absolute;
    left: 49%;
	visibility: hidden;
    height: 1px;
    z-index: 0;
}
.ch-btn label{
	position: relative;
	display: block;
    font-size: 14px;
    font-weight: 400;
	padding-left: 36px;
    line-height: 24px;
    z-index: 1;
}
.ch-btn label span{
	position: absolute;
	display: block;
	height: 24px;
	width:24px;
	top: 0px;
	left: 0px;
/*	background: #FFFFFF;*/
    border: 1px solid var(--border-color);
	border-radius: 50%;
	z-index: 1;
	text-align: center;
	font-size: 12px;
/*	color: #CCCCCC;*/
    color: var(--main-color);
}

.ch-btn label:hover span{
/*	border: 1px solid rgba(19,22,48,0.7);*/
	cursor: pointer;
}
.ch-btn input[type="checkbox"]:checked + label span{
/*	color: #1c3d74;*/
    color: var(--sub-color);
    border: 1px solid var(--sub-color);
}
.ch-btn label i{
	display: none;
	height: 24px;
	line-height: 24px;
}
.ch-btn label:hover i, .ch-btn input[type="checkbox"]:checked + label i{
	display: block;
	opacity: 1;
}
.ch-btn a{
    text-decoration: underline;
}
.ch-btn a:hover{
    text-decoration: none;
}

.form-group > h3{
    margin: 24px 0px;
}
.form-option-group .control-label{
    position: relative;
    margin-bottom: 16px;
}

.form-normal label {
    position: relative;
}

.form-info-text{
    font-size: 14px;
    color: var(--grey-color);
}
.form-options{
    
}

.form-option-label{
    position: relative;
}
.form-option-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 24px;
}
label.form-option-label {
    font-weight: 400;
    font-size: 14px;
/*    color: #242e33;*/
    text-transform: none;
    overflow: hidden;
    padding-left: 30px;
    height: 24px;
}
.form-option-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
    visibility: hidden;
}
.form-option-label:hover{
    cursor: pointer;
}
.form-option-label .radio-cir {
    position: absolute;
    display: block;
    background: #f4f4f5;
    background: #FFFFFF;
    height: 20px;
    width: 20px;
    left: 0px;
    top: 2px;
    display: block;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input[type="radio"]:checked + .radio-cir {
    color: #0076ff;
    border: 1px solid var(--sub-color);
}
.form-option-label .radio-cir:after {
    position: absolute;
    content: '';
    display: block;
    left: 4px;
    top: 4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #f6f6fa;
    background: #CCCCCC;
}
.form-option-label input[type="radio"]:checked + .radio-cir:after {
    background: var(--sub-color);
}
.form-option-label:hover input[type="radio"] + .radio-cir{
/*
    color: #0076ff;
    border: 1px solid var(--sub-color);
    opacity: 0.5;
*/
}
.form-option-label:hover input[type="radio"] + .radio-cir:after {
    background: var(--sub-color);
    opacity: 0.5;
}

.form-select .selectric {
    border-bottom:1px solid var(--border-color);
}
.form-select .selectric .label{
    color: var(--main-color);
}
.form-select .selectric-items{
    border:1px solid var(--border-color);
    background: #FFFFFF;
}

.form-control:disabled, .form-control[readonly] {
/*    background-color: #e9ecef;*/
    background: none;
}

.box {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 40px;
}
.box .inputfile {
/*    width: 0.1px;*/
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 9px 30px;
    border-radius: 20px; 
    margin-bottom: 0px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
/*
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
*/
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: #1c3d74;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.inputfile-1 + label {
    color: #1c3d74;
    border: 1px solid var(--border-color);
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    color: #2085c4;
    border: 1px solid #2085c4;
}
.inputfile-1:focus + label svg,
.inputfile-1.has-focus + label svg,
.inputfile-1 + label:hover svg{
    fill: #2085c4;
}

/* WRAPPER STYLES *****************************/

#outer-wrapper{
	position: relative;
/*	overflow: hidden;*/
}
#bg-wrapper {
    position: fixed;
	content:'';
	display: none;
	opacity: 0;
	width:100%;
	height:100%;
	z-index: 10;
    background: rgba(14,31,59,0.9);
    background: #FFFFFF;
}
.menu-open #bg-wrapper{
    display: block;
    opacity: 1;
    -webkit-animation: opac-in-animate 0.5s ease-out forwards;
	animation: opac-in-animate 0.5s ease-out forwards;
}
.menu-ani #bg-wrapper {
    display: block;
	opacity: 1;
    -webkit-animation: opac-out-animate 0.3s ease-in forwards;
	animation: opac-out-animate 0.3s ease-in forwards;
}
#main-wrapper{
	position: relative;
}
#content-top-wrapper{
    position: relative;
    display: block;
    overflow: hidden;
}

#content-top{
	position: relative;
    display: block;
    background: #FFFFFF;
    z-index: 1;
}
#content-top:after{
    content: '';
    display: block;
    position: absolute;
    width: 150%;
    height: 150%;
    left: 0%;
    top: 100%;
    z-index: 0;
    transform-origin: 0% 0%;
    transform: rotate(-30deg);
    
    background: rgba(0,144,221,0.15);
    background: -moz-linear-gradient(top, rgba(0,144,221,0.15) 0%, rgba(0,144,221,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,144,221,0.15)), color-stop(100%, rgba(0,144,221,0)));
    background: -webkit-linear-gradient(top, rgba(0,144,221,0.15) 0%, rgba(0,144,221,0) 100%);
    background: -o-linear-gradient(top, rgba(0,144,221,0.15) 0%, rgba(0,144,221,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,144,221,0.15) 0%, rgba(0,144,221,0) 100%);
    background: linear-gradient(to bottom, rgba(0,144,221,0.15) 0%, rgba(0,144,221,0) 100%);
}

#content-wrapper{
	position: relative;
    display: block;
    background: #FFFFFF;
    z-index: 1;
    padding: 96px 0px;
    overflow: hidden;
}
#content-wrapper.page-wrap{
    padding: 72px 0px;
}
#content-wrapper:after{
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    right: 0%;
    top: 20%;
    z-index: 0;
    transform-origin: 100% 0%;
    transform: rotate(-30deg);
    background: rgba(3,139,218,0.15);
    background: -moz-linear-gradient(top, rgba(3,139,218,0.15) 0%, rgba(57,74,161,0.15) 50%, rgba(104,20,112,0.15) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,139,218,0.15)), color-stop(50%, rgba(57,74,161,0.15)), color-stop(100%, rgba(104,20,112,0.15)));
    background: -webkit-linear-gradient(top, rgba(3,139,218,0.15) 0%, rgba(57,74,161,0.15) 50%, rgba(104,20,112,0.15) 100%);
    background: -o-linear-gradient(top, rgba(3,139,218,0.15) 0%, rgba(57,74,161,0.15) 50%, rgba(104,20,112,0.15) 100%);
    background: -ms-linear-gradient(top, rgba(3,139,218,0.15) 0%, rgba(57,74,161,0.15) 50%, rgba(104,20,112,0.15) 100%);
    background: linear-gradient(to bottom, rgba(3,139,218,0.15) 0%, rgba(57,74,161,0.15) 50%, rgba(104,20,112,0.15) 100%);
}

#content-wrapper.page-wrap:after{
    display: none!important;
}


#content-bottom{
	position: relative;
    display: block;
    background: #FFFFFF;
}

/*
#sub-wrapper #content-wrapper{
	padding-top: var(--xl-pad);
}
#content-main{
    position: relative;
    padding: var(--lg-pad) 0 var(--xxl-pad) ;
    z-index: 2;
}
*/

/*
.contact-page #main-wrapper{
    padding-top: 90px;
}
.sub-page.sub-banner #content-wrapper{
	padding-top: 0px;
}
*/

#outer-wrapper.page-wrap{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#sub-wrapper{
	position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    height: 100%;
}

/* NAVBAR *****************************/	

#navbar {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0px 24px;
	top:0px;
	z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
/*    border-bottom: 1px solid rgba(255,255,255,0.1);*/
}
#navbar.sticky {
    position: fixed;
}
/*#navbar.sticky, .sub-page #navbar {*/
#navbar.sticky{
/*
    background: #FFFFFF;
    border-bottom: 1px solid #b8b8bb;
    border-bottom: 1px solid var(--border-color);
*/
}
.navbar-header{
	position: relative;
}
.logo-main{
	display: inline-block;
    display: none;
	float: left;
    align-self: flex-start;
    margin: 16px 0px;
    margin-right: auto;
	padding: 0px;
}
.logo-main img{
    height: 40px;
    width: auto;
}

#navbar.sticky .logo-main{
    display: block;
}
#navbar.sticky .logo-main-white, #navbar .contact-blk{
    display: none;
}
.logo-mob{
    display: none;
}

.nav-toggle {
	position: relative;
	float: left;
	cursor: pointer;
    display: none;
    
    width: 24px;
	height: 24px;
	padding: 0px;
	margin: 16px 8px 16px 8px;
	background: none;
	border: none;
	overflow: hidden;
    
/*	color: #FFFFFF;*/
}
/*
.nav-toggle:hover {
	color:#ed1c24;
}
*/
.nav-icon span{
	display: block;
	position: absolute;
	top: 11px;
	left: 3px;
	right: 3px;
	height: 2px;
/*    width: 100%;*/
/*	background: #293989;*/
    background: var(--main-color);
	transition: background 0s 0.2s;
}
.nav-icon span::before,
.nav-icon span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--main-color);
	content: "";
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}
.nav-icon span::before {
	top: -5px;
	transition-property: top, transform;
}
.nav-icon span::after {
/*    width: 70%;*/
	bottom: -5px;
	transition-property: bottom, transform;
}
.menu-open .nav-icon span {
	background: none;
}
.menu-open .nav-icon span::before {
	top: 0;
    width: 100%;
	transform: rotate(45deg);
}
.menu-open .nav-icon span::after {
	bottom: 0;
    width: 100%;
	transform: rotate(-45deg);
}
.menu-open .nav-icon span::before,
.menu-open .nav-icon span::after {
	transition-delay: 0s, 0.2s;
}
/*#nav-main .nav-icon span,*/
/*
#nav-main .nav-icon span::before,
#nav-main .nav-icon span::after {
	background: #FFFFFF;
}
*/


/* NAV MAIN *****************************/
.navbar-header{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#nav-main{
	position: relative;
	display: inline-block;
}
#nav-right{
	position: relative;
	display: inline-block;
}
#nav-main ul, #nav-right ul{
	position: relative;
	margin: 16px 0px;
    margin-left: 24px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#nav-right ul{
    display: inline-block;
    float: left;
	margin: 16px 0px;
}
#nav-main ul li, #nav-right ul li{
	position: relative;
	display: inline-block;
	float: left;
	padding: 0px 24px;
	padding: 0px 0px;
	margin: 0px 24px;
	text-align: center;
}
#nav-main ul li a, #nav-right ul li a{
/*    position: relative;*/
	display: block;
	line-height: 20px;
	padding: 10px 0px;
	color: var(--main-color);
	font-weight: 400;
    font-size: 16px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
    cursor: pointer;
}

#nav-main ul li a.d-link {
    cursor: default;
}

#navbar.sticky #nav-main ul li a,
#navbar.sticky #nav-right ul li a{
/*.sub-page #nav-main ul li a*/
    color: var(--main-color);
}
#nav-main ul li a:hover,
#nav-right ul li a:hover,
#navbar.sticky #nav-main ul li a:hover{
/*.sub-page #nav-main ul li a:hover*/
    color: var(--dark-color);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*
#nav-main > ul > li > a:after{
    position: absolute;
    content:'';
    display: block;
    background: var(--sub-color);
    width: 4px;
    height: 4px;
    bottom: -17px;
    left: 50%;
    left: calc(50% - 2px);
    opacity: 0;
    -webkit-transition:opacity 0.3s ease-in, width 0.2s ease-in, left 0.2s ease-in;
	transition:opacity 0.3s ease-in, width 0.2s ease-in, left 0.2s ease-in;
}
#nav-main > ul > li:hover a:after{
    left: 0;
    width: 100%;
    opacity: 1;
	-webkit-transition:opacity 0.1s linear, width 0.5s ease-in-out, left 0.5s ease-in-out;
	transition:opacity 0.1s linear, width 0.5s ease-in-out, left 0.5s ease-in-out;
}
#nav-main ul li.active a:after, #nav-main ul li.active a:hover:after{
    left: 0;
    width: 100%;
    opacity: 1;
	-webkit-transition: none;
	transition:none;
}
*/

#nav-main .dropdown {
	display: none;
	position: relative;
	width: 100%;
	left: 0px;
	right: 0;
	box-shadow: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0px;
	text-align: left;
}
#nav-main .dropdown ul {
	position: relative;
	display: block;
	width: 40px;
	list-style: none;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
#nav-main .dropdown ul li {
	display: block;
    text-align: left;
    padding: 0;
    margin: 0;
	width: 200px;
    opacity: 0;
/*
    -webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
*/
}
#nav-main .dropdown.drop-open ul li {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

#nav-main .dropdown ul li a:after{
    bottom: 0;
}
#nav-main .dropdown ul li a {
	position: relative;
	display: inline-block;
	display: block;
/*    font-family: 'Roboto', Arial, Helvetica, sans-serif;*/
    text-transform: none;
    letter-spacing: 0px;
	font-weight: 400;
    -webkit-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
}
#nav-main .dropdown ul li a:hover {
    padding-left: 8px;
/*
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
*/
}


#nav-main .dropdown.drop-open ul li:nth-child(1){
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
/*
	-webkit-transition-delay:0.05s;
	transition-delay:0.05s;
*/
}
#nav-main .dropdown.drop-open ul li:nth-child(2){
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
#nav-main .dropdown.drop-open ul li:nth-child(3){
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s
}
#nav-main .dropdown.drop-open ul li:nth-child(4){
	-webkit-transition-delay:0.4s;
	transition-delay:0.4s;
}
#nav-main .dropdown.drop-open ul li:nth-child(5){
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}
#nav-main .dropdown.drop-open ul li:nth-child(6){
	-webkit-transition-delay:0.6s;
	transition-delay:0.6s;
}
#nav-main .dropdown.drop-open ul li:nth-child(7){
	-webkit-transition-delay:0.7s;
	transition-delay:0.7s;
}
#nav-main .dropdown.drop-open ul li:nth-child(8){
	-webkit-transition-delay:0.8s;
	transition-delay:0.8s;
}

#nav-main ul li.n-btn{
    padding: 0px;
    margin-left: 30px;
}
#nav-main .show-mob{
    display: none;
}

#navbar.sticky, .menu-open #navbar{
	position: fixed;
}
#nav-right ul li{
    padding: 0 8px;
}
#nav-right ul.nav-social{
    padding: 0 16px;
}
#nav-right ul.nav-social li{
    margin: 0;
}
#nav-right ul.nav-social li a {
    font-size: var(--sm-icon);
}
#nav-right ul.nav-social li a:hover,
#navbar.sticky #nav-right ul.nav-social li a:hover {
    color: var(--sub-color);
}
.nav-buttons{
    display: inline-block;
	margin: 16px 0px;
    margin-left: 24px;
}
/*
.nav-buttons .button{
    margin-left: 24px;
    display: inline-block;
}
.nav-buttons .button i{
    display: none;
}


*/
.nav-buttons .nav-btn{
    position: relative;
    display: inline-block;
    margin-left: 24px;
    padding: 4px 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}
.nav-buttons .nav-btn span{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: var(--sub-color);
    color: var(--white-color);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
}
/*
#navbar #nav-right .w-btn{
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
#navbar.sticky #nav-right .w-btn:hover{
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
}
*/
.navbar-header:after, #nav-main ul:after, .icon-blocks:after{
	content: '';
	display: block;
	clear: both;		
}

/* SIDE NAV *****************************/

#side-nav {
	position: absolute;
	display: block;
	top: 66px;
	left: 15px;
	width: 0px;
	z-index: 99;
	overflow: hidden;
}
.menu-open #side-nav {
	width: 220px;
	width: 100%;
}
#side-nav ul{
	position: relative;
	margin: 0px;
    padding: 0px 20px 0px 22px;
	list-style: none;
/*	width: 220px;*/
}
#side-nav ul li{
	position: relative;
	display: block;
	padding: 0px 0px 0px 14px;
	margin: 0px;
	text-align: left;
	opacity:0;
	-webkit-transition:-webkit-transform 0.25s ease-in,opacity 0.5s;
	transition:transform 0.25s ease-in,opacity 0.5s;
	-webkit-transform:translateY(100%);
	transform:translateY(100%)
}
/*
.menu-ani #side-nav ul li{
	opacity:1;
}
*/
.menu-open #side-nav ul li{
	opacity:1;
	-webkit-transition:-webkit-transform 0.5s,opacity 0.5s;
	transition:transform 0.5s,opacity 0.5s;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.menu-open #side-nav ul li:nth-child(2){
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
}
.menu-open #side-nav ul li:nth-child(3){
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.menu-open #side-nav ul li:nth-child(4){
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s
}
.menu-open #side-nav ul li:nth-child(5){
	-webkit-transition-delay:0.4s;
	transition-delay:0.4s;
}
.menu-open #side-nav ul li:nth-child(6){
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}
.menu-open #side-nav ul li:nth-child(7){
	-webkit-transition-delay:0.6s;
	transition-delay:0.6s;
}
#side-nav .side-nav-blk ul li a{
	position: relative;
	display: inline-block;
	padding: 15px 0px 15px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
}
#side-nav ul li a:after{
	content:'';
	display: block;
	position: absolute;
	left:5px;
	bottom:8px;
	height: 2px;
	background: #2085c4;
	width: 0%;
}
#side-nav ul li a:hover:after{
	width:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#side-nav ul li a span{
	font-weight: 700;
	font-size: 15px;
/*	color: #CCC;*/
}
#side-nav .side-nav-footer{
    margin-top: 20px;
}
#side-nav .side-nav-footer ul{
    color: #EEEEEE;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
#side-nav .side-nav-footer ul a{
    color: #EEEEEE;
    color: rgba(255,255,255,0.7);
}
#side-nav .side-nav-footer .side-nav-footer-links{
    margin: 15px 0px;
}
#side-nav .side-nav-footer .side-nav-footer-links a{
    font-weight: 500;
    color: #FFFFFF;
}
.menu-open #side-nav .side-nav-footer ul li:nth-child(1),
.menu-open #side-nav .side-nav-footer ul li:nth-child(2),
.menu-open #side-nav .side-nav-footer ul li:nth-child(3),
.menu-open #side-nav .side-nav-footer ul li:nth-child(4){
	-webkit-transition-delay:0.7s;
	transition-delay:0.7s;
}
.menu-open #side-nav .side-nav-footer ul li:nth-child(5){
	-webkit-transition-delay:0.8s;
	transition-delay:0.8s;
}
.menu-open #side-nav .side-nav-footer ul li:nth-child(6){
	-webkit-transition-delay:0.9s;
	transition-delay:0.9s
}

/* MAIN BANNER STYLES *****************************/

#banner-wrapper{
	position: relative;
    display: block;
	height: 100%;
	z-index: 1;    
    background: #FFFFFF;  
/*    overflow: hidden;*/
}
.banner-main-img{
    position: absolute;
    display: block;
/*
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0%;
*/
    width: 55%;
    height: 100%;
    left: 45%;
    top: 70px;
    z-index: 1;
    
    transform-origin: 0% 0%;
    transform: rotate(-30deg);
    background: #CABBBD;
    overflow: hidden;
    
/*
    opacity: 0;
    -webkit-animation: opac-in-animate 2.0s ease-in forwards;
	animation: opac-in-animate 2.0s ease-in forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
*/
    
}
.banner-main-img:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 90%;
    left: 0%;
    top: 0%;
    z-index: 1;
    
    transform-origin: 0% 0%;
    transform: rotate(30deg);
    background: url(../images/YEPH-header.jpg) center no-repeat;
/*
    background: url(../images/YEPH-header.jpg) left bottom no-repeat;
*/
    background-position: 10% center;
    background-size: cover;
    
}


/*
#banner-wrapper.sub-banner{
    padding-top: 72px;
}
*/
.banner-text-wrap{
    position: relative;
    opacity: 1;
    -webkit-transition:opacity 0.4s ease-in;
	transition:opacity 0.4s ease-in;
}
.hide-banner-txt .banner-text-wrap{
    opacity: 0;
    -webkit-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
}

#banner-wrapper .container{
    position: relative;
    display: flex;
    min-height: 100vh;
/*    height: 100vh;*/
    justify-content: left;
    z-index: 2;
}
#banner-wrapper.sub-banner, #banner-wrapper.sub-banner .container{
    min-height: initial;
    height: initial;
}

.banner-text{
	position: relative;
	display: flex;
    flex-direction: column;
	text-align: left;
    align-self: center;
    
	width: 50%;
	width: calc(50% - 48px);
    color: var(--main-color);
    padding-top: 72px;
/*
    opacity: 0;
    -webkit-animation: btm-fade-animate 1.5s ease forwards;
	animation: btm-fade-animate 1.5s ease forwards;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
*/
    z-index: 3;
}
.banner-logo-main{
	display: inline-block;
	float: left;
    margin: 16px 0px 48px 0px;
    margin: 32px 0px 48px 0px;
	padding: 0px;
}
.banner-logo-main img{
    height: 110px;
    width: auto;
}
.banner-text h1, .sub-banner-text h1{
    position: relative;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 24px;
}
.banner-text p, .sub-banner-text p{
    position: relative;
    font-size: 24px;
    line-height: 1.5;
}

/* CONTENT BANNER STYLES *****************************/

.content-banner-wrap{
    position: relative;
    display: block;
    padding: 192px 0px;
/*    background: #FFFFFF;*/
    z-index: 1;
}
#content-wrapper .content-banner-wrap{
    padding: 96px 0px;
}
.content-banner, .info-blocks{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: -48px;
    margin-right: -48px;
}
.banner-blk-txt, .banner-blk-img, .info-blk-left, .info-blk-right, .content-blk-block{
    position: relative;
    display: flex;
    width: 50%;
    padding: 0px 48px;
    align-content: flex-start;
    align-self: center;
    flex-direction: column;
}
.content-blk-block{
    flex-direction: row;
    justify-content: center;
}

.info-blk-left, .info-blk-right{
    margin-bottom: 48px;
}
.info-blk-img{
    position: relative;
	text-align: center;
}
.info-blk-txt{

}
.content-banner-title{
    position: relative;
    display: block;
    margin-bottom: 48px;
}
.banner-blk-img-full{
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    top: 0px;
}
.banner-blk-img-full img{
    vertical-align: middle;
}

.banner-center{
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
/*
.banner-dark{
    background: var(--main-color);
    color: var(--white-color);
}
.banner-blue{
    background: var(--sub-color);
    color: var(--white-color);
}
.banner-light{
    background: #dddddd;
}
*/

.banner-parallax{
    position: relative;
    display: block;
    overflow: hidden;
    background: none;
    height: 900px;
}
.banner-parallax:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/YEPH-expert-in-jeugdzorg.jpg) top center no-repeat;
    background-size: cover;
    z-index: -1;
}

.content-banner-full .banner-blk-txt, .content-banner-bottom .banner-blk-txt{
    position: relative;
    display: block;
    width: 100%;    
}
.banner-text-cols .banner-blk-txt{
    position: relative;
    display: block;
    width: 100%;
    align-self: flex-start;
    columns: 50% 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;   
    
}

.banner-text-cols .banner-blk-txt p{
    margin-bottom: 0;
}
.content-banner-img{

}
.content-banner-img .content-banner{
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.content-banner-img .banner-blk-img{
    padding: 0px;
}
.content-banner-img .banner-blk-txt-wrap{
    height: 100%;
}
.content-banner-img .banner-blk-txt{
    height: 100%;
    align-content: center;
    padding: 96px;
}
.content-banner-1{
/*
    background: url(../images/content-banner-dark.jpg) center no-repeat;
    background-size: cover;
*/
}

.content-banner-1 .banner-blk-txt{
    color: #FFFFFF;
    background: rgba(104,20,112,1);
    background: -moz-linear-gradient(45deg, rgba(104,20,112,1) 0%, rgba(90,35,125,1) 25%, rgba(57,75,161,1) 50%, rgba(3,139,218,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(104,20,112,1)), color-stop(25%, rgba(90,35,125,1)), color-stop(50%, rgba(57,75,161,1)), color-stop(100%, rgba(3,139,218,1)));
    background: -webkit-linear-gradient(45deg, rgba(104,20,112,1) 0%, rgba(90,35,125,1) 25%, rgba(57,75,161,1) 50%, rgba(3,139,218,1) 100%);
    background: -o-linear-gradient(45deg, rgba(104,20,112,1) 0%, rgba(90,35,125,1) 25%, rgba(57,75,161,1) 50%, rgba(3,139,218,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(104,20,112,1) 0%, rgba(90,35,125,1) 25%, rgba(57,75,161,1) 50%, rgba(3,139,218,1) 100%);
    background: linear-gradient(45deg, rgba(104,20,112,1) 0%, rgba(90,35,125,1) 25%, rgba(57,75,161,1) 50%, rgba(3,139,218,1) 100%);
}

.content-banner-1 .banner-blk-img, .content-banner-2 .banner-blk-img{
    opacity: 0;
}

.content-banner-1 .banner-blk-txt:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
/*    background: url(../images/YEPH-doelgroep.jpg) right center no-repeat;*/
    background: url(../images/YEPH-doelgroep.jpg) 99% center no-repeat;
    background-size: cover;
}

.content-banner-2 .banner-blk-txt:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background: url(../images/werkgebied-map.svg) center no-repeat;
    background-size: contain;
}


.content-banner .button, .info-blk-txt .button, .banner-blk-txt .button,
.content-banner .w-btn, .info-blk-txt .w-btn, .banner-blk-txt .w-btn{
    position: relative;
    display: inline-block;
    align-self:flex-start;
}
.content-banner .btn-clean{
    position: relative;
    display: inline-block;
    align-self:flex-start;
}

.contact-banner{
    background: rgba(107,2,125,1);
    background: -moz-linear-gradient(left, rgba(107,2,125,1) 0%, rgba(157,10,88,1) 50%, rgba(216,20,46,1) 85%, rgba(253,26,22,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,2,125,1)), color-stop(50%, rgba(157,10,88,1)), color-stop(85%, rgba(216,20,46,1)), color-stop(100%, rgba(253,26,22,1)));
    background: -webkit-linear-gradient(left, rgba(107,2,125,1) 0%, rgba(157,10,88,1) 50%, rgba(216,20,46,1) 85%, rgba(253,26,22,1) 100%);
    background: -o-linear-gradient(left, rgba(107,2,125,1) 0%, rgba(157,10,88,1) 50%, rgba(216,20,46,1) 85%, rgba(253,26,22,1) 100%);
    background: -ms-linear-gradient(left, rgba(107,2,125,1) 0%, rgba(157,10,88,1) 50%, rgba(216,20,46,1) 85%, rgba(253,26,22,1) 100%);
    background: linear-gradient(to right, rgba(107,2,125,1) 0%, rgba(157,10,88,1) 50%, rgba(216,20,46,1) 85%, rgba(253,26,22,1) 100%);
}


.content-banner-contact{
    margin-left: 0px;
    margin-right: 0px;
    background: #FFFFFF;
    flex-wrap: wrap;
    padding: 96px;
/*
    height: 100%;
    justify-content: center;
    flex: 1;
    min-height: 100%;
*/
}
.content-banner-contact .banner-blk-txt{
    align-self: flex-start;
    position: relative;
    flex-direction: column;
    height: 100%;
    flex: 1;
}
/*
.banner-contant-txt{
    display: flex;
    flex-direction: column;
    height: 100%;
}
*/
.content-banner-blocks-wrap{
    display: flex;
    flex-wrap: wrap;
}
.content-banner-contact .banner-blk-form{
    margin-top: -8px;
}
.content-banner-contact .content-banner-title{
    flex: 0 0 100%;
    padding: 0px 48px;
    width: 100%;
    margin-bottom: 24px;
}
.contact-buttons{
    position: relative;
    margin-top: auto;
/*    margin-top: 65px;*/
    padding-right: 48px;
}
.contact-buttons .contact-btn{
    position: relative;
    display: block;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 16px;
}
.contact-buttons .contact-btn span{
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: var(--sub-color);
    color: var(--white-color);
    border-radius: 50%;
    font-size: 22px;
    font-weight: 400;
}

.content-downloads{
    
    background: rgba(144,8,99,0.2);
    background: -moz-linear-gradient(-45deg, rgba(144,8,99,0.2) 0%, rgba(107,2,125,0.2) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(144,8,99,0.2)), color-stop(100%, rgba(107,2,125,0.2)));
    background: -webkit-linear-gradient(-45deg, rgba(144,8,99,0.2) 0%, rgba(107,2,125,0.2) 100%);
    background: -o-linear-gradient(-45deg, rgba(144,8,99,0.2) 0%, rgba(107,2,125,0.2) 100%);
    background: -ms-linear-gradient(-45deg, rgba(144,8,99,0.2) 0%, rgba(107,2,125,0.2) 100%);
    background: linear-gradient(135deg, rgba(144,8,99,0.2) 0%, rgba(107,2,125,0.2) 100%);
}

.content-banner-bottom{
    padding: 96px 0;
    text-align: center;
}


/*
.banner-blk-txt p:last-child{
    margin-bottom: 0px;
}
*/

/* CONTENT STYLES *****************************/

.content-center{
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 40px;
    padding: 0px 10%;
    margin-bottom: var(--lg-pad);
}
.content-center-title{
    position: relative;
    text-align: center;
    display: inline-block;
    width: 70%;
}
.content-center-title h2{
    margin-bottom: 0px;
}

.banner-icon-blocks{
    position: relative;
    display: flex;
    flex-direction: row;
    margin: var(--lg-pad);
    padding: 0 10%;
}
.banner-center .banner-icon-blocks{
/*    margin-top: 0;*/
}
.banner-icon-blocks .icon-block{
    flex-direction: column;
    width: 33.3333%;
    padding: 0 var(--main-pad);
    margin-bottom: var(--main-pad);
}
.banner-icon-blocks .icon-block-icon{
    font-size: var(--large-icon); 
}
.banner-icon-blocks .icon-block-icon img{
    height: var(--large-icon); 
    width: auto;
    vertical-align: text-top;
}

.number-list, .content-list{
    position: relative;
    display: block;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -24px;
    padding: 0;
}
.number-list li, .content-list li{
    position: relative;
    display: block;
    width: 50%;
/*    float: left;*/
    padding:0px 24px 0px 96px;
}
.content-list li{
    padding: 0px 24px;
}
.content-list li a h3{
    color: var(--purple-color);
}
.content-list li a:hover h3{
    color: var(--dark-color);
}

.number-list li span{
    position: absolute;
    display: block;
    height: 48px;
    width: 48px;
    left: 24px;
    top: -8px;
    background: var(--sub-color);
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    font-weight: 900;
}
.number-list:after, .content-list:after{
    display: block;
    content: '';
    clear: both;
}

.logo-list{
    position: relative;
    display: flex;
    list-style: none;
    margin: 48px 0px 0px 0;
    padding: 0;
}
.content-banner-logos .logo-list{
    margin: 0 0px 48px 0;
}

.logo-list li{
    position: relative;
    padding: 0px 0px;
    float: left;
    margin-right: 32px;
}
.content-banner-logos .logo-list li{
    float: none;
    padding: 0px 48px;
    width: 33.3333%;
}
.logo-list li div{
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.logo-list li div img{
    height: 60px;
    width: auto;
    vertical-align: bottom;
}
.logo-list li:first-child div img{
    padding-top: 6px;
    height: 56px;
}
.logo-list li:last-child div img{
    margin-top: -6px;
}
.logo-list li div a{
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.logo-list li div a:hover{
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
.content-banner-logos .logo-list li div img{
    height: 88px;
}

/* DOWNLOAD STYLES *****************************/

.download-blocks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 var(--main-neg);
}
.download-item{
    width: 33.3333%;
    padding: 0 var(--main-pad);
    margin-bottom: var(--lg-pad);
}
.download-item-block{
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    background: var(--white-color);
    box-shadow: 0 0 50px 0px rgba(0,0,0,0.15);
}

.download-img img{
    width: 100%;
}
.download-text-blk{
    position: relative;
    display: flex;
    padding: var(--lg-pad);
    text-align: left;
}
.download-title{
    position: relative;
    width: 80%;
}
.download-title h3{
    margin-bottom: var(--xs-pad);
    margin-bottom: 4px;
}
.download-subtitle{
    color: var(--grey-color);
	font-weight: 400;
    letter-spacing: 1px;
    font-size: var(--main-font);
	text-transform: uppercase;
}
.download-icon{
    position: relative;
    width: 20%;
    text-align: right;
    font-size: var(--main-icon);
    color: var(--sub-color);
}


.download-item-block a:hover{
    
}
.download-text-hover{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    text-align: center;
    color: var(--white-color);
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-position: center;
    background-size: cover;
    z-index: 3;
}

.download-item-block a:hover .download-text-hover{
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.download-text-hover:after{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content:'';
    background: rgba(42,43,54, 0.9);
}
.download-text-hover-content{
    position: relative;
    opacity: 0;
    z-index: 3;
}
.download-item-block a:hover .download-text-hover-content{
    -webkit-animation: btm-fade-animate 0.8s ease-out forwards;
	animation: btm-fade-animate 0.8s ease-out forwards;
}

.download-text-hover .download-title{
    width: 100%;
    z-index: 2;
}
.download-text-hover .download-title h3{
/*    color: var(--white-color);*/
}

.download-text-hover .download-icon{
    width: 100%;
    text-align: center;
    margin-bottom: var(--sm-pad);
    z-index: 2;
/*    color: var(--white-color);*/
}

/* PAGE STYLES *****************************/

.page-banner img{
    width: 100%;
}

.page-wrap #content-main{ 
    padding-top: var(--xl-pad);
    min-height: 50vh;
}

.template-1 .page-body{
/*    width: 66.6667%;*/
}
.page-menu .page-header{
    
}

.form-wrapper .page-body{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1024px;
    background: var(--white-color);
    box-shadow: 0 0 50px 0px rgba(0,0,0,0.15);
    padding: var(--lg-pad);
}

.page-menu .page-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--main-neg);
}
.page-menu .page-full{
/*    width: 66.6666%;*/
    padding: 0 var(--main-pad);
}
/*
.page-menu .page-cols{
    width: 66.6666%;
    padding: 0 var(--main-pad);
}
*/
.page-menu .page-full-content{
    margin-bottom: var(--lg-pad);
}
.page-menu .page-submenu-wrap{
    float: right;
    width: 33.3333%;
    padding: 0 var(--main-pad);
}

.page-full{
    margin-bottom: var(--lg-pad);
}

.page-wrap .page-header,
.category-wrap .page-header,
.calendar-wrap .page-header{
/*    text-align: center;*/
    margin-bottom: var(--lg-pad);
    margin-bottom: var(--xl-pad);
}
.page-wrap .page-header .page-intro,
.category-wrap .page-header .page-intro,
.calendar-wrap .page-header .page-intro{
    width: 50%;
    margin: 0 auto;
}
.form-wrapper .page-wrap .page-header .page-intro{
    width: 100%;
}
/*
.page-wrap .page-menu .page-header{
    padding-right: 33.3333%;
}
*/
.page-wrap .page-menu .page-header .page-intro{
    width: 100%;
}

.page-submenu {
    position: relative;
    display: block;
    margin-bottom: var(--lg-pad);
    padding-left: var(--main-pad);
    border-left: 2px solid #D5D5D5;
}
.page-submenu h3{
    margin-bottom: var(--main-pad);
}
.page-submenu ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-submenu ul li{
    position: relative;
    margin: 0;
    padding: 0;
}
.page-submenu ul li a{
    position: relative;
    display: block;
    line-height: 48px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page-submenu ul li a.active{
    font-weight: 600;
}
.page-submenu ul li a:before{
    content: '';
    position: absolute;
    display: block;
    background: var(--sub-color);
    width: 4px;
    height: 0%;
    left: -26px;
    top: 50%;
    opacity: 0;
}
.page-submenu ul li a.active:before, .page-submenu ul li a:hover:before{
    top: 0;
    height: 100%;
    opacity: 1;
	-webkit-transition:opacity 0.1s linear, height 0.5s ease-in-out, top 0.5s ease-in-out;
	transition:opacity 0.1s linear, height 0.5s ease-in-out, top 0.5s ease-in-out;
}
.page-submenu ul li a:hover{
    color: var(--sub-color);
}

.page-blocks{
    position: relative;
    display: flex;
    flex-direction: row;

}
.home-wrap .page-blocks{
    background:var(--white-color);
}
.page-block{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 33.3333%;
/*    height: 100%;*/
    padding: 0 var(--main-pad);
    margin-bottom: var(--lg-pad);
}
.home-wrap .page-block{
    box-shadow: none;
    padding: 0;
}
.page-img-block{
    position: relative;
}
.page-block-main{
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    background: var(--white-color);
    box-shadow: 0 0 50px 0px rgba(0,0,0,0.15);
}
.page-img-block img{
    display: block;    
    width: 100%;
    max-width: 100%;
}
.page-img-block h2{
    position: absolute;
    bottom: 0;
    line-height: 0.7;
    right: var(--lg-pad);
    margin: 0;
    color: var(--white-color);
}
.page-txt-block{
    position: relative;
    display: block;
    padding: var(--lg-pad); 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: var(--lg-pad);
    text-align: left;
}
.page-full{
    display: flex;
    flex-direction: column;
}
.page-full ul, .article-text ul{
    position: relative;
    list-style: none;
    margin: 0px 0px 2.4rem 0px;
    padding: 0px;
}
.page-full ul li, .article-text ul li{
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 0px 0px 24px;
}
.page-full ul li:before, .article-text ul li:before{
    content: "\f219";
    position: absolute;
    display: block;
    left: 0px;
    top: 4px;
    font-size: 11px;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: var(--sub-color);
}
.page-cols{
    display: flex;
    flex-direction: row;
    margin: 0 var(--lg-neg);
}
.page-col{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 var(--lg-pad);
}
.page-col ul{
    margin: 0 0 var(--lg-pad) 0;
/*    padding: 0 0 0 16px;*/
}
.page-col ul li{
    margin-bottom: var(--xs-pad);
    margin-bottom: 4px;
}
.page-image-blocks{
    flex-wrap: wrap;
    margin: var(--lg-pad) var(--main-neg);
}


/* SUB CONTENT STYLES *****************************/

.content-breadcrumb{
    position: relative;
    display: block;
    margin-bottom: var(--main-pad);
}
.content-breadcrumb ul{
    position: relative;
    display: block;
    list-style: none;
    padding:0px;
}
.content-breadcrumb ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding: 8px 16px;
    line-height: 24px;
}
.content-breadcrumb ul li:first-child{
    padding-left: 0px;
}
.content-breadcrumb ul li:after{
    content: "\f105";
    position: absolute;
    right: -3px;
    top: 8px;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.content-breadcrumb ul li:last-child:after{
    content: '';
    display: none;
}
.content-breadcrumb ul li a{
    color: var(--main-color);
    font-weight: 400;
    letter-spacing: 1px;
    font-size: var(--button-font);
	text-transform: uppercase;
}
.content-breadcrumb ul li.active a{    
    color: var(--sub-color);
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    padding: 8px 12px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-left: -1px;
    line-height: 24px;
    color: #1C9BCA;
    background-color: #fff;
    background: var(--light-color);
    border: 1px solid #CCCCCC;
}
.page-link i{
    font-size: 18px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    color: var(--grey-color); 
    pointer-events: none;
    cursor: auto;
    background: var(--light-color);
    border-color: #CCCCCC;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color:#1C9BCA;
    border-color: #1C9BCA;
}
.page-link:hover {
    z-index: 1;
    color: #1C9BCA;
    text-decoration: none;
    background-color: var(--light-color);
    border-color: #CCCCCC;
}
.page-link:focus {
    z-index: 1;
    outline: 0;
    box-shadow: none;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 0px;
}


/* CAPTCHA STYLES *****************************/

.captcha-wrap{
	position: relative;
    display: inline-block;
	overflow: hidden;
    margin-bottom: -19px;
    margin-bottom: -9px;
/*    margin-top: 10px;*/
}
#captcha-box, #captcha-box-contact{
	position: relative;
    display: inline-block;
	overflow: hidden;
}
#captcha_check, #captcha_check_contact{
    position: absolute;
	margin-left: -99999px;
    margin-top: -999px;
	opacity:0;
    height: 1px;
    width: 1px;
}
.g-recaptcha, .g-recaptcha-contact{
}

/* LOADING STYLES *****************************/

.form-loading{
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,0.95);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}
.loading-icon{
    position: relative;
    display: inline-block;
    width: 80px;
    max-width: 25%;
    text-align: center;
    align-self: center;
    margin-top: -10%;
}
.loading-txt{
    display: block;
    font-size: 1.8rem;
}
.form-loading.show{
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


/* CONTACT PAGE *****************************/


.contact-wrap{
    display: flex;
    position: relative;
    background: var(--white-color);
}

.contact-map{
    display: flex;
    position: absolute;
    flex: 1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: #CCCCCC;
    background: url(../images/inaudit-afbeelding-contact.jpg) center #CCCCCC no-repeat;
    background-size: cover;
    z-index: 2;
}
.contact-image-full{
    display: flex;
    position: absolute;
    flex: 1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: #CCCCCC;
    z-index: 2;
}

#map-canvas{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.gm-style {
    font-size: 16px;
}
.gm-style .gm-style-iw-c {
    max-width: initial!important;
    max-height: initial!important;
    width: 260px;
}
.gm-style .gm-style-iw-d {
    max-width: initial!important;
}
.gm-style .gm-ui-hover-effect{
    top: 8px !important;
    right: 8px !important;
}

.contact-map .address-blk{
    font-size: 16px;
    padding: 16px;
    line-height: 1.6;
}

.contact-map .address-blk span{ 
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}
.contact-map .address-blk span img{  
    height: 40px;
    width: auto;
}
.contact-map .address-blk dl{
    margin-bottom: 0;
}
.contact-map .address-blk dd{
    position: relative;
    margin-bottom: 0;
    padding-left: 24px;
    font-weight: 300;
}
.contact-map .address-blk dd i{
    position: absolute;
    left: 0;
    top: 4px;
    vertical-align: top;
}

.contact-right{
    position: relative;
    display: block;
    width: 50%;
    float: right;
    padding-top: var(--xxl-pad);
    padding-left: 72px;
    padding-left: var(--xxl-pad);
}
.contact-text ul{
    position: relative;
    display: inline-block;
/*    width: 50%;*/
    padding: 0px;
    margin: 0px 0px 48px 0px;
    list-style: none;
/*    float: left;*/
}
.contact-text ul li{
    padding: 0px;
    margin: 0px;
}
.contact-text ul li a{
    color: var(--main-color);
}
.contact-text ul li a:hover{
    text-decoration: underline;
}
.contact-text ul li span{
    font-weight: 600;
}


/* FOOTER *****************************/
	
#footer	{
	position:relative;
    display: block;
    background: #f0f1f6;
    background: var(--light-color);
	padding: 16px 0px 16px 0px;
    font-size: 14px;
    z-index: 2;
    
/*    align-self: flex-end;*/
    margin-top: auto;
}
/*
.footer-logo{
	position:relative;
	display: block;
	text-align: left;
    margin-bottom: 48px;
}
.footer-logo a{
    display: block;
    display: inline-block;
}
.footer-logo img{
	height: 40px;
	width: auto;
	display: inline-block;
    vertical-align: top;
}
*/
.footer-content{
    position: relative;
    display: flex;
/*    margin-bottom: 48px;*/
}
.footer-content h4{
/*    color: #2085c4;*/
    margin-bottom: 8px;
    font-weight: 400;
	font-size:20px;
    letter-spacing: 1px;
}
.footer-menu > a span{
    display: none;
}
.footer-left, .footer-right{
    position: relative;
    float: left;
    width: 50%;
    padding: 0px 48px;
    padding: 0px 0px;
}
.footer-menu{
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.footer-menu ul{
	position: relative;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	text-align: left;
}
.footer-menu ul li{
	position: relative;
	display:inline-block;
    float: left;
	padding: 0px 32px 0px 0px;
	margin: 0px;
    line-height: 40px;
}
.footer-menu ul li a{
    position: relative;
	display: block;
	padding: 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-menu ul li a:hover{
/*    padding-left: 8px;*/
    opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-mob{
    display: none;
}

/* MODAL STYLES *****************************/

body.modal-open  {
	padding: 0px!important;
}
.modal-backdrop {
    background-color: #000;
    background: rgba(14,31,59,1);
}
.modal-backdrop.in {
    opacity: 0.85;
}
.modal{
	z-index: 9999;
}
.modal-open .modal{
/*
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
*/
}

.modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 30%;
	min-width: 200px;
    align-self: center;
    margin: 0px auto;
}
.modal-content {
    position: relative;
    background: #FFF;
/*    border: 1px solid rgba(0, 0, 0, 0.2);*/
	border: 0px;
    border-radius: 0px;
    outline: 0px none;
    box-shadow: none;
}
.modal-content .close {
	position: absolute;
	right:28px;
	top:30px;
	opacity: 1;
	margin: 0px;
	width:22px;
	height:22px;
/*	border-radius: 50%;*/
	font-size: 12px;
	line-height:10px;
	text-align: center;
	font-weight: 400;
	color: #FFF;
	border: 1px solid #FFF;
}
.modal-header {
	padding: 48px 48px 48px 48px;
	border: 0px;
}
.modal-header h2{
	margin-bottom: 0px;
	font-size: 36px;
}
.modal-header p{
    margin: 0;
    margin-bottom: 16px;
}
.modal-body {
	padding: 0px 48px;
}
.modal-body p{
    margin: 0;
    margin-bottom: 16px;
}
.modal-footer {
	padding: 30px;
	border: 0px;
	text-align: left;
}

.modal-success{
    position: absolute;
    display: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    flex-direction: column;
    text-align: center;
    background: #FFFFFF;
    z-index: 9;
}
.complete.modal-success{
    display: flex;    
}
.modal-success-block{
    position: relative;
    display: block;
    width: 50%;
    align-self: center;
    z-index: 9;    
}

.modal-success-icon{
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 120px;
    line-height: 116px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    font-size: 60px;
    margin-bottom: 48px;
}


/* MODAL FORM STYLES *****************************/


/* OTHER STYLES *****************************/

#footer:after, .footer-copyright-content:after, .home-center-banner:after, .content-banner:after, .info-blocks:after, .content-blocks:after, .project-blocks:after, .project-blk-txt:after, .footer-menu ul:after, .form-wrap:after, .form-cols:after, .footer-content:after, .footer-left:after, .footer-right:after, .quote-big-wrap:after, .quote-nav:after, .content-breadcrumb ul:after, .percent-list:after, .content-list-half:after{
    content: '';
    display: block;
    clear: both;
}

.clear{
    display: block;
	clear:both;
}	
.no_border{
	border:none!important;
}
.mob-break{
	display: none;
}
.web-break{
	display: inline;
}


/* SCROLL ANIMATION *****************************/


.banner-scroll {
    position: absolute;
    bottom: 40px;
    width: 10%;
    left: 45%;
    text-align: center;
    z-index: 4;
}

.banner-scroll .caption {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
}

.mouse {
    position: relative;
    display: inline-block;
/*
    height: 44px;
    width: 28px;
    border-radius: 12px;
*/
    
    height: 72px;
    width: 48px;
    border-radius: 24px;    
    
    border: 2px solid #FFFFFF;
    text-align: center;
}
.mouse:after {
    position: absolute;
    display: inline-block;
    height: 8px;
    width: 8px;
    top: 6px;
    left: 8px;
    top: 8px;
    left: 18px;
    background-color: #FFFFFF;
    border-radius: 50%;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}

/* Loader *****************************************/

.waiting{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
	z-index: 9;
	text-align: center;
    vertical-align: middle;
}

.form-wrapper .waiting{
    background: #F7F7FA;
}

.loader-wrap{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    opacity: 0;
    -webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}

.lds-ripple {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
/*	top: 150px;*/
    align-self: center;  
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #2085c4;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


/* ANIMATIONS *****************************/

.banner-text-cols .content-banner-title, 
.banner-text-cols .banner-blk-txt, 
.contact-banner .content-banner-title,
.contact-banner .banner-blk-txt,
.content-banner-1 .banner-blk-txt,
.content-banner-1 .banner-blk-txt:before,
.content-banner-2 .banner-blk-txt,
.content-banner-2 .banner-blk-txt:before,
.content-downloads .content-list li{
    opacity: 0;
}
.animate.banner-text-cols .content-banner-title,
.animate.banner-text-cols .banner-blk-txt,
.animate.contact-banner .content-banner-title,
.animate.contact-banner .banner-blk-txt{
    -webkit-animation: btm-fade-animate 0.5s ease-out forwards;
	animation: btm-fade-animate 0.5s ease forwards;   
}

.number-list li{
    opacity: 0;
}

.animate.content-banner-list .number-list li,
.animate.content-banner-3 .number-list li,
.animate.content-downloads .content-list li{
    -webkit-animation: btm-fade-animate 0.5s ease-out forwards;
	animation: btm-fade-animate 0.5s ease forwards;   
}
.animate.content-banner-list .number-list li:nth-child(1),
.animate.content-banner-3 .number-list li(1),
.animate.content-downloads .content-list li(1){
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
}
.animate.content-banner-list .number-list li:nth-child(2),
.animate.content-banner-3 .number-list li:nth-child(2),
.animate.content-downloads .content-list li:nth-child(2){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.animate.content-banner-list .number-list li:nth-child(3),
.animate.content-banner-3 .number-list li:nth-child(3),
.animate.content-downloads .content-list li:nth-child(3){
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s
}
.animate.content-banner-list .number-list li:nth-child(4),
.animate.content-banner-3 .number-list li:nth-child(4),
.animate.content-downloads .content-list li:nth-child(4){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.animate.content-banner-list .number-list li:nth-child(5),
.animate.content-banner-3 .number-list li:nth-child(5),
.animate.content-downloads .content-list li:nth-child(5){
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.animate.content-banner-list .number-list li:nth-child(6),
.animate.content-banner-3 .number-list li:nth-child(6),
.animate.content-downloads .content-list li:nth-child(6){
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.animate.content-banner-list .number-list li:nth-child(7),
.animate.content-banner-3 .number-list li:nth-child(7),
.animate.content-downloads .content-list li:nth-child(7){
	-webkit-animation-delay:0.7s;
	animation-delay:0.7s;
}
.animate.content-banner-list .number-list li:nth-child(8),
.animate.content-banner-3 .number-list li:nth-child(8),
.animate.content-downloads .content-list li:nth-child(8){
	-webkit-animation-delay:0.8s;
	animation-delay:0.8s;
}
.animate.content-banner-list .number-list li:nth-child(9),
.animate.content-banner-3 .number-list li:nth-child(9),
.animate.content-downloads .content-list li:nth-child(9){
	-webkit-animation-delay:0.9s;
	animation-delay:0.9s;
}
.animate.content-banner-list .number-list li:nth-child(10),
.animate.content-banner-3 .number-list li:nth-child(10),
.animate.content-downloads .content-list li:nth-child(10){
	-webkit-animation-delay:1.0s;
	animation-delay:1.0s;
}

.animate.content-banner-1 .banner-blk-txt{
    -webkit-animation: right-in-animate 0.5s ease-out forwards;
	animation: right-in-animate 0.5s ease forwards;   
}

.animate.content-banner-1 .banner-blk-txt:before{
    -webkit-animation: left-double-in-animate 0.5s ease-out forwards;
	animation: left-double-in-animate 0.5s ease forwards;   
}
.animate.content-banner-2 .banner-blk-txt{
    -webkit-animation: left-in-animate 0.5s ease-out forwards;
	animation: left-in-animate 0.5s ease forwards;   
}

.animate.content-banner-2 .banner-blk-txt:before{
    -webkit-animation: right-double-in-animate 0.5s ease-out forwards;
	animation: right-double-in-animate 0.5s ease forwards;   
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes  opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes  opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}

@-webkit-keyframes btn-animate {
	0%, 100% { -webkit-transform:scale(1); }
	50% { -webkit-transform:scale(1.1); }
}
@keyframes btn-animate {
	0%, 100% { transform:scale(1); }
	50% { transform:scale(1.1); }
}
@-webkit-keyframes nav-animate {
	0% { -webkit-transform:translateY(-100%); }
	100% {-webkit-transform:translateY(0%);}
}
@keyframes nav-animate {
	0% { transform:translateY(-100%); }
	100% { transform:translateY(0%);}
}

@-webkit-keyframes left-in-animate {
	0% { -webkit-transform: translateX(-100%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes left-in-animate {
	0% { transform:translateX(-100%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes left-double-in-animate {
	0% { -webkit-transform: translateX(-200%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes left-double-in-animate {
	0% { transform:translateX(-200%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes right-in-animate {
	0% { -webkit-transform: translateX(100%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes right-in-animate {
	0% { transform:translateX(100%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes right-double-in-animate {
	0% { -webkit-transform: translateX(200%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes right-double-in-animate {
	0% { transform:translateX(200%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes top-in-animate {
	0% { -webkit-transform: translateY(-100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes top-in-animate {
	0% { transform:translateY(-100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes btm-in-animate {
	0% { -webkit-transform: translateY(100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-in-animate {
	0% { transform:translateY(100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes zoom-in-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-in-animate {
	0% { transform:scale(0); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes zoom-pop-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	90% { -webkit-transform:scale(1.2); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-pop-animate {
	0% { transform:scale(0); opacity: 1;}
	90% { transform:scale(1.2); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes btm-fade-animate {
	0% { -webkit-transform: translateY(15%); opacity: 0;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-fade-animate {
	0% { transform:translateY(15%); opacity: 0;}
	100% { transform:translateY(0%); opacity: 1;}
}

/*
@keyframes fold-out-animate {
	0% { transform: perspective(800px) rotateX(180deg) ;
        opacity: 0;}
    30%{ opacity: 0; }
    50%{ opacity: 1; }
	100% { transform: perspective(800px) rotateX(0deg); 
        opacity: 1; }
}
@keyframes fold-out-btm-animate {
	0% { transform: perspective(800px) rotateX(-180deg) ;
	   opacity: 0;}
    30%{ opacity: 0; }
    50%{ opacity: 1; }
	100% { transform: perspective(800px) rotateX(0deg);
	   opacity: 1; }
}
@keyframes fold-out-left-animate {
	0% { transform: perspective(800px) rotateY(-180deg) ;
	   opacity: 0;}
    30%{ opacity: 0; }
    50%{ opacity: 1; }
	100% { transform: perspective(800px) rotateY(0deg);
	   opacity: 1; }
}
@keyframes fold-out-right-animate {
	0% { transform: perspective(800px) rotateY(180deg) ;
        opacity: 0;}
    30%{ opacity: 0; }
    50%{ opacity: 1; }
	100% { transform: perspective(800px) rotateY(0deg); 
        opacity: 1;}
}
*/

/*QUOTE ANMIATIONS*/

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale(0.5);
    transform: translate3d(0, 100%, 0) scale(0.5);
  }
  30% { opacity: 0;}
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale(0.5);
    transform: translate3d(0, 100%, 0) scale(0.5);
  }
  30% { opacity: 0;}
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* RESPONSIVE STYLES *****************************/

.container{
/*    max-width: 1560px;*/
    padding-right: 48px;
    padding-left: 48px;
}

.row {
/*
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
/*
    margin-right: -48px;
    margin-left: -48px;
*/
    margin-right: -24px;
    margin-left: -24px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
/*
    position: relative;
    width: 100%;
    min-height: 1px;
*/
    padding-right: 48px;
    padding-left: 48px;
    padding-right: 24px;
    padding-left: 24px;
}

/*@media (min-width: 767px) {*/
@media (min-width: 1200px) {
/*
    #navbar.sticky .navbar-header {
        -webkit-animation: opac-in-animate 0.3s ease-out;
        animation: opac-in-animate 0.3s ease-out;
    }
*/
    #navbar.sticky-ani {
        position: fixed;
        top: -94px;
/*
        transition:0.3s ease top;
	    -webkit-transition:0.3s ease top;
*/
    }
    #navbar.sticky {
        position: fixed;
        top: 0;
        transition:0.5s ease-out top;
	    -webkit-transition:0.5s ease-out top;
    }
    
}

@media (min-width: 1921px) {

    .sub-banner-1, .sub-banner-2, .sub-banner-3, .sub-banner-4, .sub-banner-5, .sub-banner-6 {
        background-size: cover;    
    }
    
}
@media (min-width: 1600px) {

	.container{
		max-width: 1440px;
        padding-right: 48px;
        padding-left: 48px;
	}
	
}


@media (min-width: 1200px) and (max-width: 1599px) {
    
    body{
/*        font-size: 18px;*/
    }
    h1{
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    a.button, .button {
/*        padding: 9px 40px 9px 40px;*/
    }

	.container{
		max-width: 1320px;
        padding-right: 48px;
        padding-left: 48px;
	}
    
    #navbar{
        padding: 0px 0px;
    }
    .logo-main {
/*        margin: 19px 10px;*/
    }
    
    #nav-main ul {
/*        margin: 15px 0px;*/
    }
    #nav-main ul li, #nav-right ul li {
        padding: 0px 8px;
    }
    
    .nav-buttons .button{
        padding: 9px 30px 9px 30px;
        margin-left: 16px;
    }
    .nav-buttons .button i{
        display: block;
        line-height: 20px;
    }
    .nav-buttons .button span{
        display: none;
    }
    
    #banner-wrapper{
/*        margin-bottom: 80px;*/
    }    

    
    #banner-wrapper .container{
        height: initial;
        min-height: 100vh;
    }
    .banner-text{
        align-self: flex-start;
    }
    
    .banner-logo-main {
        margin: 24px 0px 32px 0px;
    }
    
    .banner-logo-main img {
        height: 96px;
        width: auto;
    }
    .logo-list{
        margin-top: 48px;
    }
    
/*
    .banner-text h1{
        font-size: 66px;
    }
*/
  
    .content-blk-color {
        width: 60%;
    }

    .home-banner-1 {
/*        background: url(../images/home-banner-1.jpg) right center no-repeat #dddddd;*/
        background-position: 150% 50%;
        background-size: contain;
        background-size: 90%;
    }
    
    .contact-right{
        padding-top: var(--xl-pad);
        padding-left: var(--xl-pad);
    }
    .form-wrap {
/*        margin-bottom: 48px;*/
    }
    
    #footer{
/*        padding: 240px 0px 80px 0px;*/
    }
/*
    .footer-menu ul li a {
        padding: 0px 12px;
    }
    .footer-sub-menu {
        width: 70%;
        padding: 0px 12px;
    }
    .footer-copyright {
        width: 30%;
        line-height: 27px;
        margin-top: -10px;
    }
    .footer-copyright span{
        display: block;
    }
*/

}


@media (min-width: 992px) and (max-width: 1199px) {
    body{
/*        font-size: 18px;*/
    }
    .container{
        max-width: 100%;
    }
    
    #navbar .container{
        padding-left: 24px;
        padding-right: 24px;
    }
    
    
    h1{
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    #navbar{
        padding: 0px 20px;
    }
    #nav-right{
        align-self: flex-end;
        margin-left: auto;
    }
    .nav-buttons {
        display: inline-block;
        margin: 8px 0px;
    }
    
    .logo-main {
        margin: 19px 10px;
    }
    
    .banner-logo-main {
        margin: 16px 0px 32px 0px;
    }
    
    .banner-logo-main img {
        height: 96px;
        width: auto;
    }
    
    a.button, .button {
        padding: 9px 30px 9px 30px;
    }
    .btn-clean{
        padding: 10px 24px;
    }
    
    #main-wrapper{
        overflow: hidden;
    }

    
    .content-banner-1 .banner-blk-txt::before {
        background-position: 70% center;
    }
    #content-wrapper .content-banner-2{
        padding: 0px 0px;
    }
    
/*
    #nav-main ul {
        margin: 15px 0px;
    }
    
    #nav-main ul li {
        padding: 0px 20px;
    }
*/
    
    #content-top::after {
        display: none;    
    }
    
    #content-wrapper{
        padding: 0;
        overflow: initial;
    }
/*
    #content-wrapper .content-banner-wrap,
     .content-banner-wrap {
        padding: 72px 0px;    
    }
*/
    #content-wrapper::after {
        width: 350%; 
        top: -10%;
    }
    
    #banner-wrapper{

    } 
    .banner-text{
        padding-top: 56px;
        padding-top: 96px;
    }
    .banner-main-img{
        top: 56px;
    }
    .banner-text h1, .sub-banner-text h1 {
        font-size: 40px;    
    }
    .banner-logo-main{
        display: none;
    }
    .banner-text p, .sub-banner-text p{
        font-size: 20px;
    }
    .logo-list{
        margin-top: 24px;
    }
    .content-banner-wrap {
        padding: 120px 0px;
    }
    
    .icon-blocks-wrap {
        padding: 120px 0px 16px 0px;
    }
    .icon-block-icon {
        font-size: 72px;    
    }
    
    .quote-banner {
         padding: 120px 0px;
    } 
    
    .content-banner-contact{
        padding: 72px 60px;
    }
 
    .home-banner-1 {
        background-size: 80%;    
    }

    .content-blk-color {
        width: 80%;
    }

    .icon-block-wrap {
/*        flex-basis: 50%;*/
    }
    
    .form-btm, .form-btns {
        flex: 1;
        max-width: 100%;
        
    }
    
    #footer{

    }
    .footer-content .footer-menu:nth-child(3) {
        width: 13.3333%;
        width: 16.3333%;
    }
    .footer-form {
        width: 37%;
    }
	
}
	
@media (min-width: 768px) and (max-width: 991px) {

    .container{
        max-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
    
    
    body{
        font-size: 16px;
    }
    
    h1, .article-header h1 { 
        font-size: 30px;
    }   
    
    h2{
        font-size: 25px;
    }
    h3{
        font-size: 20px;
    }

    #navbar {
        padding: 0px;
    }
    #navbar .container {
        padding-left: 16px;    
        padding-right: 16px;    
    }
    .navbar-header{
        justify-content: flex-start;
    }
    #nav-right .nav-buttons{
        display: none;
    }
    .logo-main {
        display: block;
    }
    
/*
    .banner-main-img{
        position: relative;
        display: flex;
        order: 2;
        display: none;
    }
*/
    
    .lead {
        font-size: 20px;
    }
    .web-break{
        display: none;
    }
    
    #main-wrapper{
        overflow: hidden;
    }
    
    #banner-wrapper{
/*        min-height: 110vh;*/
        margin-bottom: 0px;
    }
    #banner-wrapper .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #banner-main{
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .banner-main-img {
        position: relative;
/*        display: none;*/
        display: flex;
        order: 2;
        height: 50vh;
        width: 100%;
        left: initial;
        top: initial;
        transform: none;
    }
    .banner-main-img::after {
        height: 100%;
        transform: none;  
        background: url(../images/YEPH-header.jpg) center no-repeat;
        background-size: cover;
    }
    
    .banner-text {
        left: 32px;
        
        position: relative;
        width: calc(100% - 64px);
        width: 100%;
        transform: none;
        left: initial;
        top: initial;
        margin-bottom: 32px;
        padding-right: 20%;
        padding-top: 96px;
    }
    .banner-text h1 {
        line-height: 1;
        font-size: 36px;
        margin-bottom: 24px;
    }
    .banner-text h1, .sub-banner-text h1 {
        font-size: 36px;
    }
    .banner-text p {
        font-size: 20px;        
    }
    .banner-main-img {
/*        width: 70%;*/
    }
    .banner-form-blk {
        position: relative;
        top: initial;
        bottom: initial;
        right: initial;
        transform: none;
        width: calc(100% - 64px);
        width: 100%;
        transform: none;
        height: auto;
    }
    
    .banner-parallax{
        height: 72vh;
    }
    
    
    #content-wrapper{
        padding: 0;
        overflow: initial;
    }
    #content-wrapper .content-banner-wrap,
     .content-banner-wrap {
        padding: 72px 0px;    
    }
    #content-wrapper::after {
        width: 350%; 
        top: -10%;
    }
    #content-top::after {
        display: none;    
    }
    
    .banner-text-cols .content-banner, #content-wrapper .content-banner-list, #content-wrapper .content-banner-3, .contact-banner, .content-downloads{
        padding-left: 120px;
        padding-right: 120px;
    }
    .banner-text-cols .content-banner-title{
        padding-left: 120px;
        padding-right: 120px;        
    }
    #content-wrapper .content-banner-list{
        padding-bottom: 0px;    
    }
    
    .banner-text-cols .banner-blk-txt{
        column-count: 1;
        column-gap: 0;
    }
    .content-banner-contact{
        padding: 48px;
        padding: 72px;
    }
    .content-banner-contact .content-banner-title{
        padding: 0;
    }
    .content-banner-contact .banner-blk-form{
        margin-top: 48px;
    }
    .info-wrap, .info-wrap-sm {
        margin: 72px 0px;
    }
    .content-banner, .info-blocks{
        margin-left: 0px;
        margin-right: 0px;
        flex-direction: column;
    } 
    .content-banner-blocks-wrap{
        margin-left: 0px;
        margin-right: 0px;
        flex-direction: column;
    }
    .banner-blk-txt{
        position: relative;
        width: 100%;
        padding: 0px 0px;
    }
/*
    .banner-blk-txt, .banner-blk-img, .info-blk-left, .info-blk-right{
        position: relative;
        width: 100%;
        padding: 0px 0px;
    }
    .banner-blk-img, .info-blk-img{
        margin-bottom: 20px;
        text-align: center;
        align-self: flex-start;
        order: 1;
    }
*/
    .content-banner-img .content-banner{
        flex-direction: row;
    }
    .content-banner-img .banner-blk-txt{
        display: flex;
        width: 50%;
        padding: 48px 24px;
    }
    
    .content-banner-1 .banner-blk-txt:before{
        background: url(../images/YEPH-doelgroep.jpg) 60% center no-repeat;
        background-size: cover;
    }
    .content-banner-1 .banner-blk-img img{
        margin-bottom: -25%;
    }
    #content-wrapper .content-banner-2{
        padding: 0px;
    }
    .content-blk-block{
        width: 100%;
        margin-top: 48px;
        padding: 0;
    }
    .content-blk-color {
        width: 100%;
    }
    
    .number-list li, .content-list li{
        float: none;
        width: 100%;
    }

    
    .banner-blk-img-full {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0px;
        margin-bottom: 80px;
    }
    .info-blk-txt{
        order: 2;    
        align-self: flex-end;
    }
    
    .sub-banner-text {
/*        padding: 192px 0px 120px 0px;*/
        padding: 120px 0px 72px 0px;
        width: 100%;
    }
    .banner-text p, .sub-banner-text p {
        font-size: 20px;
    }
    .form-wrapper .page-body{
        margin: 0;
        max-width: 100%;
    }
    
    .content-breadcrumb ul {
        width: 100%;
        padding: 4px 0px;
    }
    .content-breadcrumb ul li{
        line-height: 16px;    
    }
    .content-wrap{
        padding-bottom: 16px;
        padding-bottom: 0px;
    }
    
    .content-wrap .content-main {
        width: 100%;
        margin: 0 auto;
    }
    
    .content-block-full{
        position: relative;
        display: block;
        width: 100%;
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .content-block-full-txt{
        padding: 40px;        
    }
    .content-block-full-txt p{
        margin-bottom: 0px;
    }
    .info-wrap, .info-wrap-sm {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content-page{
        margin-bottom: 0px;
    }
    .content-center{
        margin-bottom: 48px;
    }
    .col-left.col-padding {
        padding-right: 40px;
    }
    .content-list-blk {
        padding: 0;    
    }
    .content-cols{
        flex-direction: column;
    }
    .content-col {
        width: 100%;
    }
    .contact-left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .sub-page #content-wrapper.contact-wrap {
        padding-top: 0px;
        display: block;
    }
    .ch-btn{
        height: initial;
    }
    
    .contact-wrap .container{
        display: flex;
        order: 1;
        max-width: 100%;
/*        margin-bottom: 48px;*/
    }
    
    .contact-left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .contact-right{
        position: relative;
        float: none;
        width: 100%;
        padding: 0;
        padding-top: 48px;
    }

    
    .footer-menu, .footer-form{
        width: 50%;
    }
    .footer-content .footer-menu:nth-child(3) {
        clear: both;    
    }
    
    #newsletter-form .form-col{
        max-width: 50%;
    }
    
}

@media (max-width: 767px) {
    
:root {
    --xs-pad: 8px;
    --sm-pad: 16px;
    --main-pad: 24px;
    --lg-pad: 48px;
    --xl-pad: 72px;
    --xxl-pad: 96px;
    --lg-neg: -48px;
    --main-neg: -24px;   
        
    --main-font: 18px;   
    --button-font: 16px;   
    --sm-icon: 18px;
    --main-icon: 32px;   
    --large-icon: 72px;   
}
    
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 16px;
    padding-left: 16px;
}
    

    body{
        font-size: 18px;
        font-size: 15px;
    }
    
    .container {
        padding-right: 24px;
        padding-left: 24px;
    }
    .row {
        margin-right: -16px;
        margin-left: -16px;
    }
    h1, .article-header h1 { 
        font-size: 28px;
    }
    
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    h2 br, h3 br{
        display: none;    
    }
    p {
/*        margin-bottom: 16px;*/
        margin-bottom: 1.6rem;
    }
    .lead, .page-intro p, .article-intro p{
        font-size: 18px;
        margin-bottom: 16px;
        margin-bottom: 1.6rem;
    }
    h3 + .lead {
        margin-top: 16px;
        margin-top: 1.6rem;
    }
    a.button, .w-btn{
/*        display: block;*/
    }
    .btn-clean {
        padding: 10px 20px;    
    }
    .mob-break{
        display: inline;
    }
    .web-break{
        display: none;
    }
    .form-col input:focus ~ .form-border, .form-col textarea:focus ~ .form-border {
        left: 16px;
        width:calc(100% - 32px);
    }
    
    #main-wrapper{
        overflow: hidden;
    }
    
    #navbar {
        padding: 0px;
    }
    #navbar .container {
        padding-left: 0px;    
        padding-right: 0px;    
    }
    .navbar-header{
        justify-content: flex-start;
    }
    #nav-right .nav-buttons{
        display: none;
    }
    .logo-main {
        display: block;
    }
    

    #content-wrapper .content-banner-wrap, .content-banner-wrap{
        padding: 48px 0px;
        padding: 24px 0px;
    }
    
    #sub-wrapper #content-wrapper {
        padding-top: 56px;
    }
    .page-wrap #content-main {
        padding-top: 48px;
    }
    #content-wrapper{
        padding: 24px 0px;
        overflow: initial;
    }
    #content-wrapper.page-wrap{
        padding-bottom: 0px;
    }
    #content-wrapper:after{
        width: 650%;
        top: -12%;
    }
    #content-main {
        position: relative;
        padding: var(--main-pad) 0 var(--lg-pad);
        z-index: 2;
    }
    
    .page-wrap .page-header, .category-wrap .page-header, .calendar-wrap .page-header{
        margin-bottom: 24px;
    }
    
    #banner-wrapper{
        margin-bottom: 0px;
    }    
    #banner-wrapper .container {
        height: initial;
    }
    .home-wrap #banner-wrapper .container {
/*
        height: 100vh;
        padding-top: 56px;
*/
        min-height: 100vh;
        padding-top: 72px;
    } 
    #banner-main{
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .banner-text {
        width: 100%;
        left: 0;
        padding:56px 0px 0px 0px;
        padding: 0px;
    } 
    .banner-logo-main{
        margin: 16px 0px 16px 0px;
    }
    .banner-logo-main img{
        height: 40px;
    }
    .banner-main-img {
        position: relative;
/*        display: none;*/
        display: flex;
        order: 2;
        height: 50vh;
        width: 100%;
        left: initial;
        top: initial;
        transform: none;
    }
    .banner-main-img::after {
        height: 100%;
        transform: none;  
        background: url(../images/YEPH-header.jpg) center no-repeat;
        background-size: cover;
    }
    
    #content-top::after {
        display: none;    
    }
    
    .banner-parallax{
        height: 72vh;
    }
    .banner-parallax::before{
        height:100vh;
    }
    
    
    .logo-list{
        margin-top: 0px;    
    }
    .number-list, .content-list{
        margin: 0px;
    }
    .number-list li, .content-list li {
        float: none;
        width: 100%;
    }
    .content-list li{
        padding: 0px;
    }
    .content-list li:last-child, .content-list li:last-child p, .number-list li:last-child p{
        margin-bottom: 0px;    
    }
    .number-list li{
        padding-left: 48px;
    }
    .number-list li span {
        height: 36px;
        width: 36px;
        left: 0px;
        top: -8px;
        line-height: 36px;
        font-size: 22px;
    }
    
    
    .banner-text h1, .sub-banner-text h1 {
        margin-bottom: 16px;
    }
    .banner-text p, .sub-banner-text p {
        font-size: 18px;
    }  
    .banner-text .button {
        display: inline-block;
    }  
    .content-btns {
        display: block;
        padding-right: 0px;
/*        text-align: center;*/
    }
    
    .form-btns .button {
        margin-top: 8px;    
    }
    
    .form-btns .btn-right {
        float: none;
    }
    
    .content-banner-wrap {
        padding: 32px 0px;    
        padding: 48px 0px;    
    }
    
    .banner-text-cols .banner-blk-txt{
        column-count: 1;
        column-gap: 0;
    }
    .content-banner-title{
        margin-bottom: 24px;
    }
    
    .content-wrap {
        padding-bottom: 0px;    
    }
    .content-wrap .content-main {
        width: 100%;
        margin: 0 auto;
    }
    .content-main {
/*        padding: 32px 0px;*/
        padding: 48px 0px;
    }
    .content-main h3{
/*        margin-top: 32px;*/
        margin-top: 2.4rem;
        margin-top: 3.2rem;
    }
    .content-main h3:first-child{
        margin-top: 0;
    }
    
    
    .content-banner, .info-blocks{
        margin-left: 0px;
        margin-right: 0px;
        flex-direction: column;
    } 
    .content-banner-blocks-wrap{
        margin-left: 0px;
        margin-right: 0px;
        flex-direction: column;
    }
    .banner-blk-txt, .banner-blk-img, .info-blk-left, .info-blk-right{
        position: relative;
        width: 100%;
        padding: 0px 0px;
    }
    .banner-blk-img, .info-blk-img{
        margin-bottom: 48px;
        text-align: center;
        align-self: flex-start;
        order: 1;
    }
    .info-blk-txt{
        order: 2;    
        align-self: flex-end;
    }
    .banner-blk-txt, .banner-blk-img, .info-blk-left, .info-blk-right, .content-blk-block {
        position: relative;
        display: flex;
        width: 100%;
        padding: 0px 16px;
        padding: 0px 0px;
    }
    
    .banner-text-cols .banner-blk-txt p, .content-banner-img .banner-blk-txt, .contact-banner .banner-blk-txt{
        font-size: 18px;
    }
    
    .banner-blk-img img, .info-blk-img img{
        width: 60%;    
        width: 100%;    
    }
    .banner-blk-txt{
        margin-bottom: 32px;
        margin-bottom: 0px;
    }
    
    .content-banner-img{
        padding: 24px 0px;
    }
    
    .content-banner-img .banner-blk-txt{
        padding: 24px;
        order: 2;
    }
    #content-wrapper .content-banner-1 {
        padding-top: 0px;
    }
    .content-banner-1 .container{
        padding: 0px;
    }
    .content-banner-1 .banner-blk-img{
        order: 1;
        margin: 0px;
    }
    .content-banner-1 .banner-blk-img img{
/*        margin-bottom: -5%;*/
    }
    .content-banner-1 .banner-blk-txt{
        padding: 48px 24px 24px 24px;
    }
    .content-banner-1 .banner-blk-txt::before {
        right: 0;
        top: -50%;
        height: 50%;
    }
    .content-banner-2 {
        margin-bottom: 24px;
    }
    .content-banner-2 .banner-blk-txt{
        padding: 0px;
    }
    .content-banner-2 .banner-blk-txt::before {
        left: 0;
        top: 90%;
        height: 100%;
    }
    .content-banner-2 .banner-blk-img{
        order: 3;
        margin: 0px;
    }
    
    .content-banner-1 .banner-blk-txt,
    .content-banner-1 .banner-blk-txt:before,
    .content-banner-2 .banner-blk-txt,
    .content-banner-2 .banner-blk-txt:before
    {
        opacity: 1;
        -webkit-animation: none!important;
        animation: none!important;
    }
    
    #content-wrapper .content-banner-list{
        padding-bottom: 48px;    
        padding-bottom: 0px;    
    }
    .content-banner-list li:before {
        top: 0;    
    }
    
    .content-banner-logos .logo-list{
/*        flex-direction: column;*/
        margin-bottom: 0px;
    }
    .content-banner-logos .logo-list li {
/*        float: none;*/
        padding: 0px 16px;
/*        width: 100%;*/
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .content-banner-logos .logo-list li > a {
        display: none;    
    }
    
    .contact-banner{
        padding: 16px 0px;
        padding: 24px 0px;
    }
    
    .contact-banner .container{
        padding-left: 24px;  
        padding-right: 24px;  
    }
    
    .content-banner-contact{
        padding: 48px 48px 48px 48px;
    }
    .content-banner-contact .content-banner-title{
        padding: 0px;
        margin-bottom: 0px;
    } 
    .contact-buttons{
        padding-right: 0px;
    }
    .contact-buttons .contact-btn{
        font-size: 20px;
    }
    .content-banner-contact .banner-blk-txt{
        margin-bottom: 48px;    
    }
    .content-banner-contact .banner-blk-txt.banner-blk-form{
        margin-bottom: 0px;
    }
    .contact-buttons .contact-btn{
        line-height: 36px;
    }
    .contact-buttons .contact-btn span {
        margin-right: 8px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    
    .content-banner-bottom .content-banner-title{
        padding: 0 15%;
    }
    
/*
    .download-blocks {
        margin: 0;
    }
    
    
    .download-item{
        width: 100%;
        padding: 0;
        margin-bottom: var(--main-pad);
    }
*/
    
    
    .contact-form .form-group {
        width: 100%!important;    
    }
    
    .form-group {
        margin-bottom: 16px;
    }
    .form-wrap {
        position: relative;
        margin-bottom: 0px;
    }
    
    .ch-btn{
        height: initial;
    }
    
    .content-blocks {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 48px;
    }
    
    .content-center {
        padding: 0 0;
        margin-bottom: 48px;
    }
    .banner-txt-center {
        padding: 0;
    }

    .close-btn {
        right: 20px;
        top: 20px;
        width: 16px;
        height: 16px;
    }

    .form-btns{
        width: 100%;
        margin-bottom: 0px;
        margin-top: 16px;
    }
    
    .form-btns .button{
        display: block;
/*        float: right;*/
    }


    #footer {
        padding: 8px 0px 0px 0px;       
    } 
        
    .footer-content {
        display: block;
        float: none;
        width: 100%;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .footer-content h4{
        font-size: 16px;
        display: inline-block;
        margin: 0;
        line-height: 24px;
    }    
	
    .footer-menu ul li{
        padding: 0px 24px 0px 0px;
        line-height: 32px;
    }
    


}
@media (min-width: 400px) and (max-width: 767px) {
    .content-banner-1 .banner-blk-img img{
        margin-bottom: -5%;
    }
    .content-banner-2 {
        margin-bottom: 0px;
    }
}
@media (min-width: 320px) and (max-width: 361px) {
    .banner-text p, .sub-banner-text p {
        font-size: 16px;
    }
}
/*MOBILE NAV*/

/*@media (max-width: 991px) {*/
@media (max-width: 1199px) {

/*
    .sub-page #main-wrapper, .contact-page #main-wrapper {
        padding-top: 56px;
    }
*/

    
    .banner-parallax{
        display: none;    
    }
    
    
    #navbar.sticky-ani {
        position: fixed;
        top: -56px;
    }
    #navbar.sticky {
        position: fixed;
        top: 0;
        transition:0.5s ease-out top;
	    -webkit-transition:0.5s ease-out top;
    }
    
    .menu-open #navbar {
        top: 0!important;    
        background: #FFFFFF;
    }    
    
    .navbar-header{
        justify-content: flex-start;
    }
    
    #navbar {
        padding: 0px 16px;
    }
    .nav-toggle {
        display: block;
    }
    .nav-trigger-light{
        display: block;
    }
    .nav-trigger-dark{
        display: none;
    }
    .sub-page .nav-toggle .nav-trigger-light{
        
    }
    #navbar.sticky .nav-toggle .nav-trigger-light, .sub-page .nav-toggle .nav-trigger-dark{
        display: none;
    }
    #navbar.sticky .nav-toggle .nav-trigger-dark, {
        display: block;
    }
    .logo-main {
        margin: 0;
        margin: 14px 6px;
        display: block;
    }
    .logo-main img{
        height: 28px;
        width: auto;
        vertical-align: top;
    }
    .logo-mob-dark{
        display: none;
    }
    
    .banner-logo-main{
        display: none;
    }
    .logo-mob{
        display: inline-block;
        margin: 13px 0px 8px 4px;
    }
    .logo-mob img {
/*        height: 18px;*/
        height: 28px;
        width: auto;
        vertical-align: top;
    } 
    
    #navbar .contact-blk{
        display: block; 
        margin: 24px 0px;
    }
    
    #nav-right ul.nav-social{
        padding: 0px 4px;
    }
    
    #nav-right ul li {
        padding: 0px 8px;
    }
    #nav-right ul li a {
        padding: 2px 0px;
    }
    
    #nav-main {
        position: absolute;
        position: fixed;
        display: block;
        float: none;
        top: 72px;
/*
        left: 0px;
        top: -110%;
*/
        left: -300px;
        left: -110%;
        width: 100%;
        height: 90%;
        height: calc(100% - 72px);
        padding: 0 8px 24px 8px;
        z-index: 2;
        opacity: 0;
        overflow-y: auto;
        -webkit-transition: all 0.2s;
	    transition: all 0.2s;
    }
    
    .menu-open #nav-main {
        display: block;
        left: 0px;
/*        top: 72px;*/
        opacity: 1;
        -webkit-transition: left 0.4s ease-out, opacity 0.6s ease-out ;
	    transition: all 0.4s ease-out, opacity 0.6s ease-out;
    }
    .menu-ani #nav-main {
        left: -110%;
        opacity: 0;
        -webkit-transition: left 0.3s ease-out, opacity 0.4s ease-out ;
	    transition: all 0.3s ease-out, opacity 0.4s ease-out;
    }

    #nav-main ul{
        margin: 0px 0px 0px 0px;   
        padding:8px 0px 24px 40px;
    }
    #nav-main ul li{
        display: block;
        float: none;
        text-align: left;
        padding: 0px 0px;
        margin: 0 8px;
    }
    #nav-main > ul > li{
/*        border-bottom: 1px solid var(--border-color);   */
    }
    #nav-main ul li.n-btn {
        display: inline-block;
        margin-left: 0px;
    }
    #nav-main ul li a, #nav-main .contact-blk ul li span {
        display: block;
        line-height: 20px;
        padding: 12px 0px;
        font-size: 16px;
        font-weight: 700;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }
     #nav-main .contact-blk h3 {
        padding: 4px 8px;         
    }
    #nav-main .contact-blk ul li span{
        padding: 4px 0px;
    }
    #nav-main .contact-blk ul li a{
        text-transform: none;
        font-weight: 300;
        padding: 4px 0px;
        font-weight: 300;
        letter-spacing: 0px;
    }
    #nav-main .dropdown ul {
        width: 300px;
        width: 100%;
        padding: 0px 0px 8px 0px;
    }
    #nav-main .dropdown ul li a{
        padding: 8px 0px;
    }
    #navbar #nav-main ul li a, #navbar.sticky #nav-main ul li a{
/*        color: #FFFFFF;*/
    }
    #nav-main .dropdown ul li{
        opacity: 1;
    }
    #nav-main ul li a::after, #nav-main ul li.active a::after, #nav-main ul li.active a:hover::after {
        display: none;    
    }
    
    #nav-main > ul li.drop-link{
        position: relative;
    }
    #nav-main > ul li.drop-link:after{
        position: absolute;
        display: inline-block;
	    content: "\f078";
        right:0;
        top: 2px;
        height: 40px;
        line-height: 40px;
        color: var(--grey-color);
        vertical-align: middle;
        text-align: center;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #nav-main > ul li.drop-link.drop-open:after{
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    #nav-main .show-mob{
        display: block;
    }
      
}

/*@media only screen (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {*/
@media only screen and (min-height: 600px) and (min-width: 768px) and (orientation: portrait){    
    
    #nav-right{
        align-self: flex-end;
        margin-left: auto;
    }
    .nav-buttons {
        display: inline-block!important;
        margin: 8px 0px;
    }
    
    #banner-wrapper .container{
        height: initial;
        min-height: 80vh;
    }
/*
    .banner-text{
        align-self: flex-start;
    }
*/
}