/*
Custom Styles for Text Editor
*/

.block-title {
    display: block;
    color: #E2231A;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sub-title {
    font-size: 16px;
    letter-spacing: 2px;
    color: #737373;
    margin-top: 0;
    margin-bottom: 15px;
}

.largeText {
    font-size: 28px;
    display: inline-block;
    line-height: 38px;
    padding-bottom: 20px;
}

.largeText-Bold {
    font-size: 28px;
    display: inline-block;
    line-height: 38px;
    padding-bottom: 20px;
    font-weight: bold;
}

.hero-text {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.heading-underlined:after {
    display: block;
    content: '';
    height: 3px;
    width: 50px;
    background-color: #e2231a;
    margin: 30px 0;
}

.feature-text {
    color:#e2231a;
}