 img.headshot {
	padding: 0px;
margin: 30px 0px 30px 0px;
    max-width: 300px;
}

.content-staff-2021 h3 {
	color: #258382;
	font-size: 24px;	padding: 0px;
margin: 0px;
}
.content-staff-2021 h4 {
	color: #258382;
	font-size: 20px;	padding-top: 0px;
margin: 0px 0px 20px 0px;

}
.content-staff-2021 p {
	color: #000;
    font-size: 18px;
    line-height: normal;
}
.content-staff-2021 {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 40px;
}




@media (min-width: 1200px) { 

#main-banner{
	height:350px;
}
}
@media (min-width: 992px) and (max-width: 1199px) { 

}


@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {
}
/*iPhone 8  in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

}



/*iPhone 8 plus in landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
}
/*iPad 1 & 2 in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) { }