/*
Colors to replace:
Font color:  		#696969
Theme color: 		#0061AC
Sub theme color: 	#3f425d
Light section color:#f2fcff
*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700');
body, html {
	margin:0;
	padding:0;
	font-family: 'Nunito', sans-serif;
	color:#696969;
	width: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}
.intro,.text,.tekstblokje,.itemContainer, .itemDescription,.hookItemContainer,.hookText,.formText,.moduleIntro,.moduleTextm, .error{
	line-height:3.4rem;
}
.outer .apllDate>div, .outer .chosen-container, .outer .fileUpButton, .outer .fileUpParrent, .outer .formMultiCheckbox>div, .outer .formRadio>div, .outer .g-recaptcha, .outer .mceEditor, .outer div.formInputTaC, .outer input[type=text], .outer input[type=password], .outer input[type=file], .outer select, .outer textarea{
	max-width:100%;
}
.intro.custRewriteIntro {
    padding: 10px 30px;
}
h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #0061AC;
    letter-spacing: 0.2px;
    line-height: 1.1;
}
h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #0061AC;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
}
h2 {
	font-size: 2.4rem;
	line-height: 3.4rem;
	color: #0061AC;
	margin: 0 0 1em 0;
}
h4 {
    color: #454545;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 30px 0;
}
a {
	text-decoration: none;
	color: #0061AC;
}
a:hover {}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
* {
	box-sizing: border-box;
	outline: none;
}
.table {
	height: 100%;
	width: 100%;
	display: table;
}
.cell {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
header {
    background: #fff;
}
/*******/
/*FORMS*/
/*******/
input, textarea, select {
	font-family: 'Nunito', sans-serif;
	border: 1px solid #bfbfbf;
}
input[type=text],input[type=password],textarea{
    border: 1px solid transparent;
    background: #f9f9fb;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    color: #797979;
}
textarea {
    padding: 15px 20px;
}
.formInputTaC {
	border: 1px solid #bfbfbf;
}
.button,
a > s,
s > a,
a > strike,
strike > a {
    display: inline-block;
    padding: 9px 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
    text-transform: none;
    border-color: #2e6da4;
    background-color: #0061AC;
    text-decoration: underline !important;
    color: #fff;
}
.button:hover,
a > s:hover,
s > a:hover,
a > strike:hover,
strike > a:hover {
    background-color: #00589c;
    color: #fff;
    border-color: #204d74;
    text-decoration: none !important;
}
select,
.chosen-container {
	padding: 1px 10px 1px 10px;
	font-size: 1.8rem;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	-webkit-appearance:none;
    border-radius: 20px;
    color: #797979;
    border: 1px solid transparent;
    background-color: #f9f9fb;
    line-height: 20px;
}
select {
	padding: 10px !important;
}
.chosen-choices {
	padding: 0;
}
div.chosen-container .chosen-results li.highlighted {
	background-color: #0061AC;
	background-image: none;
}
div.chosen-container .chosen-drop {
	border: 0;
}
.chosen-container .chosen-results li,
.chosen-container-multi .chosen-choices li.search-choice span {
	line-height: 1 !important;
}
div.chosen-container-multi .chosen-choices li.search-choice {
	border: 0;
	background: none;
	box-shadow: none;
	padding: 0 0 0 15px;
	float: none;
	display: inline;
}
.chosen-container-multi .chosen-choices {
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chosen-container-multi .chosen-choices .search-choice:after {
	content: ",";
	display: inline-block;
}
.search-choice + .search-field {
	display: none;
}
.chosen-drop .active-result:before {
	content: url(../_images/img_bk/facetCheck.png);
	margin: -4px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.chosen-drop .result-selected:before {
	content: url(../_images/img_bk/facetCheckChecked.png);
	margin: -4px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
div.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	left: 2px;
}
.chosen-choices {
	margin: 0;
	padding: 0;
}
.chosen-choices input {
	line-height: 22px;
}
input[type=checkbox]:checked:after {
	content: '\2714';
	font-size: 30px;
	position: absolute;
	top: 8px;
	left: 5px;
	color: #0061AC;
	line-height: 18px;
}
input[type=checkbox]:checked {
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	color: #0061AC;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	padding: 17px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
}
input[type=radio]:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #0061AC;
}
input[type=radio]:checked {
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	color: #0061AC;
}
input[type=radio] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	padding: 11px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-bottom: -5px;
	cursor: pointer;
	outline: none;
}
input[type=text]:focus, input[type='password']:focus, textarea:focus,
input[type='text'].filled, input[type='password'].filled, textarea.filled{
    border: 1px solid #a6c7ff;
}
.fileUpButton {
	background: url(../_images/upload.png) 98% 50% no-repeat;
    background-size: 11px;
	opacity: 1;
}
.fileUpButton:hover {
	background: url(../_images/upload.png) 98% 50% no-repeat;
    background-size: 11px;
	opacity: 0.8;
}
/***********/
/*FRAMEWORK*/
/***********/
.sw {
	max-width:1270px;
	margin:0 auto;
	padding: 0 15px;
}
.topMenu {
	position: fixed;
	z-index: 1000;
	width: 100%;
    border-bottom: 1px solid #f9f9fb;
}
.topbar {
	position: relative;
    z-index: 100;
	background: #FFF;
}
#wLogo {
    float: left;
    margin: 10px 10px 4px 0;
    width: 72px;
}

/*********/
/*BUSJABS*/
/*********/
main {
	padding: 0;
	display: block;
}
.row_has-sidebar .sidebar {
    background: #f9f9fb;
}
.aplLeft,
.aplRight {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*********/
/*BISJABS*/
/*********/

.aplSimplMessOuter {
    padding-top: 50px;
    padding-bottom: 50px;
}

.qsPageOuter .subHeader {
    display: none;
}
.aplAplSLink a {
    border-radius: 6px;
    border-left: 4px solid #0061AC;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #0061AC;
    display: block;
    padding: 20px;
    margin-top: 15px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(1);
    position: relative;
    text-decoration: none;
}
.aplAplSLink a:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
}
.aplAplSLink a .fa {
    float: right;
    font-size: 18px;
    position: relative;
    top: 8px;
    right: 0px;
    transition: all 0.9s ease;
    font-weight: 400;
}
.aplAplSLink a:hover .fa {
    position: relative;
    right: 10px;
}


/*TEASER1*/
.t1o {
	height: 361px;
	position: relative;
	padding: 61px 0 0 0;
}
.t1o .tItemCon {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.t1o .tText {
	position: absolute;
	top: 55%;
	width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.2px;
}

/******/
/*HLBS*/
/******/
/*HLB1*/
.hlb1 {
    padding: 10px 0;
    float: right;
}
.hlb1 a {
    background: linear-gradient(to right top, #ff9508, #fc9206, #f88f04, #f58d02, #f28a00);
    color: #fff;
    padding: 9px 20px !important;
    border-radius: 20px;
    text-transform: none;
    font-weight: 800;
    font-size: 16px;
    margin: 0 4px 0 20px !important;
    transition: padding 0.5s ease;
    line-height: 40px;
}

/*HLB2*/
footer {
    border-top: 1px solid rgba(69, 69, 69, 0.5);
    background: #0061ac;
    font-size: 1.4rem;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #FFF;
    padding: 5px 0;
}
footer a {
	color: #FFF;
}
footer .hlb2 {
    display: inline-block;
}
footer .hlb3 {
    float: right;
}
footer .hlb3:hover {
    text-decoration: none;
    opacity: 0.8;
}
/*HLB4*/
.hlb4 {
	text-align: center;
}
.hlb4 a:first-child {
	margin: 0 32px 0 0;
}

/* INPUTS */
.outer.aplOuter .buttonContainer{
	text-align: left;
}
h1.title.aplTitle.aplAplSTitle span {
    display: block;
    color: #0061AC;
}
.intro.aplLink ul li, .intro.aplIntro ul li, .formField.aplFormField.aplStartFormFSgnUp ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.intro.aplLink ul, .intro.aplIntro ul, .formField.aplFormField.aplStartFormFSgnUp ul{
	margin:0;
	padding:0;
}
.intro.aplLink ul li a, .intro.aplIntro ul li a, .formField.aplFormField.aplStartFormFSgnUp ul li a {
    text-decoration: underline;
    color: #454545;
}
.formInputTaC {
    font-size: 12px;
    line-height: 18px;
    color: #9b9b9b;
    text-align: left;
    overflow: auto;
    overflow-y: auto;
    height: auto;
}
.newAgentFormFrag .formInput .g-recaptcha {
    float: right;
}
label[for=captcha] {
    display: none!important;
}
.formInput.aplCsc {
    margin-bottom: 13px;
}
h2.subHeader.aplSh.aplStartShFpwd,
.formField.aplFormField.aplStartFormFSgnUp h2{
    text-transform: uppercase;
    font-weight: 700;
    color: #0061AC;
    font-size: 18px;
    margin: 30px 0 10px 0;
}
.explain {
    text-align: left;
}
.error {
    color: red;
    text-align: left;
    margin-top: -15px;
    margin-bottom: 15px;
}

/************/
/*RESPONSIVE*/
/************/

@media (max-width: 1023px) {
	.tTextInner {
		font-size: 2.2rem;
	}
	/*FOOTER*/
	footer .mainLev {
		display: none;
	}

}
@media (min-width:992px) {
    .row_has-sidebar .sidebar {
        padding-left: 50px;
    }
    .row_has-sidebar {
        display: flex;
    }
    .fullwidth {
        background: linear-gradient(to right, #fff 0%, #fff calc(50% + 400px), #f9f9fb calc(50% + 400px));
    }
    .row > [class*="col-"].sidebar {
        border-left: 1px solid #e6e6e6;
    }
    .aplLeft {
        padding-right: 30px;
    }
}

@media (max-width:991px) {
    .row_has-sidebar .sidebar {
        padding-left: 30px;
        padding-right: 30px;
    }
	/*FOOTER*/
	footer ul > li {
		margin: 0 0 1em 0;
	}
	/*BUTTONS*/
	.t1o .tText {
		bottom: -25px;
	}
	.jbdButAplRight {
		display: none;
	}

}
@media screen and (min-width: 768px){
	.outer .explain, .outer .formInput>label {
		max-width: 100%;
		display: block;
		float: none;
	}
}
@media (max-width: 500px) {
	h1 {
	    font-size: 3.2rem;
	    line-height: 4rem;
	}
	/*ACTONOMY*/
	.actSResContainer,
	.actTopMenu,
	.actSResultsCont h1.actTitle,
	.intro.custRewriteIntro {
	    margin: 0 -15px;
	}
	/*TEASER1*/
	.t1o {
	    padding: 60px 0 0 0;
	}
	/*FOOTER*/
	footer {
		padding: 50px 0;
	}
	.hookWord.webUserHookKeyWord.ocdHookKeyWord,.hookInput.webUserHookInput.ocdHookInput{
	    width:100%;
	}
	.hookText.webUserHookText.ocdHookText,.hookButton.webUserHookButton.ocdHookButton.wuhNotLoggedIn{
	    float: none;
	    display: block;
	    margin-bottom:10px;
	}
	.hookItemWord.mDhIw {
	    width: 100%;
	}
	.mDhItT {
       width: 100%;
    }
}

.outer .formInput>label{
    display: block;
    margin: 0 0 5px 0;
}

.aplFileInput label{
    display: block !important;
}