/* Field Labels - mainly for the Date field */
body.node-type-news article.node-news div.content span.field-label {
    float: left;
    margin-right: 7px;
}
body.node-type-news article.node-news div.content div.field-news-date {
    margin-bottom: 15px;
}

/* Generic Title Area Background Image - unless overridden */
.page-title-full-width-container:after {
    background-color: silver !important;
    background-image: url(/sites/default/files/logos-ecfs/ecfs-logo-680_2_0.png) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

/* Generic PDF icon for pdf file links */
a[href$=".pdf"] {
	padding: 5px 20px 5px 0;
	background: transparent url(/sites/default/files/images/icon_pdf.gif) no-repeat center right;
}
body.page-node-7762 a[href$=".pdf"] {
	padding: 0px 0px 0px 0px;
	background: none;
}

/* Generic PDF icon for pdf file links */
a.btn[href$=".pdf"]
{
    padding: 10px 49px 10px 24px;
    background-position-x: 92%;
}

div.field-content span.file a[href$=".pdf"] {
	padding: inherit;
	background: inherit;
}