/*CAFR Fixes*/

.section-footer .container .copy-wrapper.cafr-alignment{
    min-height: 255px;
}

@media only screen and (max-width: 1068px){
    .section-footer .column:first-of-type .chiclets.cafr-alignment{
        margin-top: 55px;
    }
}

@media only screen and (max-width: 734px){
    .section-footer .container .copy-wrapper.cafr-alignment{
        min-height: 0;
    }
    .section-footer .column:first-of-type .chiclets.cafr-alignment{
        margin-top: 52px;
    }
}

/* Asterisk superscript */

.section-hero .section-content .hero-features .hero-feature-copy .column:nth-child(3) sup {font-size: 17px; bottom: 0px;}