﻿.share-buttons-holder{
    
}

.news-content{
    margin-top:20px;
}

.sftitle{
    padding:0 !important;
    margin:0 !important;
    font-weight:700 !important;
    color:#545454 !important;
}

.sfnewsContent{
    line-height:normal !important;
}

.sfnewsContent ul{
   margin:0 0 0 20px;
}



.sf-social-share{
    margin-top:10px;
}

.sfTagsList{
    padding-bottom:15px;
    margin-left:5px !important;
}

.sfTagsList li{
    display:inline-block;
    margin-left:-3px;
}

.sfTagsList li:first-child{
    
}

.sfTagsList li a::after{
    content: ",\00a0";
}

.sfTagsList li:last-child a::after{
    content: "";
}

#tags{
    display:none;
}

.tagsLabel{
    font-size:18px;
    display:block;
    width:100%;
    margin-bottom:-4px;
}

#tags p{
    
    float:left;
    margin-right:5px;

}

.sfnewsDetails{
    padding-bottom:0px !important;

}


.sfdownloadFileWrp{
    margin-bottom:15px !important;
}



.sfnewsDetails .relatedPages .sfrelatedItmTitle, .sfnewsDetails .relatedEvents .sfrelatedItmTitle, .sfnewsDetails .relatedDocs .sfrelatedItmTitle{

    font-size:18px;
}

.sfnewsDetails .relatedDocs a::before{
    font-family:FontAwesome;
    content: "\f0f6 \00a0";
}

.sfnewsDetails .relatedPages a::before{
    font-family:FontAwesome;
    content: "\f129 \00a0";
}

.sfnewsDetails .relatedEvents a::before{
    font-family:FontAwesome;
    content: "\f133 \00a0";
}

.eventMap{
    max-width:500px !important;
}

.map{
    max-height:320px;
}

#tags ul, .relatedPages ul, .relatedEvents ul, .relatedFiles ul{
    margin-left:0px;
}

.relatedPages li, .relatedEvents li{
    margin-bottom:2px !important;
}


.sfeventTitle{
    margin-top:20px !important;
}

.sfeventDatesLocationContacts{
    padding-top:15px !important;
}

/*images*/
.sfMultiRelatedItmsWrp{

    display:block;
}

.sfMultiRelatedItmsWrp ul{
    margin:0;
    padding:0;
    margin-bottom:20px !important;
}


.sfMultiRelatedItmsWrp .sfrelatedList li{
    display:inline-block;
    margin-right:10px;
}


.sfMultiRelatedItmsWrp .sfrelatedList li img{
    height:200px;
    width:auto !important;
}

.sfnewsList{
    margin-left:0px !important;
}

.sfeventContent.sfcontent ul{
    margin-bottom:18px !important;
}


/*media queries*/
@media (max-width: 500px) {

    .sfMultiRelatedItmsWrp .sfrelatedList li img{
        height:auto;
        width:100% !important;
    }

    .sfMultiRelatedItmsWrp .sfrelatedList li{
        margin-bottom:3px !important;
        margin-right:0px;
        display:block;
    }

}

/*print*/
@media print {
    .navlayout .col1{
        display:none !important;
    }

}


