﻿@media screen and (min-width: 1200px) {
    .statemargin {
        margin-top: 20px !important;
    }

    .stateInclmargin {
        margin-bottom: 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-chooser-wrapper .product-choice h3 {
        font-size: 24px !important;
    }

    .product-chooser-wrapper .product-choice p {
        font-size: 14px !important;
    }

    .product-chooser-expanded-wrapper, .product-chooser-wrapper {
        flex-flow: row nowrap;
        margin: 0;
    }

    .chooser-premium-style.card-footer {
        margin-top: 43px !important;
    }

    .product-chooser-wrapper .product-choice #chooser-premium-price {
        margin-top: 43px !important;
    }

    .product-chooser-wrapper .best-value span.header-additional-text {
        padding-left: 10px !important;
    }

    .product-chooser-wrapper .product-choice #chooser-free-price {
        margin-top: 20px !important;
    }

    .chooser-free-style.card-footer {
        margin-top: 24px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-chooser-expanded-wrapper .product-choice p, .product-chooser-wrapper .product-choice p {
        width: 100%;
        padding-right: 95px;
    }
}

@media screen and (max-width: 768px) {
    #product-chooser .product-choice h3 {
        margin-bottom: 1.5rem;
    }

    .product-chooser-expanded-wrapper .product-choice, .product-chooser-wrapper .product-choice {
        padding: 1.688em 1.0em 1.938em !important;
    }

        .product-chooser-wrapper .product-choice p {
            font-size: 16px !important;
        }
}

#product-chooser .card-title p {
    margin-bottom: 1rem !important;
}

.arrow {
    border: solid black;
    border-width: 0 1.5px 1.5px 0px;
    display: inline-block;
    padding: 4px;
    margin-bottom: 5px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.product-chooser-wrapper .product-choice h3 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0px;
    text-align: left;
    line-height: 37.5px;
}

.product-chooser-wrapper .product-choice p {
    font-size: 16px;
}

.product-chooser-wrapper .product-choice h3 a {
    color: #333740;
}

    .product-chooser-wrapper .product-choice h3 a:hover {
        text-decoration: underline 1.5px solid;
    }

.product-chooser-wrapper .product-choice span.header-additional-text {
    padding-left: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1198px) {
    .product-chooser-wrapper .product-choice h3 {
        font-size: 24px !important;
    }

    .product-chooser-wrapper .product-choice p {
        font-size: 14px !important;
    }

    .product-chooser-expanded-wrapper, .product-chooser-wrapper {
        flex-flow: row nowrap;
        margin: 0;
    }

    .chooser-premium-style.card-footer {
        margin-top: 43px !important;
    }

    .product-chooser-wrapper .product-choice #chooser-premium-price {
        margin-top: 20px !important;
    }

    .product-chooser-wrapper .best-value span.header-additional-text {
        padding-left: 10px !important;
    }

    .product-chooser-wrapper .product-choice #chooser-free-price {
        margin-top: 5px !important;
    }

    .chooser-free-style.card-footer {
        margin-top: 24px !important;
    }

    .chooser-classic-style.card-footer, .chooser-selfemployed-style.card-footer {
        margin-top: 23px !important;
    }
}
