<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --blue: #143A48;
  --orange: #F17B0A;
  --green: #5C8558;
  --lightgreen: #dae7d0; }

h1 {
  color: var(--green);
  margin-bottom: 0; }

.staff-filter {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  font-size: 21px; }

.staff-lp {
  width: 100%; }
  .staff-lp .button {
    font-weight: bold; }

.staff-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (260px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 260px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }
  @media screen and (min-width: 900px) {
    .staff-grid {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }

.staff-card {
  width: 260px;
  background: -webkit-linear-gradient(top, transparent 120px, var(--lightgreen) 120px);
  background: linear-gradient(to bottom, transparent 120px, var(--lightgreen) 120px);
  padding: 20px;
  padding-bottom: 0; }

.filter-simple-button {
  opacity: .7;
  -webkit-transition: .4s ease;
  transition: .4s ease; }
  .filter-simple-button.is-active, .filter-simple-button:hover, .filter-simple-button:focus {
    opacity: 1;
    -webkit-transition: .4s ease;
    transition: .4s ease; }

.staff-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-line-pack: start;
      align-content: start; }

.staff-card__name {
  font-size: 16px;
  margin: 0;
  letter-spacing: initial; }

.staff-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  margin-right: 10px; }
  .staff-card__text p {
    font-size: 14px;
    line-height: 1.2; }

.staff-card__position {
  font-size: 14px; }

.staff-bio-link {
  width: 40px;
  height: 40px;
	margin-bottom: 3rem;
  border-radius: 100%;
  color: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: var(--green);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  left: -20px; }
  .staff-bio-link:before, .staff-bio-link:after {
    content: '\f062';
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-family: 'FontAwesome';
    position: absolute;
    top: -5px;
    color: var(--green);
    left: -14px; }
  .staff-bio-link:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    left: auto;
    top: auto;
    right: -13px;
    bottom: -7px; }
  .staff-bio-link:hover, .staff-bio-link:focus {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease; }
    .staff-bio-link:hover:before, .staff-bio-link:focus:before {
      left: -17px;
      top: -8px; }
    .staff-bio-link:hover:after, .staff-bio-link:focus:after {
      right: -17px;
      bottom: -8px; }

.staff-card.board {
  background: -webkit-linear-gradient(top, transparent 120px, #f7f6f4 120px);
  background: linear-gradient(to bottom, transparent 120px, #f7f6f4 120px); }
  .staff-card.board .staff-card__info {
    padding: 0 10px; }
  .staff-card.board .staff-bio-link {
    background: var(--orange);
    color: white; }
    .staff-card.board .staff-bio-link:before, .staff-card.board .staff-bio-link:after {
      color: var(--orange); }

.staff-panel__position {
  color: var(--orange); }

.conservation .staff-bio-link, .operations .staff-bio-link {
  background: var(--green); }
  .conservation .staff-bio-link:before, .conservation .staff-bio-link:after, .operations .staff-bio-link:before, .operations .staff-bio-link:after {
    color: var(--green); }

.conservation .button--staff-email, .operations .button--staff-email {
  background: var(--green); }

.conservation .staff-panel__position, .operations .staff-panel__position {
  color: var(--green); }

.executive-team .staff-bio-link, .development .staff-bio-link, .science .staff-bio-link {
  background: var(--blue); }
  .executive-team .staff-bio-link:before, .executive-team .staff-bio-link:after, .development .staff-bio-link:before, .development .staff-bio-link:after, .science .staff-bio-link:before, .science .staff-bio-link:after {
    color: var(--blue); }

.executive-team .button--staff-email, .development .button--staff-email, .science .button--staff-email {
  background: var(--blue); }

.executive-team .staff-panel__position, .development .staff-panel__position, .science .staff-panel__position {
  color: var(--blue); }

.staff-card .img-container--square {
  width: 180px;
  padding-top: 180px;
  margin: 0 auto;
  margin-top: 10px; }
  .staff-card .img-container--square img {
    border-radius: 1000px; }

.staff-panel {
  background: white;
  padding: 40px;
  overflow-x: scroll;
  width: 100%;
  height: 100vh;
  max-width: 700px;
  -webkit-box-shadow: 0 4px 28px rgba(123, 151, 158, 0.25);
          box-shadow: 0 4px 28px rgba(123, 151, 158, 0.25); }

.staff-panel__image {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto; }

.staff-panel__name {
  margin-bottom: 0; }

.button--staff {
  text-transform: uppercase;
  font-weight: bold; }

.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px; }

.filter-simple-button {
  background: var(--green);
  text-transform: uppercase; }

.filter-simple-button:nth-of-type(3n+2) {
  background: var(--blue); }

.filter-simple-button:nth-of-type(3n+3) {
  background: var(--orange); }

::-webkit-scrollbar {
  width: 20px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  -webkit-background-clip: content-box;
          background-clip: content-box; }

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf; }

.button--staff-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button--staff-email i {
    font-size: 36px;
    padding-right: 10px; }

.staff-panel__email {
  font-size: 12px;
  display: block;
  text-transform: lowercase;
  font-weight: normal; }

/*# sourceMappingURL=staff.css.map */
</pre></body></html>