﻿.product-finder {
    background:   #333333;
    
    padding-top: 40px;
    padding-bottom:40px;
}
@media only screen and (min-width : 1200px)
{
    .product-finder .col-sm-4 {
    padding-left:50px;
    }
}

a.product-finder-section-link, a.product-finder-section-link:visited, a.product-finder-section-link:focus {
    font-family: 'open sans';
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    /*border-left: 2px solid #dc0032;*/
    background: url('/App_Themes/Ohaus/images/product-finder-nav.png') no-repeat 0px 20px;
    padding-left: 15px;
    display: block;
    line-height: 1.1;
    /*background-position-x: 15px;
    background-position-y: bottom;*/
    padding-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

body.RURU a.product-finder-section-link, body.RURU a.product-finder-section-link:visited, body.RURU a.product-finder-section-link:focus {
    font-size:25px;
}





.product-finder .active {
    background: #fff;
    min-height: 11em;
    min-height: 9.25em;
}

.active a.product-finder-section-link {
    color: #464b4d;
    text-decoration: none;
}

    .active a.product-finder-section-link:hover {
        opacity: 1;
        color: #464b4d;
    }


a.product-finder-section-link:hover {
    color: #fff;
}

.product-finder-section-expanded {
    display: none;
    background: #fff;
    padding: 20px;
    /*    height: 530px; */
    margin-bottom: 1em;
    min-height: 275px;
}

.product-finder-section-expanded-mobile {
    display: none;
    background: #fff;
    height: auto;
    padding: 20px;
}

.product-finder-btn {
    padding: 30px 50px 25px 50px;
    display:none;
}

a.product-finder-section-expanded-close {
    color: #4a4f51;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 600;
    padding-right: 10px;
}

.product-finder-section-expanded ul {
    min-height: 85px;
}

.product-finder-section-expanded li {
    list-style: none;
    border-left: 2px solid #dc0032;
    font-size: 16px;
    font-family: 'Open Sans';
}

    .product-finder-section-expanded li a {
        color: #000;
        background: url("/App_Themes/Ohaus/images/product-finder-item-bg.png") no-repeat bottom left;
        padding-bottom: 40px;
    }

.sublist {
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding-top: 40px;
    margin-top: 50px;
    padding-top: 31px;
}

@media only screen and (max-width : 768px) {
    /*.product-finder {
    padding-top:20px;
    }*/
    a.product-finder-section-link, a.product-finder-section-link:visited, a.product-finder-section-link:focus {
        padding-bottom: 10px;
        background: url('/App_Themes/Ohaus/images/product-finder-nav.png') no-repeat 0px 20px;
    }

   

    .product-finder .col-sm-4 {
        border-bottom: 1px solid #999;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    a.product-finder-section-link, a.product-finder-section-link:visited, a.product-finder-section-link:focus {
        font-size: 23px;
        min-height: 136px;
    }

    body.RURU a.product-finder-section-link, body.RURU a.product-finder-section-link:visited, body.RURU a.product-finder-section-link:focus {
    font-size:19px;
}
}
