How Do I Sign Up for a MyChart Account?
/* Text Highlight t1 */
p.text-highlight.t1 {
padding: 1.429em 0;
font-size: 1.167em;
color: #cc0033;
font-weight: 600;
position: relative;
line-height: 1.429em;
font-family: 'Montserrat', sans-serif;
margin-left: 2em;
}
p.text-highlight.t1.small{
font-size:.9em;
}
p.text-highlight.t1:before {
content: '';
position: absolute;
left: -2em;
top: 0;
height: 100%;
width: 100%;
background-image: linear-gradient(to right,#F3F2ED,#D7ECFA);
z-index: -1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}