body{
margin:0;
font-family:"Work Sans",sans-serif;
}
.HLLandingControl .heading h2, .HLLandingControl h2, .ContentItemHtml h2, .ContentItemMVC h2{
margin-bottom: 15px;
font-size: 20px;
font-weight: 500;
margin-top: 0;
line-height: 1.25;
padding: 5px 0;
padding-left: 20px;
}
.HLLandingControl .heading h2:after, .HLLandingControl h2:after, .ContentItemHtml h2:before, .ContentItemMVC h2:after{
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
width: 5px;
border-radius: 2px;
background: [SecondaryColor];
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
margin-bottom:.5rem;
font-family:inherit;
font-weight:500;
line-height:1.2;
color:inherit
}
h2, .h2 {
font-size: 28px;
}
h3 a {
color: [PrimaryColor];
}