.find-a-repair-center-search-widget {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ffffff;
    .dropup, 
    .dropdown {
        position: initial;
    }
    .primary-button {
        &.quarter {
            width: 25%;
            padding: 15px 20px;
            font-weight: 300;
            margin: 0;
            font-size: 1em;
        }
        &:hover {
            font-size: 1em;
        }
    }
    i.chevron-down {
        background: url(../images/down-arrow.svg);
        width: 20px;
        height: 15px;
        margin-top: 5px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    i.chevron-up {
        background: url(../images/up-arrow.svg);
        width: 20px;
        height: 15px;
        margin-top: 5px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .dropdown-group-half {
        position: inherit;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        float: left;
    }
    button.dropdown-toggle {
        background-color: #f0efed;
        padding: 15px 20px;
        font-size: 1em;
        font-weight: 600;
        color: #575a5d !important;
        float: left;
        border: 1px solid #ffffff;
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .dropdown-menu {
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 1em;
        font-weight: 600;
        text-align: left;
        background-color: #f0efed;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 100%;
        max-height: 300px;
        overflow-y: scroll;
        li {
            margin: 0;
            a {
                display: block;
                margin: 0;
                padding: 15px 20px;
                clear: both;
                font-size: 1em;
                font-weight: 600;
                line-height: 1.42857143;
                color: #575a5d;
                white-space: nowrap;
                &:hover {
                    background: #575a5d;
                    color: #ffffff;
                }
            }
        }
    }
    input.text-field-half, 
    input.text-field-half-mobile, 
    input.text-field-quarter, 
    input.text-field-three-fourth {
        background-color: #f0efed;
        padding: 15px 20px;
        font-size: 1em;
        font-weight: 500;
        color: #999999 !important;
        float: left;
        border: none;
        text-align: left;
        width: 50%;
        margin-bottom: 20px;
        border: 1px solid #ffffff;
    }
    input.text-field-half-mobile {
        width: 50%;
        border: 1px solid #ffffff;
    }
    input.text-field-quarter {
        width: 25%;
    }
    input.text-field-three-fourth {
        width: 75%;
        border: none;
    }
    h1 {
        color: #ae005f;
        line-height: 1.2em;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    p {
        color: #575a5d;
        margin-top: 0;
        margin-bottom: 20px;
        strong {
            margin-top: 15px;
            display: block;
        }
    }
    p.sub-title {
        color: #575a5d;
        margin-top: 0;
        margin-bottom: 60px;
        text-align: center;
    }
}


@media (max-width: 767px) {
    .find-a-repair-center-search-widget {
        .primary-button.quarter {
            width: 100%;
            padding: 15px 20px;
            font-weight: 300;
            margin: 0;
            font-size: 1em;
            margin-bottom: 40px;
        }
        input.text-field-half, 
        input.text-field-half-mobile, 
        input.text-field-quarter, 
        input.text-field-three-fourth {
            width: 100%;
        }
        input.text-field-half-mobile {
            width: 50%;
        }
        input.text-field-three-fourth {
            width: 100%;
            border: none;
        }
        h1 {
            font-size: 2.5em !important;
        }
        p.sub-title {
            color: #575a5d;
            margin-top: 0;
            margin-bottom: 40px;
            text-align: center;
        }
    }
}
