<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown-menu[aria-labelledby=about-menu] &gt; a.dropdown-item:first-child {
    display: none;
}
.grid {
    margin-left: auto;
    margin-right: auto;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
}
#flyers a {
  color: inherit;
}
.bg-primary a:hover {
  color: white;
}
.library {
  display: none !important;
}
.headshots {
    text-align: center !important;
}
.card &gt; div.bio {
              opacity: 0;
              position: absolute;
              top: 0;
              width: 100%;
              height: 100%;
              background: rgba(22, 40, 76, 0.9);
              padding: 0 10px;
              overflow-y: scroll;
              visibility: hidden;
              transition: opacity 0.3s ease;
            }
            .bio p {
              color: white;
              line-height: 1.3;
            }
            .card { 
              position: relative; 
            }
            .card .btn-container {
              margin-top: 1rem;
            }
            .card .btn {
              cursor: pointer;
              display: block;
            }
            .card ::-webkit-scrollbar-button { 
              display: none; 
              height: 12px; 
              border-radius: 0px; 
              background-color: #AAA; 
            } 
            .card { vertical-align: top; }
            .card &gt; div { position: relative; }
            .card .btn { cursor: pointer; display: block; }
            .card ::-webkit-scrollbar-button { 
              display: none; 
              height: 10px; 
              border-radius: 0px; 
              background-color: #AAA; 
            } 
            .card ::-webkit-scrollbar-button:hover{ 
              background-color: #ffffff; 
            } 
            .card ::-webkit-scrollbar-thumb{ 
              background-color: #CCC; 
            } 
            .card ::-webkit-scrollbar-thumb:hover{ 
              background-color: #CCC; 
            } 
            .card ::-webkit-scrollbar-track{ 
              background-color: #efefef; 
            } 
            .card ::-webkit-scrollbar-track:hover{ 
              background-color: #efefef; 
            } 
            .card ::-webkit-scrollbar{ width: 5px; }</pre></body></html>