/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* Force team stylist layouts to align items to the top */
.team.team-list {
    align-items: flex-start !important;
}

.team-image {
    align-self: flex-start !important;
    vertical-align: top !important;
}

.team-image img {
    display: block !important;
    margin-top: 0 !important;
}
