/* sollicitatieformulier detailpagina */
#cxsSection_0,
#cxsSection_2,
#cxsSection_3 {
    background-color: #eaebe0;
    padding: 40px 70px 10px;
}

#cxsSection_2 {
	padding: 0 70px;
}

@media (max-width: 640px) {
    #cxsSection_0,
	#cxsSection_2,
	#cxsSection_3  {
        background-color: #eaebe0;
        padding: 40px 20px 10px;
    }
}

#cxsSection_3 {
	padding-bottom: 90px;
	padding-top: 20px;
}


.cxsFieldContainer {
    display: flex;    
    flex-direction: column;
    margin-bottom: 10px;
	padding-bottom: 0.9375rem;
}

.cxsSectionIntro {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .cxsFieldLabel {
        text-align: left;
    }
}


label.cxsFieldAfterLabel {
    display: none;
}


span.cxsFileUpload,
.cxsButton.cxsApplyButton {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    text-transform: lowercase;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2) !important;
    background: #3A3D0C;
    padding: 12px 25px !important;
    font-weight: bold;
    color: #FFF;
    font-size: 1rem;
    font-family: "AvenirNextDemi",sans-serif;
    text-decoration: none;
    float: left;
    transition: background 0.3s;
    margin: 0 0 20px;
    max-width: 150px;
    text-align: center;
	border: none;
}
span.cxsFileUpload:hover,
.cxsButton.cxsApplyButton:hover {
    background: #aeb60b;
    color: #FFF !important;
}
iFrame.cxsFileUploadFrame {
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0px;
    left: 0px;
}

#cxsLanguages,
#cxsSectionIntro_4 {
    display: none;
}

.cxsSectionHeader {
	font-family: "AvenirNextDemi", sans-serif;
	font-size: 1.125rem;
	color: #3A3D0C;
}

.cxsFieldContainer label {
	line-height: 40px;
	font-size: 1rem;
	font-family: "AvenirNextMedium", sans-serif;
	opacity: 0.6;
	text-transform: lowercase;
}

.cxsFieldContainer.cxsError .cxsFieldError {
	border-radius: 3px;
	background: #e56c0c;
	position: relative;
	font-family: "AvenirNextMedium", sans-serif;
	font-size: 18px;
	line-height: 30px;
	height: auto;
	min-height: 50px;
	padding: 7px 15px;
	text-align: left;
	color: #fff;
}

.cxsFieldContainer.cxsError .cxsFieldError:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #e56c0c;
	border-width: 7px;
	margin-left: -7px;
}

.cxsFieldContainer.cxsError .cxstextField {
	border: 2px solid #E56C0C;
}

.cxsFieldName_privacyStatement label {
	line-height: 26px;
}

.page-solliciteren .wb-menu.open {
	height: 100%;
	transition: height 0.5s ease-in-out;
}

.page-solliciteren .wb-menu.open .wb-menu-close-btn {
	top: 20px;
}

.page-solliciteren .wb-menu-list.open span {
	height: 100%;
}

.page-solliciteren input+label {
	text-transform: none;
}

.cxsDocumentsSection .cxsSectionHeader,
.cxsPrivacystatementSection .cxsSectionHeader,
.cxsFieldName_privacyStatement #cxsFieldLabel_8,
.cxsSectionIntro {
	display: none;
}

#cxsSection_3 + .cxsApplyButton {
	margin-top: -90px;
	margin-left: 70px;
}

@media (max-width: 640px) {
	#cxsSection_3 + .cxsApplyButton {
		margin-left: 20px;
	}
}

#cxsFieldContainer_7, 
#cxsFieldContainer_6 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-solliciteren .cxsFileName {
	font-size: 14px;
	padding-left: 30px;
}

.page-solliciteren .cxsFileRemove {
	margin-top: -24px;
}

.page-solliciteren .cxsFileRemove:before {
	content: "\f014";
	font-family: "FontAwesome";
	cursor: pointer;
}

/* END sollicitatieformulier detailpagina */


/* VACATURE LIJST */
.vacatures-list-item {
	background-color: #EAEBE0;
	padding: 2.5rem 2.5rem 2rem;
	margin-bottom: 10px;
}

.vacatures-list-item .vacancy-heading .vacancy-title a {
	text-decoration: none;
	font-family: "AvenirNextDemi", sans-serif;
	font-size: 24px;
	color: #3A3D0C;
}
.vacatures-list-item .vacancy-heading .vacancy-subtitle p span {
	font-family: "AvenirNextRegular", sans-serif;
	font-size: 18px;
	color: #3A3D0C;
}
.vacatures-list-item .vacatures-list-label {
	font-size: 14px;
	font-family: "AvenirNextMedium", sans-serif;
	font-size: 1rem;
	line-height: 1rem;
	opacity: 0.6;
	text-transform: lowercase;
	color: #3A3D0C;
}

.vacatures-list-item .vacatures-list-value {
	color: #3A3D0C;
}

a.button.button-vacature {
	display: flex;
	align-items: center;
}
/* END VACATURE LIJST */



/* VACATURE DETAILPAGINA */

a.back-to-vacatures:before {
	content: "\f104";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 1px;
	color: #3A3D0C;
	transition: color 0.3s ease-out;
}
a.back-to-vacatures {
	padding-left: 15px;
	text-decoration: none;
	color: #3A3D0C;
	transition: color 0.3s ease-out;
}

a.back-to-vacatures:hover {
	color: #929275;
}

.vacancy {
	margin-top: 15px; /* for breadcrumb holder */
}

.vacancy p {
	margin-bottom: 0;
}

.vacancy h2,
.vacancy h3,
.vacancy h4,
.vacancy h5,
.vacancy h6 {
	padding-top: 1.125rem;
}

.vacancy .vacancy-subtitle {
	padding-top: 0;
}

.vacancy .vacancy-section-title {
	color: #aeb60b;
	font-size: 1.375rem;
	font-family: "AvenirNextDemi", sans-serif;
	margin-bottom: 4px;
}

.vacancy .vacancy-subtitle p span {
	color: #3A3D0C;
	font-family: "AvenirNextMedium", sans-serif;
	font-size: 1.5rem;
	margin-bottom: 2.2rem;
}

.vacancy .vacancy-apply-button .button {
	margin-left: -15px;
}

.vacancy .vacancy-apply-button:last-of-type .button {
	margin-top: 20px;
}

.vacancy ul li,
.vacancy ol li {
	display: block;
	position: relative;
	padding-left: 0.625rem;
	font-size: 1.125rem;
}

.vacancy ul li:before {
	content: "\2022";
}

.vacancy ul li:before {
	margin-right: 0.625rem;
	font-family: "AvenirNextMedium", sans-serif;
	color: #AEB60B;
	position: absolute;
	top: 0;
	left: -1rem;
}

.vacancy ol {
	list-style: none;
	counter-reset: my-counter;
}

.vacancy ol li {
	counter-increment: my-counter;
}
.vacancy ol li:before {
	content: counter(my-counter) ". ";
	color: #AEB60B;
	position: absolute;
	left: -1.25rem;
}

.vacancy a.button.button-vacature {
	margin-top: 1.125rem;
}

/* END VACATURE DETAILPAGINA */