<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.newsHeadline {
    font-size: 40px;
    color: #262626;
    font-weight: bold;

}
.newsHeadline A {
    text-decoration: none;
}
.newsPropertyHeadline {
    font-family: 'Times New Roman';
    font-weight: bold;
    margin-top: 15px;
}

.newsPropertyValue {
    font-family: 'Times New Roman';
}

.newsItemColumnWrapper {

    margin-top: 10px;
    overflow: auto;
    /*min-height: 180px;*/
}

.newsItemColumnRight {
    /*margin-left: 150px;*/

    overflow: auto;
}

.newsItemReadMore {
    text-decoration: none;
}

.newsItemReadMore SPAN {
    margin-left: 3px;
    vertical-align: middle;
}

.newsItemReadMore IMG {
    vertical-align: middle;
}

.noNews {
    font-size: 40px;
    color: #262626;
    font-weight: bold;
}

.articleHeadline {
    font-size: 40px;
    color: #262626;
    font-weight: bold;
}

.articleInfoHeader {
    /*font-family: 'Times New Roman';*/
    font-size: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.articleSocialShareToolbar {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.articleHeaderImage {
    
    height: 250px;
    
    background-position-x:center;
    background-position-y: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    width: 100%;
}

.articleImageGalleryWrapper {
    overflow: auto;
    margin-top: 15px;
}

.articleImageGalleryImage {
    
    width: 100%;
}


@media screen and (max-width: 900px) {


    .newsHeadline {
        font-size: 28px;
    }

    .articleHeaderImage {
	    height: 150px;
    }


    #passwordImage {
        display: none;
    }
}
</pre></body></html>