﻿
/* Common */
.sf_pagerNumeric a {
    padding-right: 1em;
}

div.SocialShare {
    margin-top: 1em;
}

ul.sf-Tags {
    margin-top: 1em;
}


/*News posts (list) on media releases page*/

.listNews ul {
    list-style: none;
    padding-left: 0;
}

.listNews li {
    margin-bottom: 2em;
}

.listNews a {
    color: rgba(0, 49, 80, 1);
    text-decoration: none;
    font-weight: 900;
}
/* Media Releases */
.sfnewsContent.sfcontent {
    margin-top: 1em;
}

.sfnewsContent p {
    margin-bottom: 1em;
}

.sfnewsContent.sfcontent ul {
    list-style: disc;
    padding-left: 3em;
    margin-bottom: 1em;
}

.sfnewsContent.sfcontent li {
    margin-bottom: 1em;
}

/* single media releases*/
.singleNews ul {
    list-style: none;
    padding-left: 0;
}

.singleNews .sfnewsMetaInfo {
    text-align: left;
}

.singleNews .sfnewsSummary {
    text-align: left;
    margin-top: 1em;
}


/* media release page archive tags*/
.sfContentBlockTags {
    padding-top: 1.5em;
}

/* (Blogs) */
div.sfpostSummary.sfsummary {
    margin-top: 1em;
}

.listBlog ul {
    list-style: none;
    padding-right: 1em;
}

/* Blog Post - Full */

div.sfpostContent {
    color: rgba(0, 49, 80, 1);
}

    div.sfpostContent p {
        padding-bottom: 1em;
    }


.listBlog tr.sfpostListItem.sflistitem{
    vertical-align: top;
    margin-bottom: 2.4em;
    display: block;
}

a.sfpostFullStory.sffullstory {
    margin-top: 1em;
    display: block;
}
/*Single blog post on home page */

.singleBlog ul {
    list-style: none;
    text-align: center;
    color: rgba(0, 49, 80, 1);
}

.singleBlog h2,
.singleBlog a {
    color: rgba(0, 49, 80, 1);
    font-weight: 900;
    text-decoration: none;

}

.singleBlog img {
    max-width: 100%;
    max-height: 218px;
}

.singleBlog .sfmetainfo {
    color: rgba(0, 49, 80, 1);
    text-align: center;
    font-weight: 900;
}

.singleBlog .sfpostSummary {
    color: rgba(0, 49, 80, 1);
    text-align: center;
}

/* Blog comments */

/* Comments Form */

div.sfcommentsFormWithAvatarWrp {
    padding-top: 2em;
    width: 50%;
}

div.sfcommentsFormWrp table {
    height: 1em;
    border: 0;
}

div.sfcommentsFormWrp fieldset.sfcommentsForm ol {
    list-style: none;
}


/* Comments List */

div.sfcommentsListWrp {
    padding-top: 2em;
}

ol.sfcommentsList {
    list-style: none;
}

li.sfcommentDetails {
    background-color: aliceblue;
    padding-top: 0.33em;
}

    li.sfcommentDetails img {
        width: 50px;
    }

    li.sfcommentDetails * {
        vertical-align: middle;
        padding-left: 0.33em;
    }

    li.sfcommentDetails div.sfcommentText {
        padding: 1em;
    }


  /*comment count number display at the top of the full blog story page*/
a.sfcommentsCounterWrp.sfcommentsShort {
    margin-left: 2em;
}

/*Comment box button styles*/
.sfcommentsSubmitBtn {
    font-family: inherit;
    background-color: #dbf1f4;
    font-size: 1.33em;
}

/*Blog post auther and date styling*/
.sfpostAuthorAndDate {
    padding-right: 1em;
    padding-bottom: 1em;
}


@media (max-width:760px)/*, (min-device-width: 768px) and (max-device-width: 1024px)*/
{
     .listBlog td {
        display: block;
    }

    .listBlog td:nth-child(2) {
        margin-top: 1em;
    }
}

/* Styling for sharing buttons on Media Releases*/
.social-share-news a {
    margin-right: 10px;
}

.social-share-news {
    margin-bottom: 30px;
    margin-top: 30px;
}
