.tools-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 1rem 3rem 1rem;
}


.tool-filter-input {
    width: auto;
}


.tools-nav-header {
    font-size: 1.125rem;
    line-height: 1.6;
    font-family: 'ZohoPuviSemBd', sans-serif;
}

.tools-nav-item {
    font-size: .9375rem;
    line-height: 2;
    padding: .5rem;
    transition: all 25ms ease-in-out;
}

.tools-nav-link {
    color: #333;
}

.tools-nav-item.active {
    background-color: #dae9c2;
}

.tools-nav-item.active>.tools-nav-link {
    color: #000;
}


.card-group-title {
    font-size: 1.25rem;
}

.card {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #BDBDBD;
}

.card-shadow {
    transition: all 250ms ease-in-out;
}

.card-link {
    display: block;
}

.card-body {
    padding: 1rem;
}

.card-link:hover>.card-shadow {
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .05), 0 4px 8px 3px rgba(60, 64, 67, .15);

}

.tool-card-header {
    font-size: 1rem;
    line-height: 1.2;
}

.tool-card-text {
    font-size: .8125rem;
    line-height: 1.4;
    color: #616161;
}

.card-link:hover .tool-card-text {
    color: #000;

}

.mb-four-and-half {
    margin-bottom: 1.875rem
}


.hidden {
    display: none;
}


@media (min-width: 320px) {
    .tool-filter-input {
        width: 300px !important;
    }
}

.ribbon {
    position: absolute;
    right: -11px;
    top: 12px;
    width: 80px;
    height: 20px;
    background-color: #83b632;
}

@media(min-width:576px) and (max-width:650px) {
    .ribbon {
        top: auto;
        bottom: 0px;
    }
}

@media(min-width:998px) and (max-width:1199px) {
    .ribbon {
        top: auto;
        bottom: 0px;
    }
}

.ribbon-right::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -10px;
    border-left: 5px solid #5f8622;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #5f8622;
}

.ribbon-right::after {
    content: '';
    position: absolute;
    left: 0px;
    border-left: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

}