/* CSS Document */

.webform-client-form input[type="submit"] {
    background: #990066 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-shadow: none;
}
.webform-client-form input[type="submit"]:hover {
    background: #f5e5ef none repeat scroll 0 0;
    color: #444444;
}

/*   ATTACHMENTS  */
.field-name-field-pressrelease-attachment .file span p,
.field-name-field-publication-attachment .file span p,
.field-name-field-news-story-attachment .file span p,
.field-name-field-pressrelease-attachment .file span p {
    display: none;
}
.field-name-field-pressrelease-attachment .file span,
.field-name-field-publication-attachment .file span,
.field-name-field-news-story-attachment .file span,
.field-name-field-job-attachment .file span {
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
}
.field-name-field-pressrelease-attachment .file,
.field-name-field-publication-attachment .file,
.field-name-field-news_story-attachment .file,
.field-name-field-job-attachment .file {
    display: block;
    margin-bottom: 20px;
}

/*  DATE  */
span.date-display-single {
    display: inline-block;
    font-size: 0.875em;
    margin-bottom: 10px;
}
p.date-display-single {
    font-size: 0.875em;
    margin-bottom: 10px;
}




/*   SOCIAL ICONS   */

#block-addthis-addthis-block {
    float: left;
    min-width: 180px;
}
#block-addthis-addthis-block h2 {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px 0 0;
    padding-top: 10px;
}
#block-views-share-page-share-tools .item-list li div {
    display: inline;
}
#block-addthis-addthis-block .addthis_toolbox a {
    background: rgba(0, 0, 0, 0) url("../img/social-icons.jpg") no-repeat scroll 0 0;
	width:24px;
	height:24px;
	margin: 5px 7px 5px 0;
    padding: 0;
}
#block-addthis-addthis-block .addthis_toolbox a span.ext{
    display:none;
}
#block-addthis-addthis-block a.addthis_button_twitter {
	background-position:0 0;	
}
#block-addthis-addthis-block a.addthis_button_facebook  {
	background-position:-35px 0;	
}
#block-addthis-addthis-block a.addthis_button_linkedin  {
	background-position:-70px 0;	
}
#block-addthis-addthis-block a.addthis_button_google_plusone_share {
	background-position:-107px 0;	
}


/*   CENTRE   */
#block-views-feature-box-centre p {
	/*margin-bottom:10px;*/
}


/*   GLOBAL   */
.views-field-body ul {
	padding:0;
}
.views-field-body ul li {
    background: rgba(0, 0, 0, 0) url("../img/menu-bullet.png") no-repeat scroll 0 0;
    display: block;
    padding: 0 0 0 15px;
}


/*   RHS   */
#region-sidebar-second .view-rhs-column .views-row h2,
#region-postscript-third .view-feature-box .views-row h3 {
	background-color: #fff1e5;
    color: #e95100;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0.5em;
}
.rhs-menu .menu.block h2.block-title {
	font-size:16px;
}
.rhs-menu .menu li {
    background: rgba(0, 0, 0, 0) url("../img/menu-bullet.png") no-repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 0;
}
/* region-sidebar-second display title empty */
#block-views-promo-cx-fixed .row-title.row-title-pink {
	background-color: #f5e5ef;
	margin-bottom: 5px;
}


/*  NEWS FLASH  */
.view-news-flash .views-row {
    border-bottom: 1px solid #d9d9d9;
    margin: 15px 0 10px;
    padding: 0 0 8px;
}
.view-news-flash .views-row-last {
    border: medium none;
}
.view-news-flash img {
    float: left;
    margin: 6px 15px 10px 0;
}
.flash-text {
    overflow: hidden;
}