/* Blog Article */

.blog-post-listing__article {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.4rem;
    padding: 20px 0px 0;
    width: 32%;
  border-bottom: 5px solid #44AFEC;
}
h3.blog-post-listing__title {
    height: 70px;
}
.blog-image {
    position: relative;
}
.blog-image .topics {
    position: absolute;
    bottom: 10%;
    background: #0c2955;
    left: -10px;
    color: #fff;
    padding: 8px 20px;
}
.blog-post-listing__listing {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  padding-top:60px;
}

.blog-post-listing__image {
 overflow: hidden;
    height: 315px;
    width: 100%;
}

.blog-post-listing__image img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
  border-radius: 7px;
}
a.blog-link {
     margin-top: 55px;
    display: block;
    text-transform: uppercase;
    color: #44AFEC;
    font-weight: bold !important;
    text-align: right;
   
}
/* .botoom-left-blog a:hover {
    opacity: 0.6;
} */
.date-wrap {
 position: absolute;
    top: 20px;
    right: 20px;
    background-color: #5CC9DC;
    padding: 14px 10px;
    border-radius: 6px;
    max-width: 72px;
    text-align: left;
    font: normal normal bold 16px/22px Barlow;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
}

.customThreecol  a.dateLink{
text-decoration:none;
     text-align: left;
    font: normal normal bold 16px/22px Barlow;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
}


@media (max-width: 767px) {
  .blog-post-listing__image, .blog-post-listing__article {
    width: 100%;
  }
  
}

.blog-post-listing__content {
    padding: 30px 15px 20px;
}
@media (max-width: 767px) {
  .blog-post-listing__content {
    padding: 1.4rem 0 0;
  }
  .blog-post-listing__listing {
    flex-direction: column;
  }
}

.blog-post-listing__blog-name {
    margin: 0;
    text-transform: uppercase;
      color: #A52F7D;
}



/*********************************/

.customThreecol{padding:150px 0}
  .text-center{text-align:center;}
.title-wrapper{margin-bottom:30px;}
.customThreecol  .blog-post-listing__article{

    opacity: 1;
    border-bottom: none;
  padding-top:0;
  position:relative;
  margin-right:2.4%;
}
.customThreecol .blog-post-listing__article:last-of-type {
    margin-right: 0;
}
.blog-image .topics {
    position: relative;
    background-color: transparent;
    left: 0;
    padding-top: 32px;
    padding-bottom: 0px;
}

.customThreecol .blog-post-listing__content {
    padding: 30px 23px 30px;background: #FFFFFF ;
    box-shadow: 0px 13px 26px #00000012;
    border-radius: 8px;
   
    margin-top: -57px;
    position: relative;
  
    margin: 0 22px;
    margin-top: -120px;
    min-height: 255px;
  display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.customThreecol .container{
max-width:1300px;
}
.bootom-blog {
    padding-top: 38px;
}
.blog-top-left h3 {
    text-align: left;
    letter-spacing: 0px;
    color: #504F54;
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
  font-family:Barlow;
}
.customThreecol a.blog-link {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
/*     height: 40px; */
    /* max-width: 250px; */
    margin: 1rem auto;
    text-transform: uppercase;
    align-items: center;
    padding: 0;
    background:  linear-gradient(90deg, #D25835, #D25835, #E39739, #02adf0, #9dc1fc, #E39739, #ffaa0d, #D25835);
    background-size: 400%;
    white-space: nowrap;
    font-family: 'Gotham Book';
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1px;
    justify-content: center;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 190ms ease-in-out;
      margin-bottom: 0;
  padding:15px 20px;
}
.customThreecol a.blog-link:hover{
animation: animate 10s linear infinite;
    color: #FFF;
}

.customThreecol a.blog-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background:  linear-gradient(90deg, #D25835, #D25835, #E39739, #02adf0, #9dc1fc, #E39739, #ffaa0d, #D25835);
    background-size: 400%;
    opacity: 0;
    transition: .5s;
}

.customThreecol a.blog-link:hover:before {
    filter: blur(25px);
    opacity: .8;
    animation: animate 10s linear infinite;
}
span.icon3 {
    position: relative;
    top: 7px;
}

.customThreecol .blog-post-listing__content p {
    margin-bottom: 15px;
}
.customThreecol h3.blog-post-listing__title{
height:auto;
      letter-spacing: 0px;
    color: #504F54;
    font-weight: 700;
    font-size: 22px;
  line-height:1.18;
  font-family:Barlow;
      transition: 0.5s all ease-in-out;
}
.customThreecol .blog-bottom-right a {
    background: #E16A4F;
    border-radius: 6px;
    padding: 20px;
    display: inline-block;
    margin-top: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 18px;
    font-family: 'Palanquin';
   line-height: normal;
    text-decoration: none;
  min-width: 177px;
    padding: 11px 20px;
}
.customThreecol .blog-bottom-right a:hover {
 background: #5BB8A5;
}
.customThreecol span.textwarp {
    display:flex;
  align-items:center;
  justify-content:center;
}
.bottom-right-blog a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: roboto;
    font: normal normal normal 14px/29px Roboto;
}
.botoom-left-blog a {
    text-decoration: none;
    font: normal normal normal 16px/28px Palanquin;
    letter-spacing: 0px;
    color: #E16A4F;
}
.botoom-left-blog a {
    text-decoration: none;
    font: normal normal normal 16px/28px Palanquin;
    letter-spacing: 0px;
    color: #E16A4F;
}

a.topic-link {
    text-align: left;
    font: normal normal normal 14px/29px Roboto;
    letter-spacing: 0px;
    
    border-radius: 29px;
    padding: 10px 20px;
}
a.topic-link.nonprofit-leadership {
    color: #5BB8A5;
    background: #66CEA91A 0% 0% no-repeat padding-box;
    border-radius: 29px;
}

a.topic-link.virtual-fundraising {
    color: #695AA0;
    background: #695AA01A 0% 0% no-repeat padding-box;
    border-radius: 29px;
}

a.topic-link.stratuslive-ignite {
    color: #EAB649;
    background: #EAB6491F 0% 0% no-repeat padding-box;
    border-radius: 29px;
}

.bottom-right-blog a:hover {
    
}
 .bootom-blog  span.text {
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.customThreecol  a.headingLink:hover {
    opacity: 1;
}


.customThreecol  a.dateLink:hover{
opacity:0.6;
}
.customThreecol a.headingLink {
    text-decoration: none;

}
.customThreecol  a.headingLink:hover h3 {
    color: #e16a4f;
}
.customThreecol a:hover .icon {
webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    
}

.customThreecol span.icon {
    transition: 0.5s all ease-in-out;
}
@media(max-width:1440px){
  .customThreecol .blog-post-listing__content{
  margin-left:15px;
    margin-right:15px;
        min-height: 192px;
  }
}
@media(max-width:1280px){
 
  .customThreecol .blog-post-listing__content{padding:20px;}
.blog-post-listing__article {
    width: 48%;
  margin-top:20px;
}
  .blog-post-listing__listing{flex-wrap:wrap;}
  .customThreecol{padding:80px 0}
  .blog-top-left h3{font-size:30px;}
  .customThreecol h3.blog-post-listing__title{font-size:19px;}
  a.topic-link{font-size:12px;}
  .blog-post-listing__listing {
  padding-bottom:40px;
  }
  .customThreecol .blog-post-listing__article:nth-child(2n) {
    margin-right: 0;
}
}
@media(max-width:991px){
  .customThreecol .blog-post-listing__content{
margin-left: 12px;
    margin-right: 12px;
  }
  .customThreecol .blog-post-listing__content {
    padding:20px 15px;
}
}
@media(max-width:767px){
.blog-post-listing__article {
    width: 100%;
  
}
      .customThreecol h3.blog-post-listing__title{font-size:16px;}  
  .blog-post-listing__listing,.blog-top-wrapper,.bootom-blog{flex-direction:column;}
.customThreecol{padding:60px 0}
   .blog-top-left h3{font-size:25px;}
  .customThreecol .blog-bottom-right a{padding:10px;font-size:14px;}
  .customThreecol .blog-post-listing__content{margin:0 20px;margin-top:-50px;}
  .customThreecol .blog-post-listing__content{
  padding:20px;
    text-align:center;
  }
  .bootom-blog span.text-wrap{justify-content: center;margin-bottom:20px;}
  .blog-post-listing__listing {
  padding-bottom:20px;
  }
 .customThreecol .blog-post-listing__article {
    margin-right: 0;
}
}
.customThreecol span.text-wrap{
justify-content:center;
}