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

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

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

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

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

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

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

.ga-principal-contact-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-principal-contact-block .company {
	color: rgb(225 225 225) !important;
	font-weight: 400;
}


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

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

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