.wrp-how-old-are-you .iconWrap{
    padding:0;
}

.iconWrap:hover, .iconWrap.selected{
	filter: none;
	background-color: #569628;
}

.wrp-how-old-are-you .iconWrap:hover{
    background-color: #569628!important;
    border:solid 2px #569628;
}


.icon-gender{
    background-position: center!important;
    background-size:contain!important;
    display: block;
    margin:0 auto;
}

@media screen and (min-width:767px){
    .icon-gender{
        height:150px;
        width:150px;    
    }
}

@media screen and (max-width:767px){
    .icon-gender{
        height:110px;
        width:110px;        
    }
}

.title-how-old-are-you{margin-top:20px;margin-bottom:20px;}
.section-how-old-are-you .iconWrap h3 span{text-align: center;}

.icon-gender.women.age-18-20{
    background:url(../images/ages/female-cpc-18-20-gray.png) no-repeat;
}

.icon-gender.women.age-20{
    background:url(../images/ages/women-20.png) no-repeat;
}

.icon-gender.women.age-30{
    background:url(../images/ages/women-30.png) no-repeat;
}

.icon-gender.women.age-40{
    background:url(../images/ages/women-40.png) no-repeat;
}

.icon-gender.women.age-50{
    background:url(../images/ages/women-50.png) no-repeat;
}

.icon-gender.women.age-60{
    background:url(../images/ages/women-60.png) no-repeat;
}


.icon-gender.men.age-18-20{
    background:url(../images/ages/male-cpc-18-20-gray.png) no-repeat;
}

.icon-gender.men.age-20{
    background:url(../images/ages/men-20.png) no-repeat;
}

.icon-gender.men.age-30{
    background:url(../images/ages/men-30.png) no-repeat;
}

.icon-gender.men.age-40{
    background:url(../images/ages/men-40.png) no-repeat;
}

.icon-gender.men.age-50{
    background:url(../images/ages/men-50.png) no-repeat;
}

.icon-gender.men.age-60{
    background:url(../images/ages/men-60.png) no-repeat;
}