<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@media (max-width:767px) {  }
@media (min-width:768px) {  }
*/

.newsitembox  {
    box-sizing:border-box;
}
@media (max-width:767px) {
    .newsitembox  {
        display:block;
        width:100%;
        padding:0 2px 18px 2px;
    }
}
@media (min-width:768px) {
    .newsitembox  {
        float:left;
        width:375px;
        padding:0 20px 25px 20px;
    }
}

/* -- Image for Newsfeed Items ------------------------- */
@media (max-width:767px) {
    img.newsfeedimg  {
        min-width:280px;
        max-width:324px;
        box-sizing:border-box;
        max-height:425px;
        margin:0 auto;
        display:block;
        padding:10px 0 18px 0;
    }
}
@media (min-width:768px) {
    img.newsfeedimg  {
        max-width:322px;
        max-height:425px;
        position:relative;
        margin:0 auto;
        display:block;
        padding:10px 0 18px 0;
    }
}


/* -- Main Newsfeed Box ------------------------------- */
a.newsitem1:link,a.newsitem1:visited {
    width:100%;
    max-width:324px;
    box-sizing:border-box;
    display:inline-block;
    border:1px solid #888;
    background-color:#fff;
    color:#444;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
    padding:12px 0 12px 0;
    -webkit-box-shadow:0 1px 3px 1px #ccc;
    -moz-box-shadow:0 1px 3px 1px #ccc;
    box-shadow:0 1px 3px 1px #ccc;
    text-align:left;
    text-decoration:none
}

a.newsitem1:hover {
    -webkit-box-shadow:0 0 5px 2px #bbb;
    -moz-box-shadow:0 0 5px 2px #bbb;
    box-shadow:0 0 5px 2px #bbb;
    text-decoration:none
}
@media (max-width:767px) {
    a.newsitem1  {

    }
}
@media (min-width:768px) {
    a.newsitem1  {

    }
}


.newsfeed-content-padding  {
    padding-left:12px;
    padding-right:12px;
}


a.newsitem1 .newsitem1title {
    font-family:'Lato',arial,sans-serif;
    font-size:21px;
    font-weight:700;
    color:#293352;
    margin-top:25px;
    margin-bottom:10px;
    display:block;
    line-height:26px;
    text-decoration:none
}

a.newsitem1 .newsitem1title:hover {
    text-decoration:none
}



a.newsitem1mobile .newsitem1title {
    font-family:'Lustria',arial;
    font-size:21px;
    font-weight:700;
    color:#293352;
    margin-top:25px;
    margin-bottom:10px;
    display:block;
    line-height:26px;
    text-decoration:none
}
a.newsitem1mobile .newsitem1title:hover {
    text-decoration:none
}



a.newsitem1 .newsitem1shortdesc {
    font-family:'Lato',arial;
    font-size:16px;
    line-height:24px;
    color:#444;
    margin-bottom:10px;
    display:block
}

a.newsitem1 .newsitem1readmore {
    font-style:italic;
    color:#06C;
    font-family:'Lustria'
}

.newsitem1date {
    font-family:'Lato',arial;
    color:#bbb;
    font-size:12px;
    font-weight:700
}

a.newsitem1:hover .newsitem1title {
    text-decoration:none
}

a.newsitem1:hover .newsitem1readmore {
    text-decoration:underline
}

a.newsitem1:hover {
    background-color:#fffff9
}</pre></body></html>