 #leadership-modal{
    position:fixed;
    inset:0;
    display:none;
    z-index:999999;
}

#leadership-modal.active{
    display:block;
}

.leadership-overlay{
    position:absolute;
    inset:0;
/*     background:rgba(0,0,0,.65); */
}

.leadership-modal-content{

    position:relative;
	box-shadow: 0px 10px 30px #00000029;
    background:#fff;
/* 	background: #EFEFEF 0% 0% no-repeat padding-box; */
	top: 15%;
    width: 1000px;

    max-width:95%;

    margin:60px auto;

    border-radius:13px;

    overflow:hidden;

    max-height:90vh;

    overflow-y:auto;

}

.leadership-grid{

    display:grid;
    grid-template-columns:230px 1fr;

}

.leadership-image{
	justify-self:center;
	padding-top: 40px;
}

.leadership-image img{
    width:180px;
	height:200px;
    display:block;

}

.leadership-details{
    padding:40px;
	padding-left:0px;
}

#leader-name, #leader-name-mobile{
    margin-bottom:10px;
	font-size:32px;
	font-weight:200;
	color: #FF6700;
}

#leader-designation, #leader-designation-mobile {
    color: rgb(0 0 51 / 80%);
    margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;

}
#leader-short-description{
	margin-top:10px;
}

#leader-short-description p, #leader-biography p, #leader-biography{
 font-size: 16px;
 font-weight: 300;
 color: #000033;
}

.leadership-close{
    position:absolute;
    top: 3px;
    right: 12px;
	color: #000033;
    border:none;
    cursor:pointer;
    background:#fff;
    font-size: 35px;
	font-weight: 300;
	height: 0px;
}

.leadership-close:hover, .leadership-close:focus {
	background-color: transparent;
	color: #000033;
}
.leadership-grid .leadership-image-mobile{
	display: none;
}

 @media (max-width: 1024px){
 	.leadership-grid .leadership-details #leader-name, .leadership-grid .leadership-details #leader-designation, .leadership-grid .leadership-details .linkedin-profile{
		display: none !important;
} 
	.leadership-grid .leadership-image{
	 display: none !important;
}
	.leadership-grid .leadership-image-mobile{
		display: flex !important;
		align-items: end;
        gap: 25px;
}
	 .leadership-image-mobile #leader-image-mobile{
		width: 130px;
		height: 144px;
}
	 #leader-name-mobile{
	  font-size: 20px;
	  margin-bottom: 5px;			
}
	 #leader-designation-mobile {
	   font-size: 14px;
	   margin-bottom: 5px;		
		
}
	.leadership-grid{
     grid-template-columns: 1fr;
	 padding: 25px;

}
	 .leadership-modal-content{
	   top: 8%;
}
	.leadership-details{
		padding-top: 25px;
  }

}
@media (max-width:650px){
	 .leadership-image-mobile #leader-image-mobile{
		width: 86px;
		height: 97px;
}
	.leadership-grid .leadership-image-mobile{
        gap: 15px;
}
	.leadership-image-mobile {
	padding-right: 15px;
	padding-top: 20px;
	align-items: flex-start;
}
    .leadership-modal-content {
        top: 0%;
		max-height: 70vh;
    }
	.leadership-details{
		padding-top: 15px;
  }
} 
