span.custom-h1 {
    font-weight: 700;
    font-size: 30px;
    color: #143782;
    margin: 20px 0px 20px 0px;
}

span.custom-h2 {
    font-weight: 700;
    font-size: 25px;
    color: #143782;
    margin: 20px 0px 20px 0px;
}

span.custom-h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #00033c;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
} 

span.custom-h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
}

span.custom-h5, span.custom-h6 {
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0px 20px 0px;
}

span.custom-lightblue {
    color: #0050B6;
}

span.custom-medblue {
    color: #143782;
}

span.custom-gold {
    color: #AC8239;
}

span.custom-montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

span.custom-merriweather {
    font-family: 'Merriweather', serif !important;
}

span.custom-30 {
    font-size: 30px !important;
}

span.custom-25 {
    font-size: 25px !important;
}

span.custom-bold {
    font-weight: 700;
}

span.custom-extrabold {
    font-weight: 800;
}
