/*Summary*/
.view-initiatives-listing.view-display-id-block_2 .view-header:after {
  content: "";
  display: block;
  height: 20px;
}
.init-listing-title {
  font: 900 28px/35px 'DINPro-Bold',sans-serif,arial;
  color: #2267cd;
  text-align: center;
  margin-bottom: 12px;
}
.view-initiatives-listing .explore-title {
  margin-top: 50px;
}
.view-initiatives-listing .init-listing-desc {
  text-align: center;
}
/*Initiative blocks*/
.page-initiatives .initiative {
  margin-left: 0;
}
.page-initiatives .intiative-description {
  width: 55%;
}
.view-initiatives-listing .intiative-description p {
  line-height: 24px;
}
.view-initiatives-listing .initiative-head a {
  color: #000;
  padding-bottom: 5px;
}
/*Bottom background*/
.view-initiatives-listing .view-footer {
  position: relative;
}
.init-bottom-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 400px;
}
.init-bottom-bg:after {
  content: "";
  background-image: linear-gradient(180deg, #fff 0%, transparent 80%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/*Pager*/
.view-initiatives-listing .item-list .pager-show-more {
  display: table;
  margin: 0 auto;
}
.view-initiatives-listing .item-list .pager-show-more li {
  display: table-cell;
}
.view-initiatives-listing .item-list .pager-show-more li a {
  color: #fff;
  background-color: #20aee6;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  border-radius: 27px;
  padding: 12px;
  width: 184px;
}
.view-initiatives-listing .item-list .pager-show-more li a:hover {
  background-color: #3ac0f5;
}
#section-content .view-initiatives-listing .view-content:after {
  content: "";
  display: block;
  height: 200px;
}
