﻿
.product-features-block-wrapper {
    text-align: left;
}

    .product-features-block-wrapper #hero-title {
        color: #004567; /*TaxSlayerPro Navy*/
    }

    .product-features-block-wrapper #hero-title-callout {
        color: #0077B3;
    }

    .product-features-block-wrapper #hero-desc {
        color: #333740; /*TaxSlayerPro Midnight Train*/
        font-size: 14px;
        line-height: 20px;
    }

    .product-features-block-wrapper #hero-feature-list {
        margin-top: 46.85px !important; /*I hate it but to override tsprocustom.min.css*/
    }

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .product-features-block-wrapper #hero-feature-list {
        display: flex;
        flex-wrap: wrap;
    }

    .product-features-block-wrapper #hero-feature-list li {
        width: 50%;
    }
}

.product-features-block-wrapper #hero-feature-list li {
    color: #333740; /*TaxSlayerPro Midnight Train*/
    font-size: 16px;
    margin: 10px 0;
    list-style: none; /*prevents flashing of disc list-style before background image loads*/
}

    .product-features-block-wrapper #hero-feature-list li .checklist-item-title {
        color: #004567; /*TaxSlayerPro Navy*/
        font-size: 20px;
        font-weight: 500;
        display: inline-flex; /*needed for psuedo checkmark below*/
    }

        .product-features-block-wrapper #hero-feature-list li .checklist-item-title:before {
            content: '';
            display: inline-block;
            height: 30.94px;
            width: 32.31px;
            background-image: url(/cmscontent/svgs/green-list-check.svg);
            background-size: cover;
            margin-right: 19.85px;
        }

    .product-features-block-wrapper #hero-feature-list li .checklist-item-desc {
        padding-left: 49.85px;
    }

.product-features-block-wrapper ul.checklist li .checklist-item-icon {
    height: 30px;
    width: 30px;
}

/* desktop view */
@media (min-width: 1024px) {
}

/* tablet view */
@media (min-width: 768px) and (max-width: 1023px) {
}

/* mobile view */
@media (max-width: 767px) {
    .product-features-block-wrapper #hero-feature-list li .checklist-item-title {
        font-size: 16px;
    }

    .product-features-block-wrapper ul.checklist li .checklist-item-icon {
        height: 20px;
        width: 20px;
    }
}
