h1, .h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}
    h1 span {
        color: #c51618;
    }

h2, .h2 {
    font-size: 20px;
    color: #c51618;
    margin-top: 10px;
    margin-bottom: 20px;
}

h3, .h3 {
    font-size: 18px;
    color: #c51618;
    margin-top: 10px;
    margin-bottom: 20px;
}

h4, .h4 {
    font-size: 16px;
    font-weight: bold;
}

h5, .h5 {
    font-size: 15px;
    font-weight: bold;
}

h6, .h6 {
    font-size: 14px;
    font-weight: bold;
}

a { color: #c51618; }

a:hover,
a:focus,
a:active {
    outline: none;
    color: #ac1315;
    text-decoration: underline;
}

p { margin: 0 0 20px; }

em {
    font-weight: bold;
    color: #c51618;
    font-style: normal;
}

hr { border-top: 1px solid rgba(0, 0, 0, .15); }

.heading-underline {
    /*border-bottom: 1px solid #adadad;*/
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-bottom: 5px;
    margin-bottom: 20px;
}