<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Executive Board */
.executive-board {
    background-color: #333;
}
.executive-board .board-heading {
    width: 25%;
    float: left;
    padding: 2em 1em 0;
}
.heading-wrapper {
    display: block;
    margin-bottom: .5em;
    padding-top: 1em;
}
.executive-board h3 {
    color: #fff;
	font-size: 3.125em;
	font-weight:300;
}
.executive-board .portret a{
    width: 25%;
	float: left;
    position: relative;
	height: auto;
}
.executive-board .portret .portret-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.2);*/
    z-index: 10;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    transition: background 300ms ease;
}
.executive-board .portret .heading {
    padding: 0 1em;
    position: absolute;
    bottom: .5em;
    left: 0;
    font-size: 1.25em;
	font-weight:300;
    color: #fff;
    z-index: 20;
}
.executive-board .portret .heading strong{
    display: block;
	font-weight: 500;
}
.executive-board .portret img {
    display: block;
    width: 100%;
	height:auto;
}
.executive-board .portret a:hover .portret-overlay {
    background-color: rgba(0,0,0,.5);
}
.executive-board .quote {
    height: 22.95em;
    width: 50%;
	float:left;
	display: table;
}

.executive-board .quote .text {
    padding: 0 1em;
    display: table-cell;
    vertical-align: middle;
}
.executive-board .quote blockquote {
    font-size: 1.625em;
}
.executive-board .quote {
    background-color: #09f;
    float: left;
    color: #fff;
}

.executive-board .quote .text {
    margin: 1em 0;
    font-size: 1.625em;
    font-weight: 300;
	line-height:1.4;
}
.executive-board .board-row {
    overflow: hidden;
}
@media(max-width:1024px){
	.executive-board .board-heading {
		width: 100%;
		float:left;
		padding: 2em 1em 0;
	}
	.executive-board .quote {
		height: auto;
		width: 75%;
		display: table;
	}
}
@media(max-width:767px){
	.executive-board .quote {
		height: auto;
		width: 100%;
		padding:1.5em 0;
	}
	.executive-board .portret a{
		width: 100%;
		float: left;
		position: relative;
	}
	.executive-board .board-row-2 .portret a{
		width:50%;
	}
	.executive-board .portret .heading {
		font-size: 1em;
	}
	.executive-board .board-heading .heading-wrapper h3 {
		font-size: 2.125em;
	}
	.executive-board .container { margin:0;padding:0; }
	.executive-board .col-12 { margin:0; padding:0; }
	.executive-board .quote .text {
		margin: 1em 0;
		font-size: 1.25em;
		font-weight: 300;
		text-align: left;
		position: relative;
		line-height: 1.4;
	}
}
@media(min-width:767px){
	.flex-center{
		display:flex;
		justify-content:center;
	}
}</pre></body></html>