.block_qoute_holder .standard_text{
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-right: 5rem;
    background-image: url( '/site/assets/img/quote_bg_black.png' );
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0 10px;
    padding-left: 30px;
}

.block_bg_red .block_qoute_holder .standard_text{
    color: white !important;
}

.block_bg_red .block_qoute_holder .standard_text{
    background-image: url( '/site/assets/img/quote_bg_white.png' );
}

.block_simpletext_holder .standard_text hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #cc071e;
    margin: 2em 0;
    padding: 0;
    width: 40%;
}

.block_standard_outer_holder.block_bg_red h1.standard_headline, .block_standard_outer_holder.block_bg_red .standard_text{
    color: white !important;
}

nav .nav-wrapper{
    height: auto !important;
}