.find-a-repair-center-callout-widget {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #575a5d;
    .dropup, 
    .dropdown {
        position: initial;
    }
    .primary-button {
        &.quarter {
            width: 25%;
            padding: 15px 20px;
            font-weight: 300;
            margin: 0;
            font-size: 1em;
            border: 1px solid #575a5d;
            &: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/down-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: #ffffff;
            padding: 15px 20px;
            font-size: 1em;
            font-weight: 600;
            color: #575a5d !important;
            float: left;
            border: 1px solid #575a5d;
            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: #fff;
        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: #999;
                    color: #ffffff;
                }
            }
        }
    }
    input.text-field-half, 
    input.text-field-half-mobile, 
    input.text-field-quarter, 
    input.text-field-three-fourth {
        background-color: #ffffff;
        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 #575a5d;
    }
    input.text-field-half-mobile {
        width: 50%;
        border: 1px solid #575a5d;
    }
    input.text-field-quarter {
        width: 25%;
    }
    input.text-field-three-fourth {
        width: 75%;
    }
    h2 {
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 40px;
    }
    p {
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 20px;
        strong {
            margin-top: 15px;
            display: block;
        }
    }
}


@media (max-width: 767px) {
    .find-a-repair-center-callout-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;
        }
        h2 {
            font-size: 1.75em !important;
        }
    }
}
