
/*PATIENT STORIES*/
.patients h1,
.patients a:hover, .patients a:active,
.patients h2,
.patients h2.intro-para,
.patients blockquote,
.patients li:before,
.patients ul a:link, .patients ul a:visited { color: #eb5e55;}

.patients .box { background-color: #e95f54; color: #fff;}
.patients .box h2,
.patients .box ul a:link, .patients .box a:visited { color: #fff; }

ul.patients li:before {
    content: "\2022 ";
   font-weight:400;
    color: #e95f54;
}

a.btn.patients:link,  a.btn.patients:visited,
.patients a.btn:link, .patients a.btn:visited {
	color: #fff;
	background-color: #3a5a6c; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#4e7991, #3a5a6c); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#4e7991, #3a5a6c); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#4e7991, #3a5a6c); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#4e7991, #3a5a6c); /* Standard syntax */
}
	
a.btn.patients :hover,  a.btn.patients :active,
.patients a.btn:hover, .patients a.btn:active {
	color: #fff;
	background-color: #4e7991; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#3a5a6c, #4e7991); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#3a5a6c, #4e7991); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#3a5a6c, #4e7991); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#3a5a6c, #4e7991); /* Standard syntax */
}
.patient_stories .pageHeader h1,
.patient_stories .pageHeader p { color: #fff; }