<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --nav-background-color: #f8f9fa;
    --nav-text-color: black;
    --bs-primary: green;
    --hover-posts-color: black;
    --hover-posts-background: white;
    --large-article-height: 650px;
    --small-image-height: 100px;
}


#news_footer_smart {
    display: flex !important;
}

iframe {
    min-height: 350px;
}

.logo {
    width: auto !important;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

/* .bi-search {
    color: white;
} */

.link-primary {
    color: var(--main-color) !important;
}

a:hover {
    color: var(--main-color) !important;
}

a {
    text-decoration: none;
    text-transform: unset;
    color: inherit;
}

.text-main {
    color: var(--main-color);
}

.bi-search, .bi-list {
    cursor: pointer;
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
}

#search input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 2rem;
    width: 100%;
}

#search input:focus-visible {
    outline: none;
}

#search p {
    font-size: 1.2rem;
    margin-top: 10px;
    color: white;
    font-weight: 300;
}

#search.show {
    cursor: default;
    opacity: 1;
    pointer-events: all;
    transition: 0.3s all ease-in;
}

.subsection-title {
    margin: 0 !important;
}

.sticky-sidebar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

html, body {
    font-family: 'Poppins', 'Saira Semi Condensed', sans-serif;
}

h3 {
    font-size: 1.5rem;
}


nav {
    background-color: var(--nav-background-color);
}

nav .nav-link {
    font-size: 0.9rem;
    font-weight: normal;
    color: var(--nav-text-color);
    text-transform: uppercase;
    transition: 0.3s all ease-in;
}

nav li {
    padding: 0rem 0.1rem;
}

nav.navbar-main img {
    margin: 20px 0;
    height: 60px;
}

.nav-link:hover, .nav-link:active, .nav-link.active {
    color: var(--main-color);
}

.inner-nav {
    background-color: var(--nav-background-color);
    color: var(--nav-text-color) !important;
    border-top: 1px solid rgb(230, 230, 230);
}

.inner-nav .bi-list {
    font-size: 1.5rem;
}

a.shadow {
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s all ease-in;
}

a.shadow:hover {
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.19);
}

/*********************************/
/* Image article */
/*********************************/

.ia {
    /* padding: 5px; */
    border: 3px solid white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ia:hover&gt;.image-fluid {
    transform: scale(1.5);
}

.ia .info {
    position: absolute;
    padding: 0 20px;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    color: white;
}

.ia .info .category {
    background-color: var(--main-color);
    font-size: 0.9rem;
    border-radius: 3px;
    padding: 3px 6px;
    color: white;
}

.ia .info p {
    color: rgba(255, 255, 255, 0.6110819327731092);
    font-size: 0.9rem;
}

.ia .info h3 {
    margin-top: 0.5rem;
    font-size: 1rem !important;
    font-weight: bolder !important;
}

.ia .info a {
    color: inherit !important;
}

a&gt;img:hover {
    opacity: 0.5;
}

.ia:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    padding: 5px;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 29%, rgba(0, 0, 0, 0.6110819327731092) 89%);
    opacity: 1;
    pointer-events: none;
}

.ia:hover&gt;img {
    transform: scale(1.3)
}

.ia img {
    transition: transform 0.5s;
}

.image-article-large img {
    height: 100%;
    object-fit: cover;
    max-height: calc(var(--large-article-height) + 6px);
    width: 100%;
    transition: all ease-in 0.2s;
}

.image-article-large {
    height: 100%;
}

.image-article-large a {
    display: block;
    height: 100%;
}


.image-article-medium img {
    height: 35vh;
    object-fit: cover;
    max-height: calc(var(--large-article-height) / 2);
}

.image-article-medium-wide img {
    height: 35vh;
    object-fit: cover;
    max-height: calc(var(--large-article-height) / 2);
    width: 100%;
}

.image-article-small img {
    height: 50vh;
    object-fit: cover;
    max-height: calc(var(--large-article-height) / 2);
    width: 100%;
}



/*********************************/
/* BELOW HEADER */
/*********************************/

#below-header {
    margin-top: 2rem;
}


.image-holder {
    position: relative;
    height: 250px;
    /* max-height: 300px; */
    overflow: hidden;
    opacity: 1;
    transition: 0.3s all ease-in-out;
}


.topBannerPost .image-holder {
    height: 350px !important;
    aspect-ratio: 3/2.5;
    width: 100%;
}

.image-holder:hover {
    opacity: 0.9;
}

.image-holder img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-holder .category {
    position: absolute;
    bottom: 0;
    width: fit-content;
    font-size: 0.9rem;
    left: 0;
    background-color: var(--main-color);
    color: white;
    border-top-right-radius: 3px;
    padding: 3px 10px;
}


/*********************************/
/* FOOTER */
/*********************************/

footer .bg-darkgray {
    background-color: rgb(40, 40, 40);
}

footer .bg-black {
    background-color: #000;
}

footer h6 {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: white;
}

footer img {
    height: 75px;
    aspect-ratio: 4.05;
}

footer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

footer a {
    color: rgb(38, 109, 232);
    text-decoration: underline;
    font-size: 1rem;
}

.breadcrumbs a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
}

.category {
    background-color: var(--main-color);
    color: white;
    width: fit-content;
    display: block;
    padding: 3px 15px;
    font-size: 1.3rem;

}

.article-list article p {
    color: gray;
    max-height: 2.9rem;
    overflow: hidden;
    font-size: 0.9rem;
}

/* .article-list article .category {
    background-color: transparent;
    cursor: pointer;
    color: var(--main-color);
} */

.article-list img {
    width: 100%;
    object-fit: cover;
}

.paginationPages {
    padding: 5px;
    border: 1px solid lightgray;
}

/*********************************/
/* TEXT */
/*********************************/

.subsection-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.7rem;
    margin: 20px 0;
}

.text-md {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

footer span {
    display: block;
    color: rgb(100, 100, 100);
}

p {
    margin: 0;
    color: #2A2A2A;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-weight: 300;
}

.date {
    color: darkgray;
}

/*********************************/
/* SIDEBAR */
/*********************************/

.sidebar h4 {
    padding-bottom: 1rem;
    /* background-color: black; */
    /* color: white; */
    /* padding: 10px;
    font-size: 1.2rem; */
}

@media screen and (max-width: 768px) {
    .image-article-large {
        height: 320px;
    }

    .image-article-medium-wide {
        height: 160px;
    }

    .image-article-small {
        height: 160px;
        font-size: 1rem !important;
    }

    .image-article-small h3 {
        font-size: 1.15rem;
    }

    .ia .info {
        padding: 0;
    }
}



.hoverPosts {
    position: absolute;
    top: 105px;
    padding: 20px;
    color: var(--hover-posts-color);
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    /* height: 300px; */
    background-color: var(--hover-posts-background);
    opacity: 0;
    z-index: 99999999;
    pointer-events: none;
}

.hoverPosts * {
    pointer-events: none;
}

.hoverPosts .image-holder {
    height: 200px;
}

.hoverPosts.show {
    opacity: 1;
    transition: 0.3s all ease-in-out;
    pointer-events: unset;
}

.hoverPosts.show * {
    pointer-events: unset;
}

.nowBrowsingSpan {
    border-left: 2px solid var(--main-color);
    padding: 5px;
    font-size: 1.6rem;
}


/* THEME */
/* Light */
.light #navbarMain {
    background-color: var(--nav-background-color);
    color: var(--nav-text-color);
}

.light .inner-nav {
    background-color: white;
    color: black;
}

.light .inner-nav a {
    color: black;
}

.light .bi-search, .light .bi-list {
    color: black;
}

.light .navbar-expand-lg {
    background-color: white;
    color: black;
}

/* Dark */

.dark #logoHolder {
    background-color: black;
}

.dark #navbarMain {
    background-color: var(--nav-background-color);
    color: var(--nav-text-color);
}

.dark .inner-nav {
    background-color: rgb(30, 30, 30);
    border-top: 1px solid rgb(230, 230, 230);
}

.dark .inner-nav a {
    color: white;
}

.dark .bi-search, .dark .bi-list {
    color: white;
}

.dark .navbar-expand-lg {
    color: white;
    background-color: black;
}

/* .img-small .image-holder,.img-small img {
    height: 120px;
    width: 100%;
    object-fit: cover;
} */




/**************************
**************************
        CARD STYLES
**************************
***************************/


/* LARGE */
.inpage-article-large {
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .inpage-article-large {
        margin-top: 0;
    }
}

.inpage-article-large h5 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 10px 0;
}

.inpage-article-large .date {
    color: rgba(0, 0, 0, 0.5);
}

.inpage-article-large p {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    font-weight: 500;
}

/* LARGE END */

/* MEDIUM */
/* .inpage-article-medium .image-holder {
    height: 20vh;
    max-height: 300px;
} */
.articleTitle {
    height: 5.5rem;
    overflow: hidden;
}

.inpage-article-medium p {
    height: 7.5rem;
    overflow-y: hidden;
    color: grey;
}

/* MEDIUM END */

.inpage-article-image-left .image-holder {
    height: 75px;
}

/* SMALL */
.inpage-article-small .image-holder {
    margin-bottom: 10px;
    height: 75px;
}

.inpage-article-small img {
    height: 90px;
    width: 100%;
    object-fit: cover;
}

.inpage-article-small h5 {
    font-size: 0.9rem;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;

}

.inpage-article-small .date {
    font-size: 0.8rem;
}

/* SMALL END */

.image-left-medium .image-holder {
    height: 15vh;
}

.inpage-article-medium.small .image-holder {
    height: 100px;
}

.inpage-article-image-left-large img {
    height: 100%;
    object-fit: cover;
}


.inpage-article-image-left p {
    max-height: 2.7rem;
    overflow-y: hidden;
    line-height: 20px;
}

.inpage-article-image-left img {
    /* height: 50px; */
    object-fit: cover;
    width: 100%;
    object-fit: cover;
}

.inpage-article-image-left h5 {
    font-size: 1rem;
}

/* TABLETS */
@media screen and (max-width: 992px) {
    /* .inpage-article-image-left .col:nth-child(1),.inpage-article-image-left .col:nth-child(2){
        width: 100% !important;
    } */
    /* .inpage-article-image-left .image-holder{
        height: 120px !important; 
    } */

}

/* DESKTOP */
@media screen and (max-width: 768px) {
    .inpage-article-small .image-holder {
        height: 170px;
    }

    .inpage-article-small .image-holder img {
        height: 170px;
    }


    .inpage-article-small.insection .image-holder {
        height: 220px;
    }

    .inpage-article-small.insection img {
        height: 100%;
    }
}

.row .col {
    flex: 1 0 0%;
}

.inpage-article-image-left .col:nth-child(1) {
    width: 25%;
    flex: 0 0 auto;
}

.inpage-article-image-left .col:nth-child(2) {
    width: 74.666667%;
    flex: 0 0 auto;
}


.inpage-article-small .col:nth-child(1), .inpage-article-medium .col:nth-child(1) {
    width: 100%;
    flex: 0 0 auto;
}


/* .inpage-article-image-left .image-holder {
    height: unset;
} */
/* .inpage-article-image-left p, .image-left-large p{
    display:none
} */
.inpage-article-image-left p {
    display: none
}

.topBannerPost p {
    /* display: inline-block; */
    color: gray;
}

span {
    font-family: inherit !important;
    font-size: inherit !important;
}

/* MOBILE */
@media screen and (max-width: 768px) {
    h5 {
        font-size: 1.1rem !important;
    }

    .inpage-article-small .col:nth-child(1), .inpage-article-medium .col:nth-child(1), .image-left-large .col:nth-child(1), .inpage-article-large .col:nth-child(1) {
        width: 25%;
        flex: 0 0 auto;
    }

    .inpage-article-small .col:nth-child(2), .inpage-article-medium .col:nth-child(2), .image-left-large .col:nth-child(2), .inpage-article-large .col:nth-child(2) {
        width: 75%;
        flex: 0 0 auto;
    }

    /* .inpage-article-large .col:nth-child(1) {
        width: 100%;
        flex: 1 0 auto;
    } */

    .inpage-article-medium p {
        display: none
    }

    .topBannerPost p {
        display: inline-block;
        color: gray;
    }

    .topBannerPost .image-holder {
        height: 200px !important;
    }



    .inpage-article-image-left-lg img {
        /* height:150px; */
        width: 100%;
        object-fit: cover;
    }

    .inpage-article-small .category, .inpage-article-medium .category {
        display: none;
    }

    .topBannerPost .category {
        display: inline-block;
    }

    .inpage-article-small .image-holder, .inpage-article-medium .image-holder {
        height: 75px
    }

    .image-holder {
        height: 130px;
        margin-bottom: 5px;
    }

    .image-holder img {
        height: 100%;
    }

    .inpage-article-small .col:nth-child(1) {
        width: 33.333333%;
        flex: 0 0 auto;
    }

    .inpage-article-small .col:nth-child(2) {
        width: 66.66666667%;
        flex: 0 0 auto;
    }

    .inpage-article-image-left .image-holder, .inpage-article-small .image-holder, .image-left-large .image-holder, .inpage-article-large .image-holder {
        height: 75px;
    }

    .inpage-article-small .image-holder img {
        height: 100%;
    }

    .inpage-article-image-left p, .image-left-large p, .inpage-article-large p {
        display: none
    }

}

/* hide category span from image */
.no-category .image-holder span:first-of-type {
    display: none;
}</pre></body></html>