@media (min-width: 991px) {
  #leadership-modal .modal-dialog {
    max-width: 984px;
    max-height: 521px;
    margin: 1.75rem auto;
  }
  #leadership-modal .modal-content {
    height: 521px;
  }
  #leadership-modal .modal-body{
    padding: 0 1rem 0 0;
}
#leadership-modal .modal-body .col-lg-6:first-of-type{
    padding-left: 7px;
}
}
#leadership-modal h1 {
  color: #009ee0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 118.3%; /* 28.392px */
  padding-top: 46px;
}
#leadership-modal h3 {
  color: #0d2b58;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
#leadership-modal p {
  color: #0d2b58;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 24px;
}
#leadership-modal p:first-of-type {
  padding-top: 35px;
}
#leadership-modal a {
  color: #0d2b58;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
  padding-top: 31px;
  display: inline-block;
  padding-bottom: 94px;
  transition: all 0.3s ease-in-out;
}
#leadership-modal a:hover{
    text-decoration: underline;
}

#leadership-modal img.leader-img {
  height: 521px;
  object-fit: cover;
}
/****sub-menu****/
.nav-item.has-sub-menu{
    position: relative;
}
.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  border-bottom: 2px solid #0d2b58;
  background: #fff;
  width: 170px;
  position: absolute;
  left: 0;
  min-height: 70px;
  padding: 12px 16px;
}
.sub-menu li a{
    color: #000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
transition: all 0.3s ease-in-out;
padding-bottom: 16px;
}
.sub-menu li a:hover{
    color: #009ee0;
}
.nav-item.has-sub-menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.btn.btn-close{
    position: absolute;
    top: 23px;
    right: 24px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
.btn.btn-close:hover svg path{
    stroke: #009ee0;
}
@media (max-width:991px) {
  #leadership-modal img.leader-img {
    height: 275px;
    width: 200px!important;
    margin: auto;
    display: block;
  }
  .btn.btn-close{
    top: 0;
    right: 0;
  }
  #leadership-modal a{
    padding-bottom: 23px;
  }
  #leadership-modal h1{
    padding-top: 20px;
    font-size: 20px;
  }
  #leadership-modal h3 {
    font-size: 15px;
}
#leadership-modal p,
#leadership-modal a   {
  padding-top: 15px!important;
}
}
.has-sub-mobile{
  display: none;
}
@media (max-width:991px) {
  .has-sub-mobile{
    display: block;
    position: relative;
  }
  .has-sub-menu{
    display: none;
  }
}
.has-sub-mobile .card-body{
  background-color: #eee;
  border: 0;
  border-radius: 0;
}
.has-sub-mobile li a{
  color: #0d2b58;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 14px;
}
.has-sub-mobile li a:hover{
  color: #009ee0;
}

.content {  
  display: none; /* Hidden by default */  
} 
#collapsible-link{
  cursor: pointer;
}
.about-us-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}