
/*

font-family: "effra", sans-serif;
font-weight: 300/400/700;

font-family: "museo-sans-rounded", sans-serif;
font-weight: 500/700;

GEEL: #fd0
ZWART: #3c3c3c
GRIJS: #9d9d9d	
// ROOD: #db2b39
// GROEN: #0cce6b
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	color: #3c3c3c;
	background: #fff;
	font-family: "effra", sans-serif;
	font-weight: 300;
	font-size: 20px;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.text_wrapper {
	margin: 0 auto;
	max-width: 800px;
}

/* header */

.header {
	float: left;
	width: 100%;
	padding: 60px 0;
}

/* logo */

a.logo {
	float: left;
	position: relative;
}

img.logo {
	float: left;
	height: 80px;
}

/* logo cover */

.logo_cover {
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 100;
	width: calc(100% - 60px);
	height: 100%;
	background: #fff;
	opacity: 1;
}

/* nav */

.header nav {
	float: right;
	text-align: right;
	margin-top: 18px;
} 

.header nav a {
	display: inline-block;
	color: #3c3c3c;
	font-size: 20px;
	font-weight: 400;
	line-height: 1em;
	text-decoration: none;
	margin-left: 60px;
	position: relative;
}

.header nav a span {
	position: relative;
	z-index: 10;
}

.header nav a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -6px;
	z-index: 1;
	height: 3px;
	width: 0;
	background: #fd0;
}

.header nav a.selected:after {
	width: 100%;
	background: #fd0;
}

@media all and (min-width: 50em) { 
	
	.header nav a:after {
		transition: width .5s ease, background-color .5s ease;
	}
	
	.header nav a:hover:after {
		width: 100%;
		background: #fd0;
	}

}

/* hamburger */

.hamburger {
	float: right;
	outline: none;
	display: none !important;
	margin-top: 0 !important;
	opacity: 1 !important;
}


/* container 

.container {
	float: left;
	width: 100%;
	padding-top: 180px;
	-moz-transition: all 0.5s cubic-bezier(0.165, 0.6, 0.6, 1);
	-o-transition: all 0.5s cubic-bezier(0.165, 0.6, 0.6, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.6, 0.6, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.6, 0.6, 1); 
}

/* mobile header 

.mobile_header {
	float: left;
	width: 100%;
	display: none;
}

.mobile_header img {
	float: left;
	width: 200px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}

.mobile_header nav {
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	display: none;
}

.mobile_header nav.home a.nav_contact {
	border-bottom: 0;
}

.mobile_header a {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #3c3c3c;
	font-size: 22px;
}

.mobile_header a:hover, 
.mobile_header a.selected,
.mobile_header a.selected:hover {
	color: #fff;
	background: #fd0;
}

.mobile_header a span {
	margin-left: 25px;
}

a.contact {
	float: left;
	width: 50%;
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #3c3c3c;
}

a.contact span {
	display: inline-block;
	margin-left: 25px;
	font-size: 22px;
	position: relative;
}

a.contact span i {
	margin-right: 3px;
}

a.contact:hover {
	color: #fff;
	background: #fd0;
}

/* banner */
	
img.banner {
	float: left;
	width: 100%;
}

/* content */

.content {
	float: left;
	width: 100%;
	position: relative;
}

.content a {
	color: #3c3c3c;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.content a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 4px;
	z-index: 1;
	height: 2px;
	width: 100%;
	background: #fd0;
}

.content a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 4px;
	z-index: 2;
	height: 2px;
	width: 0;
	background: #3c3c3c;
}

.content a.anchor {
	 display: block;
    position: relative;
    top: -91px;
    visibility: hidden;
}

@media all and (min-width: 50em) { 
	
	.content a:after {
		transition: width .5s ease, background-color .5s ease;
	}
	
	.content a:hover:after {
		width: 100%;
		background: #3c3c3c;
	}

}

.content a.button {
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	color: #3c3c3c;
	background: #fd0;
	border-radius: 12px;
	padding: 12px 22px;
	padding-right: 38px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 400;
	position: relative;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s; 
	overflow: hidden;
}

.content a.button.prev {
	padding: 12px 22px;
	padding-left: 38px;
}

.content a.button em {
	font-style: normal;
	position: relative;
	z-index: 10;
}

.content a.button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	z-index: 0 !important;
	height: 100% !important;
	width: 0;
	background: #3c3c3c;
	transition: width .5s ease, background-color .5s ease;
}

@media all and (min-width: 50em) { 
	
	.content a.button:hover:before {
		width: 100%;
		background: #3c3c3c;
		transition: width .5s ease, background-color .5s ease;
	}

}

.content a.button:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    color: #3c3c3c;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    background: none !important;
    width: auto !important;
    padding: 12px 15px 0 0;
    position: absolute;
    pointer-events: none;
    line-height: 20px;
    -moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s; 
}

.content a.button.prev:after {
    content: "\f104";
    font-family: "Font Awesome 6 Pro"; 
    left: 0 !important;
    right: auto !important;
    padding: 12px 0 0 15px;
}

.content a.button:hover {
	color: #fff;
}

.content a.button:hover:after {
	color: #fff;
}

.content h1 {
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 40px;
}

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

.content h2 {
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 40px;
}

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

.content h1 img.plus, 
.content h2 img.plus {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -4px;
}

.content p {
	line-height: 1.75em;
	margin-bottom: 25px;
}

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

.content strong {
	font-weight: 400;
}

.content ul {
	list-style-type: none;
	margin-bottom: 30px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 15px;	
}

.content li {
	padding-left: 20px;
	margin: 0;
	margin-bottom: 6px;
	line-height: 1.5em;
	position: relative;
}

.content ul li:before {
	content: "\f111";
	font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 5px;
    color: #3c3c3c;
    left: 0;
    top: -2px;
    position: absolute;
    pointer-events: none;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 10px 0;
	vertical-align: top;
	line-height: 1.4em;
}

.content table.rows td {
	padding: 15px;
	border-bottom: 1px solid #DDD;
}

.content table.rows tr:hover td {
	background: #F5F5F5;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-top: 5px;
	margin-bottom: 35px;
}

.content hr.spacer125 {
	border: 0;
	margin: 0;
	height: 125px;
}

.content hr.spacer100 {
	border: 0;
	margin: 0;
	height: 100px;
}

.content hr.spacer75 {
	border: 0;
	margin: 0;
	height: 75px;
}

.content hr.spacer50 {
	border: 0;
	margin: 0;
	height: 50px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* text */

div.text {
	float: left;
	width: 100%;
	margin: 100px 0 75px 0;
}

div.text.no_top_margin {
	margin-top: 25px;
	margin-bottom: 50px;
}

div.text.no_margin {
	margin-top: 25px;
	margin-bottom: 25px;
}

div.text.no_bottom_margin {
	margin-bottom: 50px;
}

.no_banner div.text {
	margin-top: 25px;
}

/* text block */

.text_block {
	float: left;
	width: 30%;
	margin-right: 5%;
	border-top: 8px solid #fd0;
	padding-top: 30px;
}

.text_block.nomargin {
	margin-right: 0;
}

.text_block h2 {
	font-size: 20px;
}

/* website list */

.website_list {
	float: left;
	width: 100%;
	display: flex;	
	justify-content: space-between;
	flex-wrap: wrap;
}

.website_list a {
	float: left;
	width: 47%;
	margin-bottom: 100px;
}

.website_list a:after, 
.website_list a:before {
	display: none;
}

.website_list a .website_image {
	float: left;
	width: 100%;
	position: relative;
	background-size: cover !important;
	margin-bottom: 0 !important;
}

.website_list a .website_image img.placeholder {
	float: left;
	width: 100%;
}

.website_list a .website_image_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(60, 60, 60, 0.2);
	transition: all 0.5s;
}

.website_list a .website_image_text {
	position: absolute;
	bottom: 30%;
	left: 0;
	z-index: 20;
	width: 100%;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 30px;
	color: #fff;
}

.website_list a .website_image_text strong {
	float: left;
	width: 100%;
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-top: 6px;
	margin-bottom: 5px;
}

.website_list a .website_image_text span {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}

.website_list a .website_image_text img.icon {
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 50;
	width: 50px;
}

.website_list a .website_image_text img.icon_hover {
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 60;
	width: 50px;	
	opacity: 0;
	transition: all 0.3s;
}

.website_list a:hover .website_image_cover {
	background: rgba(60, 60, 60, 0.7);
}

.website_list a:hover .website_image_text img.icon_hover {
	opacity: 1;
}

.website_list a .website_intro {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 30px;
	padding-right: 30px;
	color: #9d9d9d;
	transition: all 0.2s;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
}

.website_list a:hover .website_intro {
	color: #3c3c3c;
}

/* website page */

.website_image {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.website_image a:before, 
.website_image a:after {
	display: none;
} 

.website_image a {
	float: left;
	width: 100%;
}

.website_image img {
	float: left;
	width: 100%;
}

.website_text {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

.website_video {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 75px;
	margin-bottom: 50px;
}

.website_video_box {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
}

.website_text_left {
	float: left;
	width: calc(100% - 400px);
}

.website_text_right {
	float: right;
	width: 350px;
}

.website_text_right a img {
	float: left;
	width: 100%;
}

.website_text_right a:before, 
.website_text_right a:after {
	display: none;
}

/* website controls */

.website_controls {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 75px;
}

.website_controls span.prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.website_controls span.next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

/* website banner slider */

.website_banner_slider {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

.website_banner_slide {
	float: left;
	width: 100%;
}

.website_banner_slide img {
	float: left;
	width: 100%;
}

.content a.website_banner_slide:before,
.content a.website_banner_slide:after {
	display: none;
}

/* method list: small */

.method_list_small {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 75px;
}

.method_list_small a {
	float: left;
	width: 14.25%;
	text-align: center;
	border: 0 !important;
	transition: color 0.2s, transform 0.5s;
}

.method_list_small a:before, 
.method_list_small a:after {
	display: none !important;
}

.method_list_small a img {
	display: inline-block;
	vertical-align: top;
	height: 50px;
}

.method_list_small a strong {
	float: left;
	width: 100%;
	margin-top: 30px;
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.method_list_small a:hover {
	color: #fd0;
}

.method_list_small a:hover {
	transform: translateY(-5px);
}

/* method list */

.method_list {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 75px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.method_list div.method {
	float: left;
	width: 47%;
	box-sizing: border-box;
	transition: background 1s;
	background: rgba(255, 221, 0, 0.05);
	padding: 70px 90px;
	padding-bottom: 55px;
	position: relative;
	margin-bottom: 60px;
}

.method_list div.method:hover {
	background: rgba(255, 221, 0, 0.25);
}

.method_list div.method_text {
	float: left;
	width: 100%;
}

.method_list div.method_text b {
	float: left;
	width: 100%;
	font-family: "museo-sans-rounded", sans-serif;
	font-size: 35px;	
	font-weight: 700;
	margin-bottom: 25px;
}

.method_list div.method_text p {
	font-size: 18px;
}

.method_list div.method img {
	position: absolute;
	top: 65px;
	left: -30px;
	z-index: 100;
	width: 60px;
}

/* services */

.service_list {
	float: left;
	width: 47%;
	margin-bottom: 75px;
}

.service_list.right {
	float: right;
}

.service_list div.service {
	float: left;
	width: 100%;
	box-sizing: border-box;
	transition: background 1s;
	background: rgba(157, 157, 157, 0.05);
	padding: 70px 90px;
	padding-bottom: 55px;
	position: relative;
	margin-bottom: 50px;
}

.service_list div.service:hover {
	background: rgba(157, 157, 157, 0.25);
}

.service_list div.service_text {
	float: left;
	width: 100%;
}

.service_list div.service_text b {
	float: left;
	width: 100%;
	font-family: "museo-sans-rounded", sans-serif;
	font-size: 35px;	
	font-weight: 700;
	margin-bottom: 25px;
}

.service_list div.service_text p {
	font-size: 18px;
}

.service_list div.service img {
	position: absolute;
	top: 65px;
	left: -30px;
	z-index: 100;
	width: 60px;
}

.service_list img.service_image {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

/* team */

.team_block {
	float: left;
	width: 47%;	
	position: relative;
}

.team_block.right {
	float: right;
}

.team_block img {
	float: left;
	width: 100%;
}

.team_text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 70px 45px 55px 90px;
	margin-bottom: 60px;
}

.team_text b {
	float: left;
	width: 100%;
	font-family: "museo-sans-rounded", sans-serif;
	font-size: 35px;	
	font-weight: 700;
	margin-bottom: 25px;
}

.team_text p {
	font-size: 18px;
}

.team_text img {
	position: absolute;
	top: 65px;
	left: -30px;
	z-index: 100;
	width: 60px;
}

/* partners */

.partner_list {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 100px;
}

.partner_list a.partner {
	width: 10.66%;
	margin: 40px 3%;
	background-size: contain !important;
}

.partner_list a.partner img {
	float: left;
	width: 100%;
}

.partner_list a.partner:before, 
.partner_list a.partner:after {
	display: none;
}

/* cta */

.cta {
	float: left;
	width: 100%;
	background: #fd0;
}

.cta_image {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	background-size: cover !important;
}

.cta_image_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fd0;
	opacity: 1;
	animation-fill-mode: forwards;
}

.cta_text {
	float: left;
	width: 100%;
	padding: 75px 0 50px 0;
}

.cta h2 {
	font-size: 35px;
}

.cta a.button {
	background: #fff;
}

/* contact */

.contact_left {
	float: left;
	width: 35%;
}

.contact_right {
	float: right;
	width: 55%;
}

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 350px;	
	margin-bottom: 75px;
}

#google_maps_canvas p {
	font-size: 14px;
}

#google_maps_canvas p strong {
	font-weight: 700;
}

#google_maps_canvas a {
	border-bottom: 2px solid #fd0;
}

#google_maps_canvas a:before {
	display: none !important;
}

#google_maps_canvas a:after {
	display: none !important;
}

#google_maps_canvas p {
	margin-bottom: 0; 
	line-height: 1.4em;
}

/* form */

.form {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.form_table {
	float: left;
	width: 100%;
}

.form_table td.label {
	width: 20%;
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 700;
	color: #fd0;
	padding: 7px 0;
	vertical-align: middle;
}

.form_table td.label.error {
	color: #db2b39;
}

.form_table td.field {
	width: 80%;
	padding: 7px 0;
}

.form_table input.radio {
	margin-right: 4px;
}

.form_table label {
	cursor: pointer;
}

/* form labels */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
}

.form span.label {
	margin-bottom: 2px;
}

.form span.label.error {
	color: #db2b39;
}

.form span.hint {
	font-weight: normal;
	font-size: 13px;
	color: #777;
	margin-top: -5px;
	margin-bottom: 15px;
}

.form span.hint a {
	color: #777;
}

.form span.hint a:hover {
	color: #555;
}

.form span.checkbox {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.form span.checkbox.error {
	color: #db2b39;
}

.form span.checkbox.error a {
	color: #db2b39;
}

.form span.label b, 
.form span.checkbox b {
	color: #666;
	font-weight: 300;
	font-size: 12px;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #db2b39;
	font-weight: 400;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
}

.form span.form_block.error {
	color: #db2b39;
}

/* form fields */

.form input.text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	outline: none;
	border: 0;
	border: 1px solid rgba(157, 157, 157, 0.05);
	background: rgba(157, 157, 157, 0.05);
	padding: 8px 12px;
	margin: 0;
	color: #3c3c3c;
	font-size: 18px;
	font-family: "effra", sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}

.form input.text.error {
	border: 1px solid #db2b39;
}

.form textarea {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	background: transparent;
	outline: none;
	border: 1px solid rgba(157, 157, 157, 0.05);
	background: rgba(157, 157, 157, 0.05);
	padding: 8px 12px;
	margin: 0;
	color: #3c3c3c;
	font-size: 18px;
	font-family: "effra", sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}

.form textarea.error {
	border: 1px solid #db2b39;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 10px 6px 2px 0;
	width: 16px;
	height: 16px;
	line-height: 1em;
}

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.select-wrapper {
	float: left;
	width: 50%;
	position: relative;
	margin-top: 3px;
	margin-bottom: 15px;
}

.select-wrapper:after {
    content: "\f008";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px 12px 0;
    position: absolute;
    pointer-events: none;
    line-height: 22px;
    background-color: #fd0;
}

select {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    display: inline-block;
    zoom: 1;
    color: #3c3c3c;
    background-color: #fff;
    padding: 10px 40px 10px 4%;
    margin: 0 7px 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
	font-family: "effra", sans-serif;
	font-weight: 300;
    border: 1px solid #eee;
    width: 100%;
    cursor: pointer;
    outline: none;
    transition: border 0.3s;
}

select::-ms-expand {
    display: none;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #0cce6b;
}

div.feedback.error {
	background: #db2b39;
}

/* button */

.form button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

.form button {
	display: inline-block;
	text-decoration: none;
	color: #3c3c3c;
	background: #fd0;
	border-radius: 12px;
	padding: 12px 22px;
	padding-right: 38px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 400;
	position: relative;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s; 
	overflow: hidden;
	outline: none;
}

.form button em {
	font-style: normal;
	position: relative;
	z-index: 10;
}

.form button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 0;
	background: #3c3c3c;
	transition: width .5s ease, background-color .5s ease;
}

.form button:hover:before {
	width: 100%;
	background: #3c3c3c;
	transition: width .5s ease, background-color .5s ease;
}

.form button:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px 12px 0;
    position: absolute;
    pointer-events: none;
    line-height: 20px;
    -moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s; 
}

.form button:hover {
	color: #fff;
}

/* questionnaire form */

.form.questionnaire label {
	cursor: pointer;
}

.form.questionnaire span.label, 
.form.questionnaire span.hint {
	float: left;
	width: 100%;
	line-height: 1.3em;
	font-size: 19px;
	font-weight: 400;
}

.form.questionnaire span.label {
	margin-bottom: 2px;
}

.form.questionnaire span.label.error {
	color: #db2b39;
}

.form.questionnaire span.hint {
	font-weight: 300;
	font-size: 14px;
	color: #999;
	margin-top: -5px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.form.questionnaire span.checkbox_hint {
	margin-top: 2px;
}

.form.questionnaire span.hint a {
	color: #999;
}

.form.questionnaire span.hint a:hover {
	color: #3c3c3c;
}

.form.questionnaire span.hint u {
	cursor: pointer;
}

.form.questionnaire span.checkbox {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.3em;
}

.form.questionnaire span.checkbox label {
	cursor: pointer;
}

.form.questionnaire span.checkbox.error {
	color: #db2b39;
}

.form.questionnaire span.checkbox.error a {
	color: #db2b39;
}

.form.questionnaire span.label b, 
.form.questionnaire span.checkbox b {
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.form.questionnaire span.label.error b, 
.form.questionnaire span.checkbox.error b {
	color: #db2b39;
	font-weight: 700;
}

.form.questionnaire span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
	line-height: 1.3em;
}

.form.questionnaire span.form_block.error {
	color: #db2b39;
}

.form.questionnaire span.form_block_checkbox {
	float: left;
	width: 25%;
}

.form.questionnaire span.form_block_checkbox span.checkbox {
	margin-bottom: 8px;
}

/*
.form_warning {
	float: left;
	width: 100%;
	font-weight: 700;
	color: #db2b39;
	margin-bottom: 15px;
}

/* form fields */

.form.questionnaire input.text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	color: #3c3c3c;
	font-size: 18px;
	font-family: "effra", sans-serif;
	font-weight: 300;
	outline: none;
}

.form.questionnaire input.text:focus {
	border: 1px solid #999;
}

.form.questionnaire input.text.error {
	border: 1px solid #db2b39;
}

.form.questionnaire textarea {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	color: #3c3c3c;
	font-size: 18px;
	font-family: "effra", sans-serif;
	font-weight: 300;
	outline: none;
}

.form.questionnaire textarea:focus {
	border: 1px solid #999;
}

.form.questionnaire textarea.error {
	border: 1px solid #db2b39;
}

.form.questionnaire .select_wrapper {
	float: left;
	width: 50%;
	position: relative;
	margin-top: 3px;
	margin-bottom: 15px;
}

.form.questionnaire .select_wrapper.small {
	width: 25%;
	min-width: 150px;
	margin-right: 15px;
}

.form.questionnaire .select_wrapper.mini {
	width: 15%;
	min-width: 100px;
	margin-right: 15px;
}

.form.questionnaire .select_wrapper.medium {
	width: 30%;
	min-width: 200px;
	margin-right: 15px;
}

.form.questionnaire .select_wrapper.large {
	width: 100%;
}

.form.questionnaire .select_wrapper:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px 12px 10px;
    position: absolute;
    pointer-events: none;
    line-height: 14px;
    background-color: #3c3c3c;
}

.form.questionnaire select {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    display: inline-block;
    zoom: 1;
    color: #3c3c3c;
    background-color: #fff;
    padding: 8px 40px 8px 10px;
    margin: 0 7px 0 0;
    border-radius: 0;
	font-size: 18px;
	font-family: "effra", sans-serif;
	font-weight: 300;
    border: 1px solid #ddd;
    width: 100%;
    cursor: pointer;
    outline: none;
}

.form.questionnaire select::-ms-expand {
    display: none;
}

.form.questionnaire select:focus {
	border: 1px solid #999;
}

.form.questionnaire select.error {
	border: 1px solid #db2b39;
}

.form.questionnaire .select_wrapper.small select {
	padding-left: 7px;
}

.form.questionnaire input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

div.form_spacer {
	float: left;
	width: 100%;
	height: 10px;
}

div.form_title {
	float: left;
	width: 100%;
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #fd0;
}

/* checkbox block 

.form_checkbox_block {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-top: 3px;
	margin-bottom: 20px;
}

.form_checkbox_block.error {
	border: 1px solid #db2b39;
}

.form_checkbox_block span.checkbox {
	float: left;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.form_checkbox_block span.checkbox:last-child {
	border-bottom: 0;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.footer.yellow {
	padding-top: 75px;
	background: #fd0;
}

.footer_title {
	float: left;
	width: 100%;
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 700;
	font-size: 35px;
}

.footer_blocks {
	float: left;
	width: 100%;
	padding: 70px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_block {
	float: left;
	width: auto;
}

.footer_block img {
	float: left;
	width: 50px;
}

.footer_block_text {
	float: right;
	width: calc(100% - 80px);
	font-size: 16px;
}

.footer_block_text strong {
	float: left;
	width: 100%;
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.footer_block_text a {
	float: left;
	color: #3c3c3c;
	transition: color 0.2s;
	text-decoration: none;
	white-space: nowrap;
}

.footer_block_text a span {
	float: left;
	width: 100%;
	position: relative;
}

.footer_block_text a span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 4px;
	z-index: 2;
	height: 1px;
	width: 0;
	background: #3c3c3c;
}

@media all and (min-width: 50em) { 
	
	.footer_block_text a span:after {
		transition: width .5s ease, background-color .5s ease;
	}
	
	.footer_block_text a:hover span:after {
		width: 100%;
		background: #3c3c3c;
	}

}

/* copyrights */

.copyrights {
	float: left;
	width: 100%;
	color: rgba(157, 157, 157, 0.6);
	font-size: 16px;
	line-height: 1.5em;
	margin: 50px 0;
	text-align: center;
}

.copyrights a {
	color: rgba(157, 157, 157, 0.6);
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.copyrights a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: 2;
	height: 1px;
	width: 0;
	background: rgba(157, 157, 157, 0.6);
	transition: width .5s ease, background-color .5s ease;
}

.copyrights a:hover:after {
	width: 100%;
	background: rgba(157, 157, 157, 0.6);
}

.copyrights em {
	display: inline-block;
	font-style: normal;
	margin: 0 3px;
}

.yellow .copyrights {
	color: #fff;
}

.yellow .copyrights a {
	color: #fff;
}

.yellow .copyrights a:after {
	background: #fff;
}

/* social */

.social {
	display: inline-block;
	text-decoration: none;
	margin-left: 50px;
}

.social a {
	color: #9d9d9d;
	display: inline-block;
	margin: 0 3px;
	opacity: 0.6;
	transition: opacity 0.3s;
	font-size: 13px;
}

.social a:before, 
.social a:after {
	display: none;
}

.social a:hover {
	opacity: 1;
}

.social a b {
	display: inline-block;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #9d9d9d;
	border-radius: 50px;
	transition: all 0.2s;
}

.social a:hover b {
	color: #fff;
	background: #9d9d9d;
}

.yellow .social a {
	color: #fff;
}

.yellow .social a b {
	border: 1px solid #fff;
}

.yellow .social a:hover b {
	color: #fd0;
	background: #fff;
}