html, body {
  overflow-x: hidden !important;
  position:relative;
  min-height:100vh;
}
.mobSubMenu {
  right: -120vw !important;
  transition: ease all 1s;
}
#mobMenu {
  right: -120vw !important;
  transition: ease all 1s;
}
.elementor-editor-active .mobSubMenu, .elementor-editor-active #mobMenu, .mobSubMenu.active, #mobMenu.active {
  right: 0 !important;
  transition: ease all 1s;
	z-index:999999;
}
#mobMenuBtn {
  cursor: pointer;
}
.mobClose {
  cursor: pointer;
}
.mobBack {
  cursor: pointer;
}
.mobileItem {
  cursor: pointer;
}
.honorAcc {
  position: relative;
}
.honorAcc .honorTtl {
  cursor: pointer;
}
.honorAcc .honorTtl:after {
  position: absolute;
  content: '\f077';
  font-size: 32px;
  color: #0e3263;
  top: 0;
  right: 0;
  height: 100%;
  padding: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.honorAcc.active .honorTtl:after {
  content: '\f078';
}
.honorAcc .honorCnt {
  display: none;
}
.honorAcc.active .honorCnt {
  display: block;
}
.contactCard {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.contactCard .ccImage {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.contactCard .ccImage .holder {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.contactCard .ccImage img {
  width: 100%;
  height: auto;
  align-self: center;
  object-fit:cover;
}
.contactCard .ccContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left:10px;
  padding-top:20px;
}
.contactCard .ccContent .ccQuestion {
  color: #008D97;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.contactCard .ccContent .ccName {
  color: #0E3263;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.contactCard .ccContent .ccName span {
  font-weight: 400;
}
.contactCard.leadership .ccContent .ccName {
  font-size: 36px;
}
.contactCard .ccContent .ccTtl {
  color: #50505A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.contactCard.leadership .ccContent .ccTtl {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.contactCard .ccContent a {
  color: #265EAC;
}
.contactCard .ccContent .ccTel {
  color: #265EAC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.contactCard.leadership .ccContent .ccTel {
  font-size: 20px;
  margin-bottom: 0.25rem;
}
.contactCard .ccContent .ccEmail {
  color: #265EAC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 1rem;
}
.contactCard.leadership .ccContent .ccEmail {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.contactCard .ccContent .ccLinked {
  color: #265EAC;
    
}
.contactCard .ccContent .ccLinked svg {
    width:32px;
    height:32px;
}
.contactCard .programLeader {
  width: 100%;
}
.contactCard .programLeader .plTtl {
  color: #0E3263;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 2rem;
}
.contactCard .programLeader .plDesc {
  color: #50505A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 3rem;
}

#ccMainNav .e-n-menu-title-text:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content:'\f0d7';
	margin-left:5px;
	position:absolute;
	right:-10px;
	top:0;
}

@media screen and (min-width:752px){
    .contactCard .ccContent {
         padding-left:40px;   
        padding-top:0px;
    }
    .contactCard .ccImage .holder {
      width: 244px;
      height: 244px;
    }
    .contactCard .ccContent .ccQuestion{
        font-size:18px;
    }
    .contactCard .ccContent .ccName{
        font-size:40px;    
      line-height: 45.5px;
        margin-bottom:1rem;
    }
    .contactCard .ccContent .ccTtl, .contactCard .ccContent .ccTel, .contactCard .ccContent .ccEmail{
        font-size:24px;
        line-height: 26px;
        margin-bottom:1rem;
    }
}
.vidHolder{
    position:relative;
    padding-bottom:56.25%;
}
.vidHolder iframe{
  position:absolute;
    top:0;
    Left:0;
    width:100%;
    height:100%;
}

.readMore, .readLess{
    position:relative;
    color:#265EAC;
    text-decoration:underline;
    font-weight:700;
    cursor:pointer;
}
#fullBio{
    display:none;
}
.readLess{
    display:none;
}
.megaClose{
	cursor:pointer;
}