


.find-a-speaker .FilterPanel {
	padding:1em;
}

.find-a-speaker .FilterPanel .TextButton{
	margin-top:1em;
}
.find-a-speaker .FilterPanel .PromptLabel:after {
	content:":";
	margin-right:5px;
	
}

.find-a-speaker .QueryDisplayWrapper {
	
}

.find-a-speaker .QueryDisplayWrapper .row {
	margin:0; 
}





.find-a-speaker .QueryDisplayWrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-gap: 1rem;
}

.find-a-speaker .divTotalRecords {
	margin:2em 0;	
}

.find-a-speaker .QueryDisplayWrapper .row {
	border:1px solid #999;
	
	border-radius:10px;
	padding:1em;
	position:relative;
}

.find-a-speaker .QueryDisplayWrapper .row:after {    
	content: "";
	display:block;
	background-image:url(/App_Themes/IAFCI_20_2_26/images/iafci/noise_bg.png);
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.5;
	z-index:-1;
}


.find-a-speaker .QueryDisplayWrapper .row:hover {
	box-shadow:0 0 5px rgba(0,0,0,.3);
} 

.find-a-speaker .QueryDisplayWrapper .label {
	display:none;
}


.find-a-speaker .fullname {
	font-family:"Open Sans Condensed", "Arial Narrow", "Segoe UI", Tahoma, sans-serif;
	font-weight:bold;
	font-size:2em;
	line-height:1.2em;
}

.find-a-speaker .company {
	font-size:1.25em;
	font-weight:bold;
	line-height:1.2em;
}

.find-a-speaker .title {
	font-size:1.25em;
	font-style:italic;
	line-height:1.2em;
	margin-bottom:15px;
}

.find-a-speaker .location {
	margin-bottom:15px;
}
.find-a-speaker-profile span[id*="_CsContact.Email"],
.find-a-speaker .email {
	text-transform:lowercase;
}

.find-a-speaker .phone .value:before,
.find-a-speaker .email .value a:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	display:inline-block;
	margin-right:3px;
}

.find-a-speaker .email .value a:before {
	content:"\f0e0";
}

.find-a-speaker .phone .value:before {
	content:"\f095";
}

.find-a-speaker .image {
	position:absolute;
	bottom:1vw;
	right:1vw;
	background-color:#fff;
	border-radius:100px;
	height: 100px;
	width: 100px;
	overflow:hidden;
	display:flex;
	align-items: center;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}

.find-a-speaker .image:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f030";
	font-size:33px;
	color:#ccc;
	position:absolute;
	left:calc(50% - 16px);
	z-index:1;
}


.find-a-speaker .image img{
	position:relative;
	z-index:2;
    width:  100px!important;
    height: 100px!important;
    object-fit: cover;
}






.find-a-speaker-profile h2.panel-title {
	font-size: 24px;
	font-weight:normal;
}

.find-a-speaker-profile .mini-profile .panel-body {
	padding:0;
}



.find-a-speaker-profile .mini-profile div[id*="_contactPicture_RadAjaxPanel1"]:not(.RadAjaxPanel) {
	background-color:#fff;
	border-radius:100px;
	height: 200px;
	width: 200px;
	overflow:hidden;
	display:flex;
	align-items: center;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	position:relative;
}

.find-a-speaker-profile div[id*="_contactPicture_RadAjaxPanel1"]:not(.RadAjaxPanel):before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f030";
	font-size:33px;
	color:#ccc;
	position:absolute;
	left:calc(50% - 16px);
	z-index:1;
} 


.find-a-speaker-profile .mini-profile img{
	position:relative;
	z-index:2;
	width:  200px!important; 
	height: 200px!important; 
    object-fit: cover;
}



.find-a-speaker-profile .PanelField .Label {
	font-family:"Open Sans Condensed", "Arial Narrow", "Segoe UI", Tahoma, sans-serif;
	width:unset;
	text-transform:uppercase;
	
}
.find-a-speaker-profile .PanelField .Label:after {
	content:":";
} 

.find-a-speaker-profile .mini-profile div[id*="contactName_RadAjaxPanel1"] .PanelField {
	padding:0;
}

.find-a-speaker-profile .mini-profile div[id*="contactName_RadAjaxPanel1"]{
	display:flex;
	flex-wrap:wrap;
}

.find-a-speaker-profile .mini-profile div[id*="contactName_RadAjaxPanel1"] > div{
	width:100%;
}


.find-a-speaker-profile .mini-profile div[id*="contactName_divFullName"] .SectionLabel{
	order:1;
	font-family:"Open Sans Condensed", "Arial Narrow", "Segoe UI", Tahoma, sans-serif;
	font-size:1.5em;
	line-height:1.1em!important;
}
.find-a-speaker-profile .mini-profile div[id*="contactName_divInstitute"] {
	order:2;
	font-weight:bold;
	line-height:1.1em;
}
.find-a-speaker-profile .mini-profile div[id*="contactName_divTitle"]{
	order:3;
	font-style:italic;
}



@media print{
	html, body, form{
		height:auto!important;
	}
	
	.find-a-speaker-profile {
		overflow:visible!important;
	}
	.find-a-speaker-profile .EmptyMasterContentPanel {
		height:auto!important;
	}
	.find-a-speaker-profile [class*="col-"]{
		float:none;
		width:unset;
	}
	.NotPrinted {
		display:none!important;
	}
}