/*
Theme Name: Gebouwtechnologie Nederland
Theme URI:
Description: Thema voor de website van Binnenklimaat Nederland.
Version: 0.1
Author: Bonsai media
Author URI: https://www.bonsaimedia.nl/
*/



/* 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 {
	--color-blue: #184963;
	--color-darkblue: #0e2f40;
	--color-lightblue: #b4d5e8;
	--color-green: #a5c715;
}





/* Global styles */

body {
	background-color: #f0f7fb;
	background-repeat: no-repeat;
	color: var(--color-darkblue);
	font: 300 17px/28px "acumin-pro", sans-serif;
	letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #184963;
	font-weight: 700;
}

h1 { margin-bottom: 25px; font-size: 36px; line-height: 44px; }
h2 { margin-bottom: 20px; font-size: 30px; line-height: 38px; }
h3 { margin-bottom: 15px; font-size: 26px; line-height: 34px; color: var(--color-green); }
h4 { margin-bottom: 10px; font-size: 22px; line-height: 30px; color: var(--color-lightblue) }
h5 { margin-bottom: 5px; font-size: 20px; line-height: 28px; }
h6 { margin-bottom: 0; font-size: 16px; line-height: 26px; }

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

h1 i {
	margin-bottom: 20px;
	font-size: 56px;
	color: var(--color-green);
}

h1 span {
	color: var(--color-green);
}



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



strong {
	font-weight: 600;
}



a {
	color: var(--color-green);
	text-decoration: none;
	transition: all 0.2s;
}



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



hr {
	height: 1px;
	margin: 0 0 30px;
	background: #5d5986;
	border: 0;
}



/* --- Input */

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

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

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



form {}

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

form label, form legend {
	color: #184963;
	font-weight: 600;
	font-size: 17px;
}

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(--color-darkblue);
	font: 300 17px/28px "acumin-pro", sans-serif;
	text-align: left;
	border: 1px solid var(--color-lightblue);
	border-radius: 6px;
	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: #184963;
}



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: auto;
	margin: 0;
	padding: 16px 20px;
	background: var(--color-green);
	color: #184963;
	font: 600 17px "acumin-pro", sans-serif;
	text-align: center;
	border: 0;
}
input[type=submit]:hover, button:hover, a.components-button:hover {
	cursor: pointer;
}





/* 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: 1628px;
	margin: 0 auto;
	padding: 0 20px;
}



/* --- Text */

span.toptitle {
	display: block;
	margin-bottom: -35px;
	color: var(--color-lightblue);
	font: 700 14px/24px "museo", sans-serif;
	text-transform: uppercase;
}

span.intro {
	color: var(--color-green);
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}



/* --- Buttons */

a.button, button.button, span.button {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 13px 30px 13px 55px;
	padding: 13px 22px 13px 55px;
	background: #184963;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s;
}
a.button:only-child, button.button:only-child, span.button:only-child {
	margin-right: 0;
}
a.button:last-child, button.button:last-child, span.button:last-child {
	margin-bottom: 0;
}
a.button:hover, button.button:hover, span.button:hover {
	padding: 13px 55px 13px 30px;
	padding: 13px 55px 13px 22px;
}


a.button:before, button.button:before, span.button:before, a.button:after, button.button:after, span.button:after {
	position: absolute;
	top: 10px;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 4px;
	transition: all 0.2s;
	content: " ";
}


a.button:before, button.button:before, span.button:before {
	left: 10px;
	background: #fff url(img/arrow-right.png) center/16px 14px no-repeat;
	opacity: 1;
}
a.button:hover:before, button.button:hover:before, span.button:hover:before {
	opacity: 0;
}


a.button:after, button.button:after, span.button:after {
	right: 10px;
	background: #fff url(img/arrow-right.png) center/16px 14px no-repeat;
	opacity: 0;
}
a.button:hover:after, button.button:hover:after, span.button:hover:after {
	opacity: 1;
}


a.button.primary, button.button.primary, span.button.primary {
	background: #184963;
	color: #fff;
}
a.button.primary:before, button.button.primary:before, span.button.primary:before {
	background: var(--color-lightblue) url(img/arrow-right.png) center/16px 14px no-repeat;
}
a.button.primary:after, button.button.primary:after, span.button.primary:after {
	background: var(--color-lightblue) url(img/arrow-right.png) center/16px 14px no-repeat;
}


a.button.secondary, button.button.secondary, span.button.secondary {
	background: var(--color-green);
	color: #184963;
}

a.button.secondary:before, button.button.secondary:before, span.button.secondary:before {
	background: #184963 url(img/arrow-right-white.png) center/16px 14px no-repeat;
}

a.button.secondary:after, button.button.secondary:after, span.button.secondary:after {
	background: #184963 url(img/arrow-right-white.png) center/16px 14px no-repeat;
}


a.button.tertiary, button.button.tertiary, span.button.tertiary {
	background: var(--color-lightblue);
	color: #184963;
}

a.button.tertiary:before, button.button.tertiary:before, span.button.tertiary:before {
	background: #184963 url(img/arrow-right-white.png) center/16px 14px no-repeat;
}

a.button.tertiary:after, button.button.tertiary:after, span.button.tertiary:after {
	background: #184963 url(img/arrow-right-white.png) center/16px 14px no-repeat;
}


a.button.white, button.button.white, span.button.white {
	background: #fff;
	color: #184963;
}

a.button.white:before, button.button.white:before, span.button.white:before {
	background: #184963 url(img/arrow-right-white.png) center/16px 14px no-repeat;
}

a.button.white:after, button.button.white:after, span.button.white:after {
	background: #184963 url(img/arrow-right-white.png) center/16px 14px no-repeat;
}



/* --- Slider */

.flickity-button {
	background: var(--color-lightblue)!important;
}
.flickity-button:disabled {}

.flickity-prev-next-button {
	top: calc(50% - 25px)!important;
	width: 50px!important;
	height: 50px!important;
	padding: 0;
	border-radius: 6px!important;
	transform: none!important;
}

.flickity-prev-next-button.previous {
	left: -25px!important;
	background: var(--color-lightblue) url(img/arrow-left.png) center/17px no-repeat!important;
}

.flickity-prev-next-button.next {
	right: -25px!important;
	background: var(--color-lightblue) url(img/arrow-right.png) center/17px no-repeat!important;
}



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



/* --- Block */

.block {
	display: block;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

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

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



/* --- Mini post */

#posts {}

#posts .mini-post {
	display: block;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 12px;
	transition: background 0.2s;
}

#posts .mini-post .image {
	float: left;
	width: 180px;
	height: 100%;
	border-radius: 12px 0 0 12px;
	overflow: hidden;
}

#posts .mini-post .image img {
	float: left;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: transform 0.2s;
}
#posts .mini-post:hover .image img {
	transform: scale(1.05);
}

#posts .mini-post .content {
	float: left;
	width: calc(100% - 180px);
	height: 100%;
	padding: 15px;
	border: 1px solid var(--color-lightblue);
	border-left: 0;
	border-radius: 0 12px 12px 0;
}

#posts .mini-post .content span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 1px 12px;
	background: #184963;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
}

#posts .mini-post .content h4 {
	margin-bottom: 0;
	color: #184963;
	font-size: 17px;
	line-height: 22px;
	transition: color 0.2s;

	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

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



/* --- 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;
}



/* --- 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(--color-darkblue);
	font-size: 14px;
}
*/



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0 0 35px!important;
}

.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: 22px 70px 22px 30px;
	background: var(--color-lightblue);
	border-radius: 12px;
	transition: background 0.2s;
	cursor: pointer;
}
.accordion > li .accordion-control:hover {
	background: #fff;
}
.accordion > li .accordion-control:before {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: #184963 url(img/plus-white.png) center/16px no-repeat;
	border-radius: 6px;
	content: " ";
	transition: background-color 0.2s;
}

.accordion li .accordion-control.open {
	background: #fff;
	border-radius: 12px 12px 0 0;
}
.accordion li .accordion-control.open:before {
	background: #184963 url(img/minus.png) center/16px 3px no-repeat;
}

.accordion li .accordion-control h4 {
	margin-bottom: 0;
	color: var(--color-darkblue);
	font-size: 18px;
	line-height: 26px;
	word-break: break-word;
	transition: color 0.2s;
}

.accordion li .accordion-control.open h4 {}

.accordion li .accordion-panel {
	display: none;
	padding: 0 30px 30px;
	background: #fff;
	color: var(--color-blue)!important;
	border-radius: 0 0 12px 12px;
}

.accordion li .accordion-panel.open {}

.accordion li .accordion-panel p a:not(.button) {
	color: var(--color-lightblue)!important;
	text-decoration: underline;
}
.accordion li .accordion-panel p a:not(.button):hover {
	text-decoration: none;
}

.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 {
	margin-bottom: 10px!important;
	font-weight: 600!important;
	font-size: 17px!important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gform_wrapper.gravity-theme .gfield_consent_label {
	font-size: 17px!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 .gfield--type-html {
	font-size: 15px;
	line-height: 26px;
}


.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%!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;
}

.gform_wrapper.gravity-theme .gform_drop_area {
	background: #fff!important;
	border: 1px dashed #d6d5e0!important;
}

.gform_wrapper.gravity-theme .gform_drop_area button.button {
	margin-right: 0;
	background: var(--color-darkblue);
}
.gform_wrapper.gravity-theme .gform_drop_area button.button:hover {
	background: var(--color-green);
}



.gform_wrapper.gravity-theme h1:only-child, .gform_wrapper.gravity-theme h2:only-child, .gform_wrapper.gravity-theme h3:only-child, .gform_wrapper.gravity-theme h4:only-child, .gform_wrapper.gravity-theme h5:only-child, .gform_wrapper.gravity-theme h6:only-child {
	margin-top: 20px;
	margin-bottom: -10px;
}



@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 ul .wpgb-button {
	min-height: 28px!important;
	padding: 0 8px!important;
	border-radius: 0!important;
}

.wpgb-facet .wpgb-button[aria-pressed="true"] {
	background-color: var(--color-lightblue)!important;
	color: var(--color-darkblue)!important;
	border-color: var(--color-lightblue)!important;
	border-radius: 15px!important;
}

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



.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: 54px!important;
	min-height: 54px!important;
	margin: 0!important;
	padding: 0 10px!important;
	background: #fff;
	font-size: 17px!important;
	line-height: 54px!important;
	border-width: 1px!important;
	border-radius: 6px!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-blue)!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-blue);
}

.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-blue)!important;
}



.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	border-color: #fff!important;
	border-width: 1px!important;
	border-radius: 3px!important;
}
.wpgb-facet .wpgb-selection-facet .wpgb-button-control:after, .wpgb-facet .wpgb-selection-facet .wpgb-button-control:before {
	background: var(--color-darkblue)!important;
}



.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
	border-color: var(--main-color-orange)!important;
	background-color: var(--main-color-orange)!important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control:after {
	border-color: #fff!important;
}



.wpgb-facet button.wpgb-button {
	width: 100%;
	margin: 0 0 20px!important;
	padding: 17px 40px!important;
	background: var(--color-green)!important;
	color: #fff!important;
	font-weight: 600!important;
	font-size: 17px!important;
	border: 0!important;
	border-radius: 6px!important;
}
.wpgb-facet button.wpgb-button:hover {}



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



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

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

.wpgb-facet .wpgb-pagination li a, .wpgb-facet .wpgb-pagination li a:hover {
	padding: 0 21px!important;
	background: #fff;
	color: #184963!important;
	font: 600 17px/50px "acumin-pro", sans-serif!important;
	border-radius: 7px;
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
	background: var(--color-lightblue);
}



/* --- 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(--color-darkblue);
	overflow: hidden;
}

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



/* --- Labels */

.labels {
	float: left;
	width: 100%;
	overflow: hidden;
}

.labels .label {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 14px;
	background: #fff;
	color: var(--color-darkblue);
	text-align: center;
	line-height: 0;
	border: 1px solid var(--color-lightblue);
	border-radius: 6px;
}

.labels .label img {
	width: auto;
	max-width: 114px;
	height: 60px;
	margin: 0 auto!important;
}



/* --- Search */

.search-highlight {
	background: var(--color-lightblue);
}



/* --- Cookies */

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





/* Header */

#header {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 3;
}

#header .row {
	height: 120px;
}

#header .container {
	background: rgba(14, 47, 64, 0.8);
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 120px;
	border-radius: 12px;
	backdrop-filter: blur(10px);
}


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

#logo img {
	float: left;
}



/* --- Nav */

.nav {}

.nav ul {}

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

.nav ul li a {
	color: #fff;
}
.nav ul li a:hover {
	color: var(--color-green);
}



.nav > ul > li > a > span {
	padding: 15px 0;
}

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

.nav > ul > li.current-menu-item > a > span {
	background: url(img/nav-active.svg) left bottom no-repeat;
}



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

.nav ul li.icon a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: var(--color-green);
	color: #184963;
	text-align: center;
	line-height: 50px;
	border-radius: 6px;
}
.nav ul li.icon a:hover {
	background: #fff;
}



/* --- Subnav */

.nav ul li ul {
	display: none;
	position: absolute;
	top: 100px;
	left: -20px;
	width: 260px;
	background: var(--color-green);
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	border-radius: 6px;
}
.nav ul li:hover ul {
	display: block;
}

.nav ul li ul li {
	width: 100%;
	margin: 0;
	padding: 13px 20px;
	border-bottom: 1px solid #88ad25;
}
.nav ul li ul li:last-child {
	border-bottom: 0;
}

.nav ul li ul li a {
	color: var(--color-darkblue);
}
.nav ul li ul li a:hover {
	color: #fff;
}



/* --- Mobile menu */

#toggle-search, #toggle-menu {
	display: none;
	position: absolute;
	top: 35px;
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	background: var(--color-green);
	color: #184963;
	text-align: center;
	border-radius: 6px;
}


#toggle-search {
	right: 90px;
}


#toggle-menu {
	right: 20px;
	cursor: pointer;
	pointer-events: auto;
}

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



#mobile-menu {
	display: none;
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	height: calc(100vh - 120px);
	padding: 30px 0 130px;
	background: rgba(14, 47, 64, 0.8);
	font-weight: 600;
	font-size: 17px;
	border-radius: 12px;
	overflow-y: scroll;
	backdrop-filter: blur(10px);
	z-index: 3;
}

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

#mobile-menu ul li {
	position: relative;
}

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

#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: 20px;
	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 {
	line-height: 32px;
	background: var(--color-green);
	border-radius: 6px;
}

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

#mobile-menu ul li ul li {
	padding: 5px 20px;
	border-bottom: 1px solid #88ad25;
}
#mobile-menu ul li ul li:last-child {
	border-bottom: 0;
}

#mobile-menu ul li ul li a {
	color: var(--color-darkblue);
}



/* --- Search */

#search {
	display: none;
	position: fixed;
	top: 148px;
	left: 0;
	width: 100%;
	z-index: 2;
}

#search .container {
	padding: 32px 0 20px;
	background: var(--color-green);
	border-radius: 0 0 12px 12px;
}

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

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

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



#search form {
	overflow: hidden;
}

#search form input {
	float: left;
	width: 100%;
	margin: 0;
	padding: 11px 70px 11px 20px;
	background: #fff;
	color: #184963;
	font-size: 17px;
	border: 0;
	border-radius: 6px;
}

#search form input[type=submit] {
	float: right;
	width: 50px;
	height: 50px;
	margin: 0;
	margin-left: -50px;
	padding: 0;
	background: #184963 url(img/magnifying-glass.svg) center/16px no-repeat;
	border-radius: 6px;
	transition: all 0.2s;
}
#search form input[type=submit]:hover {
	background-color: var(--color-darkblue);
}





/* Breadcrumbs */

#breadcrumbs {
	position: absolute;
	top: 185px;
	left: 0;
	width: 100%;
	color: #184963;
	font-size: 14px;
	line-height: 28px;
	z-index: 1;
}

#breadcrumbs.on-banner {
	color: var(--color-lightblue);
}

#breadcrumbs ul {
	margin: 0!important;
}

#breadcrumbs ul > i {
	font-size: 12px;
}

#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: var(--color-green);
	text-decoration: none;
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}





/* Content */

#content {
	float: left;
	width: 100%;
	padding-top: 260px;
	padding-top: 140px;
}



#content p {}

#content p a:not(.button) {
	color: var(--color-green);
	font-weight: 500;
	text-decoration: underline;
}
#content p a:not(.button):hover {
	text-decoration: none;
}



#content img {}



#content blockquote {
	position: relative;
	margin-bottom: 35px;
	padding-left: 55px;
	color: #589699;
	font: italic 500 22px/32px "acumin-pro", sans-serif;
}
#content blockquote:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 34px;
	height: 26px;
	background: url(img/blockquote.svg) center/cover no-repeat;
	content: " ";
}



#content .table-wrap {
	width: 100%;
	margin-bottom: 30px;
	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: var(--color-lightblue);
	color: #184963;
	font-weight: 600;
}

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

#content table:not(.wc-block-cart-items) thead td {
	border-bottom: 0;
}
#content table:not(.wc-block-cart-items) thead td:first-child {
	border-radius: 6px 0 0 6px;
}
#content table:not(.wc-block-cart-items) thead td:last-child {
	border-radius: 0 6px 6px 0;
}

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



#main {}

#main img {
	margin-bottom: 30px;
	border-radius: 12px;

	mask-image: url(img/mask.svg);
	mask-position: center;
	mask-size: cover;
	mask-repeat: no-repeat;
}



#side {}

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



#pagination {
	margin-top: 40px;
	margin-bottom: 15px;
}





/* Pagebuilder */

section {
	padding: 60px 0;
}
section:first-child {
	padding-top: 120px;
}
section:last-child {
	padding-bottom: 120px;
	padding-bottom: 260px;
}


section.banner + section {
	padding-top: 120px;
}


#content.is-paddingless section:first-child:not(.banner) {
	padding-top: 260px;
}


section.same-bg-as-prev {}





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





section.banner {
	position: relative;
	padding: 250px 0 200px;
	background-color: #184963;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

section.banner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.banner h1, section.banner h2, section.banner h3, section.banner h4, section.banner h5, section.banner h6 {
	color: #fff;
}

section.banner h1 {
	font-size: 55px;
	line-height: 60px;
}

section.banner span.intro {
	color: #fff;
}

section.banner .cover {
	background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #184963 70%);
}

section.banner .element {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(img/banner-element.svg) right bottom no-repeat;
}

section.banner .container {
	position: relative;
}





section.contentrow {}

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

section.contentrow ul {}

section.contentrow ul li {
	list-style-type: disc;
}
section.contentrow ul li::marker {
	color: var(--color-green);
}

section.contentrow ol {}

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

section.contentrow a.button {
	margin: 0 20px 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.custom-background {
	color: #fff;
}

section.contentrow.custom-background h1, section.contentrow.custom-background h2, section.contentrow.custom-background h5 {
	color: #fff;
}

section.contentrow.custom-background table:not(.wc-block-cart-items) th, section.contentrow.custom-background table:not(.wc-block-cart-items) thead td {
	color: var(--color-blue)!important;
}

section.contentrow.custom-background table:not(.wc-block-cart-items) td {
	color: #fff!important;
}



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


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

	mask-image: url(img/mask.svg);
	mask-position: center;
	mask-size: cover;
	mask-repeat: no-repeat;
}

section.contentrow.text-text .container #events {
	--grid-gutter: 20px;
}



section.contentrow.text-slider {}

section.contentrow.text-slider .slider-auto {
	background: var(--color-darkblue);
	border-radius: 20px;
	overflow: hidden;
}

section.contentrow.text-slider .slider-auto .slide, section.contentrow.text-slider .slider-auto .slide img {
	float: left;
	width: 100%;
}

section.contentrow.text-slider .slider-auto .flickity-prev-next-button.previous {
	left: 20px!important;
	background: #fff url(img/arrow-left.png) center/17px no-repeat!important;
}

section.contentrow.text-slider .slider-auto .flickity-prev-next-button.next {
	right: 20px!important;
	background: #fff url(img/arrow-right.png) center/17px no-repeat!important;
}





section.contentrow.has-accordeon {}





section.contentrow.has-index {}

section.contentrow.has-index .index {
	position: sticky;
	top: 200px;
	bottom: 0;
	margin-top: 10px;
	padding: 30px;
	background: #fff;
	border-radius: 12px;
}

section.contentrow.has-index .index h5 {
	margin-bottom: 20px;
	color: var(--color-green);
}

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

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;
	margin-bottom: 10px;
	padding: 12px 12px 12px 10px;
	background: url(img/index-arrow.svg) left -34px top 10px/34px no-repeat;
	color: var(--color-darkblue);
	border: 1px solid #dfe6e9;
	border-radius: 6px;
	transition: padding 0.2s, background 0.2s, color 0.2s;
}
section.contentrow.has-index .index ul li a:hover {
	color: var(--color-green)!important;
}

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

section.contentrow.has-index .index ul li.active > a {
	padding-left: 54px;
	background-position: left 10px top 10px;
}





section.contentslider {
	background: var(--color-darkblue);
}

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

section.contentslider .title h2 {
	color: #fff;
}


section.contentslider .flickity-prev-next-button {
	top: -72px!important;
}

section.contentslider .flickity-prev-next-button.previous {
	right: 70px!important;
	left: auto!important;
}

section.contentslider .flickity-prev-next-button.next {
	right: 0!important;
}

section.contentslider .slider {
	margin-bottom: 40px;
}

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

section.contentslider .slide .block {
	height: 100%;
	min-height: 100%;
	background: transparent;
}

section.contentslider .slide .block .image {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;

	mask-image: url(img/mask.svg);
	mask-position: center;
	mask-size: cover;
	mask-repeat: no-repeat;
}

section.contentslider .slide .block .image img {
	float: left;
	width: 100%;
	transition: transform 0.2s;
}
section.contentslider .slide:hover .block .image img {
	transform: scale(1.05);
}

section.contentslider .slide .block .content {
	float: left;
	width: 100%;
	margin-top: -12px;
	padding: 37px 30px 30px;
	background: #fff;
}

section.contentslider .slide .block .content h4 {
	margin-bottom: 25px;
	color: var(--color-blue);
	font-size: 20px;
	line-height: 28px;
}





section.newsslider {}

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


section.newsslider.custom-background {
	color: #fff;
}

section.newsslider.custom-background .title h2 {
	color: #fff;
}


section.newsslider .flickity-prev-next-button {
	top: -72px!important;
}

section.newsslider .flickity-prev-next-button.previous {
	right: 70px!important;
	left: auto!important;
}

section.newsslider .flickity-prev-next-button.next {
	right: 0!important;
}

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

section.newsslider .slide {
	/* display: flex; */
	width: calc(25% - 15px);
	min-height: 100%;
	margin: 0 10px;
	margin: 0 20px 0 0;
}

section.newsslider .slide .block {
	height: 100%;
	background: transparent;
}

section.newsslider .slide .block .image {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;

	mask-image: url(img/mask.svg);
	mask-position: center;
	mask-size: cover;
	mask-repeat: no-repeat;
}

section.newsslider .slide .block .image span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 1px 12px;
	background: #184963;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border-radius: 6px;
}

section.newsslider .slide .block .image img {
	float: left;
	width: 100%;
	transition: transform 0.2s;
}
section.newsslider .slide:hover .block .image img {
	transform: scale(1.05);
}

section.newsslider .slide .block .content {
	float: left;
	width: 100%;
	margin-top: -12px;
	padding: 37px 30px 30px;
	background: #fff;
}

section.newsslider .slide .block .content h4 {
	color: var(--color-blue);
	font-size: 20px;
	line-height: 28px;
}

section.newsslider .slide .block .content span {
	font-size: 14px;
}





section.memberslider {
	background: var(--color-darkblue);
}

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

section.memberslider .title h2 {
	color: #fff;
}


section.memberslider .flickity-prev-next-button {
	top: -72px!important;
}

section.memberslider .flickity-prev-next-button.previous {
	right: 70px!important;
	left: auto!important;
}

section.memberslider .flickity-prev-next-button.next {
	right: 0!important;
}

section.memberslider .slider {
	margin-bottom: 40px;
}

section.memberslider .slide {
	width: calc(25% - 15px);
	min-height: 100%;
	margin: 0 10px;
	margin: 0 20px 0 0;
}

section.memberslider .slide .member {
	margin-bottom: 0;
}





section.logoslider {
	background: var(--color-blue);
}

section.logoslider .title {}

section.logoslider .title h2 {
	color: #fff;
}


section.logoslider .slider-auto {
	margin-bottom: 40px;
}

section.logoslider .slide {
	display: flex;
	align-items: stretch;
	width: calc(20% - 16px);
	min-height: 100%;
	margin: 0 10px;
	margin: 0 20px 0 0;
}

section.logoslider .slide .block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #fff;
	padding: 70px 30px;
	border-radius: 12px;
}

section.logoslider .slide .block img {
	width: 230px;
	max-width: 100%;
	height: 60px;
	max-height: 100%;
	vertical-align: middle;
}





section.quicklinks {
	padding-bottom: 40px;
}
section.quicklinks:last-child {
	padding-bottom: 240px;
}

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

section.quicklinks .quicklink {
	position: relative;
	display: block;
	height: 100%;
	padding: 30px 30px 60px;
	background: #fff;
	color: var(--color-blue);
	font-size: 17px;
	line-height: 28px;
	border-radius: 12px;
	overflow: hidden;
}

section.quicklinks .quicklink > i {
	margin-bottom: 25px;
	color: var(--color-green);
	font-size: 72px;
	transition: color 0.2s;
}

section.quicklinks .quicklink h3 {
	margin-bottom: 5px;
	color: var(--color-blue);
	font-size: 20px;
	line-height: 28px;
}

section.quicklinks .quicklink span.button {
	position: absolute;
	left: 50%;
	bottom: 30px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: var(--color-blue) url(img/arrow-right-white.png) center/17px no-repeat;
	border-radius: 6px;
	transform: translateX(-50%);
}
section.quicklinks .quicklink span.button:before, section.quicklinks .quicklink span.button:after {
	display: none;
}



section.quicklinks .quicklink:hover {
	background: var(--color-green);
}

section.quicklinks .quicklink:hover > i {
	color: #fff;
}

section.quicklinks .quicklink:hover span.button {
	bottom: 20px;
	width: 70px;
	height: 70px;
}





section.faq-accordeon {
	background: var(--color-darkblue);
}

section.faq-accordeon .title {}

section.faq-accordeon .title h2 {
	color: #fff;
}





section.teammembers {
	background: #184963;
}

section.teammembers .title {}

section.teammembers .title h2 {
	color: #fff;
}

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

section.teammembers .container {
	position: relative;
	max-width: 1588px;
	max-width: 1635px;
}
section.teammembers .container::after{
	content: "";
	display: table;
	clear: both;
}



section.teammembers .grid {
	list-style: none;
	margin: 0;
	padding: 0;
}
section.teammembers .grid::after {
	content: "";
	clear: both;
	display: block;
}



.grid > li {
	float: left;
	width: calc(20% - 20px);
	margin: 0 10px 55px;
}

@media (max-width:959px){
	.grid > li{
		width: calc(25% - 20px);
	}
}

@media screen and (max-width: 767px) {
	.grid > li{
		width: calc(33.33333% - 20px);
	}
}

@media (max-width:567px){
	.grid > li{
		width: calc(50% - 20px);
	}
}



.awsm-grid-holder{
	position: relative;
	overflow: hidden;
}



.grid figure {
	position: relative;
	margin: 0;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	border-radius: 12px;
}

.grid figure .name {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.grid figure .name h4 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: var(--color-lightblue);
}

.grid figure .name h5 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 17px;
	line-height: 28px;
	color: #fff;
}



.awsm-grid.style-1 > li {
	margin-bottom: 30px;
}

.awsm-grid.style-1 > li > a::before {
	display: none;
}

.awsm-grid.style-1 li.awsm-expanded > a::after {
	display: none;
}

.awsm-grid.style-1 li.awsm-expanded > a > figure .name span {
	background: var(--primary-color);
}



.awsm-grid.style-1 .awsm-grid-show{
	margin: 0 10px;
	margin: 0;
	font-size: 18px!important;
	line-height: 28px;
}

.awsm-grid.style-1 .awsm-grid-padding {
	max-width: 100%!important;
	margin: 0!important;
	padding: 45px 0 40px!important;
	background: var(--color-darkblue);
	color: #fff!important;
	border-radius: 12px;
}

.awsm-grid.style-1 .awsm-grid-padding h1 {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
}



.awsm-personal-contact-info .social {
	width: 100%;
	text-align: center;
	margin: 0;
}

.awsm-personal-contact-info .social  li {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	list-style: none;
	line-height: 24px;
}

.awsm-personal-contact-info .social  li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #fff;
	color: var(--color-darkblue)!important;
	font-size: 24px;
	line-height: 50px;
	border-radius: 6px;
	transition: all 0.2s;
}
.awsm-personal-contact-info .social  li a:hover {
	background: var(--color-green);
}

.awsm-personal-details {
	max-height: none;
	margin: 0 0 20px!important;
	padding: 0;
}

.awsm-grid.style-1 .awsm-details {
	padding: 0 154px!important;
}



@media (max-width:959px){
	.awsm-grid.style-1 .awsm-details {
		padding: 0 77px!important;
	}
}

@media screen and (max-width: 767px) {
	.awsm-grid.style-1 .awsm-details {
		padding: 0 40px!important;
	}
}

@media screen and (max-width: 567px) {
	.awsm-grid.style-1 .awsm-details {
		padding: 0 20px!important;
	}
}

@media screen and (max-width: 479px) {
	.awsm-grid.style-1 .awsm-details {
		padding: 0 10px!important;
	}
}



.awsm-grid.style-1 .awsm-personal-contact-info {
	padding-top: 79px!important;
}

@media screen and (max-width: 650px) {
	.awsm-grid.style-1 .awsm-personal-contact-info {
		padding-top: 40px!important;
	}
}





section.bentogrid {
	padding-bottom: 40px;
}
section.bentogrid:last-child {
	padding-bottom: 240px;
}

section.bentogrid .col-6 {
	margin-bottom: 20px;
}

section.bentogrid .tiles-wrapper, section.bentogrid .expanders-wrapper {
	width: 100%;
}

section.bentogrid .tile {
	position: relative;
	display: block;
	height: 100%;
	padding: 30px 30px 115px;
	background: #74a0a4;
	background: linear-gradient(150deg,rgba(116, 160, 164, 1) 0%, rgba(148, 181, 88, 1) 100%);
	color: #fff;
	border-radius: 12px;
	overflow: hidden;
}
section.bentogrid .col:nth-child(even) .tile {
	background: linear-gradient(150deg,rgba(148, 181, 88, 1) 0%, rgba(116, 160, 164, 1) 100%);
}

section.bentogrid .tile span {
	display: inline-block;
	margin-bottom: 15px;
	padding: 1px 12px;
	background: var(--color-blue);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	border-radius: 6px;
}

section.bentogrid .tile h3 {
	color: var(--color-blue);
	font-size: 26px;
	line-height: 34px;
}

section.bentogrid .tile p {
	margin-bottom: 20px;
}

section.bentogrid .tile span.button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: var(--color-blue) url(img/plus-white.png) center/17px no-repeat;
	border-radius: 6px;
}
section.bentogrid .tile span.button:before, section.bentogrid .tile span.button:after {
	display: none;
}

section.bentogrid .tile:hover span.button {
	bottom: 20px;
	left: 20px;
	width: 70px;
	height: 70px;
	background: transparent url(img/plus.png) center/16px no-repeat;
	border: 2px solid var(--color-blue);
}



section.bentogrid .col-12 {
	margin-bottom: 20px;
}

section.bentogrid .expander {
	position: relative;
	display: none;
	padding: 30px 60px 60px;
	background: var(--color-darkblue);
	color: #fff;
	border-radius: 12px;
}

section.bentogrid .expander a.close {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 55px;
	height: 55px;
	padding: 10px;
	background: var(--color-lightblue);
	color: #184963;
	border-radius: 6px;
	cursor: pointer;
}

section.bentogrid .expander a.close svg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

section.bentogrid .expander a.close svg path {
	fill: currentColor;
	stroke-width: 0;
}

section.bentogrid .expander span {
	display: inline-block;
	margin-bottom: 20px;
	padding: 1px 12px;
	background: var(--color-blue);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	border-radius: 6px;
}

section.bentogrid .expander h1, section.bentogrid .expander h2, section.bentogrid .expander h3, section.bentogrid .expander h4, section.bentogrid .expander h5, section.bentogrid .expander h6 {
	color: #fff;
}





/* Page elements */

/* --- Page title */

#title {
	margin-bottom: -25px;
	padding-bottom: 0;
}



/* --- Filters */

#filter-wrapper {
	margin-bottom: 20px;
}



#filters {
	padding-bottom: 10px;
	background: #184963;
	color: #fff;
	border-radius: 12px;
}

#filters h6 {
	margin-bottom: 15px;
	color: var(--color-lightblue);
	font-size: 22px;
	line-height: 30px;
}

#filters .filter {
	padding: 30px 30px 0;
	border-top: 1px solid var(--color-lightblue);
}
#filters .filter:first-child {
	border-top: 0;
}



a#toggle-filter {
	width: 100%;
	margin: 0;
	padding: 13px 22px;
	background: var(--color-green);
	border-radius: 12px;
}
a#toggle-filter:before, a#toggle-filter:after {
	display: none;
}



/* --- Share buttons */

#share {}

#share h6 {
	float: right;
	margin-bottom: 0;
	color: var(--color-darkblue);
	font: 17px/54px "acumin-pro", sans-serif;
}

#share ul {
	float: right;
	margin: 0 0 0 5px;
}

#share ul li {
	display: inline-block;
	margin-left: 5px;
	padding: 0;
	background: none;
	list-style: none;
}

#share ul li a {
	display: block;
	width: 50px;
	height: 50px;
	background: var(--color-darkblue);
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border-radius: 6px;
	transition: all 0.15s ease-in-out;
}
#share ul li a:hover {
	background: var(--color-green);
	color: #184963;
}





/* Pages */

#back {
	float: left;
	width: 100%;
	margin: 30px 0;
}

#back .content {
	padding: 33px 20px;
}

#back .content a.button:first-of-type {
	margin: 0;
}

#back .content a.button:before, #back a.button:after {
	background-image: url(img/arrow-left-white.png);
}



/* --- News */

#posts {}

#posts .post {}

#posts .post .block {
	height: 100%;
	background: transparent;
	border-radius: 12px;
}

#posts .post .block .image {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;

	mask-image: url(img/mask.svg);
	mask-position: center;
	mask-size: cover;
	mask-repeat: no-repeat;
}

#posts .post .block .image span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 1px 12px;
	background: #184963;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border-radius: 6px;
}

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

#posts .post .block .content {
	float: left;
	width: 100%;
	margin-top: -12px;
	padding: 37px 30px 30px;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
}

#posts .post .block .content h4 {
	color: #184963;
	font-size: 20px;
	line-height: 28px;
}



/* ------ Archive */

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


/* ------ Hover */

#posts .post:hover .block .image img {
	transform: scale(1.05);
}

#posts .post:hover .block {
	background-position: right bottom;
}


/* ------ Detail */

.date {
	margin-bottom: 20px;
	overflow: hidden;
}

.date .label {
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px 15px;
	background: #184963;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	border-radius: 6px;
}



/* --- Agenda */

#events {}

#events .event {
	margin-bottom: 20px;
	color: #184963;
	font-size: 15px;
	line-height: 28px;
}

#events .event .block {
	height: 100%;
	padding: 30px;
	background: #fff;
	border: 1px solid var(--color-lightblue);
	border-radius: 12px;
}

#events .event .block h4 {
	margin-bottom: 30px;
	color: #184963;
	font-size: 20px;
	line-height: 28px;
}

#events .event .block h4 a {
	color: #184963;
}

#events .event .block p {
	margin: 12px 0 0;
}

#events .event .block p i {
	width: 18px;
	color: var(--color-green);
}

#events .event .block a.button {}
#events .event .block a.button:first-of-type {
	margin-top: 0;
}

#events .event .block > span {
	float: left;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 20px 15px 0;
	padding-top: 21px;
	background: var(--color-lightblue);
	color: #184963;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
}

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

#events .event .block > div {
	float: left;
	width: 100%;
}



/* ------ Detail */

#eventinfo {
	background: #184963;
	color: #fff;
	border: 0;
	overflow: visible;
}

#eventinfo hr {
	background: #568199;
}

#eventinfo .content {
	float: none;
	padding: 40px 30px;
}

#eventinfo .content h3 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

#eventinfo .content h3 i {
	color: var(--color-green);
}

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

#eventinfo .content i {
	margin-right: 5px;
	font-size: 16px;
}

#eventinfo .content a.button {
	float: left;
	width: calc(50% - 10px);
	margin: 0 10px 0 0;
}



add-to-calendar-button#css-part-example::part(atcb-button), #atcb-btn-css-part-example-modal-host::part(atcb-button) {
	float: left;
	width: calc(50% - 10px);
	margin-left: 10px;
	padding: 13px 0;
	background-color: var(--color-lightblue);
	color: #184963;
	font-weight: 600;
	font-size: 17px;
	line-height: 28px;
	border-radius: 6px;
}
.atcb-saved .atcb-checkmark {
	display: none!important;
}



/* --- Members */

.member {
	margin-bottom: 20px;
}

.member .block {
	position: relative;
	height: 100%;
	padding: 30px 30px 50px;
	background: #fff url(img/post-bg.png) right 0 bottom -87px/287px 87px no-repeat;
	border-radius: 12px;
	border: 1px solid var(--color-lightblue);
	transition: all 0.2s;
}


.member .block .logo {
	float: left;
	width: 100%;
	height: 90px;
	margin-bottom: 30px;
}

.member .block .logo a {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
}

.member .block .logo a img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 90px;
	margin: 0 auto;
	vertical-align: middle;
}


.member .block .labels {
	width: calc(100% + 10px);
	margin: 0 -5px 30px;
}

.member .block .labels .label {
	/*
	width: 100px;
	padding: 4px 9px;
	min-width: 98px;
	*/
	width: calc(33.33333% - 10px);
	margin: 0 5px 10px;
	padding: 4px 8px;
}

.member .block .labels .label:nth-child(3) {
	margin-right: 0;
}

.member .block .labels .label img {
	max-width: 100%;
	height: 40px;
}


.member .block a.arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 50px;
	height: 50px;
	background: #184963 url(img/arrow-right-white.png) center/16px 14px no-repeat;
	border-radius: 6px;
}



/* ------ Hover */

.member:hover {}

.member:hover .block a.arrow {
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
}



/* ------ Detail */

body.single-lid {}

body.single-lid .labels {
	margin-bottom: 80px;
}



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

body.single-lid section.newsslider .title {}

body.single-lid section.newsslider .title h2 {
	color: var(--color-blue);
}



#member-info {
	background: #184963;
	color: #fff;
	border: 0;
}


#member-info .logo {
	background: #fff;
	padding: 30px;
	border: 1px solid var(--color-lightblue);
	border-radius: 12px 12px 0 0;
}

#member-info .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 90px;
	margin: 0 auto;
	vertical-align: middle;
}


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

#member-info .content h3 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}

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

#member-info .content a.button {
	float: left;
	width: calc(50% - 5px);
	margin: 0 0 10px 0;
}
#member-info .content a.button:first-of-type {
	margin-right: 10px;
}



#member-info .content a.button:before, #member-info .content a.button:after {

}



/* --- Search results */

#results {
	margin-bottom: 40px;
}

#results .result {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-lightblue);
}

#results .result h2 {}
#results .result h2 a {
	color: #184963;
}

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





/* Footer */

#footer {
	margin-top: 70px;
	margin-top: 0;
	background: var(--color-darkblue);
	color: var(--color-lightblue);
	font-size: 18px;
	line-height: 36px;
}

#footer p {}
#footer p:not(:last-child) {
	margin-bottom: 20px;
}

#footer h2 {
	margin-bottom: 5px;
}

#footer h3 {
	margin-bottom: 15px;
	color: var(--color-green);
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}

#footer a:not(.button) {
	color: #fff;
}
#footer a:not(.button):hover {
	color: var(--color-green);
}

#footer .container {}

#footer .container .inner {
	margin: -141px 0 90px;
	background: #fff;
	color: #184963;
	border-radius: 12px;
	overflow: hidden;
}

#footer .container .inner .col-4-md {
	padding: 51px 30px;
	background: var(--color-green) url(img/footer-bg.svg) right bottom 60px no-repeat;
	font-weight: 700;
	font-size: 55px;
	line-height: 60px;
}

#footer .container .inner .col-6-md {
	padding: 25px 0;
}

#footer .col-3-lg {
	margin-bottom: 45px;
}



#footer ul#socials {
	margin: 0;
}

#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: 55px;
	height: 55px;
	background: #fff;
	color: #184963;
	font-size: 20px;
	line-height: 55px;
	border-radius: 6px;
	transition: all 0.2s;
}
#footer ul#socials li a:hover {
	background: var(--color-green);
	color: #184963;
}



#footer #socket {
	margin: 70px 0 45px;
}

#footer #socket ul {}

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





/* CMS */

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





/* Responsive */

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

	#header {
		top: 0;
	}

	#header .container {
		border-radius: 0 0 12px 12px;
	}


	#search {
		top: 108px;
	}


	#breadcrumbs {
		top: 145px;
	}



	#eventinfo .content a.button {
		width: 100%;
		margin: 0 0 20px 0;
	}

	add-to-calendar-button#css-part-example::part(atcb-button), #atcb-btn-css-part-example-modal-host::part(atcb-button) {
		width: 100%;
		margin-left: 0;
	}

}



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

	#toggle-search, #toggle-menu {
		display: block;
	}



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

    #content .table-wrap table {
        width: auto !important;
    }



	#filters {
		display: none;
		margin-top: 10px;
	}

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

	#filters .filter .wpgb-facet > fieldset:last-child {
		margin-bottom: 20px;
	}



	section.logoslider .slide {
		width: calc(25% - 10px);
	}

}




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

	section.banner h1 {
		font-size: 50px;
		line-height: 55px;
	}

	section.banner .element {
		display: none;
	}

	/*
	section.contentrow.text-text .container, section.contentrow.img-img .container, section.contentrow.text-img .container, section.contentrow.img-text .container {
		padding: 45px 25px!important;
		--grid-gutter: 40px;
	}
	*/

	section.contentrow .col.col-12:first-of-type {
		margin-bottom: 30px;
	}

	section.contentrow.has-accordeon .container .accordion {
		margin-top: 35px!important;
	}

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

	section.logoslider .slide .block {
		padding: 30px 20px;
	}

	section.logoslider .slide {
		width: calc(33.33333% - 10px);
	}



	#back {
		margin-bottom: 60px;
	}



	#footer .container .inner .col-4-md {
		font-size: 45px;
		line-height: 50px;
	}

	#footer .container .inner .col-6-md {
		padding: 51px 30px;
	}

}



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

	section.banner {
		padding: 220px 0 100px;
	}

	section.banner h1 {
		font-size: 45px;
		line-height: 50px;
	}

	/*
	section.contentrow.text-text .container, section.contentrow.img-img .container, section.contentrow.text-img .container, section.contentrow.img-text .container {
		padding: 30px 20px!important;
		--grid-gutter: 20px;
	}
	*/

	section.bentogrid .expander {
		padding: 30px;
	}

	section.logoslider .slide {
		width: calc(50% - 10px);
	}

}



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

	section.banner h1 {
		font-size: 40px;
		line-height: 45px;
	}



	#member-info .content a.button {
		width: 100%;
		margin: 0 0 10px 0;
	}



	#posts .mini-post .image {
		width: 100%;
		border-radius: 20px 20px 0 0;
	}

	#posts .mini-post .content {
		width: 100%;
		height: auto;
		border: 1px solid #d6d5e0;
		border-top: 0;
		border-radius: 0 0 20px 20px;
	}



	#side #posts .mini-post .image {
		height: auto;
	}



	#back .content a.button:first-of-type {
		width: 100%;
		margin-bottom: 20px;
	}



	#share h6 {
		line-height: 44px;
	}

	#share ul li a {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}

}



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

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



	#member-info .content .logo {
		float: left;
		margin: 0 20px 20px 0;
	}

}





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

}



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

}



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

}



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

	section.contentrow.text-img .col-5-lg img, section.contentrow.img-text .col-5-lg img {
		position: sticky;
		top: 200px;
		margin-top: 10px;
	}

}



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

	body.blog, body.archive {
		background-image: url(img/bg-element-left.svg);
		background-position: left center;
	}

	body.single-post, body.single-evenement {
		background-image: url(img/bg-element-right.svg);
		background-position: right center;
	}



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



	#toggle-filter {
		display: none!important;
	}

	#filters {
		display: block!important;
	}

}



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

	#content.is-paddingless section {
		background-repeat: no-repeat;
	}
	#content.is-paddingless section:nth-child(2) {
		background-image: url(img/bg-contentrow-element-left.svg);
		background-position: left 360px;
	}
	#content.is-paddingless section:nth-child(3) {
		background-image: url(img/bg-contentrow-element-right.svg);
		background-position: right bottom 60px;
	}

}