/**
 * Theme Name:   Onefellow
 * Author:       BB
 */


/* ==============================================================================
	CSS RESET
============================================================================= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,  dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody ,tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cx-vacancy .hero {
	display:none;
}





/* ==============================================================================
	GENERAL
============================================================================= */

:root {

}

::-moz-selection {

}

::selection {

}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

html.no-js {

}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-family:'Averta', sans-serif;
	color:#BFBDBD;
	background:#010400;
	font-weight:300;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	overflow-x:hidden;	
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color:#CF5C36;
	display: block;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;	
}

a:hover,
a:focus {

}

.container {
	max-width:80rem;
}

#qlwapp.qlwapp-button .qlwapp-toggle {
	padding:17px !important;
	height:50px !important;
}

#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
	margin:0 !important; 
}

#wppb-loginform {
	max-width: 32rem;
	margin: 0 auto;
}

.wppb-form-field label, #wppb-login-wrap .login-username label, 
#wppb-login-wrap .login-password label, 
#wppb-login-wrap .login-auth label {
	width:100% !important;
	float:none !important;
	display: block !important;
	font-size:14px !important;
	font-weight:600 !important;
	margin-bottom:4px !important;
	
}

#wppb-loginform input[type="text"],
#wppb-loginform input[type="password"] {
	width:100%;
	height:2.75rem;
	line-height:2.75rem;
	padding:0 .75rem;
	border:none;
	border-radius:0 !important;
	border-left:.125rem solid #0CCA69 !important;
	background:#d1d1d1;
	-webkit-box-shadow: none;
			box-shadow: none;
	font-weight:400;
	margin:.25rem 0 .625rem 0;
	font-family: 'Averta', sans-serif;
	border-radius:.3125rem !important;
}

.extra-tekst {
	margin-top:2rem;
	margin-bottom:2rem;
}

.margin-bottom {
	margin-bottom:3.125rem;
}


/* ==============================================================================
	OLLIE
============================================================================= */
.olli-ats-content {
	margin: 6.25rem 0;
	display: flex;
	justify-content: center;
}

.olli-ats-container {
	max-width:80rem;
	margin:0 auto;
}

.olli-ats-bg {
	border-radius:.625rem;
}

.olli-jobs-col h2 {
	font-size: 1.375rem;
	line-height: 2rem;
	font-weight: 500;
}

.olli-jobs-col p {
	font-weight: 400;
	color: #666;
	margin-top: 1rem;
	max-width: 90%;
	font-size: 17px;
	line-height: 1.5rem;
}

.olli-ats-vacature-props {
	display:flex;
	flex-wrap: wrap;
}

.olli-ats-vacature-prop {
	font-size:9px;
	font-weight:500;
	text-transform:uppercase;
	margin-right:.5rem;
	color:#222222;
	padding:.5rem .625rem;
	border-radius:2rem;
	background:#f1f1f1;
}

.olli-ats-post-button {
	display: none;
}

/* FILTERS */
.olli-ats-filter {
	padding:.5rem 0;
	margin:.5rem 0;
	border-bottom:1px solid #f1f1f1;
}

.olli-ats-filter-title {
	font-size:.75rem;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:.625rem;
}

.olli-ats-filter-con input[type="text"] {
	background:#f1f1f1;
	height:2.75rem;
	width:100%;
	padding:.625rem;
	border-radius:.375rem;
	outline:none;
	border:0;
	color:#222222;
	font-size:.875rem;
	font-family:'Averta', sans-serif;
}

.olli-ats-filter-con input::placeholder {
	font-family:'Averta', sans-serif;
	color:#999999;
	font-size:.875rem;
}

.olli-ats-filter-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.olli-ats-filter-option input[type="checkbox"] + label {
  position: relative;
  padding-left: 1.625rem;
  cursor: pointer;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  color:#999999;
  font-weight: 500;
  font-size:.875rem;
  transition:all .25s ease-in-out;
}

.olli-ats-filter-option input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  transform: translateY(-50%);
  background: #e1e1e1;
  border-radius: .25rem;
  box-sizing: border-box;
  transition:all .25s ease-in-out;
}

.olli-ats-filter-option input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: .25rem;
  top: 0.625rem;
  width: .625rem;
  height: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: translateY(-60%) rotate(-45deg) scale(0.25);
  opacity: 0;
  transition:all .25s ease-in-out;

}

.olli-ats-filter-option input[type="checkbox"]:checked + label {
	color:#222222;
}

.olli-ats-filter-option input[type="checkbox"]:checked + label::before {
  background-color: #0CCA69;
  border-color: #0CCA69;
  transform: translateY(-50%) scale(1.05);
}

.olli-ats-filter-option input[type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: translateY(-60%) rotate(-45deg) scale(1);
}

.olli-ats-filter-con {
	margin-bottom:.625rem;
}

.olli-ats-btn,
.olli-apply-button,
.olli-apply-option,
.olli-ats-post-content a {
	margin-top:1rem;
	position: relative;
	height:2.75rem;
	font-family: 'Averta', sans-serif;
	font-size:1rem;
	font-weight:600;
	line-height:2.625rem;
	border-radius:2.75rem;
	padding:0 2rem;
	width:100%;
	text-align: center;
	justify-content: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	outline:none;
	border:none;
	background:#0CCA69;
	color:#ffffff;
	overflow:hidden;
	-webkit-appearance: none;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.olli-ats-post-content a {
	width:auto;
}

.olli-ats-post-content h2 a {
	margin-top:0;
	margin-bottom:.5rem;
	position: relative;
	height:auto;
	font-family: 'Averta', sans-serif;
	font-size:inherit;
	font-weight:600;
	line-height:inherit;
	border-radius:0;
	padding:0;
	width:100%;
	text-align: left;
	justify-content:flex-start;
	display: block;
	outline:none;
	border:none;
	background:transparent;
	color:#222222;
	overflow:hidden;
	-webkit-appearance: none;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.olli-apply-option svg {
	display:none;
}

.page-title, .page-subtitle {
	display: none;
}

/* DETAIL */

.olli-job-col .olli-ats-bg {
	padding:3.125rem;	
}

.olli-job-col h1.page-title {
	display:block;
	color:#222222;
	font-size:2.25rem;
	line-height: 3rem;
}

.olli-job-col .olli-ats-back {
	margin-bottom:1rem;
	position: relative;
	font-family: 'Averta', sans-serif;
	font-size:.75rem;
	text-transform: uppercase;
	font-weight:600;
	width:100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow:hidden;
	-webkit-appearance: none;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.olli-job-col .olli-ats-back i {
	margin-right:.25rem;
}

.single .olli-job-col .olli-ats-bg h2 {
	font-size: 1.375rem;
	line-height: 2rem;
	font-weight: 500;
}

.single .olli-job-col .olli-ats-bg p,
.single .olli-job-col .olli-ats-bg li,
.single .olli-apply-wrapper p {
	font-weight: 400;
	color: #666;
	margin-bottom: 1rem;
	max-width: 90%;
	font-size: 17px;
	line-height: 1.625rem;
}

.single .olli-job-col .olli-ats-bg li {
	margin:0;
}

.olli-apply-wrapper,
.olli-job-props-wrapper {
	border-radius:.625rem;
	background:#ffffff;
	padding:2rem;
	margin-bottom:2rem;
}

.olli-apply-wrapper h3,
.olli-job-props-wrapper h3 {
	color:#222222;
	font-size:1.75rem;
	margin-bottom:1rem;
	line-height: 1.75rem;
	font-weight:500;
}

.olli-ats-vacature-single-prop {
	font-size:15px;
	font-weight:500;
	color:#222222;
	padding:.875rem 0;
	border-bottom:1px solid #f1f1f1;
}

.olli-ats-vacature-single-prop:last-child {
	border:0;
}



/* ==============================================================================
	WORDPRESS
============================================================================= */

.logged-in {

}

.wp-custom-logo {

}

p img.alignnone,
p img.aligncenter,
p img.alignleft,
p img.alignright {
	display: block;
	margin-bottom: 2rem;
}

img.alignnone {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

img.aligncenter {
	display: block; 
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	float: left;
	margin-right: 2rem;
}

img.alignright {
	float: right;
	margin-left: 2rem;
}

img.size-full {

}

img.size-large {
	
}

img.size-medium {
	
}

img.size-thumbnail {
	
}

.wp-caption {

}

.wp-caption.alignnone {

}

.wp-caption.alignleft {

}

.wp-caption.alignright {

}

.wp-caption img {

}

.wp-caption p.caption-text {

}

.screen-reader-text {

}

.screen-reader-text:focus {

}



/* ==============================================================================
	FONTS & TEXT
============================================================================= */
@font-face {
    font-family: 'Averta';
    src: url('media/fonts/Averta-Light.woff2') format('woff2'),
        url('media/fonts/Averta-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('media/fonts/Averta-Regular.woff2') format('woff2'),
        url('media/fonts/Averta-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('media/fonts/Averta-Semibold.woff2') format('woff2'),
        url('media/fonts/Averta-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('media/fonts/Averta-Bold.woff2') format('woff2'),
        url('media/fonts/Averta-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('media/fonts/Averta-ExtraBold.woff2') format('woff2'),
        url('media/fonts/Averta-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 	position: relative;
 	font-family: 'Averta';	
    font-weight: 300;
	color:#ffffff;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight:600;
	color:#ffffff;
}

h1 {
	font-size:6.25rem;
	line-height:7rem;
	font-weight:600;
}

h2 {
	font-size:3.125rem;
	line-height:3.875rem;
}

h3 {
	font-size:2rem;
	line-height:2.75;
}

h4 {
	font-size:1.5rem;
	line-height:2.25rem;
}

h5 {
	font-size:1.25rem;
	line-height:2rem;
	font-weight:600;
}

p, li {
    font-size: 1.125rem;
    line-height: 2rem;
	font-weight: 300;
}

li {
	margin:0;
}

p > a {
	display: inline;
	color:#0CCA69;
	text-decoration: none;
}

p > a:hover {
	color:#ffffff;
}

ul {
	list-style: disc;
	margin: 1rem 0;
	margin-left:1.5rem;
}

ol {
	list-style: decimal;
	margin: 1rem 0;
	margin-left:3.125rem;
}

ul > li > a {
	display: inline;
}

ul > li > a:hover,
ul > li > a:focus {

}

ol > li > a {
	display: inline;
}

ol > li > a:hover,
ol > li > a:focus {

}

q {
	font-size: 0.875em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	margin: 1rem 0;
}

blockquote {
	position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #111;
    padding:3.125rem;
    transform: translate(-6.25rem, 0);
    margin-bottom: 2.5rem;        
    border-left:.125rem solid #0CCA69;    
    border-radius:.625rem;
    overflow: hidden;
}

blockquote p {
	font-size:1.5rem;
	line-height:2rem;
	font-weight:500;
	margin-bottom:1rem;
}

blockquote cite {
	font-size:.875rem;
	font-style: italic;
	text-align: left;
	margin-right:auto;
}


strong {
	font-weight: 600;
}

em {
	font-style: italic;
	display:inline;
}

em a {
	display:inline;
}

mark {
	background: #0A0F0D;
	color: #ffffff;
}

sub {
	font-size: 50%;
	vertical-align: bottom;
}

.center {
	text-align:center;
}

.right {
	text-align: right;
}

.white {
	color:#ffffff;
}

.row>[class^=box] {
    margin-bottom: 0 !important;
}

.blob {
	background: rgb(12, 202, 108);
	border-radius: 50%;
	margin: 10px;
	height: 5px;
	width: 5px;

	box-shadow: 0 0 0 0 rgba(12, 202, 108, 1);
	transform: scale(1);
	animation: pulse 3s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(12, 202, 108, 0.5);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 19px 19px rgba(12, 202, 108, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(12, 202, 108, 0);
	}
}

.blob-1 {
    left: 40%;
    top: 15%;
}

.page-template-page-faq .blob-1,
.page-template-default .blob-1,
.single-chapter .blob-1 {
    position: absolute;
    left: 80%;
    top: 35%;
}

.blob-2 {
	position:absolute;
    left: 5%;
    bottom: 20%;
    animation: pulse 2.5s 1s infinite;

}

.blob-3 {
	position:absolute;
    left: 50%;
    top: -2%;
}
 
.blob-4 {
	position:absolute;
    left: 4%;
    top: 25%;
	animation: pulse 2.5s 1s infinite;
}

.blob-5 {
	position:absolute;
    left: 70%;
    bottom: 25%;
}

.blob-6 {
	position:absolute;
    right: 7%;
}


/* ==============================================================================
	NAVIGATION
============================================================================= */
#navigation {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:1rem;
	background:transparent;	
	z-index:99;
    -webkit-transition:all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
}

#navigation.scroll {
	background:#010400;
	padding:0 1rem;
}

#navigation .container,
#navigation .row {
	height:100%;
}

#navigation .row>.box-md-12 {
	margin-bottom:0;
}

#navigation .navigation-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	        -webkit-box-pack: justify;
	            -ms-flex-pack: justify;
	                justify-content: space-between;
}

#navigation .logo {
	position: relative;
	height: 1.5rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;		
}

#navigation .logo img {
	height: 1.5rem;
    width: auto;
    position: absolute;
}

.navbar-toggle {
	display:none;
}

.navigation-left {
	position:relative;
	z-index:100;
	-webkit-box-flex:0;
	    -ms-flex:0 0 14rem;
	        flex:0 0 14rem;
}

.navigation-center {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-flex:1;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
}

.navigation-right {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: flex-end;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-flex:0;
	    -ms-flex:0 0 14rem;
	        flex:0 0 14rem;
}

.navigation-right i {
	margin-right:.5rem;
	color:#ffffff;
	width:2.75rem;
	height:2.75rem;
	border-radius:2.75rem;
	border:1px solid #999999;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:12px;
}


/* MAIN NAVIGATION - FIRST LEVEL*/
nav.header-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

nav.header-nav ul {
	padding:0;
	margin:0;
}

nav.header-nav ul li {
	position:relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin:0 .875rem;
}

nav.header-nav ul li a {
	position: relative;
	font-family:'Averta', sans-serif;
	font-size: 1.125rem;
	font-weight:500;
	color:#FFFBFC;
	padding:1rem 0;
	text-decoration:none;
	overflow:hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
}

nav.header-nav li a:hover,
nav.header-nav li:hover a,
nav.header-nav li.current-menu-item a,
nav.header-nav li.current-page-ancestor a,
nav.header-nav ul li:hover div button {
	color:#0CCA69;
}

nav ul li div {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.js-sub-menu-toggle {
	display:block;
}

nav.header-nav ul li div button {
	width:.75rem;
	height:.75rem;
	background:transparent url(media/images/icon-angle-down.png) no-repeat center center;
	background-size:.5rem auto;
	outline:none;
	border:none;
	opacity:1;
	margin-left:.5rem;
	-webkit-appearance:none;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


/* MAIN NAVIGATION - SECOND LEVEL*/
nav.header-nav ul li > ul {
	position:absolute;
	visibility:hidden;
	opacity:0;
    background:#010400;
    border-radius:.625rem;
    padding-top:1.5rem;
	padding-bottom:1.5rem;
    width:14rem;
    padding:1rem 0;
    margin-top:1.125rem;
    top:70%;
    left:-1.5rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;   
    -webkit-box-shadow:0 1rem 1.5rem rgba(0,0,0,.075);   
            box-shadow:0 1rem 1.5rem rgba(0,0,0,.075) 
}

nav.header-nav ul li:hover > ul {
	visibility:visible;
	opacity:1;

}

nav.header-nav ul li ul li {
	display:block;
	width:calc(100% - 3rem);
	position:relative;
	margin:0 1.5rem;
}

nav.header-nav ul li:hover > ul li a,
nav.header-nav ul li > ul li a {
	padding:.75rem 0;
	display:block;
	line-height:1;
	opacity:1;
	font-size:1rem;
	color:#FFFBFC;
}

nav.header-nav ul li >	ul li:hover,
nav.header-nav ul li > ul li a:hover,
nav.header-nav ul li > ul li.current-menu-item a {
	color:#0CCA69;
}

#cn-notice-buttons a {
	background:#0CCA69;
}


/* MAIN NAVIGATION - THIRD LEVEL*/
nav.header-nav ul li > ul li > ul {
	position:absolute;
	visibility:hidden;
	opacity:0;
	background:#010400;
	border-radius:.625rem;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	width:14rem;
	padding:1rem 0;
	margin-top:1.125rem;
	top:-2.125rem;
	left:100%;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;   
	-webkit-box-shadow:0 1rem 1.5rem rgba(0,0,0,.075);   
			box-shadow:0 1rem 1.5rem rgba(0,0,0,.075) 
}

nav.header-nav ul li > ul li:hover > ul  {
	visibility:visible;
	opacity:1;
}

/* ==============================================================================
	HERO
============================================================================= */
.hero {
	position: relative;
	height:48rem;
}

.hero.hero--small {
	height:25rem;
}

.hero-shape {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:15rem;
	z-index:3;
	background:url(media/images/hero-shape.svg) no-repeat right bottom / auto 100%;
}

.hero::before {
	content:"";
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	opacity: 0.75;
	background-image: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.00) 100%);
}

.hero::after {
	content:"";
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index:2;
	opacity: 1;
	background-image: linear-gradient(90deg, #000000 0%, rgba(0,0,0,0.00) 100%);
}

.hero-color {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
	opacity:.25;
}

.hero .container {
	position: relative;
	z-index: 4;
}

.hero .container,
.hero .row {
	height: 100%;
}

.hero-image {
	position: absolute;
	left:0;
	top:0;
	width:100vw;
	height:100%;
}

.hero-image .hero-image--inner {
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.hero-image .hero-image--inner > img {
	position:absolute;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
	-o-object-position: center center;
	   object-position: center center;
}

.hero-video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index:1;
}

.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.hero-video video.playing {
	opacity: 1;
}

.hero p {
	margin:1rem 0 2rem 0;
	max-width: 90%;
}

.hero .icon-scroll-down {
	position: absolute;
	right:3.125rem;
	bottom:3.125rem;
	z-index: 9;
	width:2.25rem;
	height:2.25rem;
	border-radius:2.25rem;
	border:1px solid #0CCA69;
	color:#0CCA69;
	display:flex;
	align-items:center;
	justify-content: center;
}

.hero .icon-scroll-down i {
	font-size:.75rem;
}

.home .hero h1 {
	font-weight:300;
	font-size:4rem;
}

.home .hero h1 span {
	font-weight:600;
	line-height:1.2;
	font-size:4rem;
}


/* ==============================================================================
	HOME
============================================================================= */
span.subtitel {
	font-size:.75rem;
	color:#0CCA69;
	font-family:'Averta', sans-serif;
	font-weight:700;
	letter-spacing: .125rem;
	display:block;
	margin-bottom:1rem;
}

.diensten {
	padding:9.375rem 0 0 0;
}

.diensten-alt {
	position: relative;
	z-index: 9;
	min-height:100vh;
	padding:3.125rem 0 6.25rem 0;
}

.diensten .button {
	margin-top:2rem;
}

.diensten .box-md-6 {
	padding:2rem;
}

.diensten .box-md-6.bordered {
	border: 2px solid #0CCA69;
	border-radius: 1.25rem;
}

.extra-tekst h2 {
	font-size:2.5rem;
}

.tabs {
	display:flex;
	flex-direction: column;
	margin-top:2rem;
}

.tab {
	display:flex;
	align-items:center;
    font-size:1.125rem;
    font-weight:700;
    color:#ffffff;
    opacity:.25;
    padding:1.125rem 0;
    border-bottom:1px solid #0F120F;
    -webkit-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.tab i {
	font-size:1.5rem;
	color:#0EB962;
	width:2rem;
	margin-right:1rem;
}

.tab i.fa-chevron-right {
	margin-left:auto;
	color:#ffffff;
	font-size:.875rem;
}

.tab span {
	font-weight:400;
	width:1rem;
}

.tab.active,
.tab:hover {
	opacity:1;
}

.tab-content {
	margin-top:2rem;
    display:none;
    background:#111111;
    border-radius:.625rem;
    padding:2.75rem 2.125rem;
}

.tab-content h3,
.tab-content p {
	color:#ffffff;
}

.tab-content h3 {
	line-height:1;
	margin-bottom:1rem;
	font-size:1.5rem;
}

.tab-content p {
	opacity: 0.75;
	font-size: 1.125rem;
	color: #FFFBFC;
	line-height: 2rem;
	margin-bottom:0;
}

.tab-content.active {
    display:block;
}

.over-ons {
	position: relative;
	padding:7.5rem 0 10rem 0;
}

.over-ons p {
	max-width:90%;
	margin:1rem 0 1.75rem 0;
}

.over-ons .video-still {
	position: relative;
	width:100%;
	height:23.375rem;
	border-radius:.625rem;
	overflow: hidden;
	display:flex;
	align-items:center;
	justify-content: center;
}

.over-ons .video-still .video-still--inner {
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.over-ons .video-still .video-still--inner > img {
	position:absolute;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
	-o-object-position: center center;
	   object-position: center center;	
}

.over-ons .video-still img.play-button {
	position: absolute;
	z-index:9;
	height:9.375rem;
	width: auto;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
}

.over-ons .video-still:hover img.play-button {
	transform:scale(1.05);
}

.chapter-row {
	margin-top:3.75rem;
}

.chapters,
.stats {
	position: relative;
}

.chapters {
	margin-bottom:12.5rem;
	z-index: 9;
}

.chapter-title {
	position: relative;
	display:inline-flex;
	align-items: center;
	line-height:1;
    z-index:99;
}

.chapter-title img {
	max-width: 12.5rem;
	display:inline-block;
	margin-right:1.25rem !important;
}

.chapter-card {
	position: relative;
	width:100%;
	height:23.75rem;
	background:#111111;
	border-radius:.625rem;
	overflow:hidden;
	margin-bottom:2rem;
}

.chapter-image {
	position: relative;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;	
}

.chapter-image .chapter-image--inner {
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	transform:scale(1.1);	
	-webkit-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;	
}

.chapter-image .chapter-image--inner > img {
	position:absolute;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
	-o-object-position: center center;
	   object-position: center center;
	filter:blur(2px);
	opacity:.35;
	   	
}

.chapter-card:hover .chapter-image {
	opacity:.2;
}

.chapter-card:hover .chapter-image .chapter-image--inner {
	transform:scale(1.2);	
}

.chapter-content {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 9;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.chapter-icon {
	width:9.375rem;
}

.chapter-card:hover .chapter-icon img {
	animation: 2s Float ease-in-out forwards infinite;
}


@-webkit-keyframes Float {
	
	0% {
		transform: translatey(0px);
	}
	
	50% {
		transform: translatey(-12px);
	}
	
	100% {
		transform: translatey(0px);
	}
	
}

.chapter-content h3 {
	font-size:1.75rem;
	font-weight:600;
}

.chapter-content span {
	height:2.125remrem;
	line-height:2.125rem;
	color:#ffffff;
	border:1px solid rgba(255,255,255,.25);
	border-radius:2.125rem;
	display:inline-block;
	padding:0 1rem;
	font-size:.875rem;
	font-weight:600;
}
/*

.chapter-row .box-md-3:nth-child(1) {
	
}

.chapter-row .box-md-3:nth-child(2) {
	margin-top:3.75rem;
}

.chapter-row .box-md-3:nth-child(3) {
	margin-top:1.875rem;
}

.chapter-row .box-md-3:nth-child(4) {
	
}
*/

.batch {
    width: 62rem;
	position: absolute;
	right:0;
	top:-2rem;
	transform:translate(60%,0) !important;
	z-index: 6;
}


.testimonials {
	overflow:hidden;
	padding-bottom:12.5rem;
}

.home .testimonials {
	padding-bottom:5rem;
}

.testimonials-slider {
	margin-top:6.25rem;
}

.testimonials-slider .slick-list {
	overflow:visible;
}

.testimonials-slider .slick-slide {
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
    opacity:0;	
}

.testimonials-slider .slick-slide.slick-active,
.testimonials-slider .slick-slide.slick-active + .slick-active,
.testimonials-slider .slick-slide.slick-active + .slick-active + .slick-slide {
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
    opacity:1;
}

.quote-card {
	position: relative;
	height:auto;
	width:100%;
	border-radius:.625rem;
	background:#111111;
	padding:5rem 2.5rem 2.5rem 2.5rem;
}

.quote-image {
	width:6.25rem;
	height:6.25rem;
	border-radius:6.25rem;
	margin-bottom:1rem;
	overflow:hidden;
	margin-top:-7.5rem;
}

.quote-card::before {
	content:"";
	position: absolute;
    right: 1.875rem;
    top: -2.5rem;
	width:6.25rem;
	height:6.25rem;
	background:url(media/images/quote.png) no-repeat center center / 5rem auto;
}

.quote-card p {
	color:#C3C3C3;
	margin-top:0;
	margin-bottom:1rem;
	font-size:.875rem;
	line-height:1.5rem;
}

.quote-card strong {
	font-size:1.125rem;	
	color:#ffffff;
	display:block;
	margin-bottom:.5rem;
}

.quote-card span {
	font-size:.875rem;
	color:#C3C3C3;
	display:block;
}

.quote-arrows {
	display: flex;
	justify-content: flex-end;
	margin-top:3.75rem;
}

.quote-arrows div {
	width:2.25rem;
	height:2.25rem;
	border-radius:2.25rem;
	border:1px solid #0CCA69;
	color:#0CCA69;
	display:flex;
	align-items:center;
	justify-content: center;
	margin:0 0 0 .5rem;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;		
}

.quote-arrows div i {
	font-size:.75rem;
}

.slick-disabled {
	opacity:.25
}

.stats {
	min-height: auto;
    padding-bottom: 9.375rem;
}

.statistieken {
	display:flex;
	flex-wrap:wrap;
}

.stat {
	width:12.5rem;
	height:12.5rem;
	border-radius:12.5rem;
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	border:1px solid rgba(12,202,105,.35);
	margin:.5rem 1rem;
}

.stat:nth-child(3) {
	margin-left:8.75rem;
}

.stat span.titel {
	font-size:2.5rem;
	font-weight:600;
	color:#0CCA69;
	text-align:center;
}

.stat p {
	font-size:.75rem;
	text-align:center;
	line-height:1rem;
	padding:0 10%;
	margin-top:.5rem;
	display: block;
}

.partners {
	position: relative;
	padding:0 0 10rem 0;
}

.partners .box-md-3 {
	display:flex;
	padding-top:2rem;
	padding-bottom:2rem;
}

.partners h3 {
	line-height:1;
	margin-bottom:2rem;
}

.partner {
	position: relative;
	width:100%;
	display:flex;
	align-items:center;
	justify-content: center;
	margin-top:2rem;
}

.partner::after {
	position: absolute;
	width:1px;
	height:3.75rem;
	background:#044523;
	right:0;
	top:50%;
	opacity:.75;
	transform:translate(0,-50%);
}

.partner:last-child::after {
	display:none;
}

.partner img {
	max-width:10.75rem;
	width:auto;
	max-height:3rem;
	height:auto;
	opacity:.75;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
	filter: grayscale(1);
}

.partner img:hover {
	opacity:1;
	filter: grayscale(0);	
}

.partner:first-child img {
	max-height:4.75rem;
}

.blogs {
	padding:3.125rem 0 12.5rem 0;
}

.blogs .title-row {
	margin-bottom:1.125rem;
}

.blogs .title-row .button {
    transform: translate(0, -0.5rem);
	margin-right:.625rem;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.image-container .image-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-container .image-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.blog-card {
	position: relative;
	border-radius:.625rem;
	overflow:hidden;
	background:#000000;
	height:425px;
	margin-top:2rem;
	border:1px solid #222222;
}

.cx-vacancy .box-md-8 div {
	font-size: 1.125rem;
	line-height: 2rem;
	font-weight: 400;
	margin-bottom:2rem;
}

.cx-vacancy .box-md-8 h4 {
	font-size:2.25rem;
	font-weight:500;
	margin-bottom:.875rem;
}

.vacature-card {
	border:1px solid #222222;
	height:auto;
}

.vacature-card:hover {
	border:1px solid #444444;
	transform:translate(0, -.25rem);
}

.blog-card.vacature-card .blog-card-content {
	position: relative;
	left:auto;
	top:auto;
}

.blog-card.vacature-card .blog-card-content p {
	max-width: 100%;
	font-size:.875rem;
	line-height:1.375rem;
}

.blog-card-small {
	height:446px;
}

.blog-card .image-container {
	position: absolute;
	opacity:.35;
}

.blog-card:hover .image-container {
	opacity: .4;
}

.blog-card .blog-card-content {
	position: absolute;
	bottom:0;
	left:0;
	padding:2.5rem;
	z-index: 9;	
}

.blog-card .blog-card-content h3 {
	font-weight:600;
	line-height:2.5rem;
	margin-bottom:1rem;
	max-width:28rem;
}

.blog-card .blog-card-content p {
	color:#ffffff;
	margin-bottom:2rem;
	max-width:24rem;
}

.blog-card .blog-card-content span.read-more {
	color:#0CCA69;
	font-weight:800;
	font-size:.75rem;
	letter-spacing:1px;
}

.blog-card-small h3 {
	font-size:1.5rem;
	line-height:2.25rem;
}

.blog-card-small p {
	font-size:1rem;
}

.blogs-overzicht {
	padding-top:6.25rem;
	padding-bottom:6.25rem;
	position: relative;
	z-index: 9;
}

.activiteiten-overzicht {
	padding-top:6.25rem;
	padding-bottom:6.25rem;
	position: relative;
	z-index: 9;
}

.alles-buttons a {
	margin: 2rem .5rem 0 .5rem;
}

.events-title p {
	margin-top:1rem;
	margin-bottom:2rem;
}

.terug-vacatures {
	display:none;
}

.cx-vacancy .terug {
	display:none;
}

.cx-vacancy .terug-vacatures {
	display:flex;
}

.terug {
	display:flex;
	align-items:center;
	margin-bottom:3.125rem;
	color:#ffffff;
	font-size:1rem;
}

.terug i {
	width:2.25rem;
	height:2.25rem;
	border-radius:2.25rem;
	border:1px solid #0CCA69;
	display:flex;
	align-items:center;
	justify-content: center;
	margin-right:.5rem;
	color:#0CCA69;
	font-size:.75rem;
	-webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.terug:hover i {
	transform:translate(-.25rem, 0);
}

.date {
	font-size:.875rem;
	color:#ffffff;
	opacity:.5;
	margin-bottom:1rem;
	display: block;
}

.single p {
	font-size: 1.125rem;
	line-height: 2rem;
	font-weight: 300;
}

.single p a {
	display:inline;
}

.single .blog-card .blog-card-content p {
	font-size:1.125rem;
	line-height:2rem;
}

.single img {
	margin:3.125rem 0;
}

.single .logo img,
.single img.building,
.single .hero-image--inner img,
.single-dienst.single img,
.single-dienst.wp-block-image {
	margin:0 !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	max-height:7.5rem !important;
}

.blogs-related {
	margin-bottom:6.25rem;
}

.single .blogs-related img {
	margin:0 !important;
}

.events-tab {
	display:none;
}

.blogs-open .blogs-tab {
	display:flex;
}

.blogs-open .events-tab {
	display:none;
}

.events-open .blogs-tab {
	display:none;
}

.events-open .events-tab {
	display:flex;
}

.show-all {
	margin:3.125rem auto 0 auto;
}

.event-card {
	display:flex;
	align-items:center;
	padding:1.25rem;
	background:#111111;
	width:100%;
	margin-top:2rem;
	border-radius:.625rem;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.event-card:hover {
	background:#181818;
	transform: translate(0, -.25rem);
}

.event-image {
	position: relative;
	height:5.625rem;
	width:9.375rem;
	flex:0 0 9.375rem;
	border-radius:.625rem;
	overflow:hidden;
	margin-right:1.25rem;
}

.event-info {
	flex:0 1 auto;
	padding-right:2rem;
}

.event-info span {
	margin:0;
}

.event-info h4 {
	font-weight:600;
}

.event-info p {
	color:#ffffff;
	opacity:.75;
	font-size:1rem;
	margin:0;
}

.event-button {
	margin-left:auto;
}

.single-event .gform_required_legend {
	display:none;
}

.single-event .gform_title {
	font-size:2rem;
	font-weight:600;
}

.single-event.single-content h3 {
	margin-bottom:0;
}

.single-event .aanmelden-wrap {
	margin-top:3.125rem;
	margin-bottom:6.25rem;
}

.join {
	position: relative;
	z-index:9;
	background:#000000;
	padding:6.25rem 0;
}

.join-title p {
	margin-bottom:6.25rem;
}

.pricing {
	padding:3.125rem 2rem;
	border-radius:.625rem;
}

.pricing.basis {
	border:1px solid #2A2A2A;
	margin:1rem 0;
}

.pricing.basis h4 {
	font-size:1.5rem;
	font-weight:600;
	display:block;
}

.pricing.basis span.small-title {
	font-size:.75rem;
	color:#ffffff;
	opacity:.5;
	display:block;
	margin-top:.25rem;
}

.pricing.basis span.price {
	font-size:3rem;
	font-weight:500;
	color:#0CCA69;
	display:block;
	margin-top:2.5rem;
}

.pricing.basis span.priceinfo {
	font-size:1rem;
	color:#ffffff;
	display:block;
	margin-top:.375rem;
}

.pricing.basis .button {
	border:1px solid #0CCA69;
	background:#000000;
	color:#ffffff;
	width:100%;
	display:block;
	margin:2.25rem 0;
	text-align:center;
}

.pricing.basis ul.vinkjes {
	list-style:none;
	padding:0;
	margin:2rem 0 0 0;
}

.pricing.basis ul.vinkjes li {
	padding-left:1rem;
	position: relative;
	font-size:15px;
	color:#ffffff;
}

.pricing.basis ul.vinkjes li::before {
	content:"";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f00c";
	font-size:.625rem;
	color:#0CCA69;
	opacity:.5;
	position: absolute;
	left:0;
	top:0;
}

.pricing.pro {
	border:0;
	background:#0CCA69;
	margin:1rem 0;
}

.pricing.pro h4 {
	color:#010400;
	display:flex;
	align-items:center;
	font-size:1.5rem;
	font-weight:600;
}

.pricing.pro h4 span.badge {
	height:26px;
	border-radius:26px;
	line-height:26px;
	width:auto;
	padding:0 .625rem;
	border:1px solid #010400;
	color:#010400;
	letter-spacing:1px;
	font-size:.5rem;
	text-transform:uppercase;
	margin-left:1rem;
	opacity:.5;
}

.pricing.pro span.small-title {
	color:#ffffff;
	opacity:1;
	font-size:.75rem;
	opacity:1;
	display:block;
	margin-top:.25rem;
}

.pricing.pro span.price {
	color:#010400;
	font-size:3rem;
	font-weight:500;
	display:block;
	margin-top:2.5rem;
}

.pricing.pro span.priceinfo {
	font-size:1rem;
	color:#ffffff;
	display:block;
	margin-top:.375rem;
}

.pricing.pro .button {
	border:1px solid #010400;
	background:#010400;
	color:#ffffff;
	width:100%;
	display:block;
	margin:2.25rem 0;
	text-align:center;
}

.pricing.pro ul.vinkjes {
	list-style:none;
	padding:0 0 1.5rem 0;
	margin:2rem 0 1.5rem 0;
	border-bottom:1px solid #0AB65F;
}

.pricing.pro ul.vinkjes li {
	padding-left:1rem;
	position: relative;
	font-size:15px;
	font-weight:400;
	color:#010400;
}

.pricing.pro ul.vinkjes li::before {
	content:"";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f00c";
	font-size:.625rem;
	color:#ffffff;
	opacity:1;
	position: absolute;
	left:0;
	top:0;
}

.pricing.pro ul.plusjes {
	list-style:none;
	padding:0;
	margin:0;
}

.pricing.pro ul.plusjes li {
	padding-left:1rem;
	position: relative;
	font-size:15px;
	font-weight:400;
	color:#010400;
}

.pricing.pro ul.plusjes li::before {
	content:"";
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	content: "\2b";
	font-size:.625rem;
	color:#ffffff;
	opacity:1;
	position: absolute;
	left:0;
	top:0;
}

.page-template-page-join .hidecta-join {
	display:none;
}

.wp-block-media-text .wp-block-media-text__content {
	padding:0;
}

.padding-left img {
	padding-left:2rem;
}

.jobs-related {
	display:none;
}

.cx-vacancy .jobs-related {
	display:block;
}

.cx-vacancy .blogs-related {
	display: none;
}


/* ==============================================================================
	BUTTONS
============================================================================= */
.buttons {
	margin-top:2.5rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}

.buttons .button {
	margin-right:1rem;
}

.button,
.gform_button,
.wp-block-button__link,
#apply_button {
	position: relative;
	height:2.75rem;
	font-family: 'Averta', sans-serif;
	font-size:1rem;
	font-weight:600;
	line-height:2.625rem;
	border-radius:2.75rem;
	padding:0 2rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	outline:none;
	border:none;
	background:#0CCA69;
	color:#ffffff;
	overflow:hidden;
	-webkit-appearance: none;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.button:hover,
.wp-block-button__link:hover,
#apply_button:hover {
    -webkit-animation: PulseGreen 1.25s;
    animation: PulseGreen 1.25s;
    background:#06B35B;
}

#apply_button {
	margin-top:2rem;
}

@keyframes PulseGreen {
	
	0% {
	    -webkit-box-shadow: 0 0 0 0 rgb(12, 202, 105, 60%);
	    box-shadow: 0 0 0 0 rgb(12 202 105  / 60%);
	}
	
	70% {
	    -webkit-box-shadow: 0 0 0 10px rgb(12 202 105 / 0%);
	    box-shadow: 0 0 2px 13px rgb(12 202 105  / 0%);
	}
	
	100% {
	    -webkit-box-shadow: 0 0 0 0 rgb(0 104 255  / 0%);
	    box-shadow: 0 0 0 0 rgb(12 202 105  / 0%);
	}
	
}

.button-alt {
	background:transparent;
	border:1px solid rgba(255,255,255,.25);
}

.button-alt:hover {
    -webkit-animation: PulseWhite 1.25s;
    animation: PulseWhite 1.25s;
    background:transparent;
}

@keyframes PulseWhite {
	
	0% {
	    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255, 50%);
	    box-shadow: 0 0 0 0 rgb(255 255 255  / 50%);
	}
	
	70% {
	    -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);
	    box-shadow: 0 0 2px 13px rgb(255 255 255  / 0%);
	}
	
	100% {
	    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255  / 0%);
	    box-shadow: 0 0 0 0 rgb(255 255 255  / 0%);
	}
	
}



/* ==============================================================================
	CONTACT
============================================================================= */
.gform_required_legend {
	display:none;
}

.contact-row {
	margin-bottom:3.125rem;
}

.map {
	height:100%;
	min-height:46rem;
	width:100%;
	position: relative;
	border-radius:.25rem;
}

.map .contact-info {
	background: #d1d1d1;
	border-radius: 0.25rem;
	padding: 2rem;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	border-radius: 50%;
	width: 19rem;
	height: 19rem;
	text-align: center;
	display:flex;
	align-items:center;
	justify-content:center;
}

.map .contact-info p {
	font-weight:600;
	color:#101010;
	font-size: 1rem;
    line-height: 1.5rem;;
}

.blob-contact {
	position: absolute;
	top: 60.05%;
    left: 35%;
	width:.5rem;
	height:.5rem;
    animation: pulse 1.5s 1s infinite;
}

.gform_wrapper {
	border-radius:.25rem;
	padding:3.125rem;
	background:#111111;
}

.gform_wrapper label,
.gform_wrapper .gfield_label {
	color:#ffffff;
	font-size:1rem;
	margin:1rem 0 .625rem 0 !important;
}

.gform_wrapper label a,
.gform_wrapper .gfield_label a {
	display:inline !important;
	color:#0CCA69 !important;
}

.gform_wrapper .gfield_required,
#gform_wrapper_1 .gfield_required {
	display:none;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap:8px !important;
}

#field_3_22 {
	margin-bottom:1rem !important;
}

#field_3_21 legend {
	margin-top:1rem !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
	margin-bottom:8px !important;
}

.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=text], 
.gform_wrapper select, 
.gform_wrapper textarea,
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=text], 
.gform_wrapper select, 
.gform_wrapper textarea {
	width:100%;
	height:2.75rem;
	line-height:2.75rem;
	padding-top:0;
	padding-bottom:0;
	border:none;
	border-radius:0 !important;
	border-left:.125rem solid #0CCA69 !important;
	background:#d1d1d1;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-weight:400;
	margin:.25rem 0 .625rem 0;
	font-family: 'Averta', sans-serif;
	border-radius:.3125rem !important;
}

.gform_wrapper textarea {
	height:9rem;
}

.gform_legacy_markup_wrapper .top_label div.ginput_container,
.gform_legacy_markup_wrapper ul li.gfield {
	margin-top:0 !important;
}

.gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.gform_footer .button {
	background:#0CCA69;
	color:#ffffff;
}

.gform_validation_errors>h2:before {
	display:none !important;
}

input[type="file" i]::-webkit-file-upload-button {
    -webkit-appearance: push-button;
    white-space: nowrap;
    font-size: inherit;
    -webkit-user-modify: read-only !important;
    -webkit-box-align: start;
            align-items: flex-start;
    text-align: center;
    cursor: default;
    color: #000000;
    background-color: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height:3.125rem;
	padding:0 1.5rem;
	line-height:3.125rem;
	border:none;
	font-weight:700;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type="file" i]::-webkit-file-upload-button:hover {
	color:#ffffff;
	background:#000000;
}

.gform_fileupload_rules {
	color:#ffffff;
	font-size:.75rem;
	font-style: italic;
	display:block;
}

#gform_wrapper_2 {
	color:#ffffff !important;
}

.footer-cta {
	min-height:24rem;
}

.footer-cta p {
	margin:1rem 0 2rem 0;
}

.faq-titlerow {
	margin-bottom:3.125rem;
}


/* ==============================================================================
	GENERAL
============================================================================= */
.single-content {
	position: relative;
	z-index: 9;
	padding:6.25rem 0;
}

.single,
.single-content p {
	margin-bottom:2rem;
}

.single p:last-child,
.single-content p:last-child {
	margin-bottom:0;
}

.single-content h2,
.single-content h3 {
	margin-bottom:2rem;
}

.single ul {
	margin-top:0;
	margin-bottom:2rem;
}

.single-content .wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: 32rem;
}

.wp-block-columns {
	margin-top:2rem;
	margin-bottom:2rem;
    border-radius: .25rem;	
}

/* ==============================================================================
  ACCOUNT
============================================================================= */

h2.accountTitle {
  font-size:2rem;
}
dl.account {
  width:100%;
  display:grid;
  grid-template:auto / 10em 1fr;
  margin-bottom:2em;
}
dl.account dt {
  font-size:1rem;
  line-height:1.75rem;
  font-weight:500;
  padding:.3em .5em;  
}
dl.account dd {    
  font-size:1rem;
  line-height:1.75rem;
  font-weight:400;  
  padding:.3em .5em;
}
dl.account dd > a {
  display:inline;
  color:#0CCA69;
  text-decoration:none;
}

/* ==============================================================================
	FOOTER
============================================================================= */
.faqs {
	position: relative;
	padding:0 0 6.25rem 0;
	z-index: 9;
	min-height:52rem;
}

.faq {
	position: relative;
	width:100%;
	padding:1rem;
	background:#111111;
	margin-bottom:.875rem;
	border-radius: .25rem;
}

.faq .faq-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:flex-start;
	    -ms-flex-align:flex-start;
	        align-items:flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.faq .faq-title:focus {
	outline: 0;
}

.faq .faq-title h5 {
	margin:0;
	color:#ffffff;
	line-height:2rem;
	font-size:1.125rem;
	padding-right:2rem;
	transition: color .35s ease-in-out;
}

.faq:hover .faq-title h5 {
	color:#0CCA69;
}

.faq .faq-title i {
	font-size:1rem;
	color:#ffffff;
	margin-top:.375rem;
}

.faq .faq-content {
	display:none;
}

.faq .faq-content p {
	font-size:1rem;
	line-height:1.75rem;
	font-weight:400;
	margin-top:.5rem;
	margin-bottom:1rem;
	max-width:96%;
	color:#ffffff;
}

.faq .faq-content p > a {
	color:#0CCA69;
	text-decoration: underline;
}

.faq .faq-title[aria-selected="true"] + .faq-content {
	display: block;
}

.faq .faq-title[aria-selected="true"] i {
	-webkit-transform:rotate(180deg);
	    -ms-transform:rotate(180deg);
	        transform:rotate(180deg);
}

.faq .faq-title[aria-selected="true"] h5,
.faq .faq-title[aria-selected="true"] i {
	color:#0CCA69;
}

/* ==============================================================================
	FOOTER
============================================================================= */

footer {
	position: relative;
}

footer .building {
	position: absolute;
	width:73.125rem;
	height:auto;
	left:0;
	bottom:0;
	z-index:-1;
}

.footer {
	position: relative;
}

.footer .row {
	padding-top:6.25rem;
	padding-bottom:6.25rem;
	border-top:1px solid rgba(255,255,255,.05);	
}

.footer-logo .wp-block-image img {
	height:1.5rem;
	width:auto;
}

.footer p {
	line-height:2rem;
}

.footer p,
.footer li {
	font-size:.875rem;
	color:#ffffff;
	font-weight:400;
	opacity: .9;
}

.footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

.footer a {
	color:#ffffff;
	font-weight:400;
	line-height:2rem;
	text-decoration: none;
	opacity:.75;
}

.footer a:hover {
	color:#ffffff;
	opacity:1;
}

.footer h5 {
	margin-bottom:2rem;
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	margin:0;
	padding:0;
}

.wp-block-social-links .wp-social-link a {
	padding:0;
}

.wp-block-social-links .wp-social-link svg {
	width:2rem;
	height:2rem;
}

.wp-block-social-links .wp-social-link svg path {
	fill:#ffffff;
	opacity:.75;
}

.wp-block-social-links .wp-social-link:hover svg path {
	opacity:1;
}

/* COPYRIGHT */
#copyright {
	padding:1.5rem 0;
}


#copyright a,
#copyright p {
	color:#606260;
	font-size:.875rem;
	text-decoration: none;
	display:inline;
}

#copyright a:hover {
	color:#ffffff;
}

#copyright a {
	display:inline-block;
	margin:0 1rem;
}

footer .row>[class^=box],
#copyright .row>[class^=box] {
	margin-bottom:0;
}

#cookie-notice {
	width:80% !important;
	min-width: 80% !important;
	max-width: 80% !important;
	margin-left:10%;
}


/* ==============================================================================
	GRAVITY FORMS
============================================================================= */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

input::placeholder,
textarea::placeholder {
	font-family:'Din Pro';
	font-size:1rem;
	color:#777777;
}

.gform_wrapper .gform_validation_errors>h2 .gform-icon {
	left:-38px !important;
}

.page-id-1167 .hero {
	height:auto;
	padding-top:6.25rem;
}

#apply_form {
	padding:2rem;
	border:1px solid #0CCA69;
	border-radius:1rem;
	background:#000000;
}

#apply_form form div {
	display:flex;
	flex-direction: column;
	margin-bottom:.5rem;
	padding-bottom:.5rem;
}

#apply_form form label {
	display: block;
	margin-bottom:.5rem;
	font-size:.875rem;
	font-weight:500;
}

#apply_form form input {
	height:2.75rem;
	line-height:2.75rem;
	background:#222222;
	font-size:1rem;
	border:0;
	padding:0 .5rem;
	border-radius:.25rem;
	color:#ffffff !important;
	font-family: 'Averta';	
}

#apply_form form input[type="radio"] {
	height:1rem;
}

#apply_form form input[type="file"] {
	width:100%;
	background:transparent;
	padding:0;
}

#apply_form form input[type="email"] {
	margin-bottom:1rem;
}

#apply_form h3 {
	line-height: 1;
}

.cx2_personal-cv-info,
.cx2_personal-photo-info {
	font-size:.75rem;
	display: block;
	margin-top:.5rem;
	font-style:italic;
	color:#999999;
}

#apply_form form input[type="submit"] {
	background:#ffffff;
	color:#000000 !important;
	padding:0 1rem;
	height:2.75rem;
	line-height: 2.75rem;
	cursor: pointer;
	margin-top:3.125rem;
}

#apply_form form input[type="submit"]:hover {
	opacity: .8;
}


/* ==============================================================================
	MEDIA QUERIES
============================================================================= */

@media all and (max-width: 48em),
only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {


  h1 {
	  font-size:4rem;
	  line-height: 4rem;
  }


}

@media all and (max-width: 48em),
only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

	h1 {
    	font-size: 3.5rem;
		line-height: 3.5rem;
    }
    
    #navigation {
		top:0;
		height:auto;
		padding:1rem 0;
	}
	
	#navigation.scroll {
	    background: #010400;
	    padding: .5rem 0;
	}
	
	.button-primary.small {
	    height: 2.125rem;
	    line-height: 2.125rem;
	    padding: 0 1rem 0 2.25rem;
	    font-size: .75rem;
        background-position: 1rem center;
	}
	
	.navigation-right {
		flex:0 0 14rem;
	}
	
	.menu-icon {
		position: relative;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		cursor: pointer;
		margin-left:1rem;
	}
	
	.menu-icon .navbar-toggle {
		width:1.75rem;
		height:1.5rem;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:start;
		    -ms-flex-align:start;
		        align-items:flex-start;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    -o-transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		outline:none;
		-webkit-appearance: none;
		border:0;
		margin:0;
		padding:0;
		background:transparent;
		z-index:99999;
	}
	
	.menu-icon .navbar-toggle:focus,
	.menu-icon .navbar-toggle:active {
		outline:none;
		background:transparent;
	}
	
	.navbar-toggle .icon-bar {
		display:block;
		border-radius:.125rem;
		height:1px;
		width:1.75rem;
		background:#ffffff;
	    -webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
	    -webkit-transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    -o-transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    outline:none;
	}
	
	.navbar-toggle.active .icon-bar {
	    -webkit-transition: all 0.35s 0.35s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    -o-transition: all 0.35s 0.35s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    transition: all 0.35s 0.35s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	}
		
	.nav-open .navbar-toggle.active span.icon-bar.bar-1 { 
		-webkit-transform: translate(0, 8px) rotate(45deg); 
		-ms-transform: translate(0, 8px) rotate(45deg); 
		    transform: translate(0, 8px) rotate(45deg); 
	}
	
	.nav-open .navbar-toggle.active span.icon-bar.bar-2 { 
		-webkit-transform:translate(200%, 0); 
		    -ms-transform:translate(200%, 0); 
		        transform:translate(200%, 0);
		opacity:0;
	}
	
	.nav-open .navbar-toggle.active span.icon-bar.bar-3 { 
		-webkit-transform: translate(0, -8px) rotate(-45deg); 
		-ms-transform: translate(0, -8px) rotate(-45deg); 
		    transform: translate(0, -8px) rotate(-45deg); 
	}
	
	nav.header-nav {
		opacity:0;
		visibility:hidden;
	    -webkit-transform: translate(0, 50%);
	        -ms-transform: translate(0, 50%);
	            transform: translate(0, 50%);
	    background:#000000;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		padding:12.5rem 1rem 1rem 1rem;
		z-index:-1;
	    -webkit-transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    -o-transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	}
		
	.nav-open nav.header-nav {
		opacity:1;
		visibility:visible;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
	}
	
	
	/* MAIN NAVIGATION - FIRST LEVEL*/	
	nav.header-nav ul {
		width:100%;
	}
	
	nav.header-nav ul li > ul {
		width:100%;
		z-index:99999;
		background:transparent;
		margin-top:2rem;
	}
	
	nav.header-nav ul li {
		width:100%;
		display:block;
		margin:0;
		text-align:left; 
		border-bottom:1px solid #222222;
	}
	
	nav.header-nav ul li:last-child {
		border-bottom:0;
	}
	
	/* .menu__item--sub-open button {
		-webkit-transform:scaleY(-1);
		    -ms-transform:scaleY(-1);
		        transform:scaleY(-1);
	} */

	nav.header-nav ul li a {
		width:100%;
		font-size: 1.5rem;
	    padding: 1rem 0;
	    opacity:.5;
	}
	
	nav.header-nav ul li:hover a,
	nav.header-nav ul li.current-menu-item a {
		opacity:1;
	}
	
	
	/* MAIN NAVIGATION - SECOND LEVEL*/
	nav.header-nav ul li > ul {
		visibility:hidden;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-transition: all 0.35s ease-in-out;
	    -o-transition: all 0.35s ease-in-out;
	    transition: all 0.35s ease-in-out;
	   	display:none;
	}
	
	nav.header-nav ul li.menu__item--sub-open > .menu--sub {
		visibility: visible;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		opacity:1;
		width:100%;
		max-width:100%;
		margin:0 0 2rem 0;
		padding:0;
		height:auto;
		position:relative;
		border:none;
		left:auto;
		top:auto;
	}
	
	nav.header-nav ul .menu__item--sub-open > .menu--sub li {
		border-bottom:0;
	}
	
	nav.header-nav ul li a::after {
		display: none;
	}

/*
	
	.chapter-row .box-md-3:nth-child(3) {
    	margin-top: -2rem;
	}
	
	.chapter-row .box-md-3:nth-child(4) {
		margin-top:2rem;
	}
*/
	
	.stats {
		min-height:28rem;    
	}
	
	.stat {
	    width: 10.375rem;
	    height: 10.375rem;
	    border-radius: 10.375rem;
	    margin:.5rem;
    }
    
    .stat:nth-child(3) {
	    margin-left: 3.625rem;
	}
	
	.partners {
	    padding: 0 0 9.375rem 0;
	}
	
	.partner img {
	    max-width: 9.375rem;
	    max-height: 1.5rem;
	}
	
	.footer-logo .wp-block-image img {
	    margin-bottom: 3.125rem;
	}
	
	blockquote {
		transform: translate(-4.5rem, 0);
		padding:2.5rem;
	}
	
	blockquote p {
		font-size: 1.125rem;
		line-height: 1.875rem;
	}
	
	.batch {
	    width: 42rem;
	    top: -6rem;
	}
	
	.hero.hero--small {
	    height: 32rem;
	    width:48rem;
	    overflow-x: hidden;
	    overflow-y: visible !important;
	}
	
	.chapter-title img {
		max-width: 10rem;
	}
	
}

@media all and (max-width: 48rem) { 
	.blob-contact {
		top: 71.35%;
		left: 28%;
	}
	
}



@media all and (max-width: 32rem) { 
		
	.hero {
		height:42rem;
	}
	
	.hero.hero--small {
		width:100%;
	}
	
	h1 {
		font-size:2.25rem;
		line-height: 3.25rem;
	}
	
	h2 {
		font-size:2rem;
		line-height: 2.75rem;
	}
	
	.hero-shape {
		height:10rem;
	}
	
	.hero img {
	}
	
	.batch {

	}

	.hero-image--inner img {
		max-width: 100%;
	}
	
	.navigation-left {
	    flex: 0 0 6.25rem;
	}
	
	.navigation-right {
		flex:0 0 auto;
	}

	#navigation .logo img {
    	height: 1rem;
    }
    
    #navigation .button {
	    height: 2.375rem;
	    font-size: .635rem;
	    line-height: 2.375rem;
	    padding: 0 1rem;
    }
    
    nav.header-nav {
	    padding: 7.5rem 1rem 1rem 1rem;
	}
	
	nav.header-nav ul li a {
	    font-size: 1.25rem;
	    padding: 0.625rem 0;
	}
	
	.over-ons {
		padding-top:2rem;
		padding-bottom:5rem;
	}
	
	.over-ons span {
		margin-top:3.125rem;
	}
	
	.over-ons .video-still {
		margin-top:3.125rem;
		height:18rem;
	}
	
	.over-ons .video-still img.play-button {
		height:7.5rem;
	}
	
	.blogs {
		padding-bottom:7.5rem;
	}
	
	.blogs h2 {
		margin-bottom:1rem;
	}
	
	.blog-card .blog-card-content {	
	    padding: 2rem 1.25rem;
	}
	
	.event-card {
		flex-direction: column;
	}
	
	.event-image {
	    height: 6.25rem;
	    width: 100%;
	    flex: 0 0 6.25rem;
	    margin-right: 0;
	    margin-bottom:2rem;
	}
	
	.event-info h4 {
		margin:.5rem 0;
	}
	
	.event-info p {
		line-height:1.5rem;
		margin-bottom:2rem;
	}
	
	.chapter-row .box-md-3:nth-child(1),
	.chapter-row .box-md-3:nth-child(2),
	.chapter-row .box-md-3:nth-child(3),
	.chapter-row .box-md-3:nth-child(4) {
		margin-top:0 !important;
		margin-bottom:2rem !important;
	}
	
	.statistieken {
		margin-top:3.125rem;
	}
	
	.stats {
	    padding-bottom:3.125rem;
	}
	
	.stat {
	    width: 9.875rem;
	    height: 9.875rem;
	    border-radius: 9.875rem;
	    margin: 0.375rem !important;
	}
	
	.stat:nth-child(3) {
    	margin-left: .5rem;
	}
	
	.partners .box-md-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	
	.partner::after {
		display:none;
	}
	
	.partner img {
		margin-bottom:2rem;
	}
	
	.testimonials {
		padding-bottom:2.5rem;
	}
	
	.footer .row {
		padding-top:3.125rem;
	}
	
	.icon-scroll-down {
		display: none !important;
	}
	
	footer .box-6:nth-child(4),
	footer .box-6:nth-child(5) {
		margin-top:3.125rem;
	}
	
	.faqs {
    	padding: 3.125rem 0;
    }
    
    .faq .faq-title h5 {
	    line-height: 1.625rem;
	    font-size: 1rem;
	}
	
	.quote-card {
		height:auto;
	}
	
	.quote-card p {
		line-height:1.625rem;
	}	
	
	.map {
	    min-height: 34rem;
    }
    
    .map .contact-info {
		bottom: auto;
		top: 2rem;
	}
    
    .blob-contact {
		top: 59.3%;
        left: 31.5%;
	}
	
	.single-content {
		padding:3.125rem 0;
	}
	
	.gform_wrapper {
	    padding: 2rem;
    }
	   
	.gform_wrapper.gravity-theme .gfield textarea.large {
	    height: 128px;
	}
	
	.wp-block-columns {
	    margin-top: 2rem;
	    margin-bottom: 2rem;
	    padding: 2.5rem 0;
    }
    
    blockquote {
	    transform: none;
		padding:2rem 1.5rem;
	}
	
	.chapter-title img {
		max-width: 5rem;
	}
	
	.single-content .wp-block-embed iframe {
	    height: 13.25rem;
	}
	
	.diensten {
    	padding: 5rem 0 0 0;
	}	
	
	.tab-content {
		padding: 3.125rem 2rem;
	}
	
	.home .hero h1 {
		font-size:2.25rem;
	}
	
	.home .hero h1 span {
		line-height:1.2;
		font-size:2.25rem;
	}
	
	.map .contact-info	{
		width:15rem;
		height:15rem;
	}
	
	.map .contact-info p {
		font-size:.75rem;
		line-height:1.125rem;
	}
	
	.map .contact-info .button {
		height:2rem;
		line-height:2rem;
		font-size:.75rem;
		padding:0 1rem;
	}
	
	.olli-ats-vacature-prop {
		margin-bottom:.5rem;
	}
	  
	.olli-ats-filters-list-toggle {
		background:#222222;
		color:#ffffff;
		height:1.75rem;
		padding:0 1rem;
		font-size:.75rem;
		text-transform: uppercase;
		font-weight: 500;
		border:none;
		outline:none;
		border-radius:2rem;
	}
	
	.olli-ats-filters-actions {
		display: flex;
		flex-direction: column;
		justify-content:center;
		align-items: center;
		padding:1rem 2rem;
	}
	
	.olli-job-col .olli-ats-bg {
		padding: 3.125rem 2rem;
	}
	
	.olli-job-col h1.page-title {
		font-size: 1.5rem;
		mergin-bottom:1rem;
		line-height: 2rem;
	}
}