﻿.article-info {
    font-size: 14px;
}

.bg-light#news-resources svg {
    position: absolute;
    left: -50%;
    margin-top: -20rem;
    z-index: 0;
}

#news-resources .card {
    background: transparent;
}

.article .article-body img {
    width: 100%;
    height: auto;
}

.article-body a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .article #pageBanner .img-banner {
        background-position-x: unset;
        background-position: center;
    }
}


/* CUSTOMIZE FILTERS
-------------------------------------------------- */
.clear-filters {
    display: flex;
    justify-content: end;
}

    .clear-filters a {
        color: #2b2b2b;
        text-decoration: none;
        text-transform: uppercase;
    }

        .clear-filters a:hover {
            color: #E1B637;
        }



@media (max-width: 767px) {
    .wrapp-bts-filter {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .wrapp-checkboxes-filter .checkbox {
        padding: 4px 7px;
    }

    select.custom-select-ab {
        width: 100%;
        margin: 2rem 0 1rem;
        border: 1px solid #e1b637;
        padding: 5px;
        border-radius: 5px;
    }
}

/* NEWS & RESOURCES
-------------------------------------------------- */
#news-resources {
    padding: 0 0 7rem;
}

    #news-resources img.card-img {
        border-radius: 20px;
    }

    #news-resources .card-body {
        padding: 0;
    }

    #news-resources h5.card-title {
        font-family: "Montserrat";
        font-size: 16px;
        font-weight: 400;
        margin: 1rem 0;
    }

    #news-resources .prod-category {
        display: flex;
        text-transform: uppercase;
        color: #2b2b2b;
        border-bottom: 1px solid #e6b64a;
        border-top: unset;
        padding: 0.5rem 0;
        margin-bottom: 1rem;
    }

        #news-resources .prod-category span {
            font-size: 14px;
            line-height: 18px;
            padding: 10px 0;
        }

@media (min-width: 768px) {
    #news-resources .col {
        padding: 0 1rem;
    }
}







/*# Ainslie */






body {
}




.pagination-button {
    background: none;
    border: none;
}

a.article-link, a.article-link:link {
    text-decoration: none;
    color: inherit;
}

.article-body img {
    max-width: 100%;
    max-height: 100%;
}

.subscribe-button {
    text-transform: uppercase;
    font-weight: 700;
    color: #E4E3DF;
    background-color: #2B2B2B !important;
    border-color: #2B2B2B;
    letter-spacing: 0.15rem;
    padding: 0.5rem;
    text-align: center;
}

    .subscribe-button:hover {
        color: white;
    }

input.search-bar {
    width: inherit;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.line-clamp4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ui-datepicker{
    z-index:1100 !important;
}

.input-group>.file-select {
    opacity: 0;
    position: absolute;
    width: 100%;
}

.edit-controls {
    position: absolute;
    width: 100px;
    text-align: center;
    background: white;
    border-radius: 0.25rem !important;
    top: 0;
    right: 0;
    transition: 0.3s;
    filter: alpha(opacity=40);
    opacity: 0.4;
    color: #222;
}

    .edit-controls a, .edit-controls a:link {
        text-decoration: none;
        color: black;
    }

.editor-icon-wrapper {
    padding: 0;
}

.editor-icon-wrapper img {
    height: 40px;
}

.list-icon-wrapper:hover .edit-controls {
    filter: alpha(opacity=100);
    opacity: 1;
}

.card-img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
