/*
Theme Name: VWE Werving
Version: 1.0
Description: Maatwerk Wordpress thema door Miller Digital
Author: Miller Digital
Author URI: http://www.millerdigital.nl/
*/

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* actual css starting here */
/* fonts */
@font-face {
	font-family: 'Myriad';
	src: 	url('assets/fonts/MyriadPro-Regular.eot');
	src: 	url('assets/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/MyriadPro-Regular.woff') format('woff'),
	url('assets/fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Arial';
	src: url('assets/fonts/ArialMT.eot');
	src: url('assets/fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/ArialMT.woff') format('woff'),
	url('assets/fonts/ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* general items */
* {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
*:focus {
	outline: none;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.7rem;
	font-family: Arial, Myriad, Georgia, Serif;
	font-weight: normal;
	line-height: 1.5;
	min-width: 300px;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: #009FA0;
}
ul, ol {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul:not([class]) {
	padding-left: 15px;
}
ul:not([class]) > li {
	list-style: disc;
}
.alert {
	padding: 20px 0;
	color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	z-index: 999;
}
.center {
	text-align: center;
}
section h1, .feature h1 {
	font-family: Arial;
	font-size: 2.9rem;
	color: #1C1C1C;
	font-weight: bold;
	margin-bottom: 0rem;
}
.feature h1 {
	color: #FFF;
	margin-bottom: 1rem;
}
h2 {
	font-family: Arial;
	font-size: 2.9rem;
	color: #009FA0;
	font-weight: bold;
	margin-bottom: 5rem;
	line-height: 1.3;
}
h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 2.4rem;
}


/* generic block items */
.wrapper {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	min-width: 300px;
	background-size: cover;
	background-position: center center;
}
.block {
	background-size: cover;
	background-position: center center;
}
.wrapper.small {
	max-width: 1400px;
}
.left {
	width: 50%;
	padding-right: 20px;
	float: left;
}
.right {
	width: 50%;
	padding-left: 20px;
	float: right;
}
.thirds .block {
	width: 33.333%;
	float: left;
}
.fourths .block {
	width: 25%;
	float: left;
}
.fifths .block {
	width: 20%;
	float: left;
}
.overlay {
	background-color: rgba(0,159,160,0.42);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
section {
	padding: 6rem 0;
}


.button {
	padding: 1.5rem 3rem;
	color: #009FA0;
	background-color: transparent;
	font-weight: bold;
	border: 2px solid #009FA0;
	display: inline-block;
	cursor: pointer;
	font-size: 1.7rem;
}
.button:hover,
.button.hover
{
	background-color: #009FA0;
	color: #FFF;
}
.button.solid {
	background-color: #009FA0;
	color: #FFF;
	font-weight: bold;
	border-color: transparent;
}
.button.white {
	color: #FFF;
	border-color: #FFF;
}
.button.white:hover {
	background-color: #FFF;
	color: #009FA0;
}



.textButton {
	font-weight: bold;
	color: #009FA0;
	display: block;
}
.textButton i {
	margin-left: 1rem;
}



/* header */
.header {
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 34rem;
}
.header.home {
	height: 61rem;
}


.header .box {
	position: absolute;
	top: 25rem;
	right: 0;
	color: #FFF;
	border: 3px solid #FFF;
	padding: 5rem;
	font-size: 5rem;
	max-width: 85rem;
	line-height: 6rem;
	text-transform: uppercase;
}
.header .logo {
	position: absolute;
	left: 0;
	top: 8rem;
}

nav {
	position: relative;
	height: 9rem;
	background-color: #009FA0;
	text-transform: uppercase;
	font-size: 1.7rem;
	line-height: 9rem;
}
nav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 98;
}
nav li {
	display: inline-block;
	margin-right: 10rem;
}
nav a {
	color: #FFF;
	padding: 0 1rem;
	display: inline-block;
	height: 9rem;
}
nav a:hover {
	color: #FBE989;
}
nav li.current_page_item a {
	border-bottom: 5px solid #FFD700;
	color: #FFD700;
}



.recentJobs .left {
	width: 60%;
}
.recentJobs .right {
	width: 40%;
	padding-left: 9rem;
}

.recentJobs .left .block,
.jobs .block
{
	padding: 7rem 4rem 10rem 4rem;
	border: 1px solid #F0F0F0;
	transition: all 0.3s;
	position: relative;
}
.jobs .block {
	margin-right: 1rem;
	margin-right: 1rem;
	margin-bottom: 2rem;
	width: calc(33.333% - 0.5rem);
	transition: none;
}
.recentJobs .left .block:hover,
.jobs .block:hover
{
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
}
.recentJobs .left .block span,
.jobs .block span
{
	font-family: Arial;
	color: #009FA0;
	display: block;
	margin-bottom: 2rem;
	font-size: 2.4rem;
	line-height: 1;
}
.recentJobs .left .block h2,
.jobs .block h2
{
	margin-bottom: 2rem;
}
.recentJobs .left .block h3,
.jobs .block h3
{
	color: #000;
}
.recentJobs .left .block p,
.jobs .block p
{
	font-size: 1.7rem;
	line-height: 1.5;
	color: #000;
}
.recentJobs .left .block .textButton,
.jobs .block .textButton
{
	position: absolute;
	bottom: 7rem;
	left: 4rem;
}


ul.usps {
	position: relative;
	font-weight: bold;
	line-height: 2;
	padding-left: 30px;
}
ul.usps li {
	position: relative;
	line-height: 1.2;
	margin-bottom: 15px;
}
ul.usps li:before {
	font-family: Fontawesome;
	content: '\f00c';
	color: #009FA0;
	margin-right: 15px;
	position: absolute;
	top: 0;
	left: -30px;
}


.travelTime {
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.travelTime .item {
	position: relative;
	width: 100%;
	margin-bottom: 4rem;
	text-align: center;
	height: 3rem;
}
.travelTime .item .fa.before {
	color: #FFD700;
	font-size: 3rem;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.travelTime .item .fa.after {
	color: #FFD700;
	font-size: 3rem;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.travelTime .line {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: calc(100% - 20px);
	height: 1px;
	background-color: #95989A;
}
.travelTime .line:before,
.travelTime .line:after
{
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFF;
	border: 2px solid #FFD700;
	position: absolute;
	bottom: -5px;
	left: -8px;
}
.travelTime .line:after {
	right: -8px;
	left: auto;
}
.travelTime .from {
	position: absolute;
	left: 50px;
	top: -8px;
}
.travelTime .to {
	position: absolute;
	right: 50px;
	top: -8px;
}
.travelTime .time {
	position: absolute;
	right: 0;
	left: 0;
	top: -8px;
	margin: auto;
	font-weight: bold;
}


.jobAlertBar {
	margin-bottom: 2rem;
}
.jobAlertBar .wrapper {
	background-color: #F2FAFA;
	padding: 3.5rem 0;
}
.jobAlertBar img {
	width: 7rem;
	margin-bottom: 2rem;
}
.jobAlertBar h2 {
	margin-bottom: 1rem;
}
.jobAlertBar p {
	margin-bottom: 2rem;
	display: block;
	color: #009FA0;
}


.demotor {
	padding-top: 0;
	padding-bottom: 2rem;
}
.demotor .wrapper {
	height: 108rem;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.feature {
	max-width: 51rem;
	padding: 7rem 5rem !important;
	color: #FFF;
	background-color: #009FA0;
	top: 7rem;
	position: relative;
}
.feature.right {
	position: absolute;
	right: 0;
}
.feature h2 {
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 2rem;
	line-height: 1.3;
}
.box.boxright {
	position: absolute;
	bottom: 7rem;
	right: 0;
	color: #FFF;
	border: 3px solid #FFF;
	padding: 14rem 4rem 4rem 4rem;
	font-size: 6rem;
	max-width: 50rem;
	min-width: 30rem;
	line-height: 6rem;
	text-transform: uppercase;
	border-right: 0;
}
.box.boxleft {
	position: absolute;
	bottom: 15rem;
	left: 0;
	color: #FFF;
	border: 3px solid #FFF;
	padding: 20rem 4rem 4rem 4rem;
	font-size: 6rem;
	max-width: 50rem;
	min-width: 30rem;
	line-height: 6rem;
	text-transform: uppercase;
	border-left: 0;
	text-align: right;
}
.box h2 {
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4;
}
.demotor .box {
	padding-right: 25rem;
}



.blockSection {
	margin-bottom: 2rem;
}
.blockSection .left {
	height: 93rem;
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 43%;
}
.blockSection .right {
	width: 57%;
}
.blockSection .right .block {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.blockSection .right .block:first-child {
	height: 54rem;
	margin-bottom: 20px;
}
.blockSection .right .block:nth-child(2) {
	height: 38rem;
}
.blockSection .feature {
	position: absolute;
	left: auto;
	right: 0;
	top: 4rem;
	max-width: 46rem;
}



.stopBar {
	margin-bottom: 2rem;
}
.stopBar.home {
	margin-top: 5rem;
}
.stopBar .wrapper {
	background-color: #F0F0F0;
	padding: 3.5rem 0;
}
.stopBar img {
	width: 7rem;
	margin-bottom: 2rem;
}
.stopBar h2 {
	margin-bottom: 1rem;
	color: #CC191E;
}
.stopBar p {
	margin-bottom: 2rem;
	display: block;
	color: #CC191E;
}



footer {
	padding: 6rem 0;
	background-color: #1D1D1D;
	color: #FFF;
}
footer h3 {
	margin-bottom: 2rem;
}
footer a {
	color: #FFF;
}
footer .social a {
	color: #009FA0;
	margin-right: 2rem;
}


ul.loc,
ul.tel,
ul.mail,
ul.linkedin
{
	padding-left: 30px;
	position: relative;
}
ul.loc:before {
	font-family: Fontawesome;
	content: '\f041';
	position: absolute;
	left: 0;
	color: #009FA0;
	font-size: 1.6rem;
}
ul.tel:before {
	font-family: Fontawesome;
	content: '\f095';
	position: absolute;
	left: 0;
	font-size: 1.6rem;
	color: #009FA0;
}
ul.mail:before {
	font-family: Fontawesome;
	content: '\f003';
	color: #009FA0;
	position: absolute;
	left: 0;
	font-size: 1.6rem;
}


.selector .wrapper {
	background-color: #F2FAFA;
	margin-top: 5rem;
	margin-bottom: 0;
}
.selector .block {
	padding: 4rem 5rem;
	position: relative;
}

.selectWrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.selectWrap select {
	background-color: #FFF;
	color: #000;
	width: 100%;
	font-size: inherit;
	padding: .5em;
	padding-right: 2.5em;
	border: 1px solid #C6C6C6;
	margin: 0;
	border-radius: 0;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-appearance: button; /* hide default arrow in chrome OSX */
}
.selectWrap::before,
.selectWrap::after {
	content: '';
	position: absolute;
	pointer-events: none;
}
.selectWrap::after {
	font-family: Fontawesome;
	content: '\f0d7';
	font-size: 18px !important;
	color: #C6C6C6;
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 10px;
	top: 50%;
	margin-top: -.5em;
}
.selectWrap select[disabled] {
	color: rgba(0,0,0,.3);
}
.selectWrap select[disabled]::after {
	color: rgba(0,0,0,.1);
}



.jobs {
	padding-top: 2rem;
}
.jobs .block {
	margin-bottom: 1rem;
}

.jobsBottom {
	margin-bottom: 3rem;
}
.jobsBottom .left {
	background-color: #F2FAFA;
	padding: 4rem;
	width: calc(50% - 10px);
	margin-right: 10px;
}
.jobsBottom .right {
	background-color: #F6F6F6;
	padding: 4rem;
	width: calc(50% - 10px);
	margin-left: 10px;
	position: relative;
	min-height: 30rem;
}
.jobsBottom .right .content {
	width: calc(100% - 187px);
}
.jobsBottom .right img {
	position: absolute;
	right: 20px;
	bottom: 0;

}
.jobsBottom .textButton {
	display: inline-block;
	margin-right: 4rem;
}
.jobsBottom span {
	color: #000;
}
.jobsBottom h2 {
	margin-bottom: 1rem;
}


.innerSmall {
	width: calc(100% - 160px);
	position: relative;
	z-index: 2;
}


.job .subtitle {
	font-size: 1.9rem;
	color: #009FA0;
	display: block;
	margin-bottom: 4rem;
}
.job .left {
	width: 60%;
	padding: 5rem;
	padding-right: 10rem;
	border: 1px solid #E5E5E5;
}
.job .right {
	width: 40%;
	padding-left: 1.5rem;
}
.job .right h2 {
	margin-bottom: 1rem;
}
.job .right .block {
	padding: 3rem;
	border: 1px solid #E5E5E5;
	margin-bottom: 2rem;
	position: relative;
	overflow: hidden;
}
.job .right .block.solli {
	border: 2px solid #009FA0;
}
.job .right .block.questions .textButton {
	display: block;
	margin-bottom: 2rem;
}
.job .right .block.questions span {
	color: #000;
}
.job .right .block.questions {
	padding-bottom: 7rem;
	background-color: #F6F6F6;
}
.job .right .block.questions img {
	position: absolute;
	right: 20px;
	bottom: 0;
}
.block.jobalert img {
	height: 115px;
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 0;
}
.block.jobalert {
	background-color: #F2FAFA;
}


.job .block.share a {
	margin-right: 2rem;
}
.job .block.share span {
	margin-right: 2rem;
}
.job .block.share a .fa-twitter {
	color: #1da1f2;
}
.job .block.share a .fa-linkedin {
	color: #1A4460;
}
.job .block.share a .fa-facebook {
	color: #3b5998;
}

.vakTop {
	padding: 2rem 0;
}
.vakTop .wrapper {
	position: relative;
	height: 62rem;
	background-color: #CCC;
}
.vakBottom {
	margin-bottom: 2rem;
}
.vakBottom .block {
	height: 40rem;
	background-color: #CCC;
	margin-right: 2rem;
	width: calc(33.333% - 1.3333rem);
}
.vakBottom .block:nth-of-type(3) {
	margin-right: 0;
}

.vakgebieden {
	margin-bottom: 2rem;
}
.vakgebieden .wrapper {
	background-color: #EDF8F8;
	padding: 6rem 4rem 4rem 6rem;
}
.vakgebieden .block {
	display: block;
	height: 37rem;
	margin-right: 2rem;
	margin-bottom: 2rem;
	color: #FFF;
	position: relative;
	width: calc(25% - 2rem);
}
.vakgebieden .block h3 {
	font-size: 2.4rem;
}
.vakgebieden .block .textButton {
	color: #FFF;
	margin-top: 2rem;
}
.vakgebieden .block .content {
	position: absolute;
	left: 4rem;
	bottom: 4rem;
	width: calc(100% - 8rem);
}
.gradientOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background: rgba(0,160,160,0.13);
	background: -moz-linear-gradient(top, rgba(0,160,160,0.13) 0%, rgba(0,160,160,0.96) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,160,160,0.13)), color-stop(100%, rgba(0,160,160,0.96)));
	background: -webkit-linear-gradient(top, rgba(0,160,160,0.13) 0%, rgba(0,160,160,0.96) 100%);
	background: -o-linear-gradient(top, rgba(0,160,160,0.13) 0%, rgba(0,160,160,0.96) 100%);
	background: -ms-linear-gradient(top, rgba(0,160,160,0.13) 0%, rgba(0,160,160,0.96) 100%);
	background: linear-gradient(to bottom, rgba(0,160,160,0.13) 0%, rgba(0,160,160,0.96) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0a0', endColorstr='#00a0a0', GradientType=0 );
}
.vakgebieden .block:hover .gradientOverlay {
	background: rgba(0,160,160,1);
	top: auto;
	bottom: 0;
	width: 100%;
	height: 150px;
}



.gebied.block {
	padding: 1rem 0;
}
.gebied.block .wrapper {
	height: 83rem;
	background-color: #CCC;
}
.gebied.block.vakgebiedcontent1 .wrapper {
	height: 74rem;
}
.gebied.block iframe {
	width: 100%;
	height: 100%;
}


.vakgebiedJobs .block {
	width: calc(33.333% - 0.7rem);
	padding: 7rem 4rem 10rem 4rem;
}
.vakgebiedJobs .block:nth-child(3n){
	margin-right: 0;
}

.sliderContainer {
	padding: 1rem 0;
}
.slider .slide {
	height: 83rem;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slider .slide .bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.bx-has-pager {
	text-align: center;
}
.bx-pager-item {
	display: inline-block;
	border: 1px solid #C6C6C6;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin: 2rem 0.5rem;
}
.bx-pager-link {
	color: transparent;
}
.bx-pager-link.active {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #009FA0;
	border-radius: 50%;
}
.slider .feature {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 13rem;
}
.bx-prev {
	position: absolute;
	left: 0;
	top: calc(50% - 150px);
	height: 180px;
	width: 90px;
	border-radius: 0 90px 90px 0;
	background-color: rgba(0,0,0,0.3);
	line-height: 180px;
	text-align: center;
	color: transparent;
	transition: all 0.3s;
}
.bx-prev:before {
	font-family: Fontawesome;
	color: #FFF;
	content: '\f104';
	font-size: 50px;
	transition: all 0.3s;
	position: absolute;
	top: 0p;
	left: 30px;
}
.bx-prev:hover:before {
	left: 20px;
}
.bx-next {
	position: absolute;
	right: 0;
	top: calc(50% - 150px);
	height: 180px;
	width: 90px;
	border-radius: 90px 0 0 90px;
	background-color: rgba(0,0,0,0.3);
	line-height: 180px;
	text-align: right;
	color: transparent;
	transition: all 0.3s;
}
.bx-next:before {
	font-family: Fontawesome;
	color: #FFF;
	content: '\f105';
	font-size: 50px;
	transition: all 0.3s;
	position: absolute;
	top: 0p;
	right: 30px;
}
.bx-next:hover:before {
	right: 20px;
}

.usps {
	padding: 1rem 0;
}
.usps .wrapper {
	background-color: #EDF8F8;
}
.usps .block {
	padding: 10rem;
}
.usps img {
	margin-bottom: 1rem;
}
.usps h3 {
	margin-bottom: 1rem;
	color: #009FA0;
}



.employees {
	margin-bottom: 6rem;
	color: #FFF;
}
.employees .block {
	height: 54rem;
	position: relative;
	margin-right: 1.5rem;
	width: calc(33.333% - 1rem);
	margin-bottom: 1.5rem;
}
.employees .block:nth-child(3n){
	margin-right: 0;
}
.employees .block .content {
	position: absolute;
	left: 6rem;
	bottom: 3rem;
}
.employees .block .flip {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 22rem 3rem 0 3rem;
	padding: 3rem;
	background-color: #009FA0;
	display: block;
	line-height: 45rem;
	opacity: 0;
	transition: all 0.3s;
}
.employees .block:hover .flip {
	opacity: 1;
}
.employees .quote {
	font-size: 2.5rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}
.employees h3 {
	font-size: 2.4rem;
}
.employees .textButton {
	color: #FFF;
	margin-top: 2rem;
}





/* popups */
.popupContainer {
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	display: none;
}
.popup {
	position: absolute;
	margin: auto;
	top: 3vh;
	left: 0;
	right: 0;
	max-width: 100rem;
	height: auto;
	background-color: #FFF;
	-webkit-transform: translateZ(0);
	margin-bottom: 50px;
	border: 1px solid #95989A;
	min-height: 100px;
	padding: 4rem 6rem;
}
.popup .close {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
	z-index: 2;
}
.popup input, .popup select, .popup textarea, .popup .multiselect .input {
	width: 100%;
	border: 1.5px solid #C6C6C6;
	color: #1C1C1C;
	padding: 1.5rem 3rem;
	margin-bottom: 2rem;
	font-family: Arial;
	font-size: inherit;
}
.popup .multiselect {
	position: relative;
}
.popup .multiselect .options {
	position: absolute;
	background-color: white;
	padding: 1.5rem 3rem;
	width: 100%;
	left: 0;
	top: 55px;
	border: 1.5px solid #C6C6C6;
	cursor: auto;
	display: none;
}
.popup .multiselect .options .option {
	display: flex;
	align-items: center;
}
.popup .multiselect .options .option input {
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.popup .multiselect .input {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popup .multiselect .input .checkIcon { 
	color: #009FA0;
	font-size: 20px;
	display: none;
}
.popup .multiselect .options .option .customCheckbox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.popup .multiselect .options .option label {
	cursor: pointer;
}
.popup .multiselect .options .option .customCheckbox .check {
	position: absolute;
	color: #009FA0;
	display: none;
	cursor: pointer;
}
.popup .multiselect .options .option .customCheckbox input:checked + .check {
	display: block;
}
.popup select {
	color: #000;
}
.popup .multiselect {
	cursor: pointer;
}
.popup option {
	color: #1C1C1C;
}
::-webkit-input-placeholder,
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #000;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #000;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color:    #000;
}

.popup h2 {
	margin-bottom: 1rem;
}
.popup form {
	padding-top: 0rem;
}
.jobAlert .popup {
	background-image: url('assets/img/exclamLight.svg');
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.jobAlert .popup:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.7;
	background-color: #FFF;
}

.answer {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.answer ul {
	margin-bottom: 0;
}
.answer .failed {
	display: block;
	padding: 2rem;
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	color: #a94442;
}
.answer .success {
	display: block;
	padding: 2rem;
	border: 1px solid #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d;
}
.answer .failed ul li:before {
	content: '\f00d';
	font-family: Fontawesome;
	margin-right: 2rem;
	display: inline-block;
}
.answer .success ul li:before {
	content: '\f00c';
	font-family: Fontawesome;
	margin-right: 2rem;
	display: inline-block;
}
.uploadAnswer, .fileBox {
	display: none;
}
.solliPop h3 {
	color: #009FA0;
	margin-bottom: 1rem;
}
.fileBox {
	margin: 2rem 0;
	border: 1px solid #C6C6C6;
	padding: 2rem;
}
.fileBox ul {
	margin-bottom: 0;
}
.fileBox ul li:before {
	content: '\f00c';
	font-family: Fontawesome;
	margin-right: 2rem;
	display: inline-block;
	color: #009FA0;
}
.solliPop #uploadBtn, .solliPop button[name=solliSubmit] {
	float: right;
}
.solliPop .linkedIn {
	margin-bottom: 2rem;
}

/* progress bar */
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}
.progress-bar{float:left;width:0%;height:100%;font-size:12px;color:#ffffff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width 0.6s ease;transition:width 0.6s ease;}
.progress-striped .progress-bar{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:40px 40px;}
.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.progress-bar-success{background-color:#5cb85c;}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-bar-info{background-color:#5bc0de;}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-bar-warning{background-color:#f0ad4e;}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-bar-danger{background-color:#d9534f;}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}

.solliPop .note {
	font-size: 10px;
}
.solliPop .open_upload_html {
	cursor: pointer;
}


/* default2 page */
.lowerContent {
	padding: 9rem 0;
}
.lowerContent h2 {
	margin-bottom: 1rem;
}



/* mmenu */
.mmenu {
	position: fixed;
	height: 100vh;
	right: 0;
	top: 0;
	background-color: #009FA0;
	width: 300px;
	text-align: left;
	z-index: 999;
	display: none;
	transition: none;
	padding: 3rem 3rem;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
}
.mmenu .inner {
	height: auto;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.mmenu h2 {
	color: #FFF;
}
.mmenu ul {
	margin-bottom: 20px;
}
.mmenu li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-weight: bold;
}
.mmenu li:before {
	display: none;
}
.mmenu li a {
	color: #FFF;
	padding: 10px 0;
	width: 100%;
	display: block;
}
.mmenu .sub-menu li {
	padding-left: 30px;
	border: 0;
	font-weight: 100;
}
.mmenu .sub-menu li:before {
	content: '\f105';
	font-family: Fontawesome;
	display: inline;
	color: #FFF;
	background-color: transparent;
}
.mmenu .sub-menu li a {
	padding: 0;
	display: inline;
}
.mmenu .myprod {
	color: #FFF;
}
.mmenu .myprod i {
	margin-right: 10px;
}
.mmenu .close {
	position: absolute;
	right: 2rem;
	top: 2rem;
	font-size: 30px;
	color: #FFF;
}
.menuTrigger {
	line-height: 25px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 25px;
	color: #FFF;
	font-size: 30px !important;
	display: none;
}
.mmenu .sub-menu {
	transition: none;
}


.job .right .block.experience {
	padding: 0;
	height: 362px;
}

.job .right .block.experience .content {

}

.job .right .block.experience .text {
	z-index: 1;
	color: #fff;

}

.job .right .block.experience .gradientOverlay {
	position: relative;
	padding: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0,160,160,0.13)), to(rgba(0,160,160,0.96)));
	background: -webkit-linear-gradient(top, rgba(0,160,160,0.13) 40%, rgba(0,160,160,0.96) 100%);
	background: -o-linear-gradient(top, rgba(0,160,160,0.13) 40%, rgba(0,160,160,0.96) 100%);
	background: linear-gradient(to bottom, rgba(0,160,160,0.13) 40%, rgba(0,160,160,0.96) 100%);
}
.job .right .block.experience .content {
	display: inline-block;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.job .right .block.experience hr{
	color: white;
}

.job .right .block.experience .name {
	font-weight: bold;
	z-index: 1;
	color: #fff;
}

.job .right .block.experience .function {
	font-style: italic;
	z-index: 1;
	color: #fff;
}




/* responsive */
@media screen and (max-width: 1600px){

	.wrapper {
		padding: 0 2rem;
	}
	.jobAlertBar .wrapper,
	.stopBar .wrapper
	{
		padding: 3.5rem 2rem;
	}
	.jobs .block {
		width: calc(33.333% - 2rem);
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

@media screen and (max-width: 1600px){

	.header .box {
		right: 2rem;
	}
	.gebied.block .wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 1200px){

	html {
		font-size: 50%;
	}
	.travelTime .from {
		left: 20px;
	}
	.travelTime .to {
		right: 20px;
	}
	.travelTime .item {
		font-size: 90%;
	}
	nav li {
		margin-right: 3rem;
	}
	.travelTime {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	.recentJobs .right {
		padding-left: 4rem;
	}
	.block.jobalert .innerSmall {
		width: 100%;
	}
	.recentJobs .thirds .block {
		width: 50%;
	}
	.job .right .block.questions {
		padding-bottom: 13rem;
	}
}

@media screen and (max-width: 1000px){

	.selector .block {
		padding: 4rem 1rem;
	}
	.demotor .wrapper {
		height: 90rem;
	}
	h2 {
		margin-bottom: 2rem;
	}
	.vakgebieden .block {
		width: calc(33.333% - 2rem);
	}
	.job .left,
	.job .right
	{
		width: 100%;
		margin-bottom: 2rem;
	}
	.job .right {
		padding-left: 0;
		padding-right: 0;
	}
	.selector .block:after {
		right: 3rem;
	}
	.block.jobalert img {
		height: 120px;
	}
}

@media screen and (max-width: 800px){

	.travelTime {
		display: none;
	}
	.thirds .block {
		width: 50%;
	}
	.recentJobs .left,
	.recentJobs .right,
	.blockSection .left,
	.blockSection .right,
	.left, .right {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.recentJobs .right {
		text-align: center;
	}
	.blockSection .left {
		height: 60rem;
	}
	.header.home {
		height: 56rem;
	}
	.popupContainer .left,
	.popupContainer .right
	{
		margin-bottom: 0;
	}
	h1 {
		font-size: 70%;
		line-height: 1.2;
	}
	.header .box {
		right: 2rem;
		max-width: calc(100% - 4rem);
	}
	.menuTrigger {
		display: inline-block;
	}
	nav .menu-menu-container {
		display: none;
	}
	nav {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 98;
		height: 9rem;
	}
	.header {
		margin-top: 9rem;
	}
	.header .logo {
		position: fixed;
		top: 0rem;
		z-index: 99;
		height: 9rem;
	}
	.header .logo img {
		max-height: 100%;
	}
	.fifths .block {
		width: 50%;
		float: left;
	}
	.jobs .block {
		width: calc(50% - 2rem);
	}
	.selector .thirds .block {
		width: 100%;
		padding: 1rem 1rem;
	}
	.jobsBottom .left,
	.jobsBottom .right
	{
		width: 100%;
	}
	.popup input, .popup select, .popup textarea {
		margin-bottom: 2rem;
		background-color: #FFF;
	}
	.popup .wrapper {
		padding: 0;
	}
	.vakBottom .block {
		width: 100%;
		margin-bottom: 2rem;
	}
	.fourths .block {
		width: 33.333%;
	}
	.vakgebieden .block {
		width: calc(50% - 2rem);
	}
	.gebied.block .wrapper {
		height: 60rem;
	}
	.slider .slide {
		height: 60rem;
	}
	.usps .block {
		padding: 4rem;
	}
	.employees .block:nth-child(3n) {
		margin-right: 1.5rem;
	}
	.employees .block:nth-child(2n) {
		margin-right: 0;
	}
	.employees .block {
		width: calc(50% - 0.75rem);
	}
	ul.usps {
		max-width: 200px;
		margin: 0 auto;
		text-align: left;
	}

	.recentJobs .left .block p, .jobs .block p {
		font-size: 15px;
	}
	.recentJobs .left .block h3, .jobs .block h3,
	.recentJobs .left .block span, .jobs .block span
	{
		font-size: 18px;
	}
	.selector .block:after {
		top: 30%;
	}
}

@media screen and (max-width: 656px){

	.slider .feature {
		position: relative;
		left: 0;
		right: initial;
		top: initial;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		padding: 2rem 5rem !important;
	}
	.slider .feature p:last-child {
		margin-bottom: 0;
	}
	.slider .slide {
		height: auto;
	}
	.slider .slide .bg {
		position: relative;
		left: auto;
		top: auto;
		height: 45rem;
	}
}

@media screen and (max-width: 450px){

	.thirds .block,
	.recentJobs .thirds .block
	{
		width: 100%;
		padding: 3rem 3rem 6rem 3rem;
	}
	.recentJobs .left .block .textButton, .jobs .block .textButton {
		bottom: 3rem;
		left: 3rem;
	}
	.box {
		display: none;
	}
	.header.home {
		height: 28rem;
	}
	.fifths .block {
		width: 100%;
		float: left;
		margin-bottom: 2rem;
	}
	.jobsBottom .right {
		min-height: 0;
	}
	.jobsBottom .right img {
		display: none;
	}
	.jobsBottom .right .content {
		width: 100%;
	}
	.jobs .block {
		width: calc(100% - 2rem);
	}
	.vakgebieden .block {
		width: 100%;
	}
	.vakgebieden .wrapper {
		padding: 4rem;
	}
	.gebied.block .wrapper {
		height: 30rem;
	}
	.job .left {
		padding: 3rem;
	}
	.job .right .block.questions img {
		display: none;
	}
	.innerSmall {
		width: 100%;
	}
	.gebied.block.vakgebiedcontent3 .wrapper {
		height: 60rem;
	}
	.feature {
		width: calc(100% - 2rem);
	}
	.vakTop .wrapper {
		height: 80rem;
	}
	.vakBottom {
		display: none;
	}
	.block.jobalert img {
		display: none;
	}
}
