.query-content .query-row:not(:last-child),
#wpsp-5116 article.wp-show-posts-single:not(:last-child) {
  border-bottom: solid 2px #eee;
  margin-bottom: 5%;
  padding-bottom: 3%;
}

#wpsp-5116 article.wp-show-posts-single:last-child {
  border-bottom: none;
  margin-bottom: 0%;
  padding-bottom: 5%;
}

article.resources>#jp-relatedposts {
  display: none !important;
}

/* home page
------------------------------------------------------------ */

body.home header.entry-header {
  display: none;
}

body.home .site-inner {
  padding-top: 0px;
}

#homepage-hero {
  margin: 0 0 40px 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%),
        url('/wp-content/uploads/2013/07/slide1-2-scaled.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: calc(100vh - 305px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.hero1-wrap {
  align-self: flex-end;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.hero1-inner {
  position: relative;
  max-width: 800px;
  padding: 3em;
}

.hero1-inner h1 {
  color: white;
  font-size: 30px;
  font-weight: 500;
}

.hero1-inner ul li {
  display: inline-block;
}

h4.wp-show-posts-entry-title a {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

#wpsp-3170 .wp-show-posts-single:not(:last-child) {
  border-bottom: solid 2px #eee;
  margin-bottom: 5%;
  padding-bottom: 5%;
}

#wpsp-5078 .wp-show-posts-single,
#wpsp-5080 .wp-show-posts-single,
#wpsp-5112 .wp-show-posts-single {
  border-bottom: solid 2px #eee;
  margin-bottom: 5%;
  padding-bottom: 3%;
}

#wpsp-5076 .wp-show-posts-single {
  margin-bottom: 0%;
  padding-bottom: 5%;
}

/* font-awesome home page */

article.type-chw_voices h4.wp-show-posts-entry-title a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}

article.type-chw_voices.category-voices-videos h4.wp-show-posts-entry-title a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03d";
}

article.type-chw_voices.category-voices-blogs h4.wp-show-posts-entry-title a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f304";
}

article.type-chw_voices.category-voices-photo-essays h4.wp-show-posts-entry-title a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f030";
}

article.type-chw_voices.category-voices-podcasts h4.wp-show-posts-entry-title a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f130";
}

/* global
------------------------------------------------------------ */

.wp-custom-logo .title-area img {
  width: 330px;
  height: auto;
}

.button.donate {
  background-color: #98CA3E;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  color: #222222 !important;
  letter-spacing: 5px;
  font-size: 20px;
}

.button.donate:hover {
  background-color: #FF8C00 !important;
}

.archive-title {
  font-size: 36px;
}

body.blog .entry-title {
  font-size: 30px;
}

.big-leader {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6))) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .6)) !important;
  z-index: inherit !important;
  margin-top: -1px;
}

#genesis-sidebar-primary .widget-wrap,
.after-entry {
  background-color: #eee;
}

.after-entry {
  padding: 20px;
}

#genesis-sidebar-primary .widget-wrap .textwidget {
  padding: 0 20px 20px;
}

#media_gallery-2 .widget-wrap {
  background-color: #fff;
}

.mc-field-group {
  margin-bottom: 15px;
}

/* Content Boxes
------------------------------------------------------------ */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow,
.nf-response-msg {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px;
}

.content-box-blue {
  background-color: #d8ecf7;
  border: 1px solid #afcde3;
}

.content-box-gray {
  background-color: #e2e2e2;
  border: 1px solid #bdbdbd;
}

.content-box-green,
.nf-response-msg {
  background-color: #BDD492;
  border: 1px solid #8DBA3A;
}

.content-box-purple {
  background-color: #e2e2f9;
  border: 1px solid #bebde9;
}

.content-box-red {
  background-color: #f9dbdb;
  border: 1px solid #e9b3b3;
}

.content-box-yellow {
  background-color: #fef5c4;
  border: 1px solid #fadf98;
}

/* responsive **********************************************************************/

@media (max-width:768px) {
  #homepage-hero {
    min-height: calc(100vh - 405px);
  }

  .button.donate {
    font-size: 15px;
    padding: 10px 20px;
  }

  .hero1-inner {
    padding: 1em;
  }

  .hero1-inner h1 {
    font-size: 24px;
  }
}

@media (max-width:500px) {
  #homepage-hero {
    min-height: calc(100vh - 305px);
  }

  .hero1-inner .button {
    font-size: 12px;
  }
}