span.custom-font-bolder, .font-bolder {
    font-weight: bolder;
}

span.custom-extra-large {
    font-size: 48px;
}

span.custom-large-blue {
    color: #2b498c;
    font-size: 22px;
    font-weight: 600;
}

span.custom-blue {
    color: #2b498c;
}

span.custom-green {
    color: #61ce70;
}

span.custom-lightblue {
    color: #5982d8;
}

span.custom-large-text {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    margin: 20px 0px 50px 0px;
}

span.custom-medium-text {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    margin: 20px 0px 50px 0px;
}

span.custom-small-text {
    font-size: 14px;
}

span.custom-small-70percentopacity {
    font-size: 16px;
    opacity: 70%;
}

span.custom-small-heading {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    font-family: "proxima-nova", sans-serif;
}

img.custom-center-block {
    display: block;
    margin: 0 auto;
}