/* @override http://parkside-c.createclients.co.uk/system-files/website/templates/styles/structure/ourHospitalsFooter.css */
 @charset "utf-8";
/* CSS Document */
 .ourHospitals {
     border-bottom:1px solid #b7c6d6;
}
 .ourHospitals .title {
     height:58px;
     background:#596880;
     font-size:28px;
     line-height:58px;
     color:#FFF;
     text-indent:20px;
     position:relative;
     padding:0;
}
 .ourHospitals .title:after {
     content:"";
     width:83px;
     height:71px;
     background:url("/wp-content/themes/aspen/images/award.png") 0px 0px no-repeat;
     position:absolute;
     top:-6px;
     right:20px;
     z-index:30;
}
 .ourHospitals.noAward .title:after {
     display:none;
}
 .ourHospitals .content {
     padding:10px;
     height:83px;
     line-height:63px;
     background:#ffffff;
     margin-bottom:20px;
}
 .ourHospitals .content .assistance {
     background:#fce2dc;
     height:63px;
     line-height:63px;
     text-align:center;
     font-size:20px;
     color:#f26c4f;
}
 .ourHospitals .content .assistance span {
     font-size:26px;
     line-height: 56px;
     z display: block;
     float: left;
     color:#f26c4f;
     padding: 7px 0 0 7px ;
}
 .ourHospitals .content .assistance p {
     display: block;
     float: left;
     font-size:18px;
     line-height: 56px;
     float: left;
     color:#f26c4f;
     padding: 7px 0 0 7px ;
     margin: 0px;
}
 .ourHospitals .content .assistance a {
     display: block;
     float: none;
}
 @media (min-width: 768px) {
     .ourHospitals .content .assistance a {
         display: inline-block;
    }
	.ourHospitals .content .assistance a.phonelink:hover {
		text-decoration: none;
	}
}
 @media (min-width: 992px) {
}
 @media (min-width: 1170px) {
}

@media (max-width: 767px) {
	.ourHospitals .content .assistance a.phonelink {
		width: 100%;
		text-decoration: none;
	}
	.ourHospitals .content .assistance a.phonelink:hover {
		text-decoration: none;
	}
}