.find-a-repair-center-widget {
    padding-top: 50px;
    padding-bottom: 50px;
    button {
        &.primary-button {
            width: 100%;
            padding: 15px 20px;
            border: transparent;
            margin-bottom: 20px;
            border-radius: 0px;
        }
        &.secondary-button {
            width: 100%;
            padding: 15px 20px;
            border: transparent;
            margin-bottom: 20px;
            border-radius: 0px;
        }
    }
    h2 {
        font-size: 2em !important;
        text-align: center;
        line-height: 1em;
        color: #000;
        margin-bottom: 70px;
        margin-top: 0;
    }
    h4 {
        text-align: center;
        color: #575a5d;
        margin: 0 0 40px 0;
    }
    p {
        text-align: center;
        color: #575a5d;
        font-weight: 100;
        margin-top: 0;
        margin-bottom: 0px;
    }
    .agents-search {
        margin: 0px auto !important;
        left: 0;
        right: 0;
        top: 30px;
        display: table;
        position: relative;
        width: 100%;
    }
    .agents-zipcode {
        input {
            background-color: #f0efed;
            padding: 15px 20px;
            font-size: 16px;
            color: #999999 !important;
            margin-right: 2px;
            float: left;
            border: none;
            text-align: left;
            width: 25%;
            font-weight: 600;
        }
    }
    .dropup, 
    .dropdown {
        position: initial;
    }
    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 {
        position: inherit;
        display: inline-block;
        vertical-align: middle;
        width: 49%;
        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%;
        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;
                }
            }
        }
    }
}



/* Small devices (mobile, 767px and up) */
@media (max-width: 767px) {
    .find-a-repair-center-widget {
        padding-top: 40px;
        padding-bottom: 40px;
        h2 {
            font-size: 1.75em !important;
            text-align: center;
            line-height: 1.2em;
            color: #000;
            margin-bottom: 30px;
        }
        button {
            &.primary-button {
                width: 100%;
                margin-top: 20px;
            }
            &.secondary-button {
                width: 100%;
                margin-bottom: 20px;
                margin-top: 20px;
                padding: 15px 20px;
                font-weight: 300;
            }
        }
        h4 {
            text-align: center;
            color: #575a5d;
            margin: 0 0 20px 0;
        }
    }
}
