.global-header {
	height: 200px;
}
.global-header .title {
	color: #fff;
    margin-top: 80px;
    font-weight: 400;
}
.global-header.blue {
	background-color: #2a4d9c;
}
.global-header.green {
	background-color: #8ebb20;
}

.parent.center.not-dotted {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
.has-business-woman {
	padding-bottom: 0 !important;
}
.left-area ul:not(.no-arrow),
.right-area ul:not(.no-arrow) {
	list-style-type: none;
	padding-left: 0;
	margin-left: 1.4em;
}
.left-area h1,
.left-area h2,
.left-area h3,
.right-area h1,
.right-area h2,
.right-area h3 {
	color: #2a4d9c;
	margin-top: 0;
}
.global-row-margin .left-area h1,
.global-row-margin .left-area h2,
.global-row-margin .left-area h3,
.global-row-margin .right-area h1,
.global-row-margin .right-area h2,
.global-row-margin .right-area h3 {
	margin-top: 0;
}
.gutter-sm {
	min-height: 20px;
}
.gutter-md {
	min-height: 30px;
}
.no-margin {margin: 0;}
.global-row {
	padding: 50px 0;
}
.global-row:last-child {
	padding-bottom: 0;
}
.global-row-margin {
	margin: 50px 0;
}
.global-row-margin .container {
	min-height: 100px;
	padding-bottom: 50px;
}
.marcella-bos {
	width: 50%;
}
img.icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.white-row {
	background-color: #fff;
}
.gray-row {
    background-color: #f4f4f4;
}
.green-row {
	background: url(/assets/images/green_shade.jpg) center center no-repeat #8ebb20;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.row-icons .parent {
    margin-top: 50px;
}
.row-icons .parent.has-text {
    margin-top: 90px;
}
.row-icons .parent .round {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    border: 4px solid #2a4d9c;
}
.row-icons .parent p {
	word-wrap: break-word;
}
.row-icons .connect-dots {
    height: 5px;
    top: 90px;
    position: absolute;
    background-color: #2a4d9c;
}
.fa-ul.ul-green .fa-angle-right,
.fa-ul.ul-green .fa-angle-down {
	color: #8ebb20;
}
.fa-ul.ul-blue .fa-angle-right,
.fa-ul.ul-blue .fa-angle-down {
	color: #2a4d9c;
}


/* Vacatures */
.vacatures-toggler {
	margin-top: 40px;
}
ul.vacatures-list {
    padding-left: 0;
    min-height: 50px;
    list-style-type: none;
}
ul.vacatures-list li:first-child {
	border-top: 1px solid #ccc;
}
ul.vacatures-list li {
	cursor: pointer;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
ul.vacatures-list li:hover {
	background-color: #fff;
}
ul.vacatures-list li i.fa {
	color: #2a4d9c;
	padding: 10px 0;
}
ul.vacatures-list li p {
	margin-bottom: 0;
}

.vacatures-toggle {
	min-height: 200px;
	border-bottom: 1px solid #ccc;
	position: relative;
	display: none;
}
.vacatures-toggle ul {
	padding-left: 0;
	margin-left: 20px;
}
.vacatures-toggle.active {
	display: block;
}
.vacatures-toggle .close-vacature {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    padding: 0px 5px;
    background-color: #2a4d9c;
}
.vacatures-toggle .more-info {
	margin-top: 20px;
}
.vacatures-toggle .more-info a,
.vacatures-toggle .more-info p {
	color: #333;
	text-decoration: none;
}
.vacatures-toggle .more-info a {
	font-weight: 400;
}

.contact-form,
.contact-form-details {
	margin-top: 80px;
}
.contact-form label {
	font-weight: 400;
}
.contact-form .form-control {
	border-radius: 0;
}
.contact-form-details p {
	margin-bottom: 0;
}
.contact-form-details a {
	color: #333;
	text-decoration: none;
}
.contact-form .upload-trigger {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}
.contact-form #upload-file {
	display: none;
}

.download-gap {
	padding-top: 50px;
}
.downloads h4 {
	padding: 0 5px;
	font-weight: bold;
}
.downloads ul {
	padding-left: 0;
	list-style-type: none;
}
.downloads ul li {
	border-bottom: 1px solid #ccc;
}
.downloads ul li a {
	color: #333;
	padding: 5px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
.downloads ul li a:hover {
	color: #333;
	background-color: #fff;
}
.downloads ul li span {
	color: #bbbbbb;
}