/**************************************************************************************************
* Meet the Team Page Styles                                                                       *
***************************************************************************************************/
.team-text-wrapper {
	margin-left: -16.5% !important;
}

.team-block .bod-card-photo {
	object-position: top;
}

.team-block .bod-text {
	padding-right: 20%;
}

.team-card-title {
	text-transform: uppercase;
	/*color: #818181;*/
	color: #636363;
	margin-bottom: 0;
}

.team-card-name {
	font-weight: bold;
}

.team-block .team-sm-logo,
.bod-bio-modal .team-sm-logo {
	width: 50px;
	height: 50px;
}

.team-card-contact-and-bio {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.team-block .cta-link {
	margin-bottom: 0;
}

.team-section-title {
	/*color: #002857;*/
	margin-top: 6rem;
	margin-bottom: 3rem;
}

/**************************************************************************************************
* Team Bio Modal                                                                                  *
***************************************************************************************************/
.team-bio-modal .team-sm-logo {
	margin-top: 2rem;
}

.team-bio-modal .bod-bio-card-photo {
	background-position: top;
}

/**************************************************************************************************
* Trade and Investment Offices                                                                                 *
***************************************************************************************************/
/* image holder TIO page */
.team-additional-img img{
    width: 100%;
    height: auto;
}

/* third row bkgnd color TIO page */
.bod-third-row{
   background-color: #ccd0dc;
}
