/*
Custom styles for the Government Affairs Interactive Experts Guide
Built by Communicaitons and Public Affairs Web Team, 2022
*/

/*Formatting for the UMB Experts Guide listing pages*/

#umb-experts-guide-list-anchorlinks-and-filters {
	margin-bottom:  3em;
}
#umb-experts-guide-list-filters a:focus.umb_pillbutton {
	background-color:  #555; /*Override/disable the usual focus state from .umb_pillbutton*/
}	
#umb-experts-guide-list-filters a.active {
    background-color: #ffcd00 !important;
    color: #000 !important;
}

#umb-experts-guide-filterlabel {
	margin-top: 0;
	margin-bottom: 1.25em;
	display: none;
}

#umb-experts-guide-noexperts {
	display: none;
}
#umb-experts-guide-noexperts.unhidden {
	display: block;
}

#umb-experts-guide-guttersizer {
    width: 4%;
}
#umb-experts-guide-list .umb-experts-guide-list-item {
	display: inline-block;
	margin-bottom: 4%;
	width: 48%;
}
@media (max-width: 500px) {
	#umb-experts-guide-list .umb-experts-guide-list-item {
		width: 100%;
	}
}
#umb-experts-guide-list .umb-experts-guide-list-item.umb-experts-guide-alpha-anchor {
    /*Alphabetical anchor tags should be present but not visible*/
	height: 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
    font-size: 0;
    opacity: 0;
}
#umb-experts-guide-list .umb-experts-guide-list-item.umb-experts-guide-hidden {
	display: none;
}
#umb-experts-guide-list .umb-experts-guide-list-item .umb-experts-guide-list-item-portrait {
	display: inline-block;
	width: 33%;
	float:  left;
    padding-top: 50%;
    position: relative;
    background-size: cover;
    background-position: center;
}
#umb-experts-guide-list .umb-experts-guide-list-item .umb-experts-guide-list-item-info {
	display: inline-block;
	width: 67%;
	float: right;
	padding-left: 1em;
}
#umb-experts-guide-list .umb-experts-guide-list-item h4 {
	color: inherit;
	margin-top: 0;
}
.umb-experts-guide-captializefirstletter:first-letter {
  text-transform: capitalize;
}

.umb-experts-guide-list-item .umb-experts-guide-list-item-bio {
  /*Code to set a maximum number of lines the bio paragraph can be*/
  overflow:hidden;
  line-height: 1.4em;
  max-height: 4.2em; /*Multiply line height by number of lines to output*/
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /*Number of lines to output*/
}

/*Formatting for the UMB Experts Guide profile pages*/

.umb-experts-guide-profile-contactlinks a {
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-right: 1em;
}

.umb-experts-guide-profile-portrait-container {
	float: right;
	width:  33%;
    margin: 0 0 1em 1em;
}

@media (min-width: 500px) {
	.umb-experts-guide-profile-subheader {
		margin-top:  1.5em; /*1.5em matches the standard styles applied to standard umb_medium h3's*/
	}
	.umb-experts-guide-profile-container {
		margin-top: -1.5em; /*Now cancel out that margin for the topmost title*/
	}
}

.umb-experts-guide-profile-portrait {
	display: inline-block;
	width: 100%;
    padding-top: 150%;
    position: relative;
    background-size: cover;
    background-position: center;
}
@media (max-width: 500px) {
	.umb-experts-guide-profile-portrait-container {
		width: 100%;
		float: none;
		margin: 0 0 1em 0;
	}	
}	





