.leadershipModule {
    background: none !important;
    padding: 80px 0px !important;
}
.leadershipModuleContent {
    width: 464px;
	max-width: 100%;
    margin: 0 auto;
    max-width: 100%;
    color: #888888;
    line-height: 24px;
    margin-top: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.modalBody p strong {
    font-weight: 600;
}
h2.leadershipModuleHeading {
    font-size: 30px;
    text-align: center;
    color: #888888;
}
section.leadershipModule .twocolLayout, 
section.leadershipModule .threecolLayout,
section.leadershipModule .fourcolLayout  {
    display: flex;
    flex-wrap: wrap;
    padding-top: 180px !important;
    gap: 200px 3%;
	justify-content: center;
	width: 100%;
}
.twocolLayout .cardItem{
	width: 48.5%;
}
.threecolLayout .cardItem{
	width: 31.3%;
}
.fourcolLayout .cardItem{
	width: 22.7%;
}
.twocolLayout h2.employeeName br, 
.twocolLayout p.employeeTitle br,
.threecolLayout h2.employeeName br, 
.threecolLayout p.employeeTitle br{
    display: none;
}
.leadershipModule .cardItem {
    position: relative;
    overflow: visible;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	transition: 0.5s all;
	border-radius: 10px;
	margin-bottom: 30px;
	height: 190px;
}
.cardImage img.hoverImage,
.cardImage .noHoverImage,
.cardImage .hoverImage{
    width: 196px;
    height: 196px;
    margin: 0 auto;
    border-radius: 100% !important;
    border: 4px solid #ffffff;
    position: absolute;
	top: -170px;
    left: 50%;
    transform: translateX(-50%);
	transition: 0.5s all;
}
.noHoverImage img,
.hoverImage img{
    width: 100%;
    height: 100% !important;
}
.cardImage img {
    border-radius: 100%;
	object-fit: cover;
}
.leadershipModule .content-meta {
    padding: 35px 25px 5px;
	position: absolute;
	top: 0px !important;
	height: 100%;
}
.modalHeader .cardImage img {
    border: 4px solid #ffffff;
    border-radius: 100%;
}
h2.employeeName {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
	color: #ffffff;
	text-transform: capitalize;
	font-family: 'Avenir LT W01_65 Medium1475532';
}
p.employeeTitle {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0px 0px;
	color: #ffffff;
	font-family: 'Avenir LT W01_55 Roman1475520';
}
body.modal-open {
    overflow: hidden !important;
}
.modal-backdrop {
    opacity: 0.8;
    background-color: #f1bf4f !important;
}
.leadershipModal {
    width: 581px;
	max-width: 90%;
    height: auto;
    max-height: 80vh;
    position: fixed;
    left: 50%;
    top: calc(50% + 50px);
    background: #ffffff;
    transform: translate(-50%, -50%);
	z-index: 99999;
	display: none;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #00000040;
}
.modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #f1bf4f;
    z-index: 9999;
	display: none;
	opacity: 70%;
}
.showModal{
	display: block !important;
}
a.triggerModals {
    position: absolute;
    right: 0px;
    top: -170px;
    font-size: 14px;
	color: #434343;
	font-family: 'Avenir LT W01_85 Heavy1475544';
	width: 100%;
	height: 190%;
	z-index: 99;
}
a.triggerModals .bioAll{
	position: absolute;
	right: 10px;
	top: 182px;
	display: flex;
	align-items: center;
}
.employeeExp {
    bottom: -12px;
    position: relative;
	align-self: flex-end;
	width: 100%;
	height: 37px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.employeeExp picture {
    display: flex;
}
.medallion-frame {
   	object-position: center;
	position: absolute;
	left: 0px;
    top: -13px;
	width: 55px !important;
	min-width: 55px;
    height: auto !important;
    object-fit: contain !important;
	z-index: 1;
	/*border: 1px solid #ffffff;
    border-radius: 100%;
	box-shadow: 0px 2px 7px #000000;*/
}
.medallionExperience {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 55px;
    height: auto;
}
.med-exp {
    z-index: 2;
    font-size: 26px;
    font-weight: 900;
    position: relative;
    top: 0px;
	left: 0px;
	min-height: 26px;
    font-family: 'Avenir LT W01_65 Medium1475532';
    color: #838484;
}
.medallionService {
    margin-left: 5px;
	text-align: left;
}
.medallionYears {
    margin-right: 5px;
	width: 50px;
	text-align: right;
}
.content-wrapper.cardItem.bg_layout_tan p, .content-wrapper.cardItem.bg_layout_tan h2, .content-wrapper.cardItem.bg_layout_tan div,
.content-wrapper.cardItem.bg_layout_tan .bioAll{
    color: #888888;
}
.medallionService, .medallionYears {
    font-family: 'Avenir LT W01_85 Heavy1475544';
    font-weight: 900;
	text-transform: uppercase;
	font-size: 13px;
	width: 53px;
}
.bg_layout_blue .medallionYears,
.bg_layout_blue .medallionService{
    color: #12506d;
}
.bg_layout_green .medallionYears,
.bg_layout_green .medallionService{
    color: #1d683e;
}
.bg_layout_yellow .medallionYears,
.bg_layout_yellow .medallionService{
    color: #885f04;
}
.bg_layout_orange .medallionYears,
.bg_layout_orange .medallionService{
    color: #9b3c02;
}
.bg_layout_tan .medallionYears,
.bg_layout_tan .medallionService{
    color: #817c66;
}
.bg_layout_gray .medallionYears,
.bg_layout_gray .medallionService{
    color: #434343;
}
.bg_layout_dkblue .medallionYears,
.bg_layout_dkblue .medallionService{
    color: #0d67ad;
}

/*
 * Leadership Modal
 * */
.modalHeader {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.modalHeader .cardImage {
    top: -100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    box-shadow: 0px -3px 10px #00000040;
}
.modalHeader .leadershipModule .content-meta {
    padding: 105px 25px 15px;
}
.modalHeader h2.employeeName br,
.modalHeader p.employeeTitle br{
    display: none;
}
.modalHeader .content-meta {
    padding: 105px 25px 25px !important ;
	position: relative;
}
.bg_layout_orange .employeeExp{
    background: #de7023 !important;
}
.bg_layout_gray .employeeExp{
    background: #6c6c6c !important;
}
.bg_layout_tan .employeeExp{
    background: #cbc5b1 !important;
}
.bg_layout_dkblue .employeeExp{
    background: #003157 !important;
}
.bg_layout_yellow .employeeExp{
    background: #d4a014 !important;
}
.bg_layout_blue .employeeExp{
    background: #3686ac !important;
}
.bg_layout_green .employeeExp{
    background: #4fa777 !important;
}
.bg_layout_green,
.section-bg_layout_green{
    background: #6abb8f!important;
}
.bg_layout_blue,
.section-bg_layout_blue{
    background: #5199ba!important;
}
.bg_layout_yellow,
.section-bg_layout_yellow{
    background: #f1bf4f!important;
}
.bg_layout_orange,
.section-bg_layout_orange{
    background: #f78e4e!important;
}
.bg_layout_tan,
.section-bg_layout_tan{
    background: #f4f2ea!important;
}
.bg_layout_gray,
.section-bg_layout_gray{
    background: #888888!important;
}
.bg_layout_dkblue,
.section-bg_layout_dkblue{
    background: #004b85!important;
}
.section-bg_layout_wpaper{
	background: url('/wp-content/uploads/2023/07/whitepaper.jpg') no-repeat !important;
	background-size: cover !important;
}
.section-bg_layout_pattren {
	background: url('/wp-content/uploads/2023/07/speckle.jpg') no-repeat !important;
	background-size: cover !important;
}

a.triggerModals i{
	font-weight: 600;
	bottom: 1px;
    position: relative;
    margin-left: 2px;
}
.bg_layout_blue a.triggerModals {
    color: #1e5f7e !important;
}
.bg_layout_green a.triggerModals {
    color: #216f43 !important;
}
.bg_layout_yellow a.triggerModals {
    color: #885f04 !important;
}
.bg_layout_orange a.triggerModals {
    color: #9b3c02 !important;
}
.bg_layout_tan .bg_layout_tan a.triggerModals {
    color: #888888 !important;
}
.bg_layout_gray a.triggerModals {
    color: #434343 !important;
}
.bg_layout_dkblue a.triggerModals {
    color: #007fe1 !important;
}
.bg_layout_pattren {
    background: url('/wp-content/uploads/2023/07/speckle.jpg') repeat !important;
    background-size: cover !important;
    background-position: center;
}
.leadershipModalContent h2.employeeName, 
.leadershipModalContent p.employeeTitle {
    display: block !important;
}
.bg_layout_tan .bg_layout_tan h2.employeeName, 
.bg_layout_tan .bg_layout_tan p.employeeTitle,
.bg_layout_tan .bg_layout_tan .cardHoverText{
    color: #888888;
}
.leadershipModal span.modalCloseBtn {
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}
.modalBody {
    padding: 45px 30px 5px;
    color: #888888;
    font-size: 16px;
    line-height: 24px;
	max-height: 53vh;
}
.modalCardBody {
    overflow-y: auto;
    max-height: 375px;
	min-height: 34.5vh;
	padding-right: 10px;
}
.modalBody p {
    margin-bottom: 20px;
}
.leadershipModal span.modalCloseBtn img {
    width: 24px;
    height: 25px;
    object-fit: contain;
    object-position: center;
}
.modalNavigation {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
	padding-top: 30px;
}
.modalNavigation a{
	color: #888888;
    font-size: 16px;
	line-height: 20px;
}
.modalNavigation a i {
    font-weight: 600;
}
a.prevNav {
    margin-right: auto;
}
.hoverImage,
.leadershipModule .cardItem:hover .noHoverImage{
    opacity: 0;
	visibility: hidden;
}
.leadershipModule .cardItem:hover .hoverImage,
.noHoverImage{
	opacity: 1;
	visibility: visible;
}
.dreamedOfBecoming {
    font-size: 14px;
    line-height: 18px;
	font-family: 'Avenir LT W01_55 Roman1475520';
}
.cardHoverText {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
	display: none;
	top: 40%;
    transform: translateY(-50%);
    position: relative;
}
.cardHoverText .dreamed{
	font-size: 24px;
    text-align: center;
    line-height: 30px;
	font-family: 'Avenir LT W01_65 Medium1475532';
}
.leadershipModule .cardItem:hover .cardHoverText{
	display: block;
}
.leadershipModule .cardItem:hover h2.employeeName, 
.leadershipModule .cardItem:hover p.employeeTitle {
    display: none;
}
.modalHeader .employeeName {
    font-size: 36px;
    line-height: 36px;
    margin-top: 10px;
}
.modalHeader p.employeeTitle {
    font-size: 18px;
    line-height: 24px;
}


/*
 * Responsive
 * */
@media (max-height: 900px){
	.modalCardBody{
		max-height: 20vh;
		min-height: 20vh;
	}
}
@media (max-width: 1200px){
	.employeeExp {
		bottom: -15px;
		width: 100% !important;
	}
	.leadershipModule .cardItem{
		padding-bottom: 10px;
	}
}
@media (max-width: 991px){
	.modalFooter .employeeExp {
		height: 37px;
	}
	.modalHeader .cardImage picture, .modalHeader .cardImage img {
		width: 150px;
		height: 150px;
	}
	.modalHeader .content-meta {
		padding: 55px 25px 15px !important;
	}
	.threecolLayout .cardItem,
	.fourcolLayout .cardItem{
		width: 31.3%;
	}
	.employeeExp {
		bottom: -20px;
	}
	.leadershipModuleContent{
		padding-left: 15px;
		padding-right: 15px;
	}
	.threecolLayout h2.employeeName br, 
	.threecolLayout p.employeeTitle br{
		display: block;
	}
}

@media (max-width: 767px){
	.leadershipModule .cardItem{
		width: 225px;
		max-width: 100%;
	}
	.leadershipModal span.modalCloseBtn{
		top: -100px;
	}
	.twocolLayout h2.employeeName br, p.employeeTitle br {
		display: block;
	}
	section.leadershipModule .twocolLayout, section.leadershipModule .threecolLayout, section.leadershipModule .fourcolLayout{
		padding-left: 15px;
		padding-right: 15px;
		gap: 200px 4%;
    	justify-content: center;
	}
	a.triggerModals{
		right: 15px;
	}
	.content-meta + .employeeExp {
		width: 100%;
		height: 30px;
	}
	.card-header{
		text-align: center;
		max-width: 100%;
	}
}