
/** Element styling **/
h1.is-style-decorated:after, div.is-style-decorated:after {
    background-size: 1em auto !important;
    height: 1em !important;
    width: 1em !important;
    margin-top: 1.2em !important;
}
h1.is-style-decorated:after, div.is-style-decorated:after {
    background: url(./../images/heading-style-icon.png) 0 0 no-repeat;
    display: block;
    content: "";
    height: 18px;
    width: 42px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top: 40px;
}
.is-style-lead {
    font-size: 28px;
    line-height: 28px;
    font-family: Allan, Arial, Tahoma;
    font-weight: 600 !important;
    color: #e42520 !important;
    margin-bottom: 0px !important;
    padding-bottom:0px;
}

h3.is-style-chapter,
h4.is-style-chapter,
h5.is-style-chapter {
    font-size: 36px;
    line-height: 36px;
    font-family: Allan, Arial, Tahoma;
    font-weight: bold;
    color: #e42520 !important;
    margin-bottom: 0px !important;
    padding-bottom: 38px;
}
