.kl-caption-slider-stronger{
  background: transparent;
}

.hashtag{
  color: white !important;
}
.quote{
    background-color: #ffc105;
    padding: 40px;
    margin-top: -80px;
    margin-bottom: 0;
    position: relative;
    z-index: 11;
}
.quote__text p{
    font-size: 1.1em;
}
.quote__link{
    margin-top: 2em;
    text-align: right;
}
.tweet_link {
    text-transform: uppercase;
    font-family: "BarlowExtraBold";
    font-size: 16px;
    letter-spacing: 3px;
    color: #212121;
    transition: all ease-in 0.3s;
    padding-left: 25px;
    background: url(../images/icons/icon-chevron-right.svg) no-repeat left;
}
.quote .tweet-link span{
    background: url(../images/article/read-more-white.png) no-repeat left;
}

.quote .tweet-link:hover{
    color: #e9e8e6;
    transition: all ease-in 0.3s;
}


#toDonate{
    padding: 0;
    margin-top: 100px;
}

.kl-cmt-list-stronger li:nth-child(1)::before{
  background: #31addd ;
  content: "1.";
  text-align-last: center;
  font-size: 58px;
  font-family: 'blackout_noonregular';
  padding-top: 5px;
}
.kl-cmt-list-stronger li:nth-child(2)::before{
  background: #c4550a;
  content: "2.";
  text-align-last: center;
  font-size: 58px;
  font-family: 'blackout_noonregular';
  padding-top: 1%;
}
.kl-cmt-list-stronger li:nth-child(3)::before{
  background: #28a745;
  content: "3.";
  text-align-last: center;
  font-size: 58px;
  font-family: 'blackout_noonregular';
  padding-top: 1%;
}
.kl-cmt-list-stronger li:nth-child(4)::before{
  background: #ffc105;
  content: "4.";
  text-align-last: center;
  font-size: 58px;
  font-family: 'blackout_noonregular';
  padding-top: 1%;
}
