b, strong {
    font-weight: 700;
}

.content li {
    margin-bottom: 0px;
}

#footer-top .col-lg{
	max-width: 50%;
	flex-basis: 50%;
}

.toggle-search{
font-size:18px;
}

.home .hamburger span ,
.home .hamburger span:before, .home .hamburger span:after{
    background: #3E3838 !important;
}

.sidebar_container .gform_body,
.sidebar_container .gform_footer{
	background: none !important;
}

#footer a{
	white-space: normal;
}

#nav_menu-4{
	margin-bottom: 30px;
}

.docent-social{
	position: absolute;
	bottom: 0;
	left: 0;
}

.docent-social a,
.docent-social a:hover,
.docent-social a:focus{
	background: #fdd8a0;
	width: 52px;
	height: 52px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right:2px;
	color: #3e3838;
	font-size: 21px;
	font-weight: 300;
	line-height: 40px;
	text-decoration: none !important;
}

.docent-social-single{
	left: auto;
	right: 0;
}

.docent-social-slider{
	left: 100px;
}

.docent-social-single a,
.docent-social-single a:hover,
.docent-social-single a:focus{
	margin-right: 0;
	margin-left: 2px;
}

body:not(.home) #hero .hero-content-container {
    min-height: 377px;
}

body:not(.home) #hero .hero-content-container h1{
	font-family: Overpass;
	font-weight: 700;
	text-align: left;
}

body:not(.home) #hero .hero-content-container .hero-content {
    padding: 100px 0 0;
}

.single-docent .col-lg-4 blockquote{
	width: 100%;
}
.single .col-lg-4 blockquote{
	width: 100%;
}

.contact-docent{
	background-color: #fdd8a0;
	padding: 25px;
	color: #3e3838;
	font-family: Overpass;
	font-size: 19px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 45px;
}

.docent-slider-intro{
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cursus-lijst-item,
.cursus-lijst-item:hover,
.cursus-lijst-item:focus{
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	color: #a23622;
	font-family: Overpass;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	max-width: 645px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	max-height: 80px;
}

.cursus-lijst-item img{
	-o-object-fit: cover;
	   object-fit: cover;
    height: 100%;
    max-width: none;
}

.cursus-lijst-item div:nth-child(1){
	max-height: 80px;
}

.cursus-lijst-item div:nth-child(2){
	padding: 15px 25px;
}

.cursus-lijst-item:nth-child(n+2){
	margin-top: 20px;
}

.sidebar_blok{
	background-color: #fdd8a0;
	padding: 30px;
	font-size: 19px;
	margin-bottom: 20px;
}

.sidebar_blok hr{
	border-top: none;
	margin-bottom: 30px;
	margin-top: 30px;
}

.sidebar_container img{
	border: none !important;
}

.sidebar_blok a.button,
.call_to_action_blok a.button,
.single-cursus .class-tab-block a.button,
.nu-inschrijven,
.home-top a.button{
	white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sidebar_blok a.button:before,
.call_to_action_blok a.button:before,
.single-cursus .class-tab-block a.button:before,
.home-top a.button:before,
.nu-inschrijven:before{
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-arrow-more' viewBox='0 0 30 30'%3E%3Cpath class='st0' d='M15,0C6.7,0,0,6.7,0,15c0,8.3,6.7,15,15,15c8.3,0,15-6.7,15-15C30,6.7,23.3,0,15,0z M8.1,23.1l5.5-8.1L7.9,7.1 L24,15.3L8.1,23.1z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	margin-right: 10px;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.home-top h2{
	margin-bottom: 45px;
}

.sidebar_blok strong{
	color: #3e3838;
	font-family: Overpass;
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
}

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

ul.checklist li{
	position: relative;
	padding-left: 25px;
}

ul.checklist li:before{
	color: #a23622;
	position: absolute;
    font-size: 12px;
	left: 0;
	top: 4px;
	content: "\f00c";
	font-family: 'FontAwesome';
}

.col-lg-4 .post-cursus{
	height: 100%;
}

.post-cursus .box-image {
    min-height: 140px !important;
    max-height: 140px !important;
}

.post-cursus-container .post-cursus{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.post-cursus .row.no-gutters .box-text{
	height: 100%;
}

.post-cursus h2{
	color: #3e3838;
	font-family: Overpass;
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.post-cursus-intro{
	text-align: center;
	color: #3e3838;
	font-family: Overpass;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-cursus-korte-info i{
	margin-right: 10px;
	width: 21px;
	min-width: 21px;
	max-width: 21px;
}

.post-cursus-korte-info{
	color: #3e3838;
	font-family: Overpass;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 25px;
	border-top: solid 1px #e6e6e6;
	padding-top: 25px;
	margin-top: 25px;
	margin-left: -40px;
	margin-right: -40px;
	padding-left: 40px;
	padding-right: 40px;
}

.post-cursus-korte-info div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-cursus-korte-info div:nth-child(n+2){
	margin-top: 10px;
}

.post-cursus-container{
	margin-bottom: 30px;
}

.post-type-archive .post-cursus-container{
	margin-bottom: 0;
	margin-top: 30px;
}

body.home, body.post-type-archive-cursus{
	background: #D1E7DA !important;
}

.call_to_action_blok{
	text-align: center !important;
	padding: 40px;
	color: rgba(255, 255, 255, 0.56);
	font-family: "ITC Clearface W01 Regular";
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	position: relative;
	z-index: 0;
	background: url("../graphics/call_to_action_bg.jpg") center no-repeat;
	background-size: cover;
}

.call_to_action_blok:before{
	content: "";
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.call_to_action_blok strong{
	color: #ffffff;
	font-family: "ITC Clearface W01 Regular";
	font-size: 26px;
	font-weight: 400 !important;
	line-height: 36px;
}

.call_to_action_blok_inner{
	max-width: 600px;
	margin: 0 auto;
}

.usps{
	background-color: #418181;
	padding: 30px;
	color: #d1e7da;
	font-family: Overpass;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
    margin-top: 45px;
    margin-bottom: 30px;
}

.usps-home{
	background-color: #d1e7da;
	color: #3e3838;
    margin-top: 15px;
    margin-bottom: 60px;
}

.call_to_action_cursus_home{
	padding-top: 0 !important;
}

.usps-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	max-width: 750px;
	margin: 0 auto;
}

.usp{
	max-width: 210px;
	position: relative;
	padding-left: 22px;
}

.usps-home .usp:before{
	color: #a23622;
}

.usp:before{
	color: #d1e7da;
	position: absolute;
    font-size: 12px;
	left: 0;
	top: 0px;
	content: "\f00c";
	font-family: 'FontAwesome';
}

.cursist-quote{
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    height: 100%;
	text-align: center;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
}

.cursist-quote p{
	color: #ffffff;
	font-family: "ITC Clearface W01 Regular";
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
}

.cursist-quote:before{
	content: "";
	z-index: -1;
	background-color: rgba(65, 129, 129, 0.77);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.cursist-quote span{
	color: #fdd8a0;
	font-family: "ITC Clearface W01 Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 10px;
}

.cursist-quote span:before{
	content: "";
	width: 27px;
	height: 1px;
	background-color: #fdd8a0;
    display: inline-block;
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
	margin-right: 15px;
}

.cursist-quote span:after{
	content: "";
	width: 27px;
	height: 1px;
	background-color: #fdd8a0;
    display: inline-block;
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
	margin-left: 15px;
}

.cursist-quote strong{
	color: #d1e7da;
	font-family: Overpass;
	font-size: 15px;
	font-weight: 300 !important;
	line-height: 30px;
}

.single-cursus .bg-grey-1{
	background-color: #fdd8a0;
    fill: #fdd8a0;
}

.class-detail i{
	margin-right: 10px;
    width: 21px;
    min-width: 21px;
    max-width: 21px;
}

.single-cursus .class-details{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	border-bottom: solid 1px #e6e6e6;
	padding-top: 0 !important;
	padding-bottom: 25px !important;
	margin: 0 -40px 50px;
}

.class-info-block .class-details .class-detail{
	margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	color: #3e3838;
	font-family: Overpass;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
    max-width: 150px;
}

.single-cursus .class-details i{
	margin-bottom: 10px;
	color: #418181;
	font-size: 30px;
	width: auto;
	margin-right: 0;
	max-width: none;
}

.single-cursus .sidebar_container{
	margin-bottom: 30px;
}

.status-img{
	position: absolute;
	left: 0;
	top: 0;
	width: auto !important;
}

.home-logos-aangesloten{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 15px;
	background: #fff;
}

.home-logos-aangesloten img{
	float: left;
}

.whitepaper-center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ginput_container input.large, .ginput_container select.large, .ginput_container textarea.large{
	background: #fff;
}

.home .gform_footer{
	background: none !important;
}

.post-cursus .row.no-gutters{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.post-cursus .row.no-gutters > div:nth-child(2){
	height: calc(100% - 140px);
}

@media (max-width:1199px)
{
	.docent-social-slider {
		left: 85px;
	}

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

@media (max-width:992px)
{

	.docent-social-slider {
		left: 0;
		bottom: auto;
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
	}

	.call_to_action_blok{
		padding: 30px;
	}

	.home-top{
		margin-bottom: 80px;
	}
}

@media (max-width:767px)
{



	.page-id-1928 #breadcrumbs + .content > .row{
		flex-direction: column-reverse;
	}

	.page-id-1928 #breadcrumbs + .content > .row > .sidebar_container{
		margin-bottom: 30px;
	}

	#footer-top .col-lg{
		max-width: 100%;
		flex-basis: 100%;
	}

	.usps-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.usp{
		width: 100%;
		max-width: 100%;
	}

	.usp:nth-child(n+2){
		margin-top: 7px;
	}

	.call_to_action_blok{
		padding: 20px;
	}

	.docent-social-single{
		width: 52px;
	}

	.docent-social-single a{
		margin: 2px 0 0;
	}

	.single-cursus .class-details i{
		margin-right: 20px;
		min-width: 33px;
		max-width: 33px;
		width: 33px;
	}

	.class-info-block .class-details .class-detail{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		text-align: left;
    	max-width: none;
	}

	.single-cursus .class-details {
		margin: 0 -20px 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}