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

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

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

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

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

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

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

.ga-board-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;
}

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


	.ga-board-directors-post .contact-info {
    color: #ccc;
    font-size: 17px;
    line-height: 28px;
}

	.ga-board-directors-post .contact-info a {
		color: #ccc;
		text-decoration: none;
	}

	.ga-board-directors-post .contact-info a:hover {
		text-decoration: underline;
	}



.ga-board-directors-block .grid-item-col {
    width: 33.33333% !important;
    padding: 5px;
    margin: 0px;
}
	
.ga-board-directors-block .grid-item-col a {
	text-align: left;
}
	
body .ga-board-directors-block .grid-item-col.database-list-right {
   /* width: 400px !important; */
   min-width: 20% !important;
	width: 20% !important;
	text-align: left;
}
	
body .ga-board-directors-block .grid-item-col.database-list-center {
   /* width: 400px !important; */
   min-width: 25% !important;
	width: 25% !important;
	text-align: left;
}
	
body .ga-board-directors-block .grid-item-col.database-list-center2 {
   /* width: 400px !important; */
   min-width: 20% !important;
	width: 20% !important;
	text-align: left;
}
	
body .ga-board-directors-block .grid-item-col.database-list-left {
   /* width: 400px !important; */
   min-width: 55% !important;
	width: 55% !important;
	text-align: left;
}
	
.ga-board-directors-block .list-view .grid-item-col.database-list-right {
    text-align: left;
}
	
.ga-board-directors-block .list-view .grid-item {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0px;
    padding: 10px;
}
	
.ga-board-directors-block .database-list-right {
    color: rgb(14, 165, 76);
}
.ga-board-directors-block .grid-item-col a{
  margin: 0 !important;         /* <-- this is the big fix */
  display: block !important;     /* make it fill the column */
  width: 100% !important;        /* ensure full width */
  text-align: left !important;   /* align the text */
}
	
.ga-board-directors-single-block .contact-info .email {
    margin-bottom: 0px !important;
    font-size: 16px;
}

.ga-board-directors-single-block .contact-info .company-firm {
    margin-bottom: 0px !important;
    font-size: 19px;
	font-weight: 500;
}

.ga-board-directors-single-block .name h3 {
    margin-bottom: 5px !important;
}