/*** BEGIN Typography Updates ***/
h1, .h1style {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}
h2, .h2style {
    font-size: 2rem;
    line-height: 2.375rem;
    margin-bottom: 1.3rem;
}
h3, .h3style {
    font-size: 1.5rem;
    line-height: 1.813rem;
}
h4, .h4style {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
h5, .h5style {
    font-size: 1rem;
    line-height: 1.188rem;
}
h6, .h6style {
    font-size: 0.813rem;
    line-height: 1.313rem;
    color: #9D9D9D;
    text-transform: uppercase;
}
/* Mobile - Please note: H3-h6 can be removed on live */
@media screen and (max-width: 767px) {
    h1.home,
    .main-banner h1,
    .slider-banner h1 {
        font-size: 2.375rem;
        line-height: 2.813rem;
    }
    h1, .h1style {
        font-size: 2rem;
        line-height: 2.375rem;
        text-transform: uppercase;
    }
    h2, .h2style {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
    .h5style-mobile {
        font-size: 1rem;
        line-height: 1.188rem;
    }
}
/*** END Typography Updates ***/