body {
  overflow-x: hidden;
}

#resourcesLoop .mix {  display: none;}

#filterBtn {
    display: flex;
    gap: 0;
    align-items: center;
    flex-grow: 1;
    background: #008bcc;
}

#filterBtn a {
    color: #fff;
    border-radius: 0;
    font-size: 17px;
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    background: #008bcc;
    flex-grow: 1;
    text-transform: capitalize;
}
#filterBtn a.active {    background-color: #1D4D6B;    color: #fff !important;}

#resourcesLoop div#rLc {display: flex;gap: 20px;flex-wrap: wrap;min-height: auto !important;}

#pagination a.jp-current {
    color: #000;
}

#resourcesLoop .resources {box-shadow: 1px 1px 8px #00000029;border-radius: 5px;width: 32.1%;flex: 0 0 32.1%;}

#resourcesLoop .c-img {position: relative;height: 200px;background-size: cover;background-repeat: no-repeat;background-position: center;}

#resourcesLoop .c-img .cat {
    position: absolute;
    background-color: #444;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    top: 0;
    left: 0;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    font-weight: 600;
}

#resourcesLoop .c-img .cat.case-studies {background-color: #1D4D6B;}
#resourcesLoop .c-img .cat.checklists {background-color: #FFC000;}
#resourcesLoop .c-img .cat.program-assessments {background-color: #FF6F61;}
#resourcesLoop .c-img .cat.reports {background-color: #289FA5;}
#resourcesLoop .c-img .cat.webinars {background-color: #4FBDD3;}
#resourcesLoop .c-img .cat.white-papers {background-color: #008BCC;}



#resourcesLoop .c-content {padding: 15px 23px 18px;}

#resourcesLoop h3.c-title {
    font-size: 13.5pt;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1D4D6B;
    font-family: 'Poppins', sans-serif;
}

#resourcesLoop p.c-address {
    font-family: 'Poppins';
    color: #000;
    font-size: 12pt;
    margin-bottom: 25px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#resourcesLoop .c-book a {
    background: #008bcc;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
}

/* case studies */
#mainContent {
    height: 225px;
    overflow: hidden;
}

.postid-9187 #mainContent,
.postid-9181 #mainContent,
.postid-9174 #mainContent,
.postid-9168 #mainContent,
.postid-8774 #mainContent,
.postid-9211 #mainContent,
.postid-9205 #mainContent {
    height: 125px;
}

#readCaseBtn {
  font-family: "Poppins", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var( --e-global-color-4871229 );
    border-radius: 6px 6px 6px 6px;
    padding: 15px 80px 15px 80px;
    display: inline-block;
}
#readCaseBtn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 227px;
    left: 0;
    background: linear-gradient(0deg, white 2%, transparent);
    top: 0;
    transform: translateY(-100%);
}

a#formCloseBtn {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: -15px;
    top: -15px;
}
#formSec {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow-y: scroll;display: none;
}


.resouces-title h1 {
    font-size: 24pt !important;
}
.slick-slide {
    transition: transform 0.5s ease-out;
}
.slick-slide:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease-out;
}

@media only screen and (max-width:767px) {
  #filterBtn {
    gap: 3px;
    flex-wrap: wrap;
    background: transparent;
  }
  #filterBtn a {
    text-align: center;
    flex: none;
    font-size: 15px;
    padding: 10px 13px;
}
  #resourcesLoop .resources {
    width: 100%;
    flex: 0 0 100%;
  }
  #mainContent {
      height: 225px;
      overflow: hidden;
  }
  #mainContent h1 {
    font-size: 19px;
  }
  #readCaseBtn {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 60px 15px 60px;
  }
  #colForm > div{
    padding: 30px 25px;
  }
  #popTitle > div {

    padding: 0;
  }
  #popTitle h2{
    font-size: 18px;
  }
  .resouces-title h1 {
    font-size: 19pt !important;
    line-height: 26pt !important;
  }
}

#pagination a {
    text-transform: capitalize;
    cursor: pointer;
}

div#pagination {
    gap: 17px;
}
