/*
Theme Name: VLR
Theme URI:
Description: Thema voor de website van VLR.
Version: 0.1
Author: Bonsai media
Author URI:
*/



/* Reset */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Variables */

:root {
	--main-color-green: #005d63;
	--main-color-dark: #011C1d;
}





/* Global styles */

html{}

body {
    background: #fff;
    color: #011C1d;
    font: 18px/28px "PT Sans", sans-serif;
}

body.blog, body.post-type-archive, body.search {
	background: #e8f5f6;
}

body.post-type-archive-lid, body.single-post, body.single-evenement, body.single-lid, body.single-download {
	background: #e4f4fd;
}



h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: "Yanone Kaffeesatz", sans-serif;
}

h1 { margin-bottom: 20px; font-size: 56px; line-height: 56px; color: #005d63; font-weight: 700; }
h2 { margin-bottom: 20px; font-size: 42px; line-height: 42px; color: #00A6aa; }
h3 { margin-bottom: 20px; font-size: 34px; line-height: 34px; color: #0069b4; }
h4 { margin-bottom: 20px; font-size: 30px; line-height: 30px; color: #009fe3; }
h5 { margin-bottom: 20px; font-size: 28px; line-height: 28px; color: #0069b4; }
h6 { margin-bottom: 20px; font-size: 24px; line-height: 24px; color: #00A6aa; }

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
	margin-bottom: 0;
}



p {}
p:not(:last-child) {
    margin-bottom: 35px;
}



strong {
	font-weight: 600;
}



a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s;
}



img {
	max-width: 100%;
	height: auto;
}



hr {
    height: 1px;
    margin: 0 0 20px;
    background: #cccbc6;
    border: 0;
}



/* --- Input */

::placeholder {
	color: var(--main-color-dark);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--main-color-dark);
}

::-ms-input-placeholder {
	color: var(--main-color-dark);
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
}

form label, form legend {
	color: var(--main-color-dark);
    font-size: 16px;
	font-weight: 600;
}

form legend {
	margin-bottom: 10px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 13px 15px;
	background: #fff;
	color: var(--main-color-dark);
	font: 18px/26px "PT Sans", sans-serif;
	text-align: left;
	border: 1px solid #A4D7DB;
	transition: all 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus, select:focus, button:focus {
	border-color: #65C2C6;
}



select {
	background-image: url(img/select.png)!important;
	background-position: right 20px center!important;
	background-size: 14px 8px!important;
	background-repeat: no-repeat!important;
}

textarea {
	height: 100px;
}

input[type=submit], button, a.components-button {
	display: block;
	width: 100%;
	margin: 0;
    padding: 16px 40px;
	background: #183877;
	color: #fff;
	font: 500 20px "Yanone Kaffeesatz", sans-serif;
	text-align: center;
	text-transform: uppercase;
	border: 0;
}
input[type=submit]:hover, button:hover, a.components-button:hover {
	background: #0086CE;
	cursor: pointer;
}



/* Newsletter from overwrite */

.lp-form-button.lp-form-fieldInput{
	height: 54px !important;
	margin-top: 0 !important;
	background: #183877 !important;
	color: #fff !important;
}
.lp-form-button.lp-form-fieldInput:hover {
	background-color: #0086CE!important;
}



input[type=submit] i, button i, a.components-button i {
	float: right;
	display: inline-block;
	width: 54px;
	height: 54px;
	background: #009FE3;
	margin: -16px -79px -16px 0;
	line-height: 54px!important;
	transform: skew(-10deg, 0);
	transition: margin 0.15s ease-in-out;
}
input[type=submit]:hover i, button:hover i, a.components-button:hover i {
	margin: -16px -82px -16px 0;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



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

.container {
	max-width: 1662px;
	margin: 0 auto;
	padding: 0 15px;
}



/* --- Text */

span.intro {
	font: 21px/30px "PT Sans", sans-serif;
}

/* --- cookie */

.CookiebotWidget-logo{
	height: auto!important;
}

/* --- Buttons */

a.button, button.button, span.button {
    display: inline-block;
	margin-right: 55px;
    padding: 13px 25px;
	background: #007a7f;
	color: #fff;
	font: 500 18px/28px "Yanone Kaffeesatz", sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
    transition: all 0.15s ease-in-out;
}
a.button:hover, button.button:hover, span.button:hover {
	background: #0a999f;
}

a.button:not(.icon-left):not(.icon-right), button.button:not(.icon-left):not(.icon-right), span.button:not(.icon-left):not(.icon-right) {
	transform: skew(-10deg, 0);
}



a.button.primary, button.button.primary, span.button.primary {
	background: #007a7f;
	color: #fff;
}
a.button.primary:hover, button.button.primary:hover, span.button.primary:hover {
	background: #0a999f;
}



a.button.secondary, button.button.secondary, span.button.secondary {
	background: #00a6aa;
	color: #fff;
}
a.button.secondary:hover, button.button.secondary:hover, span.button.secondary:hover {
	background: #12bbbf;
}



a.button.tertiary, button.button.tertiary, span.button.tertiary {
	background: #183877;
	color: #fff;
}
a.button.tertiary:hover, button.button.tertiary:hover, span.button.tertiary:hover {
	background: #0086CE;
}



a.button.outline, button.button.outline, span.button.outline {
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
a.button.outline:hover, button.button.outline:hover, span.tertiary.outline:hover {
	background: rgba(255, 255, 255, 0.1);
	background: #fff;
	color: #00a6aa;
}

a.button.outline i, button.button.outline i, span.button.outline i {
	background: #fff!important;
	color: #00a6aa!important;
}



a.button.icon-left, button.button.icon-left, span.button.icon-left {
	padding: 13px 25px 13px 54px;
}


a.button.icon-left i, button.button.icon-left i, span.button.icon-left i {
	float: left;
	display: inline-block;
	width: 54px;
	height: 54px;
	background: #00a6aa;
	margin: -13px 0 -13px -79px;
	line-height: 54px;
	transform: skew(-10deg, 0);
	transition: margin 0.15s ease-in-out;
}
a.button.icon-left:hover i, button.button.icon-left:hover i, span.button.icon-left:hover i {
	margin: -13px 0 -13px -82px;
}



a.button.icon-right, button.button.icon-right, span.button.icon-right {
	padding: 13px 54px 13px 25px;
}


a.button.icon-right i, button.button.icon-right i, span.button.icon-right i {
	float: right;
	display: inline-block;
	width: 54px;
	height: 54px;
	background: #00a6aa;
	margin: -13px -79px -13px 0;
	line-height: 54px;
	transform: skew(-10deg, 0);
	transition: margin 0.15s ease-in-out;
}
a.button.icon-right:hover i, button.button.icon-right:hover i, span.button.icon-right:hover i {
	margin: -13px -82px -13px 0;
}



/* --- Slider */

.flickity-button {
	background: #fff!important;
}
.flickity-button:disabled {
	opacity: 0.6!important;
	opacity: 0!important;
}

.flickity-prev-next-button {
	top: -85px!important;
	width: 55px!important;
	height: 55px!important;
	padding: 0;
	border-radius: 0!important;
	transform: none!important;

	transform: skew(-10deg, 0)!important;
}

.flickity-prev-next-button.previous {
	left: auto!important;
	right: 70px;
	background: #fff url(img/slider-prev.png) center/24px 20px no-repeat!important;
}

.flickity-prev-next-button.next {
	right: 5px!important;
	background: #fff url(img/slider-next.png) center/24px 20px no-repeat!important;
}



.flickity-prev-next-button .flickity-button-icon {
	display: none;
}



.flickity-page-dots {
	bottom: 40px!important;
	margin: 0!important;
}

.flickity-page-dots .dot {
	width: 12px!important;
	height: 12px!important;
	margin: 0 5px!important;
	background: #fff!important;
	opacity: 0.25!important;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1!important;
}



/* --- Checks */

ul.checks {}

ul.checks li {
	padding-left: 30px;
	background: url(img/li-check.png) left 6px/18px no-repeat;
}



/* --- Block */

.block {
    display: block;
    background: #fff;
    overflow: hidden;
}

.block .image, .block .image img {
    float: left;
    width: 100%;
}

.block .content {
    float: left;
    width: 100%;
    padding: 20px 30px;
}



.block.lookup {
	background: #83d0f5;
}

.block.lookup .content {
	padding: 78px 45px;
}

.block.lookup .content h3 {
	margin-bottom: 15px!important;
	color: #0069b4;
}

.block.lookup .content input, .block.lookup .content select {
	margin-bottom: 20px;
	padding: 14px 15px;
	border: 0;
}

.block.lookup .content button {
	width: calc(100% - 44px);
}



.block #posts {}

.block #posts .mini-post {
	display: block;
	margin-bottom: 30px;
	background: #e8f5f6;
	transition: background 0.2s;
}
.block #posts .mini-post:hover {
	background: #a4d7db;
	color: #fff;
}

.block #posts .mini-post .image {
	float: left;
	width: 40%;
	overflow: hidden;
}

.block #posts .mini-post .image img {
	float: left;
	width: 100%;
}

.block #posts .mini-post .content {
	float: left;
	width: 60%;
	padding: 15px;
}

.block #posts .mini-post .content h4 {
	margin-bottom: 0;
	color: #0069b4;
	font-size: 28px;
	line-height: 28px;
}

.block #posts .mini-post .content p {
	margin-bottom: 0;
}

.block #posts .mini-post .content span {
	color: #009fe3;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}



.block #posts.faq {}

.block #posts.faq .content {
	width: 100%;
	padding: 15px 20px;
}

.faq-center{
    text-align: center;
    margin-top: 40px;
}

.page-id-267 .faq-center{
    display: none;
}

/* --- Radios */

div.radios {
	margin-bottom: 35px;
}
div.radios > .radio-item:not(:last-child) {
	margin-bottom: 10px;
}



div.radios > .radio-item.popular {}

div.radios > .radio-item.popular > span {
	float: left;
	display: block;
	height: 22px;
	padding: 0 9px;
	background: var(--main-color-green);
	font-size: 13px;
	line-height: 22px;
}



div.radios input[type=radio] {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

div.radios input[type=radio] + label {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 8px 15px 8px 50px;
	background: url(img/li-radio.png) 20px center/20px no-repeat;
	font-size: 18px;
	line-height: 20px;
	border: 2px solid #cfcdcd;
	cursor: pointer;
}
div.radios input[type=radio]:checked + label {
	border-color: var(--main-color-green);
	background: url(img/li-radio-checked.png) 20px center/20px no-repeat;
}

div.radios input[type=radio] + label span.small {
	display: block;
	font-size: 14px;
}

div.radios input[type=radio] + label > .ms-auto {
	margin-left: auto;
}



/* --- Date */

.date {
	display: inline-block;
	margin-bottom: 60px;
	color: #00a6aa;
	font-size: 16px;
}

.date i {
	width: 17px;
	margin-left: 5px;
	vertical-align: ;
}



/* --- Tags */

.tags {
	margin-left: 0!important;
	list-style: none;
}

.tags li {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 3px 20px;
	background: #fff;
	color: var(--main-color-dark);
	font-size: 14px;
}



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0!important;
	padding-bottom: 40px;
	padding-bottom: 0;
}

.accordion > li {
	float: left;
	width: 100%;
	margin: 0 0 20px!important;
	padding: 0!important;
	background: none!important;
	list-style: none!important;
}
.accordion > li:last-child {
	margin: 0!important;
}

.accordion > li .accordion-control {
	position: relative;
	padding: 30px 105px 30px 20px;
	background: #e4f4fD;
	border: none;
	cursor: pointer
}
.accordion > li .accordion-control:before {
	position: absolute;
	top: 18px;
	right: -30px;
	width: 65px;
	height: 54px;
	background: #0069b4 url(img/plus.png) center/20px no-repeat;
	content: " ";

	width: 55px;
	right: -25px;
	transform: skew(-10deg, 0);
}

.accordion li .accordion-control.open {
	background: #0069b4;
}
.accordion li .accordion-control.open:before {
	background: #009fe3 url(img/minus.png) center/20px 4px no-repeat;
}

.accordion li .accordion-control h4 {
	margin-bottom: 0;
	word-break: break-word;
	transition: color 0.2s;
}

.accordion li .accordion-control.open h4 {
	color: #fff;
}

.accordion li .accordion-panel {
	display: none;
	padding: 0 20px 30px;
}

.accordion li .accordion-panel.open {
	background: #0069b4;
	color: #fff;
}

.accordion li .accordion-panel p a:not(.button) {
	background: #3f92ce!important;
	color: #fff!important;
}
.accordion li .accordion-panel p a:not(.button):hover {
	background: transparent!important;
}

.accordion li .accordion-panel ul, .accordion li .accordion-panel ol {
	margin: 0 0 35px 0;
}

.accordion li .accordion-panel ul li {
	padding-left: 20px;
	background: url(img/li.png) left 10px/9px no-repeat;
}

.accordion li .accordion-panel ol li {
	margin: 0!important;
	list-style-type: decimal!important;
}



/* --- Form */

.gform_wrapper.gravity-theme .gform_heading, .gform_wrapper.gravity-theme .gform_page_heading {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px!important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gform_wrapper.gravity-theme .gfield_consent_label {
	font-size: 16px!important;
	line-height: 26px!important;
	text-transform: none!important;
}

.gform_wrapper.gravity-theme .gsection {
	padding: 0!important;
	border-bottom: 0!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 13px 15px!important;
	font-size: 18px!important;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 20px 0 0!important;
	padding: 0!important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: top!important;
}



@media only screen and (max-width: 641px) {

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		min-height: 0!important;
		line-height: 21px!important;
	}

}



/* --- Grid Builder */

.wpgb-facet .wpgb-inline-list {
	margin: 0!important;
	list-style: none!important;
}

.wpgb-facet .wpgb-inline-list li {
	list-style: none!important;
}

.wpgb-facet .wpgb-hierarchical-list {
	margin: 0!important;
}

.wpgb-facet .wpgb-hierarchical-list li {
	background: none;
}



.wpgb-facet > fieldset:last-child {
	margin-bottom: !important;
}



.wpgb-facet ul .wpgb-button {
	min-height: 28px!important;
}

.wpgb-facet .wpgb-button[aria-pressed="true"] {
	background-color: #007A7F!important;
	border-color: #007A7F!important;
}

.wpgb-facet .wpgb-button-label {
	font-size: 13px!important;
}

.wpgb-facet .wpgb-checkbox-label {
	font-size: ;
}



.wpgb-facet .wpgb-input, .wpgb-facet .wpgb-select, .wpgb-facet .wpgb-button:not(button), .wpgb-facet .wpgb-radio .wpgb-radio-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control:before {
	border-color: #fff!important;
}

.wpgb-facet select.wpgb-select, .wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
	height: 45px!important;
	min-height: 45px!important;
	margin: 0!important;
	padding: 0 10px!important;
	background: #fff;
	font-size: 16px!important;
	line-height: 30px!important;
	border-width: 1px!important;
	border-radius: 0!important;
}

.wpgb-facet select.wpgb-select {
	background: #fff!important;
}

.wpgb-facet select.wpgb-select+.wpgb-select-controls .wpgb-select-separator {
	display: none;
}

.wpgb-facet select.wpgb-select+.wpgb-select-controls {}

.wpgb-facet select.wpgb-select+.wpgb-select-controls svg {
	fill: var(--main-color-dark)!important;
}

.wpgb-facet.wpgb-facet-6 select.wpgb-select+.wpgb-select-controls, .wpgb-facet.wpgb-facet-7 select.wpgb-select+.wpgb-select-controls {
	background: var(--main-color-dark);
}

.wpgb-facet.wpgb-facet-6 select.wpgb-select+.wpgb-select-controls svg, .wpgb-facet.wpgb-facet-7 select.wpgb-select+.wpgb-select-controls svg {
	margin: 10px 12px!important;
	fill: #fff!important;
}



.wpgb-facet .wpgb-range-facet .wpgb-range-slider {
	background-color: #fff!important;
}

.wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-thumb {
	background-color: var(--main-color-dark)!important;
}



.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	border-color: #fff!important;
	border-width: 1px!important;
	border-radius: ;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
	border-color: #fff!important;
	background-color: #fff!important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control:after {
	border-color: #00a6aa!important;
}



.wpgb-facet button.wpgb-button {
	margin: 0 0 20px!important;
	padding: 17px 40px!important;
	color: #fff!important;
	font: 500 20px "Yanone Kaffeesatz", sans-serif!important;
	text-transform: uppercase!important;
	border: 0!important;
	border-radius: 0!important;
}
.wpgb-facet button.wpgb-button:hover {
	color: #3f3737!important;
	border-color: #3f3737!important;
}


.wpgb-facet .wpgb-reset {
	background-color: #00A6AA!important;
}

.wpgb-facet .wpgb-clear-button {
    margin: 0!important;
    max-height: 45px!important;
}



.wpgb-facet .wpgb-pagination {
	margin: 0 auto!important;
}

.wpgb-facet .wpgb-pagination li {
	height: 54px!important;
	background: none;
	font-size: 20px!important;
	line-height: 54px!important;
}

.wpgb-facet .wpgb-pagination li a, .wpgb-facet .wpgb-pagination li a:hover {
	padding: 0 22px!important;
	background: #a4d7db;
	color: #022527;
	font-size: 20px!important;
	line-height: 54px!important;
	transform: skew(-10deg, 0);
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
	background: #00a6aa;
	color: #fff!important;
}

.wpgb-facet .wpgb-pagination li span {
	line-height: 54px;
}



/* --- Cover */

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



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 40px;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: var(--main-color-dark);
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Search */

.search-highlight {
	background: #bae5e7;
}

p .search-highlight {}





/* Top */

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: var(--main-color-green);
    color: #fff;
	font: 500 18px/40px "Yanone Kaffeesatz", sans-serif;
	text-transform: uppercase;
    z-index: 3;
    transition: all 0.2s;
}

#top.scrolled {
	top: -45px;
}

#top ul {}

#top ul li {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 21px;
	background: url(img/top-li-bg.png) left center/6px 40px no-repeat;
	border-left: 0;
}
#top ul li:last-child {
	padding-right: 0;
}

#top ul li a {
    color: #fff;
}
#top ul li a:hover {
	color: #a4d7db;
}





/* Header */

#header {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	font: 500 20px/100px "Yanone Kaffeesatz", sans-serif;
	text-transform: uppercase;
	z-index: 2;
	transition: all 0.2s;
	box-shadow: 0 0 8px #0000001A;
}

#header.scrolled {
	top: 0;
}

#header .row {
	height: 100px;
}



#spacer {
	width: 100%;
	height: 140px;
}



#logo {
	float: left;
	display: block;
}

#logo img {
	float: left;
}



/* --- Nav */

.nav {}

.nav ul {}

.nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 35px;
	padding-right: 0;
}
.nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.nav ul li.current-menu-item a {}

.nav ul li.current-menu-item a span {
	padding: 5px 0;
	border-bottom: 2px solid #00a6aa;
}

.nav ul li.menu-item-has-children {
	padding-right: 18px;
	background: url(img/chevron-down.png) right 45px/12px 7px no-repeat;
}

.nav ul li a {}
.nav ul li a:hover {
	color: #007A7F;
}



.nav ul li.directory {
	margin-right: 15px;
}

.nav ul li.directory a.button {
	margin: 0;
	background: #009fe3;
	color: #fff;
	font-size: inherit;
}
.nav ul li.directory a.button:hover {
	background: #0069B4;
}

.nav ul li.search {}

.nav ul li.search a {
	display: inline-block;
	padding: 13px 18px;
	background: #a4d7db;
	color: #005d63;
	line-height: 28px;
	transform: skew(-10deg, 0);
}
.nav ul li.search a:hover {
	background: #65C2C6;
}



/* --- Subnav */

.nav ul li ul {
	display: none;
	position: absolute;
	top: 100px;
	left: -30px;
	width: 215px;
	width: 315px;
	height: auto;
	padding: 10px 30px 15px;
	background: #005d63;
	font: 400 18px/40px "PT Sans", sans-serif;
	font: 400 18px/24px "PT Sans", sans-serif;
	text-align: left;
	text-transform: none;
	overflow: hidden;
}
.nav ul li:hover ul {
	display: block;
}

.nav ul li ul li {
	width: 100%;
	margin: 0;

	padding: 8px 0;
}

.nav ul li ul li a {
	display: inline-block;
	padding: 0;
	background-position: left center;
	color: #fff;
	transition: all 0.2s;
}
.nav ul li ul li a:hover {
	padding-left: 25px;
	background: url(img/arrow-right.png) left center/14px 12px no-repeat;
	color: #fff;
}

.nav ul li ul li a span {
	border-bottom: 0!important;
}



/* --- Mobile menu */

#toggle-search {
	display: none;
	position: absolute;
	top: 38px;
	right: 54px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 29px;
	color: #011c1d;
}



#toggle-menu {
	display: none;
	position: absolute;
	top: 38px;
	right: 20px;
	width: 24px;
	height: 24px;
	color: #011c1d;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
}

#toggle-menu span {
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 3px;
	background: #011c1d;
	opacity: 1;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}
#toggle-menu span:nth-child(1) {
	top: 7px;
}
#toggle-menu span:nth-child(2) {
	top: 15px;
}
#toggle-menu.open span:nth-child(1) {
	top: 11px;
	transform: rotate(45deg);
}
#toggle-menu.open span:nth-child(2) {
	top: 11px;
	transform: rotate(-45deg);
}



#mobile-menu {
	display: none;
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: calc(100vh - 100px);
	padding: 30px 0 130px;
	background: #005D63;
	overflow-y: scroll;
	z-index: 3;
}

#mobile-menu ul {
	margin: 0;
	padding: 0;
	line-height: 50px;
}

#mobile-menu ul li {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}

#mobile-menu > ul > li {
	padding: 0 20px;
	border-bottom: 1px solid #087076;
}

#mobile-menu > ul > li:first-child {
	padding-bottom: 30px;
}

#mobile-menu > ul > li:first-child .button {
	width: 100%;
}

#mobile-menu ul li a {
	color: #fff;
}

#mobile-menu > ul > li.menu-item-has-children {}
#mobile-menu > ul > li.menu-item-has-children:before {
	position: absolute;
	top: 22px;
	right: 15px;
	width: 11px;
	height: 6px;
	background: url(img/chevron-down.png) center/11px 6px no-repeat;
	transition: transform 0.2s;
	content: " ";
}
#mobile-menu > ul > li.menu-item-has-children.open:before {
	transform: rotate(-180deg);
}

#mobile-menu ul li ul {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 32px;
}

#mobile-menu > ul > li > ul {
	display: none;
}

#mobile-menu ul li ul li {
	font-weight: 500;
	text-transform: none;
}

#mobile-menu ul li ul li a {}



/* --- Search */

#search {
	display: none;
	position: fixed;
	top: 140px;
	left: 0;
	width: 100%;
	padding: 40px 0;
	background: #005d63;
	z-index: 2;
}

#search ::placeholder {
	color: #000;
	opacity: 1;
}

#search :-ms-input-placeholder {
	color: #000;
}

#search ::-ms-input-placeholder {
	color: #011c1d;
}



#search form {
	overflow: hidden;
	transform: skew(-10deg, 0);
}

#search form input {
	float: left;
	width: calc(100% - 54px);
	margin: 0;
	padding: 14px 20px;
	background: #fff;
	color: #011c1d;
	font-size: 18px;
	border: 0;
}

#search form input[type=submit] {
	width: 54px;
	height: 54px;
	margin: 0;
	background: #00a6aa url(img/magnifying-glass.svg) center/16px no-repeat;
	transition: all 0.2s;
}
#search form input[type=submit]:hover {
	background-color: #009fe3;
}





/* Breadcrumbs */

#breadcrumbs {
	padding: 15px 0 45px;
	color: #011c1d;
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
}

#breadcrumbs ul {
	margin: 0!important;
}

#breadcrumbs ul li {
	display: inline-block;
	margin-right: 8px;
	padding-left: 8px;
}
#breadcrumbs ul li:first-child {
	padding-left: 0;
	background: none;
}

#breadcrumbs ul li a {
	color: #011c1d;
	font-weight: 700;
}
#breadcrumbs ul li a:hover {}



section.banner #breadcrumbs {
	padding: 15px 0 100px;
	color: #fff;
}

section.banner #breadcrumbs ul {}

section.banner #breadcrumbs ul li {}

section.banner #breadcrumbs ul li a {
	color: #fff;
}





/* Content */

#content {
	float: left;
	width: 100%;
	margin-bottom: 180px;
	padding: 75px 0;
}



#content p {}

#content p a:not(.button) {
	/*
	padding: 0 5px;
	background: #e8f5f6;
	*/
	color: #00a6aa;
	text-decoration: underline;
	transition: all 0.2s;
}
#content p a:not(.button):hover {
	/*
	background: transparent;
	*/
	text-decoration: none;
}



#content img {}



#content blockquote {
	margin-bottom: 35px;
	padding: 20px 0 5px 20px;
	color: #007a7f;
	font: 28px/36px "Yanone Kaffeesatz", sans-serif;
	border-left: 4px solid #65c2c6;
}



#content .table-wrap {
	width: 100%;
	overflow-x: scroll;
}

#content table:not(.wc-block-cart-items) {
	width: 100%;
	font-size: 16px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}

#content table:not(.wc-block-cart-items) th, #content table:not(.wc-block-cart-items) td {
	padding: 11px 15px;
}

#content table:not(.wc-block-cart-items) th, #content table:not(.wc-block-cart-items) thead td {
	background-color: #0069b4;
	color: #fff;
	font-weight: 700;
}

#content table:not(.wc-block-cart-items) td {
	color: #000;
	border-bottom: 1px solid #c9e9fb;
}

#content table:not(.wc-block-cart-items) thead td {
	border-bottom: 0;
}

#content table:not(.wc-block-cart-items) td a {
	color: #469fde;
	text-decoration: underline;
}
#content table:not(.wc-block-cart-items) td a:hover {
	text-decoration: none;
}



#content form.marketingForm table {}

#content form.marketingForm table th, form.marketingForm table td {
	padding: inherit;
}

#content form.marketingForm table th, form.marketingForm table thead td {
	background-color: inherit;
	color: inherit;
	font-weight: inherit;
}



#main {}



#side {}

#side h3 {
	margin-bottom: 20px;
}

#side .block {
	padding: 50px 20px 45px;
}

#side .block #posts {}

#side .block #posts .mini-post {}

#side .block #posts .mini-post .content {}

#side .block #posts .mini-post .content h4 {
	font-size: 20px;
	line-height: 22px;
}



#pagination {
	margin-top: 25px;
	margin-bottom: 50px;
}





/* Pagebuilder */

section {
	padding: 100px 0;
	padding: 80px 0;
}
section:first-child {
    padding-top: 50px;
	padding-top: 40px;
}
section:last-child {}



section.same-bg-as-prev {
	padding: 0 0 100px;
	padding: 0 0 80px;
}



section .title {
    margin-bottom: 30px;
}

section .title .button {
    font-size: 14px;
    line-height: 22px;
}

section .title .button i {
	font-size: 14px;
}





section.banner {
	position: relative;
    width: 100%;
	height: 100%;
    min-height: 335px;
	padding: 0 0 100px;
	background: #005d63;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

section.banner.home {
	min-height: 530px;
	padding: 100px 0;
}



section.banner .cover, section.banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.banner .cover {
	background: #005d63;
	opacity: 0.6;
	mix-blend-mode: multiply;
}

section.banner .overlay {
	background: linear-gradient(90deg, rgba(60,166,170,1) 0%, rgba(255,255,255,0) 100%);
}

section.banner .container {
	position: relative;
	z-index: 1;
}

section.banner .container h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 76px;
	line-height: 76px;
	text-transform: uppercase;
}

section.banner a.button {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

section.banner .buttons a.button {
	margin-right: 55px;
}



body.single-lid section.banner .overlay {
	background: linear-gradient(90deg, rgba(0,105,180,1) 0%, rgba(255,255,255,0) 100%);
}





section.contentrow {}



section.contentrow ul, section.contentrow ol {
	margin: 0 0 35px 20px;
}

section.contentrow ul {
	margin-left: 0;
}

section.contentrow ul li {
	padding-left: 20px;
	background: url(img/li.png) left 10px/9px no-repeat;
	list-style-type: none;
}

section.contentrow ol li {
	list-style-type: decimal;
}

section.contentrow ul li a, section.contentrow ol li a {
	color: #00a6aa;
}



section#breadcrumbs + section.contentrow {
	padding-top: 0;
}

section.contentrow.text {}
section.contentrow.text-text {}
section.contentrow.img-img {}
section.contentrow.text-img {}
section.contentrow.img-text {}

section.contentrow.img-img img, section.contentrow.text-img img, section.contentrow.img-text img {
	border-radius: 20px;
}

section.contentrow a.button {
    margin: 0 15px 20px 0;
}
section.contentrow a.button:first-of-type {
	margin-top: 20px;
}
section.contentrow a.button:last-of-type {
    margin-bottom: 0;
}

section.contentrow .title a.button {
    margin: 0;
}





section.contentrow.has-accordeon {}





section.contentrow.has-index {
    background: #e8f5f6;
}

section.contentrow.has-index .index {
    position: sticky;
    top: 240px;
    bottom: 0;
}

section.contentrow.has-index .index h5 {
    margin-bottom: 30px;
	color: #0069b4;
}

section.contentrow.has-index .index ul {
    margin: 0!important;
}

section.contentrow.has-index .index ul li {
	padding: 0;
	background: none;
    list-style-type: none!important;
}
section.contentrow.has-index .index ul li a {
	display: block;
	padding: 15px;
    color: #022527!important;
	border-bottom: 1px solid #d0dee0;
	border-left: 4px solid #e8f5f6;
}

section.contentrow.has-index .index ul li a:hover {
    color: #0086ce!important;
}

section.contentrow.has-index .index ul li.active {}

section.contentrow.has-index .index ul li.active > a {
    color: #0086ce!important;
	border-left-color: #0086ce;
}





section.contentrow.has-backgroundimage {
	position: relative;
	padding: 200px 0;
	padding: 180px 0;
	background-color: #0069B4;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

section.contentrow.has-backgroundimage:last-of-type {
	margin-bottom: 100px;
}

section#breadcrumbs + section.contentrow.has-backgroundimage {
	padding-top: 200px;
	padding-top: 180px;
}

section.contentrow.has-backgroundimage .cover {
	background: #0069b4;
	mix-blend-mode: multiply;
}

section.contentrow.has-backgroundimage .container {
	position: relative;
	z-index: 1;
}

section.contentrow.has-backgroundimage .content {
	padding: 55px 50px 40px;
}

section.contentrow.has-backgroundimage .content .gallery {}

section.contentrow.has-backgroundimage .content .gallery .gallery-item {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}





section.contentslider {
	padding: 120px 0 100px;
	padding: 100px 0 80px;
    background: #e8f5f6;
}

section.contentslider .container {
	max-width: 1678px;
}

section.contentslider .title {}

section.contentslider .title h2 {}

section.contentslider .slide {
	width: calc(33.33333% - 20px);
	min-height: 100%;
    margin: 0 10px;
	background: #007a7f;
}

section.contentslider .slide .image {
	float: left;
	width: 100%;
}

section.contentslider .slide .image img {
	float: left;
	width: 100%;
}

section.contentslider .slide .content {
	float: left;
	width: 100%;
	margin-top: -65px;
	padding: 90px 40px 40px;
	background: url(img/content-slide-bg.png) center top/516px 266px no-repeat;
}

section.contentslider .slide .content h4 {
    color: #fff;
}





section.newsslider {
	padding: 120px 0;
	padding: 100px 0;
	background: #e8f5f6;
}

section.newsslider .title {}

section.newsslider .title h2 {
    color: #00a6aa;
}

section.newsslider .slider {
	margin-bottom: 50px;
}

section.newsslider .slide {
	width: calc(25% - 15px);
    margin: 0 10px;
}

section.newsslider .slide .block {
	height: 100%;
	background: #007a7f;
}

section.newsslider .slide .block .slide .image {
	float: left;
	width: 100%;
}

section.newsslider .slide .block .slide .image img {
	float: left;
	width: 100%;
}

section.newsslider .slide .block .content {
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: 276px;
	margin-top: -135px;
	padding: 140px 40px 40px;
	background: url(img/news-slide-bg.png) center bottom/382px 189px no-repeat;
}
section.newsslider .slide:hover .block .content {
	background: url(img/news-slide-bg-hover.png) center bottom/382px 276px no-repeat;
}

section.newsslider .slide .block .content h4 {
	margin: 15px 0 0;
    color: #fff;
	font-size: 24px;
	line-height: 24px;
}

section.newsslider .slide .block .content span {
	color: #a4d7db;
	font-size: 14px;
	text-transform: uppercase;
}



body.single-lid section.newsslider {
	background: #E4F4FD;
}





section.quicklinks {
	padding: 100px 0 80px;
	padding: 80px 0 60px;
}

section.quicklinks.same-bg-as-prev {
	padding: 0 0 80px;
	padding: 0 0 60px;
}

section.quicklinks .col-6.text-center {
	margin-bottom: 20px;
}

section.quicklinks .quicklink {
    position: relative;
    display: block;
	height: 100%;
    margin-bottom: 20px;
    padding: 80px 80px 40px;
    background: #0069b4 url(img/quicklink-bg.png) right -14px top -10px/94px 70px no-repeat;
    color: #fff;
    overflow: hidden;
}
section.quicklinks .quicklink:hover {
	background-position: right top;
	padding: 40px 80px 80px;
}

section.quicklinks .quicklink > i {
    margin-bottom: 20px;
    color: #83d0f5;
    font-size: 50px;
}

section.quicklinks .quicklink h3 {
    margin-bottom: 5px;
	color: #fff;
}

section.quicklinks .quicklink p {
    margin-bottom: 25px;
}

section.quicklinks .quicklink span.button {
    position: absolute;
    left: 50%;
    display: inline-block;
	background: transparent;
	color: #fff;
	border: 0;
    opacity: 0;
    transition: all 0.2s;
    transform: translateX(-50%);
}
section.quicklinks .quicklink:hover span.button {
    opacity: 1;
}

section.quicklinks .quicklink span.button i {
	margin-left: 5px;
	transition: margin 0.2s;
}
section.quicklinks .quicklink span.button:hover i {
	margin-left: 8px;
}





section.teammembers {
	padding: 100px 0 40px;
	padding: 80px 0 40px;
}

section.contentrow + section.teammembers {
	padding-top: 0;
}

section.teammembers .teammember {
	margin-bottom: 60px;
	box-shadow: 0 0 10px 0 rgba(0, 93, 99, 0.17);
}

section.teammembers .teammember .image {
	float: left;
	width: 180px;
	padding: 20px;
}

section.teammembers .teammember .image img {
	float: left;
	width: 100%;
}

section.teammembers .teammember .content {
	float: left;
	width: calc(100% - 180px);
	padding: 30px 20px 20px 0;
	font-size: 16px;
	line-height: 26px;
}

section.teammembers .teammember .content h6 {
	margin-bottom: 5px;
}

section.teammembers .teammember .content .contact {
	margin-bottom: 10px;
}

section.teammembers .teammember .content .contact a {
	margin-right: 40px;
	color: #00a6aa;
}

section.teammembers .teammember .content .contact i {
	width: 16px;
	margin-right: 3px;
	color: #00a6aa;
	vertical-align: middle;
}

section.teammembers .teammember .content .bio {
	position: relative;
	max-height: 85px;
	margin-bottom: 5px;
	overflow: hidden;

}
section.teammembers .teammember .content .bio.open {
	max-height: none;
}

section.teammembers .teammember .content .bio .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 74px;
	background: url(img/teammember-shadow.png) center 12px/10px 74px repeat-x;
}

section.teammembers .teammember .content .bio.open .shadow {
	display: none;
}

section.teammembers .teammember .content a.read-more {
	padding: 0 5px;
	background: #e8f5f6;
	color: #00a6aa;
	transition: all 0.2s;
}
section.teammembers .teammember .content a.read-more:hover {
	background: transparent;
}





/* Page elements */

/* --- Page title */

#title {}



/* --- Filters */

#filters {
	padding-bottom: 30px;
	background: #005D63;
	color: #fff;
}

#filters h6 {
	margin-bottom: 15px;
	color: #fff;
}

#filters .filter {
	padding: 30px 30px 0;
}

#filters .filter.collapsable {
	border-top: 1px solid #007A7F;
}



body.post-type-archive-lid #filters {
	background: #0069B4;
}

body.post-type-archive-lid #filters .filter.collapsable {
	border-top: 1px solid #0086CE;
}

body.post-type-archive-lid .wpgb-facet .wpgb-reset {
	background-color: #009FE3!important;
}

body.post-type-archive-lid .wpgb-facet .wpgb-button[aria-pressed="true"] {
	background-color: #0086CE !important;
	border-color: #0086CE !important;
}



/* --- Share buttons */

#share {
	margin-top: 95px;
}

#share h6 {}

#share ul {
	margin: 0;
}

#share ul li {
	display: inline-block;
	margin-right: 16px;
	padding: 0;
	background: none;
	list-style: none;
	transform: skew(-10deg, 0);
}

#share ul li a {
	display: block;
	width: 65px;
	height: 54px;
	background: #a4d7db;
	color: #005d63;
	font-size: 24px;
	text-align: center;
	line-height: 55px;
	transition: all 0.15s ease-in-out;
}
#share ul li a:hover {
	background: #005d63;
	color: #fff;
}





/* Pages */

/* --- Home */

#featured-post {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#featured-post .cover {
	background: transparent url(img/featured-post-bg.png) center bottom/10px 480px repeat-x;
	opacity: 1;
}

#featured-post .content {
	position: relative;
	padding: 292px 40px 60px;
	z-index: 1;
}

#featured-post .content h3 {
	color: #fff;
}



#latest-news {}

#latest-news #posts {}

#latest-news #posts .mini-post {}

#latest-news #posts .mini-post .image {
	width: 218px;
}

#latest-news #posts .mini-post .content {
	width: calc(100% - 218px);
	padding: 15px 20px;
}



#latest-events {
	padding: 15px 5px;
}

#latest-events #events {}

#latest-events #events .event {
	margin-bottom: 0;
}

.meer-nieuws{
    text-align: right;
    margin-bottom: 20px;
    margin-top: -94px;
}

/* --- News */

#posts {}

#posts .post {}

#posts .post .block {
	height: 100%;
	background: #007a7f;
}

#posts .post .block .image {
	position: relative;

	float: left;
	width: 100%;
}

#posts .post .block .image img {
	float: left;
	width: 100%;
}

#posts .post .block .content {
	padding: 15px 30px;

	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: 276px;
	margin-top: -135px;
	padding: 140px 40px 40px;
	background: url(img/news-slide-bg.png) center bottom/382px 189px no-repeat;
}
#posts .post:hover .block .content {
	background: url(img/news-slide-bg-hover.png) center bottom/382px 276px no-repeat;
}

#posts .post .block .content h4 {
	margin: 15px 0 0;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

#posts .post .block .content span {
	color: #a4d7db;
	font-size: 14px;
	text-transform: uppercase;
}


/* ------ Archive */

body.blog .post {
	margin-bottom: 20px;
}


/* ------ Hover */


/* --- Agenda */

#events {}

#events .event {
	margin-bottom: 20px;
	color: #00a6aa;
	font-size: 14px;
	line-height: 22px;
}

#events .event .block {
	height: 100%;
	color: #00a6aa;
}

#events .event .block .content {
	display: flex;
	height: 100%;
	padding: 15px;
}

#events .event .block .content h4 {
	margin-bottom: 6px;
	color: #00a6aa;
	transition: color 0.2s;
}

#events .event .block .content i {
	width: 22px;
	color: #00a6aa;
}

#events .event .block .content > span {
	margin-right: 30px;
	padding: 25px;
	background: #00a6aa;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.2s;
}

#events .event .block .content > span span {
	font-size: 38px;
}

#events .event .block .content > div {}


/* ------ Hover */

#events .event:hover .block {
	background: #005d63;
	color: #fff;
}

#events .event:hover .block .content h4 {
	color: #fff;
}

#events .event:hover .block .content > span {}


/* ------ Detail */

#eventinfo {}

#eventinfo h3 {}

#eventinfo i {
	width: 22px;
	color: #00a6aa;
	font-size: 16px;
}

#eventinfo a {
	color: #469fde;
	text-decoration: underline;
}
#eventinfo a:hover {
	text-decoration: none;
}



/* --- Members */

#members-list {}

#members-list .member {
	margin-bottom: 20px;
}

#members-list .member .block {
	height: 100%;
	transition: box-shadow 0.2s;
}

#members-list .member .block .content {
	padding: 30px;
	font-size: 16px;
	line-height: 26px;
}

#members-list .member .block .content .logo {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

#members-list .member .block .content .logo img {
	float: left;
    width: auto;
	max-height: 50px;
}

#members-list .member .block .content h4 {
	margin-bottom: 0;
}

#members-list .member .block .content h4 a {
	color: #0069B4;
}

#members-list .member .block .content a {
	color: #00A6AA;
}

#members-list .member .block .content a i {
	margin-right: 5px;
	font-size: 16px;
	transition: margin 0.2s;
}
#members-list .member .block .content a:hover i {
	margin-right: 8px;
}


/* ------ Hover */

#members-list .member:hover .block {
	box-shadow: 0 0 10px 0 rgba(22, 48, 77, 0.15);
}


/* ------ Detail */

#member-info {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 26px;
}

#member-info .content {
	padding: 40px;
}

#member-info .content img {
    width: auto;
	max-height: 70px;
	margin-bottom: 40px;
}

#member-info .content h5 {
	margin-bottom: 0;
}

#member-info .content p:not(:last-child) {
	margin-bottom: 20px;
}

#member-info .button {
	width: 100%;
	margin: 5px 0;
	text-transform: none;
	transform: none;
}

#member-info .button.website {
	background: #009FE3;
}

#member-info .button.telephone, #member-info .button.email {
	background: #0086CE;
}

#member-info .button i {
	margin-right: 5px;
	transition: margin 0.2s;
}
#member-info .button:hover i {
	margin-right: 8px;
}



/* --- Downloads */

#downloads {}

#downloads .download {
	margin-bottom: 20px;
}

#downloads .download .block {
	position: relative;
	height: 100%;
}

#downloads .download .block .content {
	height: 100%;
	padding: 15px 30px;
	transition: all 0.2s;
}

#downloads .download .block .content h4 {
	margin-bottom: 31px;
	color: #00a6aa;
	transition: color 0.2s;
}

#downloads .download .block .content span.extension {
	color: #00a6aa;
	font-size: 14px;
	text-transform: uppercase;
	transition: color 0.2s;
}

#downloads .download .block .content span.button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	margin-right: 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	transform: none;
}

#downloads .download .block .content span.button i {
	margin: 0;
}


/* ------ Members only */

#downloads .download.protected {}

#downloads .download.protected span.protected-message {
	padding: 5px 18px;
	background: #a4d7db;
	color: #fff;
	font-size: 14px;
	border-radius: 18px;
}

#downloads .download.protected span.button {
	background: #a4d7db;
	color: #eef2f5;
}


/* ------ Hover */

#downloads .download:hover .content {
	background: #005d63;
	color: #fff;
}

#downloads .download:hover .content h4 {
	color: #fff;
}

#downloads .download:hover .content span {
	color: #fff;
}





/* --- Search results */

#results {
	margin-bottom: 40px;
}

#results .result {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a4d7db;
}

#results .result h2 {}

#results .result h2 a {
	color: #00a6aa;
}

#results .result h2 a span {
	font-family: inherit;
}

#results .result p {
	margin-bottom: 10px;
}





/* Footer */

#footer {
	padding: 0 0 60px;
	background: #007a7f url(img/footer-bg.png) right bottom/630px 454px no-repeat;
	background-blend-mode: multiply;
	color: #fff;
	font-size: 17px;
	line-height: 28px;
}

#footer .col {
	margin-bottom: 40px;
}

#footer ul {}

#footer ul:not(#socials) li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(img/li-arrow.png) left center/14px 11px no-repeat;
	transition: padding 0.2s;
}
#footer ul:not(#socials) li:hover {
	padding-left: 25px;
}

#footer ul:not(#socials) li a {
	color: #fff;
}

#footer a.button, #footer button.button, #footer span.button {
	margin-top: 40px;
	text-transform: none;
}



#footer-lookup {
	margin-top: -180px;
	margin-bottom: 100px;
	background: #009FE3;
}

#footer-lookup span {
	color: #0069B4;
	font: 700 96px/76px"Yanone Kaffeesatz", sans-serif;
}



#footer ul#socials {
	float: left;
	margin: 40px 0 20px;
}

#footer ul#socials li {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	list-style: none;
	line-height: 24px;
}

#footer ul#socials li a {
	display: inline-block;
	width: 54px;
	height: 54px;
	background: #fff;
	color: #00a6aa;
	font-size: 24px;
	line-height: 54px;
	transition: all 0.2s;
	transform: skew(-10deg, 0);
}
#footer ul#socials li a:hover {
	background: #00a6aa;
	color: #fff;
}



#footer .widgettitle {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
}

#footer .textwidget {
	float: left;
	width: 100%;
}



/* --- Socket */

#socket {
	padding: 32px 0;
    background: var(--main-color-green);
	color: #a4d7db;
	font-size: 16px;
	line-height: 26px;
}



#socket ul {}

#socket ul li {
	display: inline;
	margin-right: 20px;
	white-space: nowrap;
}

#socket ul li a {
	color: #fff;
}
#socket ul li a:hover {}



/* --- Help */

#help {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 80px;
	height: 80px;
	z-index: 1;
}

#help div {
	width: 80px;
	height: 80px;
	background: url(img/help.png) center/cover no-repeat;
	border-radius: 40px;
}

#help span {
	position: absolute;
	right: 65px;
	display: block;
	background: #007a7f;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	transition: opacity 0.2s;
	z-index: 2;
}

#help span.default {
	top: 25px;
	width: 30px;
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
}
#help:hover span.default {
	opacity: 0;
}

#help span.hover {
	top: 20px;
	width: max-content;
	height: 40px;
	padding: 0 25px 0 15px;
	line-height: 40px;
	opacity: 0;
	z-index: 0;
}
#help:hover span.hover {
	opacity: 1;
}






/* CMS */

img.alignright, a img.alignright { float: right; }
img.alignleft, a img.alignleft { float: left; }
img.aligncenter, a img.aligncenter { display: block; margin: 0 auto; }





/* Responsive */

@media screen and (max-width: 1599px) {

	#header {
		font-size: 18px;
	}

	.nav ul li {
		margin-right: 20px;
	}

	.nav ul li.directory a.button {
		padding: 13px 15px;
	}

}



@media screen and (max-width: 1399px) {

	#header {
		font-size: 16px;
	}

	.nav ul li {
		margin-right: 10px;
	}

}



@media screen and (max-width: 1199px) {

	#top {
		display: none;
	}

	#header {
		top: 0;
	}

	#spacer {
		height: 100px;
	}

	#toggle-search {
		display: block;
	}

	#toggle-menu {
		display: block;
	}

	#search {
		top: 100px;
	}



	#content .table-wrap {
		overflow-x: scroll;
	}



	#filters {
		margin-bottom: 60px;
	}



	section.contentrow.has-index .index ul li a {
		padding: 8px 15px;
	}

}



@media screen and (max-width: 959px) {

	.container {
		padding: 0;
	}



	.accordion li .accordion-control {
		padding: 30px 75px 30px 20px;
	}

	.accordion li .accordion-control:before {
		width: 35px;
		height: 34px;
		right: 20px;
	}













	section {
		padding: 60px 0;
	}

	section.banner {
		padding: 0 0 60px;
	}

	section.banner .container h1 {
		margin-bottom: 40px;
	}

	section.contentrow .col:first-child {
		margin-bottom: 30px;
	}

	section.contentrow.has-backgroundimage {
		padding: 160px 0;
	}

	section.contentrow.has-accordeon .block {
		margin-top: 40px;
	}

	section.contentrow.has-accordeon .block .content {
		padding: 0;
	}

	section.newsslider {
		padding: 80px 0;
	}

	section.quicklinks {
		padding: 60px 0 40px;
	}

	section.teammembers {
		padding: 60px 0 0;
	}

	section.contentslider {
		padding: 120px 0 60px;
	}

	section.contentslider .slide, section.newsslider .slide {
		width: calc(50% - 20px);
	}



	#featured-post {
		margin-bottom: 40px;
	}

}



@media screen and (max-width: 767px) {

	.block.lookup .content {
		padding: 78px 45px;
		padding: 39px 30px;
	}

}



@media screen and (max-width: 567px) {

	#logo {
		max-width: 260px;
	}



	#latest-news #posts .mini-post .image {
		width: 100%;
	}

	#latest-news #posts .mini-post .content {
		width: 100%;
	}

}



@media screen and (max-width: 479px) {

	h1 { font-size: 48px; line-height: 48px; }
	h2 { font-size: 34px; line-height: 34px; }
	h3 { font-size: 26px; line-height: 26px; }
	h4 { font-size: 24px; line-height: 24px; }
	h5 { font-size: 22px; line-height: 22px; }
	h6 { font-size: 20px; line-height: 20px; }

	h1 {
		word-break: break-word;
	}



	section.banner .container h1 {
		font-size: 48px;
		line-height: 48px;
	}

	section.contentslider .slide, section.newsslider .slide {
		width: 100%;
		margin: 0;
	}

    section.teammembers .teammember .image{
        width: 100%;
    }

    section.teammembers .teammember .content{
        width: 100%;
        padding: 0 20px 20px;
    }

    .flickity-prev-next-button{
        top: 105% !important;
    }

    section.newsslider .slider{
        margin-bottom: 100px !important;
    }

    .flickity-enabled.is-draggable{
        margin-bottom: 70px;
    }

}



@media screen and (min-width: 480px) {

}





@media screen and (min-width: 568px) {

}



@media screen and (min-width: 768px) {

	#content blockquote {
		max-width: 60%;
	}

}



@media screen and (min-width: 960px) {

	#footer #footer-lookup .block .content input[type=submit], #footer #footer-lookup .block .content button {
		width: 43%;
	}

}



@media screen and (min-width: 1200px) {

	#mobile-menu {
		display: none!important;
	}

}