.knowledge-center-grid {

}

.knowledge-center-item {
    border-top: 1px solid #000;
    padding: 20px;
    background-color: #fff;
    position: relative;
    min-height: 325px;
    transition: all 0.25s linear;
}
.knowledge-center-item:hover {
    background-color: #AADB05;
}
.knowledge-center-item-empty {
    border-top: none;
    min-height: 0px;

}
.knowledge-center-item:first-child {
    border-top: none;
}

.knowledge-center-item h5 {
    display: inline-block;
    text-transform: uppercase;
}
.knowledge-center-item h5.knowledge-center-item-topic {
    font-weight: 100;
}
.knowledge-center-item h3 {
    font-family: "FK Grotesk", "Space Grotesk", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    height: 118px;
  
}

.knowledge-center-item.type_cta h1,
.knowledge-center-item.type_cta h1 a, 
.knowledge-center-item.type_cta h2,
.knowledge-center-item.type_cta h2 a  {
    font-family: "Grafier","Merriweather",serif;
    text-decoration: none;
}
.knowledge-center-item.type_cta h5 {
    display: none;
}
.knowledge-center-item a {
    color: #000;
    text-decoration: none;
}
.knowledge-center-item:hover a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}


.knowledge-center-item:hover .knowledge-center-item-image{
    background-image: url("");
}

.knowledge-center-item .knowledge-center-item-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.knowledge-center-item .knowledge-center-item-image img {
    display: block;
    margin: 0px auto;
    width: 100%;
    height: auto;
    
}

.knowledge-center-cta-button {
    position: absolute;
    left: 20px;
    bottom: 20px;
}


 .filters-select-container {

 }


.filters-select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #000;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6px;
    margin-bottom: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 2px center;
    background-repeat: no-repeat;
    background-size: 20px 10px;
    background-image: url('https://22005419.fs1.hubspotusercontent-na1.net/hubfs/22005419/select-arrow.svg');
  }
.pagination {
    text-align: center;
    margin-top: 40px;

}

.pagination a {
    font-weight: 300;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    letter-spacing: -0.01em;
    display: inline-block;
    color: #000;
    padding: 8px 20px 4px 20px;
    margin: 0px 5px;
}

.pagination a.page {
    border-bottom: 1px solid #000;
}
.pagination a.current {
    background-color: #AADB05;
    border-bottom: 4px solid #000;
}

.pagination a.nav {
    position: relative;
}
.pagination a.nav img {
    display: inline-block;
    width: 21px;
    height: auto;
    float: right;
    margin: 0px 0px 0px 5px; 
}
.pagination a.nav span {
    display: inline-block;
}


.pagination a.nav.prev img {
    transform: rotate(180deg);
    float: left;
    margin: 0px 5px 0px 0px; 
}


@media only screen and (min-width: 768px) {
    .knowledge-center-grid {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 1px;
        background-color: #000;
        max-width: 700px;
        margin: 0px auto;
    }
    .knowledge-center-item {
        border: none;
        min-height: 450px;
    }
    .knowledge-center-item h3 {
        height: 92px;
    }

    .filters-select-container {
        max-width: 700px;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        gap: 2%;
        margin: 0px auto 48px auto;
    }
    .filters-select {
        font-size: 12px;
    }
}


@media only screen and (min-width: 1024px) {
    .knowledge-center-grid {
        grid-template-columns: 33.3333333% 33.3333333% 33.3333333%;
        max-width: 900px;
    }

    .knowledge-center-item h3 {
        height: 118px;
    }

}


@media only screen and (min-width: 1200px) {
    .body-container-wrapper.body-container-82045382030 .row-fluid-wrapper.row-depth-1 {
        padding-left: 0px;
    }

    .knowledge-center-grid {
        max-width: 1180px;
    }
    .knowledge-center-item {
        border: none;
        min-height: 450px; /* or 360 px *?
    }


    .filters-select-container {
        max-width: 1020px;
    }    
    .filters-select {
        font-size: 18px;
    }
    

}

