@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');
.changemakers section .container-wrap * {
  font-family: 'Barlow Condensed', sans-serif !important;
}
.changemakers .header-min-height {
  margin-top: 0;
}
.changemakers .container-wrap {
  background: #1a1a1a;
  padding: 100px 0;
}
.changemakers .region-content-left {
  width: 190px;
  float: left;
}
.changemakers .region-content-left img {
  width: 190px;
  height: 672px;
}
.changemakers .content-right-wrap {
  width: calc(100% - 190px);
  float: left;
}
.content-right-wrap .region-content, .content-right-wrap .region-content-right {
  float: left;
  width: 50%;
}
.changemakers .region-content-bottom {
  width: 100%;
  clear: left;
}
.content-right-wrap .region-content {
  padding-left: 30px;
  padding-right: 30px;
}
.content-right-wrap .region-content-right img {
  width: 100%;
}
.changemakers .content-right-wrap .field-item.even {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.changemakers .region-content-bottom {
  padding-left: 30px;
}
.changemakers .region-content-bottom .block-title {
  color: #ffffff;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  text-transform: unset;
}
.changemakers .region-content-left .block-title {
  display: none;
}
.region-content-bottom .block-title {
  margin-bottom: 30px;
}
.changemakers .view-changemakers .view-content {
  text-align: center;
}
.changemakers .view-changemakers .views-row-group .views-row {
  float: left;
  width: 182px;
  height: 273px;
  position: relative;
}
.changemakers .view-changemakers .views-row:hover .item-wrapper a {
  opacity: 1;
}
.changemakers .view-changemakers .profile-image {
  height: 100%;
}
.changemakers .view-changemakers .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.changemakers .view-changemakers .item-wrapper a {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.5s ease;
  text-align: left;
  padding: 15px;
  display: block;
}
.changemakers .view-changemakers .item-wrapper .title {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}
.changemakers .view-changemakers .item-wrapper .organisation, .changemakers .view-changemakers .item-wrapper .location {
  color: #000000;
  font-size: 26px;
  line-height: 28px;
  font-style: italic;
}
.changemakers .region-content-bottom {
  padding-top: 26px;
}
.draggable a.tabledrag-handle .handle{
  height:25px;
}
/***Responsive section***/

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  footer .footerB .full-container {
    overflow: hidden;
  }
  .changemakers #cif-topic-single-sec-four .full-container {
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  footer .footerB .full-container {
    overflow: hidden;
  }
  .content-right-wrap .region-content {
    padding-left: 15px;
    padding-right: 0;
    width: 100%;
  }
  .content-right-wrap .region-content-right {
    padding-left: 15px;
    width: 100%;
    height: auto;
  }
  .changemakers .region-content-bottom {
    padding-left: 15px;
  }
  .changemakers .view-changemakers .views-row-group .views-row {
    width: 33.33%;
    height: auto;
  }
  .changemakers .view-changemakers .views-row-group .views-row img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .changemakers .region-content-left {
    width: 100%;
    float: none;
  }
  .changemakers .region-content-left>.block {
    text-align: center;
  }
  .changemakers .content-right-wrap {
    width: 100%;
    float: none;
  }
  .content-right-wrap .region-content {
    padding: 0;
  }
  .content-right-wrap .region-content, .content-right-wrap .region-content-right {
    width: 100%;
    float: none;
  }
  .changemakers .region-content-bottom {
    padding-left: 0;
  }
  .changemakers .view-changemakers .views-row-group .views-row {
    width: 33.33%;
    height: auto;
  }
  .changemakers div.topThreeBox {
    width: 100%;
  }
  .changemakers div.topThreeBox a {
    margin: 0 50px;
    width: calc(100% - 100px);
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #636768;
  }
  .changemakers div.topThreeBox:last-child a {
    border-bottom: 0;
  }
  .changemakers #cif-topic-single-sec-four .full-container {
    overflow: hidden;
  }
  footer .footerB .full-container {
    overflow: hidden;
  }
  .changemakers .container-wrap {
    padding: 50px 0 20px;
  }
  .changemakers a.bounce-element h4 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .changemakers .content-right-wrap .field-item.even {
    font-size: 16px;
  }
}
/************************/