/**
 * Global
 */
.u-red {
    color: #880000;
}

/**
 * 2/4/21 Help text
 */
.hasNoLeftOrRightCols .custom-help-block {
    margin: -5px 0 15px !important;
}
@media only screen and (min-width: 992px) {
    .hasNoLeftOrRightCols .custom-help-block {
        left: calc(30% - 15px);
    }
}