  #grid {
  display: block;
  margin: auto;
  width: 100%;
  height: 100% !important;
  margin-top: 0;
}
@media (min-width: 600px) {
  #grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
  }
}
#grid .item-wrap {
  background: #fff;
  border: 2px solid #222;
}
#grid .item-wrap:not(.open) {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
#grid .item-wrap.closed {
  height: auto;
  min-height: 125px;
}
@media (max-width: 599px) {
  #grid .item-wrap {
    margin: 20px auto;
  }
}
#grid .item-wrap .info-wrap {
  display: none;
  padding: 10px 10px 20px 30px;
}
#grid .item-wrap .picture-item__title {
  font-size: 1.125rem;
  color: #aa1010;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  padding: 10px;
  font-weight: normal;
}
#grid .item-wrap .picture-item__title .fas {
  color: #222;
  margin-right: 5px;
}
#grid .item-wrap .picture-item__tags {
  background-color: #222;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #fff;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  font-size: 0.813rem;
}
#grid .item-wrap.open {
  border: 2px solid #aa1010;
}
#grid .item-wrap.open .info-wrap {
  display: block;
}
#grid .item-wrap.open .picture-item__tags {
  background-color: #aa1010;
}

.picture-item {
  transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out !important;
}
.picture-item.shuffle-item--visible {
  transition-delay: 0s !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.picture-item.shuffle-item--hidden {
  opacity: 0 !important;
  display: none !important;
}

.filter-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 599px) {
  .filter-options {
    display: block;
  }
}
.filter-options .btn--primary {
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.625rem;
  text-transform: none;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  padding: 1rem 0;
}
@media (max-width: 599px) {
  .filter-options .btn--primary {
    width: 100%;
  }
}
.filter-options .btn--primary.active {
  background: #aa1010;
}
.filter-options .btn--primary:not(.active) {
  background-color: #222;
}
.filter-options .btn--primary:hover {
  background-color: #aa1010;
}
.filter-options.filter-levels .checkbox {
  position: relative;
}
.filter-options.filter-levels .checkbox input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.filter-options.filter-levels .checkbox input[type=checkbox] {
  opacity: 0.011;
}
.filter-options.filter-levels .checkbox input[type=checkbox]:checked + label {
  background: #aa1010;
}
.filter-options.filter-levels .checkbox label {
  cursor: pointer;
  z-index: 90;
  width: 100%;
}

.filters-group {
  display: grid;
  grid-template-columns: 5% 1fr;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 40px 0 20px;
  border: 3px solid #222;
}
.filters-group .search-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.filters-group .search-icon .fa-search {
  color: #aa1010;
  font-size: 1.5rem;
}
.filters-group .search-input .filter-label {
  position: absolute;
  text-indent: -999999px;
}
.filters-group .search-input .js-shuffle-search {
  background: transparent;
  color: #222;
  width: 100%;
  font-size: 1.5rem;
  padding: 17px 32px;
  line-height: 1.5;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.filters-group .search-input .js-shuffle-search::-moz-placeholder {
  color: #aa1010;
  opacity: 1;
}
.filters-group .search-input .js-shuffle-search:-ms-input-placeholder {
  color: #aa1010;
  opacity: 1;
}
.filters-group .search-input .js-shuffle-search::placeholder {
  color: #aa1010;
  opacity: 1;
}

.grid-wrap {
  display: flex;
  grid-template-columns: 20% 1fr;
  margin-top: 40px;
  grid-gap: 20px;
}
@media (max-width: 599px) {
  .grid-wrap {
    display: block;
  }
}
.grid-wrap .filter-sidebar {
  flex: 25% 0;
}
.grid-wrap .filter-sidebar .sidebar-wrap {
  border: 2px solid #222;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .grid-wrap .filter-sidebar .sidebar-wrap {
    margin-bottom: 10px;
  }
}
.grid-wrap .filter-sidebar .sidebar-wrap .filter-head {
  background: #222;
  color: #fff;
  display: grid;
  grid-template-columns: 15% 1fr;
  cursor: pointer;
}
.grid-wrap .filter-sidebar .sidebar-wrap .filter-head .fas {
  font-size: 2rem;
  height: 100%;
  text-align: center;
  border-right: 2px solid #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.grid-wrap .filter-sidebar .sidebar-wrap .filter-head .filter-head-text {
  padding: 5px 0;
  text-align: left;
  padding-left: 20px;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
}
@media (max-width: 599px) {
  .grid-wrap .filter-sidebar .sidebar-wrap .filter-head .filter-head-text {
    font-size: 1.125rem;
  }
}
.grid-wrap .filter-sidebar .sidebar-wrap.open .filter-buttons {
  display: block;
}
.grid-wrap .filter-sidebar .sidebar-wrap .filter-buttons {
  padding: 20px 10px;
  display: none;
}
@media (max-width: 599px) {
  .grid-wrap .filter-sidebar .sidebar-wrap .filter-buttons {
    display: none;
  }
}
.grid-wrap .filter-sidebar .sidebar-wrap .filter-buttons .radio-input {
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  margin: 10px 0;
  font-size: 0.9375rem;
}
.grid-wrap .programs-wrap {
  flex: 1;
}

.bodyWrapper section.impact {
  margin-top: 0;
  max-height: 300px;
  min-height: auto;
}
.bodyWrapper section.impact .slide {
  max-height: 300px;
}
.bodyWrapper section.impact .slide .textOverlay {
  width: auto;
  bottom: 0;
  left: 15em;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  padding: 10px 40px;
}
@media (min-width: 900px) {
  .bodyWrapper section.impact .slide .textOverlay {
    background: #aa1010;
  }
}
.bodyWrapper section.impact .slide .textOverlay h1 {
  margin-bottom: 0;
}
.bodyWrapper section.impact .slide .gradientOverlay {
  display: none;
}

.show {
  display: block;
}/*# sourceMappingURL=styles.css.map */