.service-pages.layout-1 .service-item:hover .service-title, .service-pages.layout-2 .service-item:hover .service-title, .service-pages.layout-4 .service-item:hover .service-title, .service-pages.layout-5 .service-item:hover .service-title {
    border-bottom: 1px solid #ffffff!important;
}

div#sqsl_products li:before {
    display: none!important;
}
@media only screen and (min-width: 1024px) {
    .genesis-nav-menu {
        text-align: center;
    }
    
    .nav-primary .genesis-nav-menu a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.glossary-section a[href="#top"],
.glossary-letter a[href="#top"]
{
    display: none;
}

.coupon-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.coupon-card{
    background:#fff;
    border:1px dashed #222;
    padding:35px 25px 18px;
    text-align:center;
    display:flex;
    flex-direction:column;
    height:100%;
}

.coupon-header{
    display:grid;
    grid-template-columns:190px 1fr;
    align-items:center;
    margin-bottom:18px;
}

.coupon-logo{
    text-align:left;
}

.coupon-logo img{
    width:180px;
    max-width:100%;
    display:block;
}

.coupon-phone{
    text-align:center;
}

.coupon-phone a{
    font-size:14px;
    color:#e6a03d;
    text-decoration:underline;
    font-weight:400;
}

.coupon-discount{
    display:block;
    color:#c30000;
    font-size:27px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:12px;
}

.coupon-content h2{
    margin:0 0 12px;
    font-size:25px;
    font-weight:400;
    line-height:1.3;
    color:#222;
}

.coupon-description{
    font-size:16px;
    line-height:1.5;
    color:#222;
    margin-bottom:18px;
}

.coupon-address{
    font-size:9px;
    line-height:1.4;
    color:#666;
}

.coupon-terms{
    font-size:9px;
    line-height:1.4;
    color:#666;
    margin-bottom:10px;
}

.coupon-expiration{
    font-size:15px;
    color:#222;
    margin-bottom:12px;
}

.coupon-print{
    font-size:13px;
    color:#e6a03d;
    text-decoration:underline;
}

.coupon-print:hover{
    text-decoration:none;
}

@media(max-width:991px){

    .coupon-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:767px){

    .coupon-card{
        padding:25px 20px;
    }

    .coupon-header{
        grid-template-columns:1fr;
        gap:15px;
    }

    .coupon-logo{
        text-align:center;
    }

    .coupon-logo img{
        margin:auto;
    }

}