/*--------------------------------------------------------------
# Template Styles
--------------------------------------------------------------*/

.board-of-directors-post {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
    .board-of-directors-post {
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
    }
}

.board-of-directors-block .position {
    color: var(--bh-color-3);
    text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

body .board-of-directors-block .name h3 {
	color: var(--bh-color-8) !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
}

body .board-of-directors-block .name .year {
	color: var(--bh-color-8) !important;
	font-style: italic;
	font-weight: 300;
}

body .board-of-directors-block .name .year::before {
	content: "("
}
body .board-of-directors-block .name .year::after {
	content: ")"
}

.board-of-directors-block .title {
    color: rgb(175 175 175) !important;
    text-transform: capitalize !important;
    line-height: 2.3rem;
    margin: 8px 0 0 0;
  	font-style: normal;
	font-size: .9em;
}

.board-of-directors-block .company {
	color: rgb(225 225 225) !important;
	font-weight: 400;
}
