/**
 * Crossmediahouse - Wordpress theme Expandior
 *
 * @authors   Niek Heerink <crossmediahouse.nl>
 * @version   1.0
 * @generated 2021-03-01
 * @copyright (c) 2021 Crossmediahouse
 * @license   All Rights Reserved
 */

 /* Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@400;500;600;700;800;900&display=swap');

/* Globals
   ========================================================================== */

* {
	padding: 0;
	margin: 0;
}

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

html, body {
	line-height: 1;
	height: 100%;
	font-family: 'Darker Grotesque', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

iframe {
	max-width: 100%;
	border: 0;
}

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

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

strong {
	font-weight: 900;
}

i, em {
	font-style: italic;
}

a, a:before, a:after, button, input[type="submit"] {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none;
}

input[type="submit"], input[type="button"], button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Container
   ========================================================================== */

.container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1160px;
	padding: 0 15px;
	margin: auto;
}

/* Row
   ========================================================================== */

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.candidates__description .candidates__meta {
	border: 2px solid #13A4EC;
	border-radius: 15px;
	padding: 0 15px;
}

.candidates__description .row {
	border-bottom: 2px solid #13A4EC;
	padding: 5px 15px;
	position: relative;
}

.candidates__description .row:first-child {
	padding-top: 15px;
}

.candidates__description .row:last-child {
	padding-bottom: 15px;
}

.candidates__description .row:after {
	content: '';
	position: absolute;
	top: 0;
	left: 48%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
	background: #13A4EC;
}

@media (max-width: 767px) {

	.candidates__description .row:after {
		display: none;
	}

	.candidates__description .row,
	.candidates__description .candidates__meta {
		border: none;
	}

}

/* Alignments
   ========================================================================== */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
	clear: both;
}

/* Spacers top
   ========================================================================== */

.top-1 {
	top: 1px;
}

.top-5 {
	top: 5px;
}

.top-10 {
	top: 10px;
}

/* Spacers padding top
   ========================================================================== */

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-250 {
	padding-top: 250px;
}

.pt-300 {
	padding-top: 300px;
}

.pt-350 {
	padding-top: 350px;
}

@media (max-width: 992px) {

	.pt-md-0 {
		padding-top: 0;
	}

	.pt-md-5 {
	    padding-top: 5px;
    }

	.pt-md-10 {
		padding-top: 10px;
	}

	.pt-md-15 {
		padding-top: 15px;
	}

	.pt-md-20 {
		padding-top: 20px;
	}

	.pt-md-25 {
		padding-top: 25px;
	}

	.pt-md-30 {
		padding-top: 30px;
	}

	.pt-md-40 {
		padding-top: 40px;
	}

	.pt-md-50 {
		padding-top: 50px;
	}

	.pt-md-75 {
		padding-top: 75px;
	}

	.pt-md-100 {
		padding-top: 100px;
	}

	.pt-md-150 {
		padding-top: 150px;
	}

	.pt-md-200 {
		padding-top: 200px;
	}

	.pt-md-250 {
		padding-top: 250px;
	}

	.pt-md-300 {
		padding-top: 300px;
	}

}

@media (max-width: 767px) {

	.pt-sm-0 {
		padding-top: 0;
	}

	.pt-sm-5 {
	    padding-top: 5px;
    }

	.pt-sm-10 {
		padding-top: 10px;
	}

	.pt-sm-15 {
		padding-top: 15px;
	}

	.pt-sm-20 {
		padding-top: 20px;
	}

	.pt-sm-25 {
		padding-top: 25px;
	}

	.pt-sm-30 {
		padding-top: 30px;
	}

	.pt-sm-40 {
		padding-top: 40px;
	}

	.pt-sm-50 {
		padding-top: 50px;
	}

	.pt-sm-75 {
		padding-top: 75px;
	}

	.pt-sm-100 {
		padding-top: 100px;
	}

	.pt-sm-150 {
		padding-top: 150px;
	}

	.pt-sm-200 {
		padding-top: 200px;
	}

	.pt-sm-250 {
		padding-top: 250px;
	}

	.pt-sm-300 {
		padding-top: 300px;
	}

}

/* Spacers padding bottom
   ========================================================================== */

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-175 {
	padding-bottom: 175px;
}	

.pb-200 {
	padding-bottom: 200px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pb-270 {
	padding-bottom: 270px;
}

.pb-280 {
	padding-bottom: 280px;
}

.pb-300 {
	padding-bottom: 300px;
}

@media (max-width: 992px) {

	.pb-md-0 {
		padding-bottom: 0;
	}

	.pb-md-5 {
	    padding-bottom: 5px;
    }

	.pb-md-10 {
		padding-bottom: 10px;
	}

	.pb-md-15 {
		padding-bottom: 15px;
	}

	.pb-md-20 {
		padding-bottom: 20px;
	}

	.pb-md-25 {
		padding-bottom: 25px;
	}

	.pb-md-30 {
		padding-bottom: 30px;
	}

	.pb-md-40 {
		padding-bottom: 40px;
	}

	.pb-md-50 {
		padding-bottom: 50px;
	}

	.pb-md-75 {
		padding-bottom: 75px;
	}

	.pb-md-100 {
		padding-bottom: 100px;
	}

	.pb-md-150 {
		padding-bottom: 150px;
	}	

	.pb-md-200 {
		padding-bottom: 200px;
	}

	.pb-md-250 {
		padding-bottom: 250px;
	}

	.pb-md-300 {
		padding-bottom: 300px;
	}

}

@media (max-width: 767px) {

	.pb-sm-0 {
		padding-bottom: 0;
	}

	.pb-sm-5 {
	    padding-bottom: 5px;
    }

	.pb-sm-10 {
		padding-bottom: 10px;
	}

	.pb-sm-15 {
		padding-bottom: 15px;
	}

	.pb-sm-20 {
		padding-bottom: 20px;
	}

	.pb-sm-25 {
		padding-bottom: 25px;
	}

	.pb-sm-30 {
		padding-bottom: 30px;
	}

	.pb-sm-40 {
		padding-bottom: 40px;
	}

	.pb-sm-50 {
		padding-bottom: 50px;
	}

	.pb-sm-75 {
		padding-bottom: 75px;
	}

	.pb-sm-100 {
		padding-bottom: 100px;
	}

	.pb-sm-150 {
		padding-bottom: 150px;
	}	

	.pb-sm-200 {
		padding-bottom: 200px;
	}

	.pb-sm-250 {
		padding-bottom: 250px;
	}

	.pb-sm-300 {
		padding-bottom: 300px;
	}

}

/* Spacers padding left
   ========================================================================== */

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-125 {
	padding-left: 125px;
}

.pl-150 {
	padding-left: 150px;
}

.pl-200 {
	padding-left: 200px;
}

@media (max-width: 992px) {

	.pl-md-0 {
		padding-left: 0;
	}

	.pl-md-5 {
	    padding-left: 5px;
	}

	.pl-md-10 {
		padding-left: 10px;
	}

	.pl-md-15 {
		padding-left: 15px;
	}

	.pl-md-20 {
		padding-left: 20px;
	}

	.pl-md-25 {
		padding-left: 25px;
	}

	.pl-md-30 {
		padding-left: 30px;
	}

	.pl-md-40 {
		padding-left: 40px;
	}

	.pl-md-50 {
		padding-left: 50px;
	}

	.pl-md-75 {
		padding-left: 75px;
	}

	.pl-md-100 {
		padding-left: 100px;
	}

	.pl-md-150 {
		padding-left: 150px;
	}

	.pl-md-200 {
		padding-left: 200px;
	}

}

@media (max-width: 767px) {

	.pl-sm-0 {
		padding-left: 0;
	}

	.pl-sm-5 {
	    padding-left: 5px;
	}

	.pl-sm-10 {
		padding-left: 10px;
	}

	.pl-sm-15 {
		padding-left: 15px;
	}

	.pl-sm-20 {
		padding-left: 20px;
	}

	.pl-sm-25 {
		padding-left: 25px;
	}

	.pl-sm-30 {
		padding-left: 30px;
	}

	.pl-sm-40 {
		padding-left: 40px;
	}

	.pl-sm-50 {
		padding-left: 50px;
	}

	.pl-sm-75 {
		padding-left: 75px;
	}

	.pl-sm-100 {
		padding-left: 100px;
	}

	.pl-sm-150 {
		padding-left: 150px;
	}

	.pl-sm-200 {
		padding-left: 200px;
	}

}

/* Spacers padding right
   ========================================================================== */

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-125 {
	padding-right: 125px;
}

.pr-150 {
	padding-right: 150px;
}

.pr-200 {
	padding-right: 200px;
}

@media (max-width: 992px) {

	.pr-md-0 {
		padding-right: 0;
	}

	.pr-md-5 {
	    padding-right: 5px;
	}

	.pr-md-10 {
		padding-right: 10px;
	}

	.pr-md-15 {
		padding-right: 15px;
	}

	.pr-md-20 {
		padding-right: 20px;
	}

	.pr-md-25 {
		padding-right: 25px;
	}

	.pr-md-30 {
		padding-right: 30px;
	}

	.pr-md-40 {
		padding-right: 40px;
	}

	.pr-md-50 {
		padding-right: 50px;
	}

	.pr-md-75 {
		padding-right: 75px;
	}

	.pr-md-100 {
		padding-right: 100px;
	}

	.pr-md-150 {
		padding-right: 150px;
	}

	.pr-md-200 {
		padding-right: 200px;
	}

}

@media (max-width: 767px) {

	.pr-sm-0 {
		padding-right: 0;
	}

	.pr-sm-5 {
	    padding-right: 5px;
	}

	.pr-sm-10 {
		padding-right: 10px;
	}

	.pr-sm-15 {
		padding-right: 15px;
	}

	.pr-sm-20 {
		padding-right: 20px;
	}

	.pr-sm-25 {
		padding-right: 25px;
	}

	.pr-sm-30 {
		padding-right: 30px;
	}

	.pr-sm-40 {
		padding-right: 40px;
	}

	.pr-sm-50 {
		padding-right: 50px;
	}

	.pr-sm-75 {
		padding-right: 75px;
	}

	.pr-sm-100 {
		padding-right: 100px;
	}

	.pr-sm-150 {
		padding-right: 150px;
	}

	.pr-sm-200 {
		padding-right: 200px;
	}

}

/* Spacers margin top
   ========================================================================== */

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-250 {
	margin-top: 250px;
}

.mt-300 {
	margin-top: 300px;
}

@media (max-width: 992px) {

	.mt-md-5 {
	    margin-top: 5px;
	}

	.mt-md-10 {
		margin-top: 10px;
	}

	.mt-md-15 {
		margin-top: 15px;
	}

	.mt-md-20 {
		margin-top: 20px;
	}

	.mt-md-25 {
		margin-top: 25px;
	}

	.mt-md-30 {
		margin-top: 30px;
	}

	.mt-md-40 {
		margin-top: 40px;
	}

	.mt-md-50 {
		margin-top: 50px;
	}

	.mt-md-75 {
		margin-top: 75px;
	}

	.mt-md-100 {
		margin-top: 100px;
	}

	.mt-md-150 {
		margin-top: 150px;
	}

	.mt-md-200 {
		margin-top: 200px;
	}

	.mt-md-250 {
		margin-top: 250px;
	}

	.mt-md-300 {
		margin-top: 300px;
	}

}

@media (max-width: 767px) {

	.mt-sm-5 {
	    margin-top: 5px;
	}

	.mt-sm-10 {
		margin-top: 10px;
	}

	.mt-sm-15 {
		margin-top: 15px;
	}

	.mt-sm-20 {
		margin-top: 20px;
	}

	.mt-sm-25 {
		margin-top: 25px;
	}

	.mt-sm-30 {
		margin-top: 30px;
	}

	.mt-sm-40 {
		margin-top: 40px;
	}

	.mt-sm-50 {
		margin-top: 50px;
	}

	.mt-sm-75 {
		margin-top: 75px;
	}

	.mt-sm-100 {
		margin-top: 100px;
	}

	.mt-sm-150 {
		margin-top: 150px;
	}

	.mt-sm-200 {
		margin-top: 200px;
	}

	.mt-sm-250 {
		margin-top: 250px;
	}

	.mt-sm-300 {
		margin-top: 300px;
	}

}

/* Spacers margin bottom
   ========================================================================== */

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}	

.mb-200 {
	margin-bottom: 200px;
}

.mb-250 {
	margin-bottom: 250px;
}

.mb-300 {
	margin-bottom: 300px;
}

@media (max-width: 992px) {

	.mb-md-5 {
	    margin-bottom: 5px;
	}

	.mb-md-10 {
		margin-bottom: 10px;
	}

	.mb-md-15 {
		margin-bottom: 15px;
	}

	.mb-md-20 {
		margin-bottom: 20px;
	}

	.mb-md-25 {
		margin-bottom: 25px;
	}

	.mb-md-30 {
		margin-bottom: 30px;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}

	.mb-md-50 {
		margin-bottom: 50px;
	}

	.mb-md-75 {
		margin-bottom: 75px;
	}

	.mb-md-100 {
		margin-bottom: 100px;
	}

	.mb-md-150 {
		margin-bottom: 150px;
	}

	.mb-md-200 {
		margin-bottom: 200px;
	}

	.mb-md-250 {
		margin-bottom: 250px;
	}

	.mb-md-300 {
		margin-bottom: 300px;
	}

}

@media (max-width: 767px) {

	.mb-sm-5 {
	    margin-bottom: 5px;
	}

	.mb-sm-10 {
		margin-bottom: 10px;
	}

	.mb-sm-15 {
		margin-bottom: 15px;
	}

	.mb-sm-20 {
		margin-bottom: 20px;
	}

	.mb-sm-25 {
		margin-bottom: 25px;
	}

	.mb-sm-30 {
		margin-bottom: 30px;
	}

	.mb-sm-40 {
		margin-bottom: 40px;
	}

	.mb-sm-50 {
		margin-bottom: 50px;
	}

	.mb-sm-75 {
		margin-bottom: 75px;
	}

	.mb-sm-100 {
		margin-bottom: 100px;
	}

	.mb-sm-150 {
		margin-bottom: 150px;
	}

	.mb-sm-200 {
		margin-bottom: 200px;
	}

	.mb-sm-250 {
		margin-bottom: 250px;
	}

	.mb-sm-300 {
		margin-bottom: 300px;
	}

}

/* Block sizes
   ========================================================================== */

.blk-12 {
    width: 100%;
}

.blk-11 {
    width: 91.66666667%;
}

.blk-10 {
    width: 83.33333333%;
}

.blk-9 {
	width: 75%;
}

.blk-8 {
    width: 66.66666667%;
}

.blk-7 {
    width: 58.33333333%;
}

.blk-6 {
    width: 50%;
}

.blk-5 {
    width: 41.66666667%;
}

.blk-4 {
    width: 33.33333333%;
}

.blk-3 {
    width: 25%;
}

.blk-2 {
    width: 16.66666667%;
}

.blk-1 {
    width: 8.33333333%;
}

@media (max-width: 1200px) {

	.blk-lg-12 {
	    width: 100%;
	}

	.blk-lg-11 {
	    width: 91.66666667%;
	}

	.blk-lg-10 {
	    width: 83.33333333%;
	}

	.blk-lg-9 {
		width: 75%;
	}

	.blk-lg-8 {
	    width: 66.66666667%;
	}

	.blk-lg-7 {
	    width: 58.33333333%;
	}

	.blk-lg-6 {
	    width: 50%;
	}

	.blk-lg-5 {
	    width: 41.66666667%;
	}

	.blk-lg-4 {
	    width: 33.33333333%;
	}

	.blk-lg-3 {
	    width: 25%;
	}

	.blk-lg-2 {
	    width: 16.66666667%;
	}

	.blk-lg-1 {
	    width: 8.33333333%;
	}

}

@media (max-width: 992px) {

	.blk-md-12 {
	    width: 100%;
	}

	.blk-md-11 {
	    width: 91.66666667%;
	}

	.blk-md-10 {
	    width: 83.33333333%;
	}

	.blk-md-9 {
		width: 75%;
	}

	.blk-md-8 {
	    width: 66.66666667%;
	}

	.blk-md-7 {
	    width: 58.33333333%;
	}

	.blk-md-6 {
	    width: 50%;
	}

	.blk-md-5 {
	    width: 41.66666667%;
	}

	.blk-md-4 {
	    width: 33.33333333%;
	}

	.blk-md-3 {
	    width: 25%;
	}

	.blk-md-2 {
	    width: 16.66666667%;
	}

	.blk-md-1 {
	    width: 8.33333333%;
	}

}

@media (max-width: 767px) {

	.blk-sm-12 {
	    width: 100%;
	}

	.blk-sm-11 {
	    width: 91.66666667%;
	}

	.blk-sm-10 {
	    width: 83.33333333%;
	}

	.blk-sm-9 {
		width: 75%;
	}

	.blk-sm-8 {
	    width: 66.66666667%;
	}

	.blk-sm-7 {
	    width: 58.33333333%;
	}

	.blk-sm-6 {
	    width: 50%;
	}

	.blk-sm-5 {
	    width: 41.66666667%;
	}

	.blk-sm-4 {
	    width: 33.33333333%;
	}

	.blk-sm-3 {
	    width: 25%;
	}

	.blk-sm-2 {
	    width: 16.66666667%;
	}

	.blk-sm-1 {
	    width: 8.33333333%;
	}

}

@media (max-width: 499px) {

	.blk-xs-12 {
	    width: 100%;
	}

	.blk-xs-11 {
	    width: 91.66666667%;
	}

	.blk-xs-10 {
	    width: 83.33333333%;
	}

	.blk-xs-9 {
		width: 75%;
	}

	.blk-xs-8 {
	    width: 66.66666667%;
	}

	.blk-xs-7 {
	    width: 58.33333333%;
	}

	.blk-xs-6 {
	    width: 50%;
	}

	.blk-sm-5 {
	    width: 41.66666667%;
	}

	.blk-xs-4 {
	    width: 33.33333333%;
	}

	.blk-xs-3 {
	    width: 25%;
	}

	.blk-xs-2 {
	    width: 16.66666667%;
	}

	.blk-xs-1 {
	    width: 8.33333333%;
	}

}

/* Block paddings
   ========================================================================== */

.blk-1, 
.blk-2, 
.blk-3, 
.blk-4, 
.blk-5, 
.blk-6, 
.blk-7, 
.blk-8, 
.blk-9, 
.blk-10, 
.blk-11, 
.blk-12 {
	padding-right: 15px;
    padding-left: 15px;
}

/* Gutters
   ========================================================================== */

.gutter {
	padding-left: 15px;
	padding-right: 15px;
}

.gutter-sm {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.no-gutter {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

@media (max-width: 767px) {

	.no-gutter-sm {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}

	.hero-subtitle,
	.hero_form .hero-title {
		margin-top: 0;
		text-align: left;
	}

	.hero_form .hero-title {
		margin-bottom: 20px;
	}

	.hero-form .gform_fields, .hero-form .hero-form__inner form {
		display: block !important;
	}

	.hero-form .gform_fields {
		margin-bottom: 15px;
	}

	.hero.hero_form {
		height: 850px !important;
	}

}

/* Hide elements
   ========================================================================== */

@media (max-width: 1200px) {

	.hidden-xl {
		display: none;
	}

}

@media (max-width: 992px) {

	.hidden-md {
		display: none;
	}

}

@media (max-width: 767px) {

	.hidden-sm {
		display: none;
	}

}

/* Orders
   ========================================================================== */

.order-lg-1 {
	order: 1;
}

.order-lg-2 {
	order: 2;
}

.order-lg-3 {
	order: 3;
}

.order-lg-4 {
	order: 4;
}

@media (max-width: 992px) {

	.order-1 {
		order: 1;
	}

	.order-2 {
		order: 2;
	}

}

/* Positions
   ========================================================================== */

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.pos-fix {
	position: fixed;
}

/* Backgrounds
   ========================================================================== */

.bg-green {
	background: #01FFCC;
}

.bg-dblue {
	background: #0A1765;
}

.bg-lblue {
	background: #13A4EC;
}

.bg-orange {
	background: #FFAE00;
}

.bg-grey {
	background: #F5F4F9;
}

.bg-white {
	background: #FFF;
}

.bg-extra-dblue {
	background: #000B4D;
}

/* Text sizes
   ========================================================================== */

.text-0 {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.text-1 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-2 {
	font-size: 1.375rem;
	line-height: 2rem;
}

.text-3 {
	font-size: 2rem;
	line-height: 3rem;
}

.text-4 {
	font-size: 2.5rem;
	line-height: 2.75rem;
}

.text-5 {
	font-size: 5.1rem;
	line-height: 4.875rem;
}

.text-6 {
	font-size: 3rem;
	line-height: 3.25rem;
}

.text-7 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.text-8 {
	font-size: 5.75rem;
	line-height: 6rem;
}

/* Text weight
   ========================================================================== */

.text-regular {
	font-weight: 400;
}

.text-medium {
	font-weight: 500;
}

.text-semibold {
	font-weight: 600;
}

.text-bold {
	font-weight: 700;
}

.text-extrabold {
	font-weight: 800;
}

.text-black {
	font-weight: 900;
}

/* Text colors
   ========================================================================== */

.text-green {
	color: #01FFCC;
}

.text-dblue {
	color: #0A1765;
}

.text-lblue {
	color: #13A4EC;
}

.text-orange {
	color: #FFAE00;
}

.text-white {
	color: #FFF;
}

/* Text alignment
   ========================================================================== */

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/* Curves
   ========================================================================== */

.curved {
	border-radius: 15px;
}

/* Buttons
   ========================================================================== */

.btn {
	display: inline-block;
	padding: 11px 20px;
	height: 54px;
	text-decoration: none !important;
	border-radius: 30px;
	border: none;
	cursor: pointer;
}

.btn-big {
	padding: 12px 35px 18px;
}

.btn-green {
	background: #01FFCC;
	color: #0A1765 !important;
}

.btn-green:hover {
	background: #9ffce9;
}

.btn-blue {
	background: #0A1765;
	color: #FFF;
}

.btn-border-green {
	border: 2px solid #01FFCC;
	color: #01FFCC;
}

.btn-blue:hover {
	background: #2e3d99;
}

.btn-orange {
	background: #FFAE00;
	color: #0A1765 !important;
}

.btn-orange:hover {
	background: #ffcb5c;
}

.btn-border {
	border: 3px solid #13A4EC;
	border-radius: 10px;
	max-height: 50px;
	line-height: 1.3rem;
}

.btn-border:hover {
	background: #13A4EC;
	color: #FFF;
}

/* Header
   ========================================================================== */

#header {
	position: absolute;
	z-index: 101;
	width: 100%;
}

/* Header Logo
   ========================================================================== */

.header-logo {
	position: relative;
	width: 300px;
	height: 35px;
	margin-left: -30px;
}

.header-logo a {
	text-decoration: none;
}

.show-menu .header-logo {
	position: fixed;
}

.show-menu .header-logo svg path {
	fill: #0A1765;
}

.show-menu .header-logo .logo-x:before,
.show-menu .header-logo .logo-x .x-left:before,
.show-menu .header-logo .logo-x .x-left:after,
.show-menu .header-logo .logo-x .x-right:before,
.show-menu .header-logo .logo-x .x-right:after {
	background: #0A1765;
}

/* Logo
   ========================================================================== */

.logo .logo-x {
	position: absolute;
	left: 34px;
	top: 19px;
	width: 18px;
	height: 40px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo svg path {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo .logo-x:before {
	position: absolute;
	content: '';
	width: 18px;
	height: 7px;
	background: #01ffcc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo:hover .logo-x,
.logo:hover .logo-x:before {
	width: 70px;
}

.logo .logo-x .x-left:before {
	content: '';
	position: absolute;
	left: -5px;
	top: -10px;
	width: 6px;
	height: 16px;
	background: #01ffcc;
	transform: rotate(-32deg) skewY(32deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo .logo-x .x-left:after {
	content: '';
	position: absolute;
	left: -5px;
	top: 0;
	width: 6px;
	height: 16px;
	background: #01ffcc;
	transform: rotate(32deg) skewY(-32deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo .logo-x .x-right:before {
	content: '';
	position: absolute;
	right: -5px;
	top: -10px;
	width: 6px;
	height: 16px;
	background: #01ffcc;
	transform: rotate(32deg) skewY(-32deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo .logo-x .x-right:after {
	content: '';
	position: absolute;
	right: -5px;
	top: 0;
	width: 6px;
	height: 16px;
	background: #01ffcc;
	transform: rotate(-32deg) skewY(32deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo .logo-end {
	position: relative;
	left: -28px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo:hover .logo-end {
	left: 25px;
}

/* Header toggle
   ========================================================================== */

.header-toggle {
	position: fixed;
	left: 50%;
	right: 0;
	top: 35px;
	transform: translateX(-27.5px);
	width: 55px;
	height: 55px;
	border: 1px solid #FFF;
	background: #182890;
	overflow: hidden;
}

.show-menu .header-toggle {
	background: none;
}

.header-toggle:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #01FFCC;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translate(35px, 65px);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header-toggle:hover:after {
	transform: translate(-5px, -5px);
	height: 110%;
	width: 110%;
}

.header-toggle a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 0 12px;
}

.header-toggle .toggle-line {
	position: relative;
	z-index: 1;
	display: block;
	height: 3px;
	margin-bottom: 7px;
	background: #01FFCC;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.show-menu .header-toggle .toggle-line {
	width: 30px !important;
	background: #0A1765;
}

.show-menu .header-toggle .toggle-line:first-child {
	transform: rotate(45deg) !important;
	top: 10px;
}

.show-menu .header-toggle .toggle-line:nth-child(2) {
	transform: rotate(-45deg);
}

.show-menu .header-toggle .toggle-line:last-child {
	opacity: 0;
}

.show-menu .header-toggle .toggle-line:after {
	display: none;
}

.show-menu .header-toggle:hover .toggle-line {
	transform: rotate(0deg) !important;
}

.header-toggle .toggle-line:after {
	content: '';
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header-toggle a:hover .toggle-line:after {
	background: #0A1765;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header-toggle .toggle-line:first-child {
	width: 20px;
	margin-left: auto;
}

.header-toggle .toggle-line:nth-child(2) {
	width: 30px;
}

.header-toggle .toggle-line:last-child {
	width: 20px;
	margin-bottom: 0;
}

.header-toggle a:hover .toggle-line:first-child {
	transform: translateX(-9px);
}

.header-toggle a:hover .toggle-line:nth-child(2) {
	width: 25px;
}

.header-toggle a:hover .toggle-line:last-child {
	width: 30px;
}

/* To vacancies
   ========================================================================== */

.to-vacancies {
	position: absolute;
	width: 187px;
	left: 0;
	right: 0;
	top: 35px;
	margin: auto;
}

/* Menu
   ========================================================================== */

.main-menu {
	position: fixed;
	opacity: 0;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.show-menu {
	overflow: hidden;
}

.show-menu .main-menu {
	opacity: 1;
	z-index: 100;
}

.main-menu .container {
	height: 100%;
}

.main-menu ul {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.main-menu ul li {
	position: relative;
	list-style-type: none;
	margin-bottom: 15px;
}

.main-menu ul li a {
	position: relative;
	color: #0A1765;
	font-size: 2rem;
	font-weight: 900;
	padding-bottom: 5px;
	text-decoration: none;
}

.main-menu ul li a:after {
	content: '';
	height: 5px;
	background: #13A4EC;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.main-menu ul li a:hover:after {
	width: 110%;
}

.main-menu ul li.large-item {
	margin-bottom: 20px;
}

.main-menu ul li.large-item.last-item {
	margin-bottom: 50px;
}

.main-menu ul li.large-item a {
	font-size: 4.25rem;
}

.main-menu .vacancy-count {
	position: absolute;
	right: -30px;
	top: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	font-size: 1rem;
	font-weight: 900;
	border: 2px solid #13A4EC;
	border-radius: 100%;
}

.main-menu .vacancy-count span {
	position: relative;
	top: -1px;
}

/* Hero
   ========================================================================== */

.hero {
	position: relative;
	width: 100%;
}

.single-training .hero {
	max-height: 550px;
}

.hero:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #0A176565 0%, #0A1765 92%, #0A1765 100%) scroll;
}

.hero.hero_form:after {
	background: linear-gradient(180deg, #0A176565 0%, #0A1765 34%, #0A1765 100%) scroll;
}

.hero .hero-image {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero .hero-image img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero .hero-video {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.hero .hero-content {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1160px;
	height: 100%;
}

.single-training .hero .hero-content .hero-title {
	font-size: 3rem;
	line-height: 3.25rem;
}

.hero_form .hero-title {
	font-size: 3rem;
	line-height: 3.25rem;
	font-weight: 900;
}

.hero-subtitle {
	font-size: 5.75rem;
	line-height: 5.85rem;
	font-weight: 900;
	margin-top: -10px;
}

.hero .hero-content .hero-usps li {
	list-style-type: none;
}

.hero .hero-content .hero-usps li svg {
	margin-right: 5px;
}

.show-menu .hero .hero-content {
	display: none;
}

.hero .hero-content .to-trainings {
	display: block;
	text-decoration: none;
}

.hero .hero-content .to-trainings:hover {
	color: #01FFCC;
}

.hero .hero-content .to-trainings svg {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.hero .hero-content .to-trainings svg path,
.hero .hero-content .to-trainings svg line {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.hero .hero-content .to-trainings:hover svg path,
.hero .hero-content .to-trainings:hover svg line {
	stroke: #01FFCC;
}

.hero .vacancy-meta {
	display: block;
}

.hideHeroImage {
	display: none;
}

.hero .stars {
	display: none;
}

.single-training .hero .stars {
	display: flex;
}

.single-training .hero .stars li {
	list-style: none;
	padding-left: 5px;
}

.single-training .hero .stars li svg {
	width: 22px;
	height: 22px;
}

.star-review {
	font-size: 0.875rem;
	padding: 3px 0 0 5px;
}

.hero-form__inner {
	border-radius: 20px;
	position: relative;
	z-index: 2;
}

.hero-form .gform_fields,
.hero-form .hero-form__inner form {
	display: flex;
	justify-content: space-between;
}

::placeholder {
	color: #0A1765;
	font-weight: 600;
	opacity: 1;
}

.hero-form .hero-form__inner .gform_confirmation_message,
.cta-inner .gform_confirmation_message {
	font-size: 1.2rem;
	color: #0A1765;
	font-weight: 600;
}

@media (max-width: 767px) {
	.content .flickity-slider .blk-5 {
		margin-left: -20px;
	}

	.carousel-nav li {
		margin-left: 20px !important;
	}

	.carousel-nav li:first-child {
		margin-left: 0 !important;
	}

	.content .flickity-viewport {
		min-height: 640px;
	}

}

.hero-form .hero-form__inner form input:not(.gform_button),
.cta-content form input:not(.gform_button) {
	padding: 7px 15px 10px;
	margin-top: 3px;
}

.form-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.hero-form .gform_footer input[type="submit"],
.cta-content .gform_footer input[type="submit"] {
	margin-top: 0;
	background: #0A1765;
	color: #fff;
	padding: 15px 35px 17px;
	margin-left: 7.5px;
}

.hero-form .gform_footer input[type="submit"]:hover,
.cta-content .gform_footer input[type="submit"]:hover {
	background: #2e3d99;
}

.hero-form__inner p {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 900;
}

.hero-form figure {
	position: relative;
	top: 10px;
}

.hero-form figure img {
	margin: auto;
}

@media (max-width: 1080px) {

	.hero-subtitle {
		font-size: 4.95rem;
		line-height: 5.15rem;
	}

}

@media (max-width: 767px) {

	.hero_form .hero-content {
		padding-bottom: 35px !important;
	}

	.hero-subtitle {
	    font-size: 2.05rem;
	    line-height: 2.25rem;
	}

	.hero_form .hero-title {
	    font-size: 2.4rem;
	    line-height: 2.75rem;
	 }

}

/* Tabs
   ========================================================================== */

#tabs {
	display: flex;
	flex-wrap: wrap;
}

#tabs ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

#tabs ul li {
	list-style-type: none;
	position: relative;
	margin-right: 30px;
}

#tabs ul li.ui-state-active:after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #01FFCC;
}

.tabs {
	position: relative;
}

.tabs .bg-white:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54%;
	background: #01FFCC;
}

.tabs-item {
	width: 100%;
	margin-bottom: 30px;
	margin-top:50px
}

.tabs .btn {
	padding: 11px 31px;
	font-weight: 900;
}

.tabs-title {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 900;
	color: #0A1765;
}

.tabs .tabs-item {
	font-size: 1.25rem;
}

.tabs .tabs-item h3 {
	font-size: 1.5rem;
	font-weight: 900;
	padding-bottom: 10px;
}

.tabs .tabs-item {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}

@media (max-width: 1115px) {

	.tabs .bg-white:after {
		height: 58%;
	}

}

@media (max-width: 992px) {

	.tabs .bg-white:after {
		height: 57%;
	}

}

@media (max-width: 767px) {

	.tabs ul {
		display: block !important;
	}

	.tabs ul li,
	.tabs ul li img {
		width: 110px;
		display: inline-block;
	}

	.tabs ul li img {
		object-fit: contain;
	}

	.tabs .bg-white:after {
		height: 38%;
	}
	
	.tabs .btn {
		padding: 11px 31px;
		font-weight: 900;
		text-align: center;
	}
	
	.tabs-item {
		margin-bottom: 10px;
		margin-top:10px
	}
	
	.tabs-title {
		text-align: center;
	}

}

/* Services
   ========================================================================== */

.justify-center {
	justify-content: center;
}

.services .service {
	height: 100%;
}

.services .service a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.services .services-title {
	font-size: 15rem;
	line-height: 6rem;
	color: #182890;
	transform: translateY(-25px);
}

.services .service .service-image {
	position: relative;
	height: 275px;
}

.services .service .service-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,255,204,.8);
}

.services .service .service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services .service .service-content {
	padding-bottom: 250px;
}

.services .service .service-title {
	font-size: 2.75rem;
	line-height: 2.5rem;
	transform: translateY(-65px);
}

.services .service .service-text {
	left: 0;
	top: 30px;
	height: 100%;
}

.services .service .service-arrow {
	right: 30px;
	bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.services .service .service-arrow svg {
	width: 35px;
}

.services .service a:hover .service-arrow {
	right: 25px;
}

.services .service .service-arrow svg path,
.services .service .service-arrow svg line {
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	stroke: #01FFCC;
}

.services .service a:hover .service-arrow svg path,
.services .service a:hover .service-arrow svg line {
	stroke: #0A1765;
}

.service-carousel {
	position: relative;
}

.services-carousel {
	background: #ffffff;
}

.service-carousel .carousel__background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}

.services-carousel:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 0;
	box-shadow: 0 0 120px 200px #0A1765;
	z-index: -1;
}

.service-carousel .light-bulb {
	top: 50px;
	left: 70%;
}

.active-paralax .service-carousel .carousel__background {
	z-index: -1;
}

.service-carousel .carousel__background,
.service-carousel .carousel__background img {
	width: 100%;
	height: 100%;
	max-height: 1050px;
}

.service-carousel .carousel__background:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(180deg, transparent 0%, #0A1765 92%, #0A1765 100%) scroll;
}

.service-carousel .carousel__background img {
	object-fit: cover;
}

.service-carousel .carousel-services__title {
	font-size: 5.75rem;
	color: #01FFCC;
	font-weight: 900;
	text-align: center;
}

.service-carousel .carousel-services__title svg {
	position: relative;
	top: 17px;
}

.services-carousel {
	position: relative;
	z-index: 2;
}

.services-subtitle,
.services-item h3 {
	color: #fff;
	font-size: 2.75rem;
	line-height: 2.5rem;
	font-weight: 900;
	text-align: center;
}

.services-item h3 {
	color: #01FFCC;
	font-weight: 700;	
	text-align: left;
}

.services-item {
	border: 2px solid #01FFCC;
	border-radius: 15px;
	margin: 0 7.5px;
	min-height: 400px;
}

.services-item figure img {
	max-width: 80px;
}

.services-content {
	font-size: 1.125rem;
	font-weight: 1.75rem;
	font-weight: 600;
}

.carousel.service-carousel {
	overflow: hidden;
}

.services-carousel .flickity-viewport {
	height: 450px !important;
}

/* Blocks
   ========================================================================== */

.content .block-image {
	height: 334px;
	width: 100%;
	overflow: hidden;
}

.content .block-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(10,23,101,.8);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.content a:hover .block-image:before {
	background: rgba(10,23,101,.6);
}

.content .block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .block-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.content .block-content:hover {
	bottom: 30px;
}

.content .bg-grey h2 {
	color: #0A1765;
}

.content .block-image.blockcontent {
	height: 225px;
}

.content .block-content.blockcontent {
	text-align: left;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0 40px;
}

.carouselContentBlocks a {
	text-decoration: none;
}

.content .block-content.blockcontent h3 {
	padding: 195px 0 0 0;
}

.content .block-content.blockcontent p {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.block-subcontent {
	font-weight: 600;
}

.block-image.blockcontent {
	border-radius: 15px 15px 0 0;
}

.block-subcontent .bg-dblue {
	border-radius: 0 0 15px 15px;
}

/* Sidebar
   ========================================================================== */

.sidebar-usps {
	border-radius: 15px;
	overflow: hidden;
}

.sidebar-usps ul li {
	list-style-type: none;
	display: flex;
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.sidebar-usps ul li figure {
	width: 44px;
}

.sidebar-usps ul li figure {
	margin-right: 20px;
}

.sidebar-usps ul li figure img {
	margin: auto;
	max-width: 44px;
}

.sidebar-content ul {
	margin-left: 25px !important;
}

.sidebar-content ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
	text-indent: -25px;
}

.sidebar-content ul li:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/check_green.svg') no-repeat;
	background-size: contain;
	width: 14px;
	height: 10px;
	margin-right: 10px;
}

/* Content cta
   ========================================================================== */

.cta-content form,
.cta-content form .gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cta-content form .gform_body {
	width: 65%;
}

.cta-content .cta-inner {
	position: relative;
	top: -130px;
}

.carousel-steps .cta-content .cta-inner {
	top: -100px;
}

@media (max-width: 767px) {

	.cta-content form .gform_body {
		width: 100%;
	}

	.cta-content form .gform_fields {
		margin-bottom: 15px;
	}

	.carousel-nav {
		margin: 0 !important;
	}

	.services-carousel:after {
		display: none;
	}

}

/* Carousel
   ========================================================================== */

.carousel {
	overflow: hidden;
}

.carouselBlocks .carousel-trainings {
	position: relative;
}

.carousel-steps {
	overflow: hidden;
}

.carousel-nav {
	display: flex;
	justify-content: space-between;
}

.carousel-nav li {
	list-style: none;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.carousel-nav li span {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	text-align: center;
	border: 2px solid #01FFCC;
	display: block;
	margin: 0 auto 10px;
	transition: all .3s ease-in-out;
}

.carousel-nav li:hover,
.carousel-nav li.active-slide {
	color: #FFAE00;
}

.carousel-nav li:hover span,
.carousel-nav li.active-slide span {
	border: 2px solid #FFAE00;
}

.border-carousel {
	position: relative;
	z-index: 2;
	color: #fff;
	margin: auto;
	max-width: 1160px;
}

.border-carousel .flickity-viewport {
	min-height: 650px;
	max-height: 680px;
}

.border-carousel .carousel-item  {
	border-radius: 15px;
	border: 2px solid #01FFCC;
	margin: 0 7.5px;
}

.border-carousel .flickity-slider,
.border-carousel .flickity-slider .blk-10 {
	height: 100%;
}

.border-carousel .carousel-item .blk-1,
.border-carousel .carousel-item .blk-2
.border-carousel .carousel-item .blk-4 {
	height: 100%;
}

.border-carousel h2,
.border-carousel h3,
.border-carousel h4 {
	color: #01FFCC;
	font-size: 2.75rem;
	line-height: 2.5rem;
	font-weight: 700;
	padding-bottom: 25px;
}

.border-carousel .carousel-item .row {
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.border-carousel ul {
	padding-left: 15px;
	line-height: 2rem;
}

.carousel-cta {
	margin: auto;
}

.border-carousel .flickity-button {
	border: 2px solid #01FFCC;
	border-radius: 50px;
	position: absolute;
	width: 60px;
	height: 60px;
	transform: translateY(0, -50%);
	top: 50%;
	cursor: pointer;
}

.border-carousel .flickity-button svg {
	display: none;
}

.border-carousel .flickity-button.next {
	right: 5.3%;
	background: url('../images/icons/arrow-right-green.svg') #0A1765 no-repeat 50% 50%;
	background-size: 25px;
}

.border-carousel .flickity-button.previous {
	left: 5%;
	background: url('../images/icons/arrow-left-green.svg') #0A1765 no-repeat 50% 50%;
	background-size: 25px;
}

.carousel-cta {
	width: 100%;
	bottom: -65px;
}

.carousel-cta .blk-10 {
	background: #01FFCC;
	border-radius: 15px;
	position: relative;
	width: 75%;
	margin: 0 auto;
	top: -30px;
}

.carousel-cta .blk-10 figure {
	position: absolute;
	left: 25px;
	bottom: -3px;
}

.carousel-cta img {
	width: 250px;
}

.carousel-cta h3 {
	font-size: 1.5rem;
	font-weight: 700;
}

.carousel-steps .cta__heading {
	color: #0A1765;
	padding-bottom: 0;
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
	display: block;
	max-width: 350px;
	font-weight: 900;
}

.carousel-steps .carousel-cta .btn {
	height: 100%;
	font-weight: 700;
	padding: 20px 35px;
	font-size: 1.125rem;
	margin-right: 15px;
	margin: 0 0 auto auto;
}

.carousel-steps .carousel-content {
	font-weight: 600;
}

.carousel-steps .carousel-content li {
	list-style-type: none;
}

.carousel-steps .carousel-content li:before {
	content: '\2022';
	color: #FFAE00;
	font-weight: 700;
	font-size: 25px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: -12px;
	position: relative;
	top: 3px;
}

.carousel-steps,
.hero_form {
	overflow: hidden;
	position: relative;
}

.light-bulb {
	position: absolute;
	top: -450px;
	left: 50%;
	transform: translate(20%, 0);
}

.carousel.service-carousel .container {
	z-index: 3;
}

.services-carousel:after {
	content: '';
	background: url('../images/icons/lightbulbe.svg');
	position: absolute;
	right: -120px;
	top: -550px;
	width: 480px;
	height: 550px;
	object-fit: contain;
	z-index: -1;
}

.logo-default .container {
	overflow: hidden;
}

.logo-default .blk-2 {
	float: left;
}

.logo-default .logo-carousel {
	width: 80%;
	margin: 0 auto 0 0;
	overflow: hidden;
}

@media (max-width: 992px) {

	.carousel-steps .cta__heading {
		transform: none !important;
		position: static !important;
		margin-bottom: 20px;
	}

	.border-carousel .carousel-item .row {
		justify-content: flex-start;
	}

	.carousel-cta {
		bottom: -110px;
		width: 90%;
		text-align: left;
	}

	.border-carousel {
		margin: 0 15px;
	}

	.carousel-cta .blk-10 {
		width: 100%;
	}

}

@media (max-width: 767px) {

	.carousel-title {
		font-size: 4.05rem !important;
		line-height: 4.2rem;
	}

	.carousel-cta .blk-10 {
		top: -80px;
	}

	.light-bulb {
		display: none;
	}

	.carousel-cta {
		bottom: -140px;
		width: 88%;
	}

	.border-carousel .flickity-button {
		top: 25px;
		width: 50px;
		height: 50px;
		left: 54% !important;
		right: auto;
	}

	.carousel-nav {
		overflow-x: scroll;
		max-width: 350px;
		margin: auto !important;
	}

	.carousel-nav li:not(.active-slide):hover {
		color: #01FFCC;
	}

	.carousel-nav li:not(.active-slide):hover span {
		border: 2px solid #01FFCC;
	}

	.border-carousel .flickity-button.previous {
		transform: translate(-80px, 0);
	}

	.service-carousel .carousel-services__title {
	    font-size: 3.15rem;
	    line-height: 3.75rem;
	}

	.service-carousel .carousel-services__title svg {
		top: 10px;
		width: 240px;
		margin: auto;
		display: block;
	}

	.logo-default .logo-carousel {
		width: 100%;
	}

	.logo-partner {
		width: 50% !important;
	}

}

/* Trainers
   ========================================================================== */

.carousel-trainers {
	position: relative;
	padding-left: 8.33333333%;
}

.trainer {
	position: relative;
	width: 376px;
	height: 471px;
	margin-right: 15px;
}

.trainer:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 206px;
	background: linear-gradient(180deg, #0A176500 0%, #0A17658D 100%);
}

.trainer a {
	display: block;
	height: 100%;
}

.trainer .trainer-content {
	z-index: 1;
	left: 0;
	bottom: 0;
	padding: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.trainer a:hover .trainer-content {
	padding-bottom: 50px;
}

.trainer .trainer-content .trainer-name {
	line-height: 2rem;
}

.trainer-modal {
	position: absolute;
	opacity: 0;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.carousel .modal-holder {
	width: 100%;
	min-height: 600px;
}

.trainer-modal .modal-content {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	max-width: 768px;
	margin: auto;
}

.show-modal .trainer-modal .modal-content {
	z-index: 1;
}

.show-modal .trainer-modal.modal-active {
	opacity: 1;
	z-index: 99999;
}

.show-modal .carousel-trainers button {
	display: none;
}

.trainer-modal .modal-image {
	position: absolute;
	left: -181px;
	top: 0;
	width: 376px;
	height: 471px;
}

.trainer-modal .trainer-content {
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
}

.trainer-modal .trainer-content:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 206px;
	background: linear-gradient(180deg, #0A176500 0%, #0A17658D 100%);
}

.trainer-modal .trainer-content .trainer-name {
	line-height: 2rem;
}

.trainer-modal .trainer-content .trainer-name,
.trainer-modal .trainer-content span {
	z-index: 1;
}

.trainer-image img, .trainer-modal .modal-image img {
	object-fit: cover;
	max-height: 471px;
}

.trainer-image img, .trainer-image, .trainer-modal .modal-image img {
	width: 100%;
	height: 100%;
}

.trainer-modal .content-text {
	width: 100%;
	height: 100%;
}

.show-modal #ui-datepicker-div {
	z-index: 99999999999 !important;
	background: #182890;
	padding: 20px;
}

.trainers__box {
	margin-bottom: 20px;
	max-width: 454px;
}

.trainers__box .trainer__image {
	margin-left: 15px;
}

.trainers__box .trainer__image, .trainers__box .trainer__image img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
}

.trainers__box .trainer__image img {
	object-fit: cover;
}

.trainers__box .read-more {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	transition: all .3s ease-in-out;
}

.trainers__box .read-more:hover {
	color: #85E1CF;
}

.trainers__box .hidden-content {
	display: none;
}

.trainers__box .read-more-content p {
	margin-bottom: 20px;
}

.trainers__box .read-more-content p:last-child {
	margin-bottom: 0;
}

.trainers__box .trainer__content {
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.trainers__box .trainer__title {
	font-size: 1.5rem;
}

@media (max-width: 992px) {

	.trainers__box {
		max-width: 420px;
	}

	.trainers__box .trainer__content {
		max-width: 100%;
	}

}

@media (max-width: 767px) {

	.trainers__box .text-2 {
		font-size: 1.275rem;
	}

}

/* Datepicker
   ========================================================================== */

.ui-datepicker-header {
	border: none;
	background: transparent;
	color: #FFF;
	font-size: 15px;
}

.ui-datepicker-header .ui-datepicker-prev {
	float: left;
	font-weight: 700;
	padding-bottom: 15px;
}

.ui-datepicker-header .ui-datepicker-next {
	float: right;
	font-weight: 700;
	padding-bottom: 15px;
}

#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
	display: none;
}

#ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
	margin-left: 10px;
	border: none;
	font-size: .925rem;
	font-weight: bold;
	background: none;
	color: #FFF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

}

.ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #e9f0f4;
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border:none;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker th {
	padding: 1em 0;
	color: #ccc;
	font-size: 13px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #FFF;
}

.ui-datepicker td {
	background: #182890;
	border: none;
	padding: 3px;
}

td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	text-decoration: none !important;
}

.ui-state-disabled  {
	opacity: 1;
}

.ui-state-disabled .ui-state-default {
	color: #fba49e;
}

/* Related trainer
   ========================================================================== */

.trainers .related-trainer {
	position: relative;
	top: -75px;
}

.trainers .trainer-excerpt {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.trainers .trainer {
	margin: 0 auto;
}

/* Why
   ========================================================================== */

.why ul {
	text-align: center;
}

.why ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	width: 33%;
}

.why .why-icon {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.why .why-icon img {
	display: inline-block;
}

/* Filters
   ========================================================================== */

.filters ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: -40px;
}

.filters ul li {
	list-style-type: none;
	margin: 40px 15px 0 0;
}

.filters ul li:last-child {
	margin-right: 0;
}

.filters ul li a {
	text-decoration: none;
	padding: 8px 20px 11px;
	border-radius: 10px;
	border: 3px solid #13A4EC;
}

.filters ul li a:hover,
.filters ul li a.active-link {
	color: #01FFCC;
	border-color: #01FFCC;
}

.filters .btn {
	position: relative;
	top: -12px;
}

/* Trainings
   ========================================================================== */

.trainings-holder {
	position: relative;
	top: -125px;
	padding-left: 8.33333333%;
	padding-right: 8.33333333%;
}

.training {
	width: 310px;
	height: 385px;
	margin-right: 15px;
}

.training:before {
	content: '';
	position: absolute;
	opacity: 0;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: 5px solid #FFAE00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.training:hover:before {
	opacity: 1;
}

.training .training-image {
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.training .training-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.training .training-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.training .training-icon {
	height: 80px;
	width: 60px;
}

.training .training-content {
	z-index: 2;
	height: 100%;
}

.training .training-title {
	line-height: 2rem;
}

.training .training-meta {
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.training .training-meta .training-dates {
	padding-left: 3px;
}

.training .training-meta span {
	position: relative;
	top: -3px;
	left: 8px;
}

.training .training-meta span span {
	left: 0;
	top: 0;
}

.training .training-meta span span:last-child small {
	display: none;
}

.training a {
	text-decoration: none;
}

.training a svg {
	bottom: 30px;
	right: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.training a:hover svg {
	right: 20px;
}

@media (max-width: 767px) {

	.training .training-title {
		font-size: 1.6rem;
	}

}

/* Blog grid
   ========================================================================== */

.blog .carousel-trainings {
	position: relative;
	top: -125px;
}

.blog .training {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

.blog .training figure {
	height: 130px;
	left: 0;
	top: 0;
}

.blog .training .training_addition_information {
	color: #000;
	justify-content: space-between;
	margin-right: 0;
	margin-left: 0;
}

.training_read_time {
	display: flex;
	justify-content: center;
	align-items: center;
}

.training_read_time span {
	margin-left: 10px;
}

.blog .training .content-regular {
	line-height: 1.25rem;
}

.blog .training a svg {
	bottom: 10px;
	right: 20px;
}

.blog .training a:hover svg {
	right: 10px;
}

.topics .topics_title h2 {
	font-size: 2.5rem;
	color: #13A4EC;
}

.topics .topics_content {
	margin: 25px 0 0;
}

.author_content-topics .topic,
.topics .topic {
	font-size: 1.25rem;
	color: #13A4EC;
	text-decoration: none;
}

.author_content-topics .topic span,
.topics .topic span {
	color: #01FFCC;
}

.author_content-topics .active-link,
.topics .active-link {
	color: #FFAE00;
}

/* Knowledge base
   ========================================================================== */

.knowledge_base {
	color: #0A1765;
}

.knowledge_base .knowledge_base_form {
	position: relative;
}

.knowledge_base .knowledge_base_form:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #0A1765;
}

.knowledge_base .form_block {
	border-radius: 20px;
	background: #FFAE00;
	padding: 20px 110px;
}

.knowledge_base .form_block h2 {
	font-size: 3rem;
	text-align: center;
}

.knowledge_base .form_block h4 {
	font-size: 2.5rem;
	font-weight: 400;
	color: #13A4EC;
	text-align: center;
}

.knowledge_base .form_block_subscribe {
	position: relative;
}

.knowledge_base .form_block_subscribe #field_7_2,
.knowledge_base .form_block_subscribe label {
	display: none;
}

.knowledge_base .form_block_subscribe .gform_footer {
	position: absolute;
	top: -3px;
	right: -50px;
}

.knowledge_base .form_block_subscribe input[type="email"] {
	color: #000;
	font-size: 2.5rem;
	border-radius: 20px;
}

.knowledge_base .form_block_subscribe .gform_footer input[type="submit"] {
	font-size: 2.5rem;
	color: #FFF;
	background: #0A1765;
	border-radius: 45px;
	padding: 30px 30px 37px;
	margin-top: 0;
}

.knowledge_base_block {
	color: #01FFCC;
	padding-top: 100px;
	padding-bottom: 75px;
}

.knowledge_base_block .block_svg {
	position: absolute;
	top: -30px;
}

.knowledge_base_block h1 {
	font-size: 6rem;
	text-align: center;
}

.knowledge_base_block h4 {
	font-size: 2.5rem;
	text-align: center;
}

.knowledge_base_block .block_content {
	font-size: 2.5rem;
	text-align: center;
}

.knowledge_base_block .block_button {
	display: flex;
	justify-content: center;
}

.knowledge_base_block .block_button a {
	font-size: 2.5rem;
	color: #0A1765;
	background: #FFAE00;
	border-radius: 20px;
	padding: 25px 75px;
	text-decoration: none;
}

@media (max-width: 992px) {

	.knowledge_base_block .block_svg {
		top: -110px;
	}

}

@media (max-width: 767px) {

	.knowledge_base .form_block {
		padding: 20px 35px;
	}

	.knowledge_base .form_block_subscribe input[type="email"] {
		font-size: 1.75rem;
	}

	.knowledge_base .form_block_subscribe .gform_footer {
		position: static;
	}

	.knowledge_base .form_block_subscribe .gform_footer input[type="submit"] {
		font-size: 1.5rem;
		padding: 15px 20px 17px;
	}

}

@media (max-width: 499px) {

	.knowledge_base_block h1 {
		font-size: 4rem;
	}

	.knowledge_base_block .block_svg {
		display: none;
	}

	.knowledge_base_block .block_button a {
		font-size: 1.75rem;
		padding: 20px 25px;
	}

}

/* Blog author information
   ========================================================================== */

.blog_author {
	color: #FFF;
}

.blog_author .author_information {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blog_author .author_image img {
	height: 150px;
	width: 150px;
	border-radius: 80px;
	border: 2px solid #01FFCC;
}

.blog_author .author_name {
	font-size: 1.125rem;
	font-weight: 400;
	color: #01FFCC;
}

.blog_author .author_content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog_author .author_content p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
}

.blog_author .author_content-topics .topic {
	width: 20%;
	padding: 0 15px;
}

.share_blog ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding: 0 15px;
}

.share_blog ul li:not(:last-child) {
	margin-right: 50px;
}

@media (max-width: 992px) {

	.blog_author .author_information .author_name,
	.blog_author .author_information .author_image {
		display: flex;
		justify-content: center;
	}

	.blog_author .author_content {
		margin: 0;
	}

	.blog_author .author_content-topics .topic {
		width: 33%;
		margin-bottom: 15px;
	}

}

@media (max-width: 499px) {

	.blog_author .author_content-topics .topic {
		width: 100%;
	}

	.share_blog ul li:not(:last-child) {
		margin-right: 25px;
	}

}

/* Recent Blogs
   ========================================================================== */

.recent_blogs .recent_blogs_title {
	font-size: 3.75rem;
	font-weight: 800;
	color: #0A1765;
	text-align: center;
	padding: 50px 0 75px;
}

/* Gallery
   ========================================================================== */

.gallery-carousel {
	position: relative;
	z-index: 2;
	max-height: 500px;
}

.gallery-carousel .gallery-image {
	height: 800px;
	width: 66%;
}

.gallery-carousel .gallery-image.small-images {
	width: 35%;
}

.carouselContentBlocks {
	display: block;
	margin: 0;
	position: relative;
	z-index: 2;
	padding-top: 40px;
}

.gallery-carousel .gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 500px;
}

.carousel-title {
	font-size: 5.75rem;
}

.carousel .gallery-carousel .flickity-button.next {
	left: 50%;
	margin-left: 0;
	right: initial;
}

.carousel .gallery-carousel .flickity-button.previous {
	left: 50%;
	margin-left: -73px;
	right: initial;
}

.show-modal .carousel .carousel-trainers .trainer a,
.show-modal .carousel-trainers .trainer:after {
	opacity: 0;
}

.carousel .gallery-carousel .flickity-button {
	background-color: #F5F4F9 !important;
	top: -30px;
}

.carousel .gallery-carousel .flickity-button:hover {
	background-color: #FFF !important;
}

@media (max-width: 767px) {

	.gallery-carousel .gallery-image.small-images {
		width: 100%;
	}

	.carousel-nav li {
		font-size: 1.1rem;
	}

	.carousel-nav li span {
		font-size: 1.4rem;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.border-carousel .carousel-item figure img {
		margin: 20px auto;
	}

	.border-carousel .carousel-item {
		padding: 20px 20px 90px;
	}

}

/* Regular
   ========================================================================== */

.content-regular p,
.content-regular ul,
.content-regular ol {
	margin-bottom: 25px;
}

.content-regular ul,
.content-regular ol {
	margin-left: 30px;
}

.content-regular a {
	text-decoration: none;
	color: #01FFCC;
}

.content-regular a:hover {
	text-decoration: underline;
}

.content-regular blockquote {
	max-width: 768px;
	margin: auto;
	color: #FFF;
	padding: 50px;
	border-radius: 15px;
	background: #0a1765;
	margin-bottom: 25px;
	text-align: center;
}

.content-regular blockquote p {
	font-size: 1.525rem;
	line-height: 2.225rem;
	font-weight: 700;
	color: #01FFCC;
}

.content-regular h1 {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 800;
	margin-bottom: 25px;
}

.content-regular h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 800;
	margin-bottom: 25px;
}

.content-regular h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 800;
	margin-bottom: 25px;
}

.content-regular :last-child {
	margin-bottom: 0;
}

/* Vacancies
   ========================================================================== */

.vacancy {
	height: 225px;
}

.vacancy a {
	display: block;
	text-decoration: none;
}

.vacancy .vacancy-image {
	width: 236px;
	height: 225px;
	overflow: hidden;
}

.vacancy .vacancy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.vacancy .vacancy-title {
	font-size: 1.5rem;
	line-height: 2.25rem;
}

.vacancy.show-vacancy {
	display: block;
}

.vacancy.hide-vacancy {
	display: none;
}

.vacancy svg {
	position: absolute;
	right: -50px;
	bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.vacancy svg path,
.vacancy svg line {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.vacancy a:hover svg {
	right: -60px;
}

.vacancy a:hover svg path,
.vacancy a:hover svg line {
	stroke: #0A1765;
}

/* Vacancy filters
   ========================================================================== */

.vacancy-filters {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.vacancy-filters li {
	list-style-type: none;
	margin: 0 15px 15px 0;
}

.vacancy-filters li .btn.active-link {
	background: #13a4ec;
	color: #FFF;
}

.vacancy-filters li .btn-all {
	border-color: #01FFCC;
}

.vacancy-filters li .btn-all:hover,
.vacancy-filters li .btn-all.active-link {
	background: #01FFCC;
}

/* Training form
   ========================================================================== */

.training-list {
	position: relative;
	margin-top: -300px;
	min-height: 375px;
}

.training-list ul li {
	position: relative;
	list-style-type: none;
}

.training-list ul li:nth-child(odd) {
	background: #00EFBF;
}

.training-list ul li label {
	position: relative;
	cursor: pointer;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.training-list ul li .training-date:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	border-radius: 100%;
}

.training-list ul li input[type="radio"]:checked + .training-date:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 11px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FFAE00;
}

.training-list ul li .training-date {
	position: relative;
	padding-left: 35px;
	width: 50%;
}

.training-list ul li span svg {
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.training-list ul li input[type="radio"] {
	display: none;
}

.training-list ul li .training-meta {
	padding-left: 35px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #0A1765;
	background: none;
	border: none;
	text-align: left;
}

.training-list ul li .training-price {
	width: 50%;
	text-align: right;
	font-size: 1.225rem;
}

.training-list .btn-blue {
	color: #01FFCC;
	margin-left: 20px;
}

.training-info .row {
	display: none;
}

.training-info .info-block {
	display: flex;
	align-items: flex-start;
	width: 50%;
}

.training-info .info-block svg {
	position: relative;
	top: 7px;
	margin-right: 10px;
}

.gallery-training {
	width: 100%;
}

.gallery-training .gallery-image {
	width: 100%;
	height: 350px;
}

.gallery-training .gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-training .flickity-button.previous {
	left: 50% !important;
	margin-left: -73px;
	right: initial !important;
	top: 40px !important;
	background-color: #F5F4F9 !important;
}

.gallery-training .flickity-button.next {
	left: 50% !important;
	margin-left: 0;
	right: initial !important;
	top: 40px !important;
	background-color: #F5F4F9 !important;
}

.carousel .flickity-button:hover {
	background-color: #FFF !important;
}

.custom_training {
	padding: 10px 0 25px;
}

.custom_training h3 {
	line-height: 2rem;
}

.custom_training .gform_body {
	padding: 35px 200px 0 50px;
}

.custom_training .gform_body .gfield {
	margin-bottom: 10px;
}

.custom_training .gform_body .gfield input {
	padding: 7px 15px 10px;
}

.custom_training .gform_footer input[type="submit"] {
	background: #0A1765;
	color: #01FFCC;
}

.custom_training .gform_footer input[type="submit"]:hover {
	background: #2e3d99;
}

.custom_training {
	background: url('../images/icons/women.svg') no-repeat 92% 55%;
}

@media (max-width: 992px) {

	.custom_training {
		text-align: left;
	}

	.custom_training .gform_body {
		padding: 35px 300px 0 50px;
	}

}

@media (max-width: 767px) {

	.custom_training .gform_body {
		padding: 35px 40px 0;
	}

	.custom_training {
		background: transparent;
	}

}

/* Training to top
   ========================================================================== */

.to-courses {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: -100px;
	width: 100%;
	height: 75px;
	background: #01FFCC;
	box-shadow: 0 -4px 12px 0 rgba(0,0,0,.025);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.to-courses .container {
	height: 100%;
}

.to-courses .to-holder {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.show-subscribe .to-courses {
	display: flex;
	bottom: 0;
}

@media (max-width: 767px) {

	.show-subscribe .to-courses p {
		display: none;
	}

}

/* Planned
   ========================================================================== */

.planned ul li {
	list-style-type: none;
}

.planned ul li label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.planned ul li .training-date {
	position: relative;
	padding-left: 50px;
}

.planned ul li .training-date:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	border-radius: 100%;
}

.planned ul li input[type="radio"]:checked + .training-date:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 11px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FFAE00;
}

.planned ul li input[type="radio"] {
	display: none;
}

.planned ul li:nth-child(odd) {
	background: #F5F4F9;
}

.planned ul li label svg {
	position: relative;
	top: 1px;
	margin-right: 6px;
	width: 13px;
	height: 12px;
}

.planned ul li span {
	width: 15%;
}

.planned ul li .training-price {
	width: 22%;
	text-align: right;
}

.planned label.list-item {
	flex-wrap: wrap;
	position: relative;
}

.planned .list-item .training-name {
	width: 70%;
	text-align: left;
	padding-left: 50px;
}

.planned .list-item .training-date {
	width: 100%;
}

.planned .list-item .training-price {
	position: absolute;
	right: 0;
	top: 0;
}

.page-template-po_landingspage .planned .list-item .training-name {
	color: #0A1765;
}

.page-template-po_landingspage .planned .list-item .training-language {
	position: relative;
	right: 75px;
	text-align: center;
}

/* Flickity
   ========================================================================== */

.carousel .flickity-button, 
.content-carousel .flickity-button, 
.page-template-po_detailspage .services .flickity-button {
	position: absolute;
	top: 34.5px;
	height: 69px;
	width: 73px;
	border: none;
	cursor: pointer;
}

.carouselContentBlocks .flickity-button,
.services-carousel .flickity-button {
	left: 50%;
	top: 7px;
}

.carouselContentBlocks .flickity-button.previous,
.services-carousel .flickity-button.previous {
	transform: translate(-73px, 0);
}

.carousel-content-section {
	overflow-x: hidden;
	padding-top: 100px;
}

.carousel .flickity-button.next, 
.content-carousel .flickity-button.next, 
.page-template-po_detailspage .services .services__carousel .flickity-button.next {
	right: 0;
	background: #FAF9FD url(../images/icons/arrow-right.svg) no-repeat center;
	background: contain;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.carousel .flickity-button.previous, 
.content-carousel .flickity-button.previous, 
.page-template-po_detailspage .services .services__carousel .flickity-button.previous {
	right: 73px;
	background: #FAF9FD url(../images/icons/arrow-left.svg) no-repeat center;
	background: contain;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}

.services-carousel .flickity-button {
	top: -33px;
	background: #0A1765;
	border: 2px solid #fff;
}

.services-carousel .flickity-button.previous {
	background: #0A1765 url(../images/icons/arrow-left-white.svg) no-repeat center;
	border-right: none;
}

.services-carousel .flickity-button.next {
	background: #0A1765 url(../images/icons/arrow-right-white.svg) no-repeat center;
	border-left: none;
}

.services-carousel .flickity-button:hover {
	background-color: #1A2A8C !important;
}

.carouselBlocks .carousel-trainings .flickity-button {
	top: -40px;
}

.carousel .flickity-button:hover,
.content-carousel .flickity-button:hover {
	background-color: #F5F4F9;
}

.carouselBlocks .training-meta .training-type {
	display: block;
	height: 30px;
}

.carouselBlocks .training-meta img {
	width: 20px;
}

.carouselBlocks .training-meta img {
	float: left;
}

.carouselBlocks .training .training-meta span {
	top: -3px;
}

.carouselBlocks .training-meta span {
	float: right;
}

.content-carousel .flickity-button {
	top: -90px;
}

.carousel .flickity-button.previous:after,
.content-carousel .flickity-button.previous:after,
.services .services__carousel .flickity-button.previous:after {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 48px;
	background: #E7E6EA;
}

.services .services__carousel .flickity-button.previous:after {
	background: #fff;
}

.carousel .flickity-button svg,
.content-carousel .flickity-button svg {
	display: none;
}

.flickity-enabled:focus { 
	outline: none; 
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
   cursor: move;
   cursor: -webkit-grab;
   cursor: grab;
}

.content-carousel .flickity-viewport {
	background: #fff;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
   cursor: -webkit-grabbing;
   cursor: grabbing;
}

.logos {
	overflow: hidden;
	border: 2px solid #F5F4F9;
}

.logos .bg-grey {
	padding-top: 20px;
}

.logos .bg-grey {
	min-height: 170px;
}

.logos .flickity-viewport {
	z-index: 9;
}

.logos .flickity-viewport {
	position: relative;
}

.logos .flickity-viewport .flickity-slider {
	height: 120px;
}

.logos .logos-inner .logo-partner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.logos.logos-title .bg-grey {
	min-height: 320px;
}

.logos-heading {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.logo-default .logo-image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.logo-default .logo-image img {
	width: 100px;
	height: 60px;
	object-fit: contain;
}

.logo-default .bg-grey {
	padding: 40px 0;
}

.logo-default .logo-image p {
	display: block;
	width: 100%;
	text-align: center;
}

.enablecarousel .flickity-viewport,
.enablecarousel .flickity-slider {
	min-height: 550px;
}

.enablecarousel .flickity-slider {
	height: 100%;
}

.enablecarousel .flickity-slider .blk-5,
.enablecarousel .flickity-slider .block-subcontent,
.enablecarousel .flickity-slider .block-subcontent .bg-dblue {
	height: 100%;
}

.enablecarousel .flickity-slider .blk-5 a {
	border-radius: 15px;
	overflow: hidden;
}

.enablecarousel .flickity-slider .blk-5 a {
	height: 100%;
	display: block;
}

@media (max-width: 1170px) {

	.enablecarousel .flickity-viewport, .enablecarousel .flickity-slider {
		min-height: 650px;
	}

}

@media (max-width: 1070px) {

	.enablecarousel .flickity-viewport, .enablecarousel .flickity-slider {
		min-height: 730px;
	}

}

@media (max-width: 992px) {

	.enablecarousel .flickity-viewport, .enablecarousel .flickity-slider {
		min-height: 550px;
	}

}

@media (max-width: 767px) {

	.carousel .reviews-carousel .flickity-button {
		top: 110px 	!important;
	}

	.enablecarousel .flickity-viewport, .enablecarousel .flickity-slider {
		min-height: 840px;
	}

	.carousel .reviews-carousel .flickity-button.previous {
		left: 0;
	}

	.carousel .reviews-carousel .flickity-button.previous:after {
		display: none;
	}

	.content-carousel .flickity-button.next {
		right: 22px !important;
	}

	.content-carousel .flickity-button.previous {
		right: 95px !important;
	}

	.carouselContentBlocks .flickity-button.previous,
	.carouselContentBlocks .flickity-button.next, 
	.services-carousel .flickity-button.previous,
	.services-carousel .flickity-button.next {
		top: 7px !important;
	}

	.carouselContentBlocks .flickity-button.previous, .services-carousel .flickity-button.previous {
		transform: translate(-50px, 0);
	}

	.services-carousel .flickity-button.previous,
	.services-carousel .flickity-button.previous:hover {
		background: #FAF9FD url(../images/icons/arrow-left.svg) no-repeat center !important;
		top: -25px !important;
	}

	.services-carousel .flickity-button.next,
	.services-carousel .flickity-button.next:hover {
		background: #FAF9FD url(../images/icons/arrow-right.svg) no-repeat center !important;	
		top: -25px !important;
	}

	.border-carousel .flickity-viewport {
		min-height: 880px;
		max-height: 880px;
	}

}

@media (max-width: 499px) {

	.border-carousel .flickity-viewport {
		min-height: 1000px;
		max-height: 1000px;
	}

}

/* Modal
   ========================================================================== */

body:before {
	content: '';
	position: fixed;
	z-index: 0;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(10,23,101,.9);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.show-modal:before {
	z-index: 9999999;
	opacity: 1;
}

.carousel .trainers-holder {
	z-index: 2;
}

.show-modal .carousel .trainers-holder,
.show-modal .modal-holder {
	z-index: 99999999;
}

.close-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -55px;
	top: 0;
	width: 55px;
	height: 55px;
	background: #01FFCC;
}

.close-modal:hover {
	background: #7affe4;
}

/* Form modal
   ========================================================================== */

.form-modalholder {
	position: absolute;
	opacity: 0;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-modalholder .gform_wrapper {
	width: 100%;
	height: 100%;
}

.form-modalholder.modal-active {
	opacity: 1;
	z-index: 99999999999;
}

.form-modal {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 1;
	width: 100%;
	height: auto;
	max-width: 768px;
	margin: auto;
}

.gform_body .hidden_label label {
	display: none;
}

.gform_body .gform_button_select_files {
	background: #F5F4F9;
	color: #0A1765;
	border: none;
	padding: 15px 20px 17px 40px;
	font-size: 1.125rem;
	line-height: 1.4rem;
	cursor: pointer;
	font-family: 'Darker Grotesque', sans-serif;
}

.gform_body .gform_drop_area {
	position: relative;
}

.gform_body .gform_drop_area:before {
	content: '';
	position: absolute;
	top: 17px;
	left: 15px;
	background: url('../images/icons/paperclip-solid.svg') no-repeat;
	background-size: 17px;
	width: 25px;
	height: 25px;
	z-index: 999;
}

.gform_body .ginput_container_fileupload {
	display: flex;
}

.gform_body #extensions_message_5_3, .gform_body #extensions_message_5_8 {
	width: 180px;
	padding: 10px 0 0 20px;
	display: block;
}

.gform_body .gform_drop_instructions {
	display: none;
}

/* Form fields
   ========================================================================== */

.gform_body ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="tel"] {
	padding: 12px 15px 15px;
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	background: #F5F4F9;
	color: #0A1765;
	font-weight: 500;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 1.125rem;
	line-height: 2rem;
}

.gform_body textarea {
	padding: 15px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	background: #F5F4F9;
	color: #0A1765;
	height: 125px;
	resize: none;
	font-weight: 500;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 1.125rem;
	line-height: 2rem;
}

.gform_body select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 12px 15px 15px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	background: #F5F4F9 url(../images/icons/chevron-down.svg) no-repeat 96% center;
	color: #0A1765;
	font-weight: 500;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 1.125rem;
	line-height: 2rem;
}

.gform_footer input[type="submit"] {
	display: inline-block;
	padding: 15px 20px 17px;
	margin-top: 30px;
	text-decoration: none;
	border-radius: 30px;
	background: #FFAE00;
	color: #0A1765;
	font-weight: 800;
	font-family: inherit;
	font-size: 1.125rem;
	line-height: 1.4rem;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.gform_footer input[type="submit"]:hover {
	background: #ffcb5c;
}

.contact-form .gform_footer {
	text-align: left;
	padding-left: 45px;
}

.gform_body label {
	display: block;
	font-size: 1.125rem;
	line-height: 2rem;
	font-weight: 800;
	color: #13A4EC;
	margin-bottom: 5px;
}

.gform_footer {
	text-align: center;
}

.content-regular .gform_body .gform_fields {
	margin-left: 0;
}

#input_1_7_date_format {
	display: none;
}

/* Lines
   ========================================================================== */

.vert-lines {
	position: fixed;
	opacity: .2;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vert-lines .line-middle {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #c9c9c9;
	margin: auto;
}

.vert-lines:before {
	content: '';
	position: fixed;
	left: 60px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #c9c9c9;
}

.vert-lines:after {
	content: '';
	position: fixed;
	right: 60px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #c9c9c9;
}

/* Cta links
   ========================================================================== */

.cta-links ul li {
	list-style-type: none;
	border-bottom: 1px solid #088ACB;
}

.cta-links ul li:last-child {
	border: none;
}

.cta-links ul li a {
	text-decoration: none;
}

.cta-links ul li a:hover {
	color: #0a1765;
}

.cta-links ul li a svg {
	position: relative;
	top: 5px;
	width: 45px;
	margin-right: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cta-links ul li a:hover svg {
	margin-left: 10px;
	fill: #0a1765;
}

.cta-links ul li a svg path,
.cta-links ul li a svg line {
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cta-links ul li a:hover svg path,
.cta-links ul li a:hover svg line {
	stroke: #0a1765;
}

/* Cta buttons
   ========================================================================== */

.cta-buttons ul li {
	list-style-type: none;
}

.cta-buttons ul li svg {
	position: relative;
	top: 15px;
	margin-right: 15px;
}

/* Vacancy
   ========================================================================== */

.vacancy-points ul li {
	position: relative;
	list-style-type: none;
}

.vacancy-points ul li span {
	position: relative;
	left: 20px;
	display: inline-block;
	width: 90%;
}

.vacancy-points ul li svg {
	position: absolute;
	top: 10px;
}

/* Logos
   ========================================================================== */

.logos .logos-inner {
	padding: 0;
}
.logo-image img{
	max-width: 100px;
}

.logo-partner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
}


/* Faq
   ========================================================================== */

.faq .faq-title {
	position: relative;
	font-size: 1.75rem;
	line-height: 2.3125rem;
	padding: 25px 15px;
	cursor: pointer;
	border-bottom: 2px solid #EAE9EE;
}

.faq .faq-title .title-holder {
	position: relative;
	top: -3px;
	display: block;
	width: 80%;
}

.faq .faq-title .faq-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 30px;
	top: 22px;
	width: 45px;
	height: 45px;
	font-size: 4rem;
	color: #13A4EC;
	border-radius: 100%;
	border: 2px solid #13A4EC;
}

.faq .faq-title .faq-icon .icon-plus {
	position: relative;
	left: .5px;
	top: -10px;
}

.faq .faq-title .faq-icon .icon-minus {
	display: none;
	position: relative;
	left: .5px;
	top: -9px;
}

.faq .faq-title.ui-state-active .faq-icon .icon-plus {
	display: none;
}

.faq .faq-title.ui-state-active .faq-icon .icon-minus {
	display: block;
}

/* Blogs
   ========================================================================== */

.blogs .blog {
	height: 278px;
}

.blogs .blog a {
	display: block;
	height: 125%;
	text-decoration: none;
	background: #F5F4F9;
	margin-bottom: 60px;
}

.blogs .blog a:hover {
	background: #F5F4F9;
}

.blogs .blog .blog-title {
	line-height: 1.7rem;
}

.blogs .blog svg {
	position: relative;
	float: right;
	left: 0;
	margin: 25px 0 0 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blogs .blog a:hover svg {
	left: 10px;
}


/* Contact block
   ========================================================================== */

.contact-block .contact-cta {
	max-width: 800px;
	margin: auto;
	width: 100%;
}

.cta__image {
	width: 360px;
}

.cta__image img {
	height: 100%;
	object-fit: cover;
}

.cta-row {
	justify-content: flex-start;
}

.contact-block .contact-cta .btn {
	height: 60px;
	padding: 11px 25px;
}

.contact-block .contact-cta .contact-phone:hover {
	color: #FFF;
}

.contact-title {
	font-size: 2.75rem;
	line-height: 3rem;
}

.contactblock_50 .gform_body input[type="text"], 
.contactblock_50 .gform_body input[type="email"], 
.contactblock_50 .gform_body input[type="tel"],
.contactblock_50 textarea {
	background: #fff;
	border: 1px solid #E0E0E0;
	padding: 7px 15px 10px;
	margin-bottom: 20px;
}

.contactblock_50 .gform_footer input[type="submit"] {
	margin-top: 0;
}

.contactblock_50 .gform_footer {
	text-align: right;
}

.contactblock_50 {
	background: linear-gradient(to left, #01FFCC 50%, #13A4EC 50%);
}

.contactblock_50 .locations {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactblock_50 .locations li {
	list-style-type: none;
	color: #0A1765;
}

.contactblock_50 .locations li h3 {
	font-size: 2rem;
	line-height: 1.75rem;
	font-weight: 900;
	padding-bottom: 20px;
}

.contactblock_50 .locations li p {
	font-size: 1.125rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.contactblock_50 .locations li p a {
	text-decoration: none;
	color: #0A1765;
}

.contactblock_50 .locations li p a:hover {
	text-decoration: underline;
}

@media (max-width: 1150px) {

	.contact-block .contact-cta {
		margin: 0;
		max-width: 600px;
	}

	.cta-row {
		justify-content: center;
	}

}

@media (max-width: 992px) {

	.contact-block .contact-cta {
		margin: auto;
		max-width: 800px;
	}

	.cta__image {
		display: none;
	}

}

@media (max-width: 767px) {

	.contact-block .contact-cta .text-3 {
		line-height: 2.225rem;
	}

	.contact-block .contact-cta {
		position: initial;
		width: 100%;
		margin-top: 0;
	}

	.contactblock_50 {
		background: transparent;
	}

	.contactblock_50 .blk-5:first-child {
		background: #01FFCC;
	}

	.contactblock_50 .blk-5:last-child {
		background: #13A4EC;
	}

}

/* List
   ========================================================================== */

.list {
	position: relative;
	padding-top: 75px;
}

.list:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	background: #0A1765;
}

.list form {
	max-width: 700px;
	margin: -50px 0 50px 75px;
}

.list input[type="search"] {
	padding: 10px 15px 12px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	background: #FFF;
	color: #A0A0A0;
	font-weight: 500;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 1.125rem;
	line-height: 2rem;
}

.list form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	border: none;
	border-radius: 8px;
	background: #01FFCC;
	cursor: pointer;
	pointer-events: none;
}

.list form button:hover {
	background: #9ffce9;
}

.list ul.list-trainings li {
	position: relative;
	list-style-type: none;
	background: #FFF;
	border-radius: 15px;
	height: 250px;
	margin-bottom: 15px;
	overflow: hidden;
}

.list ul.list-trainings li:last-child {
	margin-bottom: 0;
}

.list ul.list-trainings li .list-image {
	width: 236px;
	height: 100%;
}

.list ul.list-trainings li .list-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.list ul.list-trainings li svg {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.list ul.list-trainings li:last-child {
	border: none;
}

.list ul.list-trainings li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1rem;
	line-height: 1.525rem;
	color: #0A1765;
	text-decoration: none;
	height: 100%;
}

.list ul.list-trainings li a:before {
	content: '';
	position: absolute;
	opacity: 0;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: 5px solid #FFAE00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.list ul.list-trainings li a:hover:before {
	opacity: 1;
}

.list ul.list-trainings li .icon-more {
	position: absolute;
	right: 20px;
	top: 200px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.list ul.list-trainings li a:hover .icon-more {
	right: 10px;
}

.list ul.list-trainings li .training-duration {
	display: block;
}

.list ul.list-trainings li .training-price {
	position: absolute;
	right: 30px;
	top: 12px;
}

.list ul.list-trainings li .training-days {
	position: absolute;
	bottom: 30px;
}

.list ul.list-trainings li.custom-training {
	height: 155px;
}

.list ul.list-trainings li.custom-training .training-content {
	position: relative;
	width: 100%;
}

.list ul.list-trainings li.custom-training .training-content .icon-more {
	top: 85px;
}

.last-training {
	display: none !important;
}

.last-training.show-last-training {
	display: block !important;
}

.list .list-filter h4 {
	position: relative;
	font-weight: 700;
	border-top: 1px solid rgba(201, 201, 201, .2);
	cursor: pointer;
	padding: 10px 25px 0;
}

.list .list-filter h4:after {
	position: absolute;
	top: 5px;
	font-size: 2.825rem;
	font-weight: 500;
	right: 20px;
	content: '+';
}

.list .list-filter.active h4:after {
	content: '-';
}

.list .list-filter ul {
	height: 0;
	overflow: hidden;
	padding: 0 25px;
}

.list .list-filter.active ul {
	height: auto;
	margin-bottom: 15px;
}

.list .list-filter ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

.list .list-filter ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.list .list-filter ul li label {
	cursor: pointer;
}

.list .list-filter ul li input[type="checkbox"] {
	display: none;
}

.list .list-filter ul li span {
	position: relative;
}

.list .list-filter ul li span:before {
	position: relative;
	top: 4px;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #FFF;
	border: 1px solid #E0E0E0;
	margin-right: 10px;
}

.list .list-filter ul li input[type="checkbox"]:checked + span:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FFAE00;
}

.list .btn-filter {
	display: none;
}

.list .sidebar-filters {
	position: sticky;
	left: 0;
	top: 0;
	border-radius: 15px;
}

.list .sidebar-filters .filters-title {
	display: flex;
	justify-content: space-between;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.list .sidebar-filters .filters-title .empty-filters {
	color: #FFF;
}

.list .sidebar-filters .filters-title .empty-filters:hover {
	color: #0A1765;
}

/* Reviews
   ========================================================================== */

.carousel__reviews .container {
	overflow: hidden;
}

.carousel__reviews .flickity-slider {
	height: 100%;
}

.carousel .review {
	position: relative;
	width: 375px;
	min-height: 200px;
	margin-right: 15px;
	background: #0A1765;
}

.carousel .review.is-selected {
	transform: translateY(-40px);
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
	border: 5px solid #FFAE00;
}

.carousel .review .review__image {
	position: absolute;
	left: 0;
	right: 0;
	top: -62.5px;
	width: 125px;
	height: 125px;
	margin: auto;
	overflow: hidden;
	border-radius: 100%;
}

.carousel .review .review__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel .review .review__content-title {
	color: #FFF;
	font-size: 2.725rem;
	line-height: 3rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
}

.carousel .review .review__content-company {
	display: block;
	color: #01FFCC;
	font-size: 1.325rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.carousel .review .review__content-quote {
	font-size: 1.25em;
	line-height: 1.5rem;
	font-style: italic;
	text-align: center;
	color: #FFF;
}

.carousel .review .review__content-rec {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 1.125rem;
	color: #FFF;
}

.carousel .review .review__content-rec svg {
	position: relative;
	top: 1px;
	margin-right: 8px;
}

.carousel .review .review__content-date {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 1.125rem;
	color: #FFF;
}

.carousel .review ul {
	list-style: none;
	display: flex;
   align-items: center;
   justify-content: center;
   padding-bottom: 5px;
}

.carousel .review ul li {
	padding:  0 2.5px;
}

.carousel .review .review__content-score {
	display: block;
	text-align: center;
	font-size: 2.25rem;
	font-weight: 900;
	padding-bottom: 75px;
	color: #FFF;
}

@media (max-width: 767px) {

	.carousel .review {
		width:  100%;
	}

}

/* Subscribe
   ========================================================================== */

.subscribe .gf_page_steps {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	margin-bottom: 75px;
}

.subscribe .gf_page_steps .gf_step_number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #0a1765;
	font-size: 1.725rem;
	padding-bottom: 5px;
	font-weight: 700;
	color: #01FFCC;
	border-radius: 100%;
}

.subscribe .gf_page_steps .gf_step_active .gf_step_number {
	color: #0a1765;
	background: #01FFCC;
}

.subscribe .gf_page_steps .gf_step {
	position: relative;
	text-align: center;
	width: 30%;
}

.subscribe .gf_page_steps .gf_step:after {
	content: '';
	position: absolute;
	right: -60px;
	top: 24px;
	width: 100px;
	height: 1px;
	background: #182890;
}

.subscribe .gf_page_steps .gf_step.gf_step_last:after {
	display: none;
}

.subscribe .gf_page_steps .gf_step_label {
	display: block;
	font-size: 1.325rem;
	font-weight: 600;
	color: #0a1765;
}

.subscribe h2 {
	border-bottom: 1px solid #f5f4f9;
}

.subscribe .gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.subscribe .gform_footer {
	text-align: left;
	padding: 0 15px;
}

.subscribe .gform_next_button,
.subscribe .gform_previous_button,
.subscribe input[type="submit"] {
	float: right;
	margin: 15px 15px 0 0;
	font-size: .825rem;
	font-weight: 800;
	padding: 11px 20px;
	height: 54px;
	text-decoration: none;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	background: #FFAE00;
	color: #0A1765;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.subscribe .gform_previous_button {
	float: left;
	margin-left: 15px;
}

.subscribe .button:hover {
	background: #ffcb5c;
}

.subscribe .validation_message, .gform_body .validation_message {
	display: block;
	padding-top: 5px;
	color: #FF0000 !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
}

.subscribe .ginput_container_radio {
	width: 100%;
}

.subscribe .gfield_radio {
	display: flex;
	justify-content: space-between;
}

.subscribe .gfield_radio li {
	position: relative;
	width: 48%;
	background: #f5f4f9;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
}

.subscribe .gfield_visibility_hidden,
.subscribe .gf_invisible,
.subscribe .field_3_29_supported_creditcards,
.subscribe .gform_card_icon_container {
	display: none !important;
}

.subscribe .gfield_radio li label {
	position: relative;
	padding: 14px 15px 12px 50px;
	cursor: pointer;
}

.subscribe .gfield_radio li label:before {
	content: '';
	position: absolute;
	top: 23px;
	left: 18px;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	border-radius: 100%;
}

.subscribe .gfield_radio li input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	left: 22px;
	top: 27px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FFAE00;
}

.subscribe .gfield_radio li input[type="radio"],
.subscribe #field_3_20 input[type="checkbox"] {
	display: none;
}

.subscribe #field_3_20 .gfield_label,
.subscribe .hidden-field {
	display: none;
}

.subscribe #field_3_20 .gfield_consent_label {
	display: block;
	position: relative;
	cursor: pointer;
}

.subscribe #field_3_20 .gfield_consent_label:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0px;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	border-radius: 100%;
}

.subscribe #field_3_20 input[type="checkbox"]:checked + .gfield_consent_label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 12px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FFAE00;
}

.subscribe #field_3_20 .gfield_description {
	position: relative;
	left: 30px;
	font-size: 1.125rem;
	line-height: 1.825rem;
	font-weight: 500;
	color: #0a1765;
}

.subscribe #field_3_20 .gfield_description a {
	color: #13A4EC;
}

.subscribe .subscribe-info {
	border: 1px solid #E0E0E0;
}

.subscribe .subscribe-info svg {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.subscribe .subscribe-info .info-date {
	padding-left: 23px;
}

.subscribe .subscribe-info .first-item {
	padding-left: 0;
}

.subscribe .financial-sumary .training-price,
.subscribe .financial-sumary .training-subtotal,
.subscribe .financial-sumary .training-tax,
.subscribe .financial-sumary .training-total,
.subscribe .financial-sumary .training-discount {
	display: flex;
	justify-content: space-between;
}

.subscribe .financial-sumary .training-price {
	border-bottom: 1px solid #E0E0E0;
}

.subscribe .validation_error {
	font-size: 1.125rem;
	line-height: 1.825rem;
	font-weight: 900;
	color: #FF0000;
	padding: 0 15px;
	margin-bottom: 15px;
}

.subscribe .gform_confirmation_message {
	padding: 0 15px;
	font-size: 1.125rem;
	line-height: 1.825rem;
	color: #0a1765;
}

.subscribe .ginput_container_mollie_components .ginput_card_field {
	padding: 12px 15px 15px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	background: #F5F4F9;
	color: #0A1765;
	font-weight: 500;
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 1.125rem;
	line-height: 2rem;
}

.subscribe .ginput_container_mollie_components {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px !important;
}

.subscribe .ginput_container_mollie_components span {
	position: relative;
}

.subscribe .ginput_container_mollie_components #input_3_29_1_container,
.subscribe .ginput_container_mollie_components #input_3_29_2_container {
	width: 100% !important;
	margin-bottom: 15px;
}

.subscribe .ginput_container_mollie_components #input_3_29_5_container {
	width: 100% !important;
	margin-top: -18px;
}

.subscribe .ginput_container_mollie_components #input_3_29_2_container {
	display: flex;
	justify-content: space-between;
}

.subscribe .ginput_container_mollie_components #input_3_29_2_container .ginput_cardinfo_left {
	width: 65%;
}

.subscribe .ginput_container_mollie_components #input_3_29_2_container .ginput_cardinfo_right {
	width: 35%;
	max-width: 35% !important;
}

.subscribe .ginput_container_mollie_components .ginput_card_security_code {
	max-width: initial !important;
}

.subscribe table thead {
	display: none;
}

.subscribe table .gfield_list_group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 100px;
}

.subscribe table .gfield_list_group:last-child {
	margin-bottom: 50px;
}

.subscribe table td {
	display: block;
	margin-bottom: 20px;
	width: 30%;
}

.subscribe table.gfield_list td:before {
	content: attr(data-label);
	display: block;
	font-size: 1.125rem;
	line-height: 2rem;
	font-weight: 800;
	color: #13A4EC;
	margin-bottom: 5px;
}

.subscribe table td[data-label="E-mailadres"],
.subscribe table td[data-label="Telefoonnummer"] {
	width: 48%;
}

.subscribe table .gfield_list_icons {
	position: absolute;
	right: 0;
	bottom: -95px;
	width: 200px;
}

.subscribe table .gfield_list_icons .add_list_item {
	display: none;
	width: 100%;
	float: right;
    font-size: 1.125rem;
	font-weight: 800;
	padding: 15px 20px;
	height: 54px;
	text-decoration: none;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	background: #0a1765;
	color: #01FFCC;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.subscribe table .gfield_list_icons .add_list_item:hover {
	background: #0a1765;
	color: #FFF;
}

.subscribe table .gfield_list_group:last-child .gfield_list_icons .add_list_item {
	display: block;
}

.subscribe table .gfield_list_icons .add_list_item img,
.subscribe table tr .gfield_list_icons .delete_list_item img {
	display: none;
}

.subscribe table .gfield_list_icons .add_list_item:before {
	content: 'Voeg deelnemer toe';
}

.subscribe table tr .gfield_list_icons .delete_list_item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -35px;
	top: -250px;
	width: 25px;
	height: 25px;
	font-weight: 800;
	border-radius: 100%;
	text-decoration: none;
	color: #FF0000;
	background: #0a1765;
	-webkit-transition: none;
	transition: none;
}

.subscribe table tr:last-child .gfield_list_icons .delete_list_item {
	top: -195px;
}

.subscribe table tr .gfield_list_icons .delete_list_item:before {
	position: relative;
	top: -3px;
	font-size: 1rem;
	content: 'x';
}

.subscribe table tr:first-child .gfield_list_icons .delete_list_item {
    display: none; 
}

.subscribe table tr:not(:first-child) {
    counter-increment: rowNumber;
}

.subscribe table tr:first-child:before {
	display: none;
}

.subscribe table tr:before {
	position: absolute;
	top: -75px;
    content: 'Extra deelnemer ' counter(rowNumber);
    width: 100%;
    font-size: 1.175rem;
    line-height: 2rem;
    font-weight: 700;
    color: #13A4EC;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f4f9;
}

.subscribe .field-error {
	display: block;
	height: 0;
	position: relative;
	top: 5px;
	font-size: 1rem;
	font-weight: 700;
	color: #FF0000;
}

.subscribe .btn-disabled,
.subscribe .btn-limit {
	opacity: .4;
	pointer-events: none;
}

.subscribe .gfield_price {
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.subscribe td .gf_coupon_name,
.subscribe .gf_coupon_discount_container {
	display: none !important;
}

.subscribe .gf_coupon_code {
	width: 72% !important;
	margin-right: 3%;
}

.subscribe #gf_coupon_button {
	margin-top: 15px;
	margin-left: 0 !important;
	font-size: .825rem;
	font-weight: 800;
	padding: 11px 20px;
	height: 54px;
	width: 25%;
	text-decoration: none;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	background: #FFAE00;
	color: #0A1765;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.subscribe #gf_coupon_button:hover {
	background: #ffcb5c;
}

.subscribe .gform_wrapper #gf_coupon_info table {
	width: 100% !important;
}

.subscribe .gf_coupon_name_container {
	display: flex;
	justify-content: flex-start;
	position: relative;
	border: none !important;
	width: 100%;
}

.subscribe #gf_coupon_info .gf_coupon_name_container:after {
	position: relative;
	top: 5px;
	font-size: .925rem;
	font-weight: 700;
	margin-left: 10px;
	content: 'Coupon verwijderen?';
}

.subscribe .gf_coupon_name_container a {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 25px !important;
	height: 25px !important;
	font-weight: 800;
	border-radius: 100%;
	text-decoration: none;
	color: #FF0000;
	font-size: 0;
	text-indent: -9999em;
	background: #0a1765 !important;
	-webkit-transition: none;
	transition: none;
}

.subscribe .gf_coupon_name_container a:before {
	position: relative;
	top: -3px;
	font-size: 1rem;
	content: 'x';
	text-indent: initial !important;
}

.subscribe .gf_coupon_name_container a img {
	display: none;
}

.subscribe .gfield_radio li.gchoice_3_43_0 {
	width: 70%;
	margin-bottom: 10px;
}

.subscribe #field_3_29 {
	display: none !important;
}

.subscribe #field_3_29.show-mollie {
	display: block !important;
}

.subscribe .partial_entry_warning {
	display: none;
}

/* Breadcrumbs
   ========================================================================== */

.breadcrumbs a {
	color: #0A1765;
}

/* Gateways
   ========================================================================== */

.payment-gateways .row {
	justify-content: center;
}

.payment-gateways .gateway-icon {
	margin: 0 4px 10px;
}

.training-list .row {
	justify-content: flex-start;
}

/* Chat
   ========================================================================== */

.chat {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	bottom: 25px;
	right: 25px;
	width: 50px;
	height: 45px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.chat:hover {
	background: #9ffce9;
}

.chat a {
	display: block;
}

/* Sticky social
   ========================================================================== */

.social {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	left: 15px;
	bottom: 25px;
	z-index: 100;
}

.social ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

.social ul li:last-child {
	margin-bottom: 0;
}

.bg-change .social svg path, .error404 .social svg path {
	fill: #FFF;
}

.show-menu .social svg path {
	fill: #0A1765;
}

.social svg:hover path {
	fill: #FFAE00;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Cookie
   ========================================================================== */

.cn-button.bootstrap {
	font-weight: bold;
	background: #FFAE00 !important;
	color: #0A1765 !important;
	border-radius: 20px !important;
}

.cn-button.bootstrap:hover {
	background: #ffcb5c !important;
}

/* Pagenavi
   ========================================================================== */

.wp-pagenavi {
	clear: both;
	float: right;
	font-size: 1.25rem;
	font-weight: 800;
	margin-top: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	color: #0A1765;
	margin-left: 20px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #13A4EC;
}

.wp-pagenavi .nextpostslink {
	position: relative;
	top: -5px;
	padding: 20px 23px;
	border-radius: 5px;
	border: 2px solid #0A1765;
	font-size: 0;
	background: url(../images/icons/arrow-right.svg) no-repeat center;
	background-size: 22px;
}

.wp-pagenavi .nextpostslink:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	padding: 20px 23px;
	background: url(../images/icons/arrow-right-lblue.svg) no-repeat center;
	background-size: 22px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wp-pagenavi .previouspostslink {
	position: relative;
	transform: rotate(-180deg);
	top: -5px;
	padding: 20px 23px;
	border-radius: 5px;
	border: 2px solid #0A1765;
	font-size: 0;
	background: url(../images/icons/arrow-left.svg) no-repeat center;
	background-size: 22px;
}

.wp-pagenavi .previouspostslink:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	padding: 20px 23px;
	background: url(../images/icons/arrow-left-lblue.svg) no-repeat center;
	background-size: 22px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wp-pagenavi .nextpostslink:hover:after,
.wp-pagenavi .previouspostslink:hover:after {
	opacity: 1;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	border-color: #13A4EC;
}

/* 404 Page
   ========================================================================== */

.not-found .hero figure img {
	position: relative;
	height: 100vh;
}

.not-found .hero, .not-found .hero figure {
	width: 100%;
	height: 100%;
}

.not-found-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 90%;
}

/* Footer logo
   ========================================================================== */

.footer-logo {
	position: relative;
	width: 300px;
	height: 35px;
}

.footer-logo a {
	text-decoration: none;
}

/* Footer social
   ========================================================================== */

.footer-social ul {
	display: flex;
}

.footer-social ul li {
	list-style-type: none;
	margin-right: 20px;
}

.footer-social ul li svg path {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-social ul li a:hover svg path {
	fill: #FFAE00;
}

/* Footer links
   ========================================================================== */

.footer-links ul li {
	list-style-type: none;
}

.footer-links ul li a {
	text-decoration: none;
}

.footer-links ul li a:hover {
	color: #FFAE00;
}

/* Footer address
   ========================================================================== */

.footer-address p {
	margin-bottom: 20px;
}

.footer-address a {
	color: #01FFCC;
	text-decoration: none;
}

.footer-address a:hover {
	color: #FFAE00;
}

#footer .btn {
	font-size: 1rem;
	padding: 8px 20px;
	margin-right: 15px;
	max-width: 186px;
	max-height: 48px;
}

#footer .btn:hover {
	background: #FFAE00;
	color: #0a1765;
}

/* Footer subscribe
   ========================================================================== */

.footer-subscribe {
	position: relative;
	font-size: 1.125rem;
	color: #FFF;
}

.footer-subscribe .gfield_label {
	display: none !important;
}

.footer-subscribe input[type="email"] {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
}

.footer-subscribe .gform_footer {
	position: absolute;
	right: 0;
	top: -30px;
}

.footer-subscribe .validation_error {
	display: none !important;
}

.footer-subscribe .gfield_description {
	position: relative;
	top: 3px;
}

/* Socket links
   ========================================================================== */

.socket-links ul li {
	display: inline-block;
	list-style-type: none;
	margin-left: 20px;
}

.socket-links ul li a {
	text-decoration: none;
}

.socket-links ul li a:hover {
	color: #FFAE00;
}

/* Product Owner landingspage
   ========================================================================== */

.hero.po-hero {
	position: relative;
	background: url('../images/icons/line-bg.svg') no-repeat 50% -235% #0A1765;
}

.hero.po-hero:after {
	z-index: -1;
}

.hero.po-hero .container {
	background: url('../images/icons/ovale-bg.svg') no-repeat 50% 320%;
}

.hero.po-hero figure {
	top: 30px;
	position: relative;
}

.hero.po-hero figure img {
	width: 100%;
}

.hero.po-hero .animation-btn {
	position: absolute;
	bottom: 11.7%;
	z-index: 2;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9.2%;
	width: 10%;
	border-radius: 50px;
}

.hero.po-hero .animation-btn:nth-child(1) {
	left: 16%;
}

.hero.po-hero .animation-btn:nth-child(2) {
	left: 43.5%;
	width: 12%;
}

.hero.po-hero .animation-btn:nth-child(3) {
	left: 72%;
	width: 12%;
}

@media (max-width: 1260px) {

	.hero.po-hero .animation-btn {
		font-size: 1.3vw;
	}

}

/* Product Owner Intro
   ========================================================================== */

.professionals .professionals__background {
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translate(-50%, 0);
}

.professionals .text-8 {
	line-height: 4.875rem;
}

.professionals .carousel {
	overflow: visible;
}

.professionals .carousel .flickity-viewport {
	overflow: hidden;
}

.professionals .carousel .carousel__item .carousel__title {
	font-size: 2.75rem;
	line-height: 2.5rem;
}

.professionals .carousel .carousel__item {
	border-radius: 15px;
	border: 2px solid #0A1765;
	width: 100%;
	margin: 0 15px;	
	min-height: 420px;
}

.professionals .carousel .flickity-button {
	right: auto;
	left: 50%;
	top: -35px;
}

.professionals .carousel .flickity-button {
	border: 2px solid #fff;
}

.professionals .carousel .flickity-button.previous {
	transform: translateX(-73px);
	background: #01FFCC url(../images/icons/arrow-left.svg) no-repeat center;
	border-right: none;
}

.professionals .carousel .flickity-button.next {
	background: #01FFCC url(../images/icons/arrow-right.svg) no-repeat center;	
	border-left: none;
}

.professionals .carousel .flickity-button.previous:after {
	background: #fff;
}

.content__nav .flickity-button, .content-carousel .flickity-button {
	top: 134.5px;
}

@media (max-width: 992px) {

	.professionals .text-8 {
		font-size: 3.6rem;
		line-height: 3rem;
	}

}

@media (max-width: 767px) {

	.professionals .carousel .flickity-button {
		top: -25px !important;
	}

	.professionals .carousel .flickity-button.previous {
		transform: translateX(-50px);
	}

	.professionals,
	.professionals .text-8,
	.professionals .content-regular {
		text-align: center;
	}

	.professionals .carousel img {
		margin: 0 auto;
	}

}

/* Product Owner Planned Trainings
   ========================================================================== */

.page-template-po_landingspage .planned .btn {
	margin: 0 40px;
}

.page-template-po_landingspage .planned {
	padding-bottom: 380px;
	background: #fff url('../images/icons/agenda.svg') no-repeat 50% 100%;
}

@media (max-width: 767px) {

	.page-template-po_landingspage .planned .btn {
		margin-top: 10px;
	}

	.page-template-po_landingspage .professionals {
		overflow: hidden;
	}

	.hero.po-hero {
		background: #0A1765;
	}

	.hero.po-hero figure {
		display: none;
	}

	.hero.po-hero .container {
		background: url('../images/icons/ovale-bg.svg') no-repeat 50% 600%;
	}

	.page-template-po_landingspage .training-language.training-list-item, .page-template-po_landingspage .training-location.training-list-item {
		width: 50%;
	}

	.page-template-po_landingspage .training-language.training-list-item svg, .page-template-po_landingspage .training-location.training-list-item svg {
		display: none;
	}

	.page-template-po_landingspage .training-name.training-list-item {
		padding-bottom: 15px;
	}

	.page-template-po_landingspage .planned {
		background-size: contain;
	}

	.page-template-po_landingspage .planned .list-item .training-name,
	.page-template-po_landingspage .planned .list-item .training-language {
		padding-left: 0;
	}

	.page-template-po_landingspage .planned .list-item .training-name {
		max-width: 50%;
	}

	.page-template-po_landingspage .planned .list-item .training-language,
	.page-template-po_landingspage .training-location.training-list-item .training-place {
		position: absolute;
		bottom: 16px;
		right: 0;
		text-align: right !important;
	}

	.page-template-po_landingspage .planned .list-item .training-language {
		bottom: 35px;
	}

}

/* Product Owner Animation
   ========================================================================== */

.hero .animation-flow {
	position: relative;
	top: 70px;
}

.hero .animation-people {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
}

.page-template-po_detailspage .hero.po-hero {
	background: #0A1765 url('../images/icons/ovale-bg.svg') no-repeat 50% 380%;
	min-height: 500px;
	overflow: hidden;
}

/* Product Owner What We Do
   ========================================================================== */

.what_we_do {
	z-index: 6;
}

.what_we_do ul {
	column-count: 3;
}

.what_we_do ul li {
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}

.what_we_do h1 {
	line-height: 4.875rem;
}

.checklist li,
.page-template-po_detailspage .content-regular ul li {
	font-family: 'Red Hat Text', sans-serif;
	list-style-type: none;
	background: url('../images/icons/check.svg') no-repeat 0 8px;
	background-size: 13px;
	padding-left: 25px;
}

.page-template-po_detailspage .candidates .content-regular ul li {
	padding-left: 0;
}

.what_we_do,
.subscribe,
.bg-half {
	position: relative;
}

.bg-half .row {
	overflow: hidden;
}

.what_we_do .cta-content,
.subscribe .cta-content,
.bg-half .cta-content {
	position: absolute;
	left: 0;
	bottom: -50%;
	transform: translate(0, 25%);
	width: 100%;
	z-index: 4;
}

@media (max-width: 767px) {

	.what_we_do .cta-content {
		bottom: -110%;
		transform: none;
	}

	.what_we_do .cta-content .gform_footer {
		margin: auto;
	}

	.what_we_do ul {
		column-count: 2;
	}

	.what_we_do h1 {
		text-align: center;
		font-size: 3rem;
		line-height: 3.25rem;
		padding: 0 15px;
	}

	.what_we_do .text-6 {
		font-size: 2.8rem;
		line-height: 3.05rem;
		text-align: center;
		padding: 0 15px;
	}

}

@media (max-width: 650px) {

	.what_we_do .cta-content {
		bottom: -90%;
	}

	.what_we_do .cta-content h3 {
		line-height: 2rem;
	}
}

@media (max-width: 399px) {

	.what_we_do .cta-content {
		bottom: -80%;
	}
}

/* Product Owner Tab
   ========================================================================== */

.subscribe {
	z-index: 5;
}

.subscribe .tab {
	position: relative;
	overflow: hidden;
}

.subscribe .tab .tab-content {
	height: 100%;
	max-height: 0;
	padding: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.subscribe .tab:before,
.subscribe .tab:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #0A1765;
	display: block;
	position: absolute;
	left: 0;
	top: 34px;
}

.subscribe .tab-btn {
	background: #fff;
	padding: 10px 30px 10px 10px;
	border-radius: 50px;
	border: 2px solid #0A1765;
	text-decoration: none;
	display: inline-block;
	font-size: 1.75rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
}

.subscribe .training .training-icon img {
	max-height: 80px;
}

.subscribe .training .training-icon {
	margin-bottom: 10px;
}

.subscribe .training .training-meta {
	bottom: 80px;
}

.subscribe .tab-btn .btn__inner {
	display: flex;
	width: 125px;
	height: 25px;
	overflow: hidden;
	margin-top: 6px;
	flex-wrap: wrap;
}

.subscribe .tab-btn svg {
	float: left;
	transition: all .3s ease-in-out;
	border-radius: 50px;
}

.subscribe .tab-btn svg g line {
	transition: all .3s ease-in-out;
} 

.subscribe .tab-btn:hover svg {
	background: #13A4EC;
}

.subscribe .tab-btn:hover svg g line {
	stroke: #fff;
}

.subscribe .tab-btn .btn__inner span {
	position: relative;
	transition: all .3s ease-in-out;
	bottom: 0;
}

.active-tab .subscribe .tab-btn svg {
	transform: rotate(45deg);
}

.active-tab .tab-btn .btn__inner span:first-child {
	bottom: 40px;
}

.active-tab .tab-btn .btn__inner span:last-child {
	bottom: 28px;
}

.subscribe .tab {
	padding: 130px 0 0 0;
}

.active-tab .tab .tab-content {
	padding: 0 0 80px;
	max-height: 3000px;
}

.active-tab .subscribe .tab:before {
	bottom: 0;
	top: auto;
}

.subscribe .cta-content {
	transform: none;
	bottom: -67px;
}

.subscribe .training-title {
	font-size: 1.7rem;
	line-height: 1.5rem;
}

@media (max-width: 992px) {

	.subscribe .carousel {
		position: relative;
		overflow: visible;
	}

	.subscribe .cta-content .blk-3 {
		text-align: center;
	}

	.tab .carousel .flickity-button {
		top: -75px !important;
	}

	.page-template-po_detailspage .hero.po-hero {
		min-height: 380px;
	}

}

@media (max-width: 767px) {

	.subscribe .cta-content {
		bottom: -107px;
		text-align: left;
	}

	.subscribe .tab-btn {
		width: 220px;
	}

	.tab .carousel .training {
		width: 90% !important;
	}

	.subscribe .training .training-meta {
		bottom: 65px;
	} 

}

/* Product Owner Statics
   ========================================================================== */

.tab .statics figure img {
	width: 75px;
	height: 75px;
	object-fit: contain;
	margin: 0 auto;
}

.tab .statics .row {
	justify-content: space-between;
}

.tab .amount {
	line-height: 2rem;
}

/* Product Owner Carousel
   ========================================================================== */

.tab .carousel .training {
	width: 48%;
}

.tab .carousel .flickity-button {
	top: 155px;
}

.active-tab .tab .carousel .flickity-button {
	top: 128px;
}

.tab .carousel .flickity-button,
.carousel-trainings .flickity-button {
	border: 2px solid #01FFCC;
}

.tab .carousel .flickity-button.previous,
.carousel-trainings .flickity-button.previous {
	background: #0A1765 url(../images/icons/arrow-left-green.svg) no-repeat center;
	background-color: #0A1765 !important;
	border-right: none;
}

.tab .carousel .flickity-button.previous:after,
.carousel-trainings .flickity-button.previous:after {
	background: #01FFCC;
}

.tab .carousel .flickity-button.next,
.carousel-trainings .flickity-button.next {
	background: #0A1765 url(../images/icons/arrow-right-green.svg) no-repeat center;
	background-color: #0A1765 !important;
	border-left: none;
}

.tab .carousel .flickity-button:hover,
.carousel-trainings .flickity-button:hover {
	background-color: #2e3d99 !important;
}

.training.custom-training .bg-lblue,
.training.custom-training .training-content {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.training.custom-training .bg-lblue p {
	padding: 30px 0;
}

@media (max-width: 767px) {

	.page-template-po_detailspage .bg-half .blk-5.blk-sm-12:first-child {
		background: #13A4EC;
	}

	.page-template-po_detailspage .bg-half .blk-5.blk-sm-12:last-child {
		background: #0A1765;
	}

	.page-template-po_detailspage .bg-half {
		background: transparent;
	}

	.page-template-po_detailspage .bg-half .cta-content {
		bottom: -90px;
	}

}

/* Product Owner How We Work
   ========================================================================== */

.page-template-po_detailspage .bg-half {
	z-index: 4;
}

.page-template-po_detailspage .bg-half h2 {
	line-height: 4.875rem;
}

.page-template-po_detailspage .bg-half {
	background: linear-gradient(to right, #13A4EC 0%, #13A4EC 50%, #0A1765 50%, #0A1765 100%);
}

.page-template-po_detailspage .content-regular ul {
	margin-left: 0;
}

.page-template-po_detailspage .bg-half .content-regular ul li,
.page-template-po_detailspage .services .content-regular ul li {
	font-size: 0.875rem;
}

.page-template-po_detailspage .bg-half .content-regular ul li {
	font-weight: 400;
}

.page-template-po_detailspage .bg-half .carousel-steps {
	max-height: 680px;
}

.page-template-po_detailspage .bg-half .carousel-steps .content-regular ul li {
	text-align: center;
	line-height: 1rem;
	padding: 0 40px;
	background: url('../images/icons/check.svg') no-repeat 0 4px;
}

.page-template-po_detailspage .bg-half .carousel-steps h3 {
	font-size: 2.75rem;
	line-height: 2.5rem;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	width: 300px;
	font-weight: 900;
}

.page-template-po_detailspage .bg-half .cta-content form {
	flex-wrap: inherit;
}

.page-template-po_detailspage .bg-half .cta-content form .gform_body {
	width: auto;
}

.page-template-po_detailspage .bg-half .carousel-steps .flickity-button {
	transform: translate(0, -120%);
}

.page-template-po_detailspage .bg-half .carousel-steps .flickity-button.previous:hover {
	background: #01FFCC url('../images/icons/arrow-left.svg') no-repeat 50% 50%;
}

.page-template-po_detailspage .bg-half .carousel-steps .flickity-button.next:hover {
	background: #01FFCC url('../images/icons/arrow-right.svg') no-repeat 50% 50%;
}

.page-template-po_detailspage .bg-half .carousel-nav {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 999;
}

.page-template-po_detailspage .bg-half .carousel-nav li {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	border: 2px solid #01FFCC;
	color: #01FFCC;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 23px;
	cursor: pointer;
}

.page-template-po_detailspage .bg-half .carousel-nav li.active-slide,
.page-template-po_detailspage .bg-half .carousel-nav li:hover {
	border: 2px solid #FFAE00;
	color: #FFAE00;	
}

.page-template-po_detailspage .bg-half .carousel-steps .carousel-item {
	text-align: center;
	max-height: 680px;
}

.page-template-po_detailspage .bg-half .carousel-steps .carousel-item img {
	max-height: 170px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page-template-po_detailspage .services .content-regular ul li {
	background: url('../images/icons/check-blue.svg') no-repeat 0 50%;
	font-weight: 500;
}

.services__item .most-chosen,
.candidates__carousel .most-chosen {
	position: absolute;
	top: 3px;
	right: -39px;
	transform: rotate(30deg);
	font-size: 1.25rem;
	width: 250px;
	height: 0;
}

.services__item .most-chosen svg,
.candidates__carousel .most-chosen svg {
	transform: rotate(-30deg);
}

.services__item .most-chosen span,
.candidates__carousel .most-chosen span {
	top: 28px;
	right: 39px;
}

.candidates__carousel .most-chosen span {
	top: 32px;
}

.page-template-po_detailspage .bg-half .cta-content {
	bottom: -73px;
	transform: none;
}

@media (max-width: 767px) {

	.page-template-po_detailspage .bg-half .carousel-nav li {
		margin: 0 10px !important;
	}

	.page-template-po_detailspage .bg-half .carousel-steps h3 {
		font-size: 2.3rem;
	}

	.page-template-po_detailspage .bg-half .carousel-steps .content-regular ul li {
		padding: 0 15px;
	}

	.page-template-po_detailspage .carousel-image {
		top: 60px;
	}

	.page-template-po_detailspage .bg-half .carousel-steps h3 {
		top: 60px;
	}

	.page-template-po_detailspage .bg-half .carousel-steps .carousel-item {
		max-height: 620px;
	}

}

/* Product Owner Services
   ========================================================================== */

.services {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.carousel__border {
	border: 2px solid #000;
	border-radius: 15px;
	width: 100%;
	height: 100%;
}

.carousel__border-green {
	border-color: #01FFCC;
}

.carousel__border-blue {
	border-color: #0A1765;
}

.page-template-po_detailspage .candidates h3 {
	font-size: 4.5rem;
	line-height: 4.25rem;
	max-width: 360px;
	margin: 0 auto;
}

.page-template-po_detailspage .services .services__carousel {
	margin: auto;
	max-width: 1125px;
	overflow: hidden;
}

.page-template-po_detailspage .services .services__carousel h3 {
	font-size: 2.75rem;
	line-height: 2.5rem;
}

.page-template-po_detailspage .services .carousel__border h3 {
	height: 90px;
	margin-bottom: 10px;
}

.page-template-po_detailspage .services .services__carousel {
	position: relative;
}

.page-template-po_detailspage .services .services__carousel .flickity-button svg {
	display: none;
}

.page-template-po_detailspage .services .services__carousel .carousel__icon {
	height: 75px;
}

.page-template-po_detailspage .services .services__carousel .flickity-button {
	position: absolute;
	top: 0px;
	left: 50%;
	cursor: pointer;
	border: 2px solid #fff;
}

.page-template-po_detailspage .services .services__carousel .flickity-button.previous {
	transform: translate(-73px, 0);
	background: #01FFCC url(../images/icons/arrow-left.svg) no-repeat center;
	border-right: none;
}

.page-template-po_detailspage .services .services__carousel .flickity-button.next {
	background: #01FFCC url(../images/icons/arrow-right.svg) no-repeat center;	
	border-left: none;
}

.page-template-po_detailspage .services .services__carousel .flickity-button.previous:hover {
	background: #fff url(../images/icons/arrow-left.svg) no-repeat center;
}

.page-template-po_detailspage .services .services__carousel .flickity-button.next:hover {
	background: #fff url(../images/icons/arrow-right.svg) no-repeat center;	
}

.page-template-po_detailspage .services__item {
	width: 100%;
	padding: 0 7.5px;
	max-width: 375px;
}

.page-template-po_detailspage .services__item .read-more .content {
	max-height: 145px;
	overflow: hidden;
	position: relative;
}

.page-template-po_detailspage .services__item .read-more .content:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	background-image: linear-gradient(to bottom, transparent, #01FFCC);
}

.services .services__carousel .flickity-button.previous:after {
	background: #fff;
}

.services .services__carousel .read-more a {
	border-top: 1px solid #0A1765;
	padding: 5px 0 10px;
	display: block;
	font-weight: 700;
	background: url('../images/icons/chevron-down.svg') no-repeat 95% 50%;
	background-size: 12px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	text-decoration: none;
	color: #0A1765;
}

.services .services__carousel .read-more a:hover {
	color: #2e3d99;
	border-top: 1px solid #2e3d99;
}

.services .services__carousel .read-more.active-read .content:after {
	display: none;
}

.services .services__carousel .read-more.active-read .content {
	max-height: none;
}

.page-template-po_detailspage .services .services__carousel .carousel__border {
	height: auto;
}

.page-template-po_detailspage .services .services__carousel .read-more.active-read a {
	margin-top: 10px;
	background: url('../images/icons/chevron-up.svg') no-repeat 95% 50%;
	background-size: 12px;
}

@media (max-width: 767px) {

	.page-template-po_detailspage .bg-half .cta-content form {
		display: block;
	}

	.page-template-po_detailspage .bg-half .cta-content {
		bottom: -130px;
	}

	.page-template-po_detailspage .services .services__carousel .flickity-slider {
		left: 0 !important;
	}

	.page-template-po_detailspage .services .services__carousel .flickity-button {
		top: 0;
	}

}

/* Product Owner Candidates
   ========================================================================== */

.candidates {
	position: relative;
	overflow: hidden;
}

.candidates__carousel .candidates__candidate {
	left: 50%;
	top: -90px;
	transform: translate(-50%, 0);
}

.candidates__carousel .candidates__title {
	font-size: 4.5rem;
	line-height: 4.25rem;
}

.candidates__carousel .candidates__price {
	font-size: 2.75rem;
	line-height: 2rem;
}

.candidates__carousel .candidates__description {
	background: #000B4D;
	padding: 0 100px 0;
}

.candidates__carousel .candidates__description ul {
	padding-left: 0;
}

.candidates__carousel .candidates__description ul li {
	text-decoration: none;
	background: none;
	text-indent: -8px;
	line-height: 2rem;
}

.candidates__carousel .candidates__description ul li:before {
	content: '\2022';
	color: #FFAE00;
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
}

.candidates__carousel .most-chosen {
	right: -60px;
	top: -7px;
}

.candidates__carousel .most-chosen svg {
	width: 220px;
}

.candidates .radial-bg {
	top: 85px;
	left: 50%;
	transform: translate(-50%, 0);
}

.candidates__item {
	width: 100%;
	max-width: 570px;
}

.candidates__carousel .candidates__candidate,
.candidates__carousel .candidates__description {
	max-height: 0;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.candidates__carousel .candidates__item.is-selected .carousel__border {
	padding-top: 220px;
}

.candidates__carousel .candidates__item.is-selected .candidates__description {
	padding: 40px 40px 50px;
	margin-bottom: 40px;
}

.candidates__carousel .candidates__item.is-selected .candidates__candidate,
.candidates__carousel .candidates__item.is-selected .candidates__description {
	max-height: 1000px;
}

.candidates__carousel .candidates__item.is-selected {
	transform: translateY(40px);
}

.candidates .flickity-viewport,
.candidates .flickity-slider {
	min-height: 1300px;
}

.candidates .flickity-slider {
	left: 25% !important;
	position: relative;
	display: flex;
	align-items: center;
}

.candidates .candidates__carousel .flickity-button {
	border-radius: 50px;
	border: 2px solid #01FFCC;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.candidates .candidates__carousel .flickity-button.previous {
	background: #0A1765 url('../images/icons/arrow-left-green.svg') no-repeat 50% 50%;
	background-size: 20px;
	left: 265px;
}

.candidates .candidates__carousel .flickity-button.next {
	background: #0A1765 url('../images/icons/arrow-right-green.svg') no-repeat 50% 50%;
	background-size: 20px;
	right: 265px;
}

.candidates .candidates__carousel .flickity-button.previous:hover {
	background: #01FFCC url('../images/icons/arrow-left.svg') no-repeat 50% 50%;
	background-size: 20px;
}

.candidates .candidates__carousel .flickity-button.next:hover {
	background: #01FFCC url('../images/icons/arrow-right.svg') no-repeat 50% 50%;
	background-size: 20px;
}

.candidates .candidates__carousel .flickity-button svg {
	display: none;
}

@media (max-width: 1160px) {

	.candidates .candidates__carousel .flickity-button.previous {
		left: calc(50% - 275px);
	}

	.candidates .candidates__carousel .flickity-button.next {
		right: calc(50% - 330px);
	}

	.candidates .flickity-slider {
		left: calc(50% - 260px) !important;
	}

}

@media (max-width: 767px) {

	.candidates .flickity-slider {
		left: 11% !important;
	}

	.page-template-po_detailspage .bg-half .carousel-steps .flickity-button {
		top: 40%;
		transform: translate(0, -50%);
	}

	.page-template-po_detailspage .bg-half .carousel-steps .flickity-button.previous {
		left: -27px !important;
	}

	.page-template-po_detailspage .bg-half .carousel-steps .flickity-button.next {
		right: -27px !important;
		left: auto !important;
	}

	.carousel-steps, .hero_form {
		overflow: visible;
	}

	.page-template-po_detailspage .carousel-image {
		position: relative;
		top: 80px;
	}

	.candidates__item {
		max-width: none;
	}

	.candidates .flickity-slider {
		left: 0% !important;
	}

	.candidates__carousel .candidates__candidate {
		display: none;
	}

	.candidates__carousel .candidates__item.is-selected .carousel__border {
		padding-top: 70px;
	}

	.candidates__carousel .candidates__item .candidates__description,
	.candidates__carousel .candidates__item.is-selected .candidates__description {
		padding: 40px;
	}

	.page-template-po_detailspage .candidates h3 {
		font-size: 3.2rem;
	}

	.candidates .candidates__carousel .flickity-button {
		transform: translate(0, -120%);
	}

	.candidates .candidates__carousel .flickity-button {
		width: 45px;
		height: 45px;
	}

	.candidates .candidates__carousel .flickity-button.previous {
		left: 5px;
	}

	.candidates .candidates__carousel .flickity-button.next {
		right: 5px;
	}

	.page-template-po_detailspage .hero.po-hero {
		display: none;
	}

	.candidates .flickity-viewport,
	.candidates .flickity-slider {
		min-height: 1100px;
	}

}

/* 1240
   ========================================================================== */

@media (max-width: 1240px) {

	.header-logo {
		margin-left: 15px;
	}

}

/* 1160
   ========================================================================== */

@media (max-width: 1160px) {

	.social {
		display: none;
		bottom: 15px;
	}

	.show-menu .social {
		display: block;
	}

	.show-menu .social ul {
		display: flex;
	}

	.show-menu .social ul li {
		margin-right: 20px;
	}

	.services .services-title {
		font-size: 25vw;
		transform: translateY(-30px);
	}

	.trainings-holder .training {
		width: 100%;
		margin-right: 0;
	}


	.trainer-modal .modal-content {
		max-width: 600px;
	}

}

/* 992
   ========================================================================== */

@media (max-width: 992px) {

	#footer .btn {
		float: left;
	}

	.socket,
	.socket-links {
		text-align: center;
	}

	.content-image {
		margin-top: 30px !important;
	}

	.trainings-holder,
	.carousel-trainers {
		padding-left: 0;
		padding-right: 0;
	}

	.planned ul li label {
		flex-wrap: wrap;
	}

	.planned ul li .training-date, .planned ul li .training-price {
		width: 50%;
	}

	.planned ul li .training-price {
		text-align: right;
	}

	.planned ul li .training-place {
		text-align: left;
	}

	.gallery-carousel .gallery-image {
		width: 100%;
	}

	.vacancy {
		height: auto;
	}

	.vacancy svg {
		right: 50px !important;
		bottom: 20px;
	}

	.cta .blk-5.text-right {
		text-align: left;
	}

	.main-menu ul li a:after { 
		left: 0;
	}

	.pl-md-15 {
		padding-left: 15px;
	}

	.pr-md-15 {
		padding-right: 15px;
	}

	.filters .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.filters .row,
	.mobile-overflow .row {
		margin: 0;
		margin-left: -15px;
	}

	.filters .blk-8 {
		height: 60px;
		padding-top: 5px;
		overflow: hidden;
	}

	.filters ul,
	.vacancy-filters {
		display: block;
		padding: 0 15px;
		height: 60px;
		white-space: nowrap;
		overflow-x: scroll;
		margin: 0;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}

	.vacancy-filters {
		margin-bottom: 40px;
	}

	.filters ul li,
	.vacancy-filters li {
		display: inline-block;
		margin-top: 10px;
	}

	.vacancy-filters li {
		margin-right: 10px;
	}

	.filters .blk-2 {
		margin: 30px 15px 0;
	}

	.training:before {
		display: none;
	}

	.mobile-overflow {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.content .block-content .text-3 {
		font-size: 1.325rem;
		line-height: 1.625rem;
		padding: 0 20px;
	}

	.form-modalholder input[type="submit"] {
		position: relative;
		top: -25px;
	}

	.form-modal .text-4 {
		font-size: 1.725rem;
		line-height: 2rem;
	}

	.form-modal .close-modal {
		right: 0;
	}

	.list ul.list-trainings li {
		height: 100%;
	}

	.list ul.list-trainings li .training-days {
		position: relative;
		bottom: 0;
	}

	.list .row > .blk-3 {
		order: 1;
	}

	.list .row > .blk-9 {
		order: 2;
	}

	.list form {
		margin: -100px 0 0 0;
		max-width: 100%;
	}

	.subscribe table tr .gfield_list_icons .delete_list_item {
		right: 15px;
		top: -325px !important;
	}
	
	.list .btn-filter {
		display: inline-block;
	}

	.contact-form .gform_footer {
		padding-left: 15px;
	}

	.trainer-modal {
		overflow-y: scroll;
	}

	.trainer-modal .modal-content {
		height: 100%;
		padding: 15px;
		overflow-y: scroll;
	}

	.trainer-modal .modal-content .content-text {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.trainer-modal .modal-image {
		position: relative;
		left: 0;
	}

	.trainer-modal .close-modal {
		right: 0;
	}

	.form-modal .close-modal {
	    right: 0;
	}

	.form-modalholder input[type="submit"] {
		position: relative;
		top: -25px;
	}

	.form-popup .form-modal {
		max-width: 92%;
		top: 30px;
	}

	.trainer-modal .modal-content {
		max-width: 92%;
	}

	.form-modal .text-4 {
		font-size: 1.725rem;
		line-height: 2rem;
	}

	.trainer-modal .modal-content .content-text {
		overflow: visible;
		width: auto;
		height: auto;
	}

	.blog .trainings-holder {
		top: -90px;
	}

	.training-name {
		text-align: left;
	}

	.training-list {
		margin-top: -100px;
	}

	.hideHeroImage {
		display: block;
	}

	.planned ul.plannedDetails li label svg {
		display: none;
	}

	.planned ul.plannedDetails li label .training-date svg {
		display: block;
	}

	.planned ul.plannedDetails li label .training-date {
		display: flex;
		width: 22%;
	}

	.planned ul li .training-date {
		width: 100%;
		display: block;
	}

	.planned ul.plannedDetails li .training-duration, .planned ul.plannedDetails li .training-place {
		width: 22%;
	}

	.planned ul.plannedDetails li .traning-language, .planned ul.plannedDetails li .training-place {
		padding-left: 15px;
	}

	.planned ul.plannedDetails li label {
		justify-content: flex-start;
	}

	.planned ul li label {
		position: relative;
	}

	.planned ul li .training-price {
		position: absolute;
		top: 0;
		right: 0;
	}

	.planned ul li .training-price {
		top: -10px;
	}

	.planned ul li .training-name {
		display: block;
	}

	.list ul.list-trainings li .icon-more {
		display: none;
	}

	.training-language.training-list-item {
		text-align: right;
	}

	.training-location.training-list-item .training-place {
		float: left;
		width: 100%;
	}

}

@media (max-width: 767px) {

	.content .block-content .text-3 {
		padding: 0;
	}

	.block-subcontent .bg-dblue {
		padding: 90px 33.5px 60px 33.5px;
	}

	.services-item {
		width: 95%;
	}

	.services-carousel {
		position: relative;
		left: 0px;
	}

	.services-carousel .flickity-viewport {
		position: relative;
		left: -15px;
	}

}

/* 767
   ========================================================================== */

@media (max-width: 767px) {

	.header-toggle {
		left: initial;
		right: 5px;
	}

	.services .services-title {
		transform: translateY(0);
	}

	.text-5 {
		font-size: 13vw;
		line-height: 13vw;
	}

	.cta-links ul li a {
		font-size: 5vw;
		line-height: 5vw;
	}

	.hero-content br {
		display: none;
	}

	.cta-links ul li a svg {
		width: 25px;
		top: 11px;
	}

	.cta-buttons ul li svg {
		width: 30px;
	}

	.btn {
		padding: 9px 20px 7px;
		height: 50px;
	}

	.carousel .flickity-button {
		top: initial !important;
		width: 50px;
		height: 50px;
		background-size: 25px !important;
		bottom: -60px !important;
		background-color: #f5f4f9 !important;
	}

	.home .carousel .flickity-button {
		bottom: 0 !important;
		background-color: #FFF !important;
	}

	.carousel .flickity-button.previous {
		right: 65px;
	}

	.carousel .flickity-button.next {
		right: 15px;
	}

	.carousel .flickity-button.previous:after {
		height: 28px;
	}

	.main-menu ul li.large-item a {
		font-size: 8vw;
	}

	.hero-content {
		padding-bottom: 100px !important;
	}

	.why ul {
		display: block;
		text-align: center;
	}

	.why ul li {
		text-align: center;
		margin: 0 0 30px;
		display: block;
		width: 100%;
	}

	.why ul li:last-child {
		margin-bottom: 0;
	}

	.why .why-icon {
		width: auto;
	}
   
    .carousel .carousel-trainers .flickity-button {
		top: 10px;
	}

	.spacer div {
		padding-bottom: 50px !important;
	}

	.gallery-training .flickity-button.previous {
		margin-left: -50px !important;
	}

	.training-list ul li label {
		flex-wrap: wrap;
	}

	.trainers .related-trainer {
		top: 75px;
	}

	.footer-address .blk-6 {
		padding-left: 0;
		padding-right: 0;
	}

	.carousel .gallery-carousel button {
		top: -30px !important;
	}

	.carousel .gallery-carousel .flickity-button.next {
		margin-left: 13px !important;
	}

	.carousel .gallery-carousel .flickity-button.previous {
		margin-left: -37px !important;
	}

	.single-vacature .hero-title {
		font-size: 11vw;
		line-height: 11vw;
	}

	.gallery-carousel .gallery-image {
		max-height: 350px;
	}

	.single-training .carousel-trainings .flickity-button {
		background-color: #FFF !important;
	}

	.to-vacancies {
		left: 15px;
		top: 100px;
		margin: 0;
	}

	.subscribe .gf_page_steps .gf_step:after {
		display: none;
	}

	.subscribe .gf_page_steps {
		display: none;
	}

	.subscribe .gf_page_steps .gf_step {
		width: 100%;
	}

	.subscribe #field_3_20 .gfield_description {
		width: 90%;
	}

	.subscribe .gform_next_button, .subscribe .gform_previous_button, .subscribe input[type="submit"] {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.subscribe .gfield_radio li.gchoice_3_43_0 {
		width: 100%;
	}

	.planned ul li span,
	.planned ul li .training-price {
		width: 50%;
	}

	.blog .training {
		width: 100%;
	}

	.planned ul li .training-name {
		width: 100%;
	}

	.gform_body .ginput_container_fileupload {
		display: block;
	}

	.planned ul.plannedDetails li label {
		display: block;
	}
	
	.planned ul li .training-date {
		width: 100% !important;
	}

	.planned ul.plannedDetails li svg {
		position: relative;
		top: 9px;
	}

	.trainers .trainer {
		width: 330px;
	}

	.trainers .related-trainer {
		top: -15px;
	}
	
	.hero-content .text-2 {
		font-size: 1.175rem;
		line-height: 1.6rem;
	}

	.list ul.list-trainings li .list-image {
		width: 100%;
		max-height: 150px;
	}

	.list ul.list-trainings li .training-price {
		position: initial;
		top: 165px;
		font-size: 1.425rem;
	}

	.list ul.list-trainings li .list-image img {
		border-bottom-left-radius: 0;
		border-top-right-radius: 15px;
	}

	.list ul.list-trainings li .training-days {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.training-name.training-list-item {
		text-align: left;
		width: 100%;
	}

	.training-location.training-list-item {
		text-align: right;
	}

	.planned .list-item .training-name {
		width: 100%;
	}

	.training-language.training-list-item {
		width: 30%;
	}

	.training-location.training-list-item .training-place {
		text-align: right;
	}

	.training-language.training-list-item {
		text-align: left;
	}

	.page-id-57 .hero {
		max-height: 400px;
	}
	
}

/* 499
   ========================================================================== */

@media (max-width: 499px) {

	.main-menu ul li a {
		font-size: 5vw;
	}

	.services .services-title {
		transform: translateY(20px);
	}

	.services .service .service-image {
		height: 150px;
	}

	.services .service .service-content {
		padding-bottom: 200px;
	}

	.carousel .flickity-button {
		top: 75px;
	}

	.spacer div {
		padding-bottom: 30px !important;
	}

	.carousel .carousel-trainers .trainer {
	    width: 100%;	
	}

	.carousel .carousel-trainers .trainer .trainer-image {
		width: 100%;
		height: 100%;
	}

	.carousel .carousel-trainers .trainer .trainer-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.planned ul li .training-name {
		width: 100%;
		text-align: left;
	}

	.single-training .hero,
	.single-vacature .hero {
		max-height: 500px;
	}

	.training-list .btn {
		display: block;
		text-align: center;
		width: 100%;
		margin: 10px 0 0 0;
	}

	.single-training .planned ul li .training-price {
		text-align: right;
		padding-left: 47px;
	}

	.single-training .hero .hero-content .hero-title {
		font-size: 10vw;
		line-height: 10vw;
	}

	.planned ul li {
		padding: 20px;
	}

	.planned ul li .training-price {
		font-size: 1.325rem;
	}

	.trainer-modal .modal-image {
		max-width: 300px;
		margin-top: 60px;
	}

	.trainer-modal .modal-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.subscribe table td.gfield_list_36_cell1 {
		width: 100%;
	}

	.subscribe table td.gfield_list_36_cell2,
	.subscribe table td.gfield_list_36_cell3 {
		width: 48%;
	}

	.subscribe #gf_coupon_button {
		font-size: .525rem;
	}

	.subscribe table tr .gfield_list_icons .delete_list_item {
		top: -440px !important;
	}
	
	.list .btn-filter {
		width: 100%;
	    text-align: center;
	}

	.planned ul li .training-place, 
	.planned ul li .training-duration {
		width: 52%;
	}

	.planned ul li .training-price, 
	.planned ul li .traning-language {
		width: 48%;
	}

	.services .service .service-content {
		padding-bottom: 0;
	}

	.services .service .service-text {
		position: relative;
		padding: 0 35px 30px 0;
		bottom: 10px;
	}

	.planned ul.plannedDetails li label .training-place {
		width: 100%;
		display: block;
		padding-left: 50px;
	}

	.plannedDetails .training-date {
		width: 100%;
	}

	.planned .list-item .training-price {
		top: -10px;
	}

	.training-language.training-list-item, .training-location.training-list-item {
		width: 100%;
	}

	.training-location.training-list-item .training-place {
		text-align: left !important;
	}

}

/* 399
   ========================================================================== */

@media (max-width: 399px) {

	.carousel .flickity-button {
		top: 60px;
	}

	.training-list .btn-blue {
		margin-left: 0;
	}

	.home .hero {
		height: 100% !important;
		max-height: 500px;
	}

	.home .hero-content {
		padding-bottom: 0 !important;
	}

	.btn {
		font-size: .975rem !important;
	}

}

/* 699
   ========================================================================== */

@media (max-height: 699px) {

	.main-menu ul li.large-item.last-item {
		margin-bottom: 20px;
	}

	.trainer-modal {
		overflow-y: scroll;
	}

	.trainer-modal .modal-content {
		height: 100%;
		padding: 15px;
		overflow-y: scroll;
	}

	.trainer-modal .modal-content .content-text {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.trainer-modal .modal-image {
		position: relative;
		left: 0;
	}

	.trainer-modal .close-modal {
		right: 0;
	}

	.form-modal .close-modal {
	    right: 0;
	}

	.form-modalholder {
		padding: 30px;
	}

	.form-modalholder input[type="submit"] {
		position: relative;
		top: -25px;
	}

	.form-modal .text-4 {
		font-size: 1.725rem;
		line-height: 2rem;
	}



@media (orientation: landscape) {

	.main-menu ul {
		padding-left: 0;
	}

	.main-menu ul li a {
		font-size: 2vw;
	}

	.main-menu ul li.large-item a {
		font-size: 3vw;
	}

	.main-menu ul li.large-item {
		margin-bottom: 10px;
	}

	.main-menu ul li.large-item.last-item {
		margin-bottom: 25px;
	}

	.main-menu ul {
	    height: 55%;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    overflow: auto;
	    padding: 75px 15px 0;
	    width: 100%;
	}

}