/* colors */
/* fonts */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}

.warning {
  color: red;
  border-color: #c80000 !important;
}

/* mixins */
/* flexbox specs */
.block h1, .block h2, .block h3, .block h4, .block h5 {
  text-align: left;
}

.rich-text-block > p {
  padding-bottom: 1em;
}

.page-community-donors {
  border: 5px solid salmon;
}
.page-community-donors h3 {
  text-align: center;
  margin: 25px 0;
}
.page-community-donors h4 {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}
.page-community-donors .rich-text-block {
  text-align: center;
}
.page-community-donors .partners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 160px;
  justify-items: center;
  align-items: center;
}
.page-community-donors .partners .partner.orphan {
  grid-column: 2;
}
.page-community-donors .partners .partner-name {
  font-size: x-large;
}

.page-board-and-staff .board-members {
  margin-bottom: 25px;
}
.page-board-and-staff .board-members .member {
  display: flex;
  align-items: center;
}
.page-board-and-staff .board-members .member a {
  text-decoration: underline;
}
.page-board-and-staff .board-members .member figure {
  margin: 5px 10px;
}
.page-board-and-staff .board-members .member figure img {
  width: 150px;
}

.page-awards {
  /*grid-column: 1/ span 6;*/
}
.page-awards section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /*height: 50vh;*/
}
.page-awards section .award-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*padding-bottom: 1rem;*/
  height: 20vw;
  width: 20vw;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
.page-awards section .award-block .block-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.25em 0;
  width: 100%;
  transition: background-color 0.15s ease-in-out;
}
.page-awards section .award-block .block-footer:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.page-awards section .award-block .block-footer h4 {
  color: white;
  font-family: source-sans-pro, sans-serif;
  border-bottom: 0.25em solid #c62026;
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 1rem 0;
}
.page-awards section .award-block .block-footer h5 {
  margin: 0;
  text-align: center;
  color: white;
}

@media all and (max-width: 400px) {
  #content {
    margin-top: 215px;
    padding: 0;
  }

  #content-head {
    display: block;
  }
  #content-head h1 {
    margin-left: 4%;
    color: #0c0c03;
  }
  #content-head .sub-nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
  }
  #content-head .sub-nav li {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #56524d;
  }
  #content-head .sub-nav li a {
    display: block;
    padding: 10px 0;
  }
  #content-head .sub-nav li:not(:last-child) {
    margin: 0;
  }
}
.dcli-vid-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.dcli-vid-block {
  width: 560px;
  border: 1px solid #CCC;
  background-color: #fff;
  padding: 2em;
  margin: 2em;
}

.dcli-vid-block iframe {
  width: 560px;
  height: 315px;
}

.dcli-people-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.dcli-people-block {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-top: 1em;
}

.dcli-people-block img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  align-self: center;
}

@media all and (max-width: 600px) {
  .page-awards {
    grid-column: 1/span 6;
  }
  .page-awards section {
    display: grid;
    grid-template-columns: 1fr;
    /*height: 50vh;*/
  }
  .page-awards section .award-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vw;
    width: 80vw;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
  }
  .page-awards section .award-block .block-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1.25em 0;
    width: 100%;
    transition: background-color 0.15s ease-in-out;
  }
  .page-awards section .award-block .block-footer:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .page-awards section .award-block .block-footer h4 {
    color: white;
    font-family: source-sans-pro, sans-serif;
    border-bottom: 0.25em solid #c62026;
    font-size: 1.5em;
    text-align: center;
  }
  .page-awards section .award-block .block-footer h5 {
    margin: 0;
    text-align: center;
    color: white;
  }

  /*.dcli-vid-grid{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%;}*/
  .dcli-vid-block {
    width: 70vw;
    height: 110vw;
    border: 1px solid #CCC;
    background-color: #fff;
    padding: 2em;
    margin: 2em;
  }

  .dcli-vid-block iframe {
    width: 100%;
    height: 56%;
  }

  .dcli-people-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #FFF;
  }

  .dcli-people-block {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 1em;
  }

  .dcli-people-block img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    align-self: center;
  }
}

/*# sourceMappingURL=pages.css.map */
