#videoModal {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
}

#videoModal .video-box {
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 50vw;
}

#videoModal .video-box .closeBtn-wrap {
  text-align: right;
}

#videoModal .video-box .closeBtn-wrap #modalClose {
  color: #fff;
}

#videoModal .video-box .video-wrap {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

#videoModal .video-box .video-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-landing {
  height: 55vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.separator-wrap {
  height: auto;
  width: 100%;
}

.separator-wrap .separator {
  border-radius: 20px;
  height: .45vh;
  width: 5vh;
}

.separator-wrap .separator-content {
  letter-spacing: .25vw;
  text-align: center;
}

.splide .splide__slide .slide-logo {
  width: 50vh;
}

.splide .splide__slide h1 {
  font-size: 7vh;
}

.splide .splide__slide p {
  font-size: 2.2vh;
}

@media (max-width: 992px) {
  .splide {
    height: 100%;
  }
  .splide .splide__slide {
    height: 50vh !important;
  }
  .splide .splide__slide h1 {
    font-size: 5vh;
  }
  .splide .splide__slide p {
    display: none;
  }
}

#opp {
  height: auto;
  width: 100%;
}

#opp a {
  display: block;
  font-size: 5vh;
}

#goals .cards {
  margin-top: 15vh;
}

#goals .cards .col-lg-4 .card-icon {
  border-radius: 50%;
  height: 20vh;
  margin-top: -10vh;
  width: 20vh;
}

#goals .cards .col-lg-4 .card-body h2 {
  font-family: 'Gotham-Light' !important;
}

#goals .cards .col-lg-4:first-child .card-icon {
  background: url("../img/spencer-copes-square.png") center/cover no-repeat;
}

#goals .cards .col-lg-4:nth-child(2) .card-icon {
  background: url("../img/algae-lab-square.jpg") center/cover no-repeat;
}

#goals .cards .col-lg-4:last-child .card-icon {
  background: url("../img/fishpond-wall-square.jpg") center/cover no-repeat;
}

@media (max-width: 992px) {
  #highlights .highlights-wrap .splide__track .splide__list .splide__slide {
    width: 100% !important;
  }
}

#donationBox {
  background: #ced9e0;
  border: .25vh solid #007298;
  border-radius: 20px;
  height: 100%;
  overflow-y: scroll;
}

#searchbarPanel {
  height: auto;
  width: 100%;
}

#searchbarPanel .input-group {
  -webkit-box-shadow: 0.1vh 0.1vh 0.5vh rgba(0, 0, 0, 0.25);
          box-shadow: 0.1vh 0.1vh 0.5vh rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
}

#searchbarPanel .input-group .searchbar {
  font-size: 2.5vh;
  padding: 1vh;
  width: 100%;
}

#searchbarPanel .input-group .search-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#leads p,
#leads a,
#staff p,
#staff a {
  font-size: 2vh;
}

#contact .hpu-card p {
  font-size: 2vh;
}

#contact .hpu-card p a {
  font-size: 2vh;
}

#contact .hpu-card .director-hs .panel img {
  border-radius: 50%;
  width: 150px;
}

footer li {
  line-height: .5 !important;
  margin-left: 0 !important;
}

footer li a {
  font-size: 16px;
}

@media (max-width: 992px) {
  .separator-wrap .separator {
    display: none;
  }
  .separator-wrap .separator-content {
    letter-spacing: normal;
  }
  .flickity-wrap {
    height: 65vh;
  }
  .flickity-wrap .flickity-button {
    display: none !important;
  }
  .flickity-wrap .flickity-caption-rtl {
    padding: 0 2rem !important;
  }
  .flickity-wrap .flickity-caption-rtl img {
    width: 35vh !important;
  }
  .flickity-wrap .flickity-caption-rtl h1 {
    font-size: 10vw;
  }
  .flickity-wrap .flickity-caption-rtl p {
    display: none;
  }
  .flickity-wrap .flickity-caption-rtl p.flick1-tagline {
    display: block;
    letter-spacing: 0 !important;
  }
  .hpu-navbar .navbar-wrap .navbar-toggle .navbar-logo img {
    width: auto !important;
  }
  #opp h3 {
    text-align: center;
  }
  #opp a {
    padding-top: 1.5vh;
  }
  #goals .cards {
    margin-top: 0;
  }
  #goals .cards .col-lg-4 {
    margin-top: 12vh;
  }
  #highlights .flickity-wrap .flickity-item {
    width: 100%;
  }
}

.article-wrap .img-wrap img {
  display: block;
  width: 100%;
}

.article-wrap .img-wrap p {
  font-size: 1.5vh;
}

.article-wrap .img-wrap p em {
  font-style: italic;
}

.article-wrap p em {
  font-style: italic;
}
/*# sourceMappingURL=core.css.map */