  @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');





html {
  scroll-behavior: auto !important;
  scroll-padding-top: 5rem;
}
/* Start President Section */
#desktop-pres {
  max-width: 1300px;
 }
#president {
  background-color: #001e5b; 
  color: #fff;
}
#president a{
  color: white;
  text-decoration: underline;
}
#president a:hover {
  color: #FCC10F;
}

#pres-img {
  width: 300px;
}
.pres-name {
  font-size: 2.5em;
}
.pres-bio a {
  color: #fcc10f!important;
}


/* DISPLAYS NONE IN DESKTOP */
@media screen and (max-width: 576px) {
  #desktop-pres {
    display: none;
 }



}
/* DISPLAYS NONE IN MOBILE */
@media screen and (min-width: 576px) {
  #mobile-pres {
    display: none;
 }

}

/* End of President Section */
#leadership .display-4{
  font-family: 'Montserrat';
  font-weight: 500!important;
}
#mobile, #desktop {
  font-family: Rubik;
}
.subtitle {
  font-family: 'Montserrat';
  font-weight: 600!important;
}
#line {
  border-right:1px solid rgba(0,0,0,.1);
  margin-right: 11px;
 /* padding-left: 2px;
  */
}
.name {
  font-family: 'Montserrat';
  font-weight: 600!important;
}
@-moz-document url-prefix() {
  html {
    scroll-behavior: smooth;
 }
}
/* LINK COLOR FOR ACCESSIBILITY */
/* 
#mobile a {
  color: #003399!important;
}
#mobile a:hover {
  color: #0056b3!important;
}
#desktop a {
  color: #003399!important;
}
#desktop a:hover {
  color: #0056b3!important;
}
*/
/* DISPLAYS NONE IN DESKTOP */
@media screen and (max-width: 576px) {
  #desktop {
    display: none;
 }
  .bioBtn {
    width: 100%;
 }
}
/* DISPLAYS NONE IN MOBILE */
@media screen and (min-width: 576px) {
  #mobile {
    display: none;
 }
  /* .card:active, .card:focus {
   
    border: 8px solid #003399;
    border-radius: 0px;
 } */
}
/* #bio {
  position: relative;
  height: auto;
  max-height: 450px;
  overflow-y: scroll;
} */
.bioBtn {
  border: none;
  margin-bottom: 5px;
}
.profile {
  justify-content: center;
  background-color: white;
}
#univ, #exec {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
/* CARD */
.card {
  width: 95%;
  margin: auto;
  height: 100%;
  border: 6px #222;
}
.card:hover {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.card p {
  margin: 0px 2px;
}
.popover{
    min-width:10%
}
.summary {
  display: block;
}
.summary::after {
  margin-left: 1ch;
  display: inline-block;
  transition: 0.3s;
  content: '\203A';
 /* chevron */
}
.details[open] summary::after {
  transform: rotate(90deg);
}
/* Collapsible/Truncate Start*/
.collapsible {
  position: relative;
  padding-bottom: 0.5em;
  transition: height 0.5s ease-out;
  padding: 2px;
  text-align: left;
}
.collapsible:not(.open) > * {
  display: none;
}
.collapsible:not(.open) > p:first-child {
  display: block;
}
.collapsible > .toggler {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  color: #003399;
  text-align: center;
  cursor: pointer;
}
.collapsible > .toggler::after {
  content: "\25bc";
}
.collapsible.open > .toggler::after {
  content: "\25b2";
}
.truncated > * {
  display: none;
}
.truncated > p:first-child {
  display: block;
  cursor: pointer;
}
.truncated > p:first-child::after {
  color: #007bff;
  content: "\00a0 More…";
}
/* Collapsible/Truncate End */
/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.officelist li a{
    vertical-align: text-top;
}
