#benefits-hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../images/benefits/benefits-hero.jpg");        
}
.bh-inner{
    height: 429px;
    color: #fff;
}
.bh-inner h1{
    font-size: 3.125em;
    margin:  0 0 12px;
}
.bh-inner p{
    font-size: 1.75em;
    line-height: 0.89285714;
    margin-bottom: 17px;
}
.bh-inner .button{
    color: #fff;
    padding: 11px 25px 10px;
    font-size: 0.875em;
    line-height: 1;
    margin-top: 30px;
}
#benefits-sign-in{
    padding: 27px 0 30px;
    color: #fff;
    border-width: 3px;
}
#benefits-sign-in p{
    font-size: 1.125em;
    line-height: 1.333;
}
#benefits-sign-in a{
    color: #fff;
    font-size: 0.875em;
}
.benefits #breadcrumb{
    background-color: var(--light-gray);
}
.benefits .bc-inner{
    padding-top: 15px;
}
#benefits-steps{
    padding: 40px 0 45px;
}
#benefits-steps h2{
    font-size: 2.25em;
    margin: 0 0 8px;
}
#benefits-steps p{
    font-size: 1.75em;
    line-height: 1.21428571;
    max-width: 610px;
}
.bs-steps{
    padding-top: 48px;
}
#benefits-steps .bs-step{
    padding: 0 15px;
    margin-bottom: 45px;
}
#benefits-steps .bs-step p{
    font-size: 1.125em;
    line-height: 1.333;
}
#benefits-steps .bs-step p.bold{
    font-size: 1.375em;
    line-height: 1.27272727;
    margin: 15px 0 0;
}
#benefits-steps .button{
    color: #fff;
    padding: 11px 25px 10px;
    font-size: 0.875em;
    line-height: 1;
}
#benefits-steps .bs-disclaimer{
    padding-top: 31px;
}
#benefits-steps .bs-disclaimer p{
    font-size: 0.6875em;
    line-height: 1.27272727;
    max-width: 580px;
}
#benefits-list{
    padding-top: 100px;
}
#benefits-list h3{
    font-size: 2.5em;
    line-height: 1.05;
    margin: 0 auto 57px;
    max-width: 380px;
}
.bl-item{
    flex-basis: 50%;
    /*max-height: 620px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.bl-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.bl-item.bl-item-1{
    background-image: url("../../images/benefits/offers.jpg");    
}
.bl-item.bl-item-2{
    background-image: url("../../images/benefits/protection.jpg");    
}
.bl-item.bl-item-3{
    background-image: url("../../images/benefits/medical.jpg");    
}
.bl-item.bl-item-4{
    background-image: url("../../images/benefits/savings.jpg");    
}
.bl-inner{
    height: 100%;
    width: 100%;
    padding: 30px;
    transition: all .3s;
}
.bl-inner.bl-default{
    background-color: rgba(0,0,0,0.67);
}
.bl-inner.bl-hover{
    background-color: rgba(0,174,239,0.85);
}
.bl-inner.bl-hover,
.bl-item.active .bl-inner.bl-default,
.bl-item:hover .bl-inner.bl-default{
    opacity: 0;
    visibility: hidden;    
}
.bl-inner.bl-default,
.bl-item.active .bl-inner.bl-hover,
.bl-item:hover .bl-inner.bl-hover{
    opacity: 1;
    visibility: visible;    
}
.bl-inner.bl-hover .bl-text{
    max-width: 570px;
}
.bl-text h4{
    margin: 0;
}
.bl-inner.bl-default .bl-text h4{
    font-size: 2.5em;
    line-height: 1.1;
    margin-top: 10px;
}
.bl-inner.bl-hover .bl-text h4{
    font-size: 2.1em;
    line-height: 0.95;
    margin-bottom: 19px;
}
.bl-text ul{
    font-size: 1.125em;
    line-height: 1.333;
}
.bl-text li{
    padding-left: 42px;
}
.bl-text li:before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../../images/icons/icon-checkmark-white.png);
}
.bl-text li + li{
    margin-top: 1em;
}
.bl-text em{
    font-size: 0.77777778em;
}
#benefits-local{
    padding: 60px 0 61px;
}
#benefits-local h3{
    font-size: 2.5em;
    line-height: 1.05;
    margin: 0 0 17px;
}
#benefits-local p{
    font-size: 1.5em;
    line-height: 1.333;
    margin-bottom: 1.3em;
    max-width: 710px;
}
#benefits-local form{
    width: 463px;
    height: 55px;
}
#benefits-local form select {
    outline: none;
    flex-grow: 1;
    text-indent: 20px;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-image: url(../../images/icons/icon-triangle-gray.png);
}
#benefits-local form button {
    width: 78px;
    font-size: 0.875em;
    color: #fff;
}
#benefits-local form button:disabled{
    color: rgba(255,255,255,.5);
    cursor: not-allowed;
}
@media screen and (max-width:991px){
    #benefits-steps .bs-step p br{
        display: none;
    }
    #benefits-steps .bs-step p.bold{
        font-size: 1.25em;
    }
    .bl-item{
        flex-basis: 100%;
    }
}
@media screen and (max-width:767px){
    .bs-steps{
        flex-wrap: wrap;
        justify-content: center;
    }
    #benefits-steps .bs-step p br{
        display: inline; 
    }
}
@media screen and (max-width:567px) {
    #benefits-hero{
        background-image: url("../../images/benefits/benefits-hero-m.jpg");   
        background-image: -webkit-image-set(url("../../images/benefits/benefits-hero-m.jpg") 1x, url("../../images/benefits/benefits-hero-m@2x.jpg") 2x)
    }
    .bh-inner{
        height: 390px;
        padding-bottom: 40px;
    }
    .bh-inner h1 {
        font-size: 2.9em;
        line-height: 1.06097561;
        padding: 0 15px;
    }
    .bh-inner p{
        font-size: 1.333em;
        margin-bottom: 21px;        
    }
    .bh-inner img{
        width: 266px;
    }
    .bh-inner .button{
        font-size: 0.93333333em;
        margin-top: 25px;        
    }
    #benefits-sign-in{
        padding: 14px 0 17px;
    }
    #benefits-sign-in p,
    #benefits-sign-in a{
        font-size: 1em;
    }
    .benefits .bc-inner{
        padding-top: 20px;
    }
    #benefits-steps{
        padding: 38px 0;
    }
    #benefits-steps h2{
        font-size: 2.06666667em;
        line-height: 1;
    }
    #benefits-steps p{
        font-size: 1.25em;
        line-height: 1.3125;
    }
    .bs-steps{
        padding-top: 26px;
    }
    #benefits-steps .bs-step{
        margin-bottom: 37px;
    }
    #benefits-steps .bs-step p{
        font-size: 1em;
        line-height: 1.41666667;
    }
    #benefits-steps .bs-step p.bold{
        font-size: 1em;
        margin-top: 9px;
    }
    #benefits-steps .button{
        font-size: 0.93333333em;        
    }
    #benefits-steps .bs-disclaimer{
        padding-top: 21px;
    }
    #benefits-list{
        padding-top: 51px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--dark-gray);
    }
    #benefits-list h3{
        font-size: 2.06666667em;
        margin-bottom: 1em;
    }
    .bl-item{
        max-height: inherit;
        background-image: none;
    }
    .bl-inner{
        height: auto;
        position: relative;
    }
    .bl-item:after{
        display: none;
    }
    .bl-inner.bl-default{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 170px;
        padding: 0 15px;
    }
    .bl-inner.bl-default:before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(0,0,0,0.67);
    }
    .bl-item.bl-item-1 .bl-inner.bl-default{
        background-image: url("../../images/benefits/offers.jpg");    
    }
    .bl-item.bl-item-2 .bl-inner.bl-default{
        background-image: url("../../images/benefits/protection.jpg");    
    }
    .bl-item.bl-item-3 .bl-inner.bl-default{
        background-image: url("../../images/benefits/medical.jpg");    
    }
    .bl-item.bl-item-4 .bl-inner.bl-default{
        background-image: url("../../images/benefits/savings.jpg");    
    }
    .bl-inner.bl-default .bl-text{
        position: relative;
    }
    .bl-inner.bl-default .bl-text img{
        height: 50px;
        width: auto;
    }
    .bl-inner.bl-default .bl-text h4{
        font-size: 1.26666667em;
        line-height: 1.10526316;
    }
    .bl-inner.bl-hover{
        background-color: #fff;
        color: #000;
        padding: 20px 15px;
    }
    .bl-inner.bl-hover, 
    .bl-item.active .bl-inner.bl-default, 
    .bl-item:hover .bl-inner.bl-default{
        opacity: 1;
        visibility: visible;
    }
    .bl-inner.bl-hover .bl-text h4{
        display: none;
    }
    .bl-text ul{
        font-size: 1em;
        line-height: 1.41666667;
    }
    .bl-text li{
        padding-left: 25px;
    }
    .bl-text li:before{
        width: 15px;
        height: 15px;
        background-image: url(../../images/icons/icon-checkmark-red.png);
    }
    #benefits-local{
        padding: 40px 0;
    }
    #benefits-local h3{
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 7px;
    }
    #benefits-local p{
        font-size: 1.06666667em;
        line-height: 1.4375;
        margin-bottom: 13px;
    }
    #benefits-local form{
        height: 50px;
    }
}