/*------------------------------------*\
    #CODE FOR THE DEALER LOCATOR UPDATE
\*------------------------------------*/

.help-text {
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: -20px;
}

span.form-help {
    font-size: 12px;
}

/* Safari 6.1+ (9.0 is the latest version of Safari at this time) */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        .help-text {
            /*margin-bottom: 0;*/
        }
    }
}

.help-text a {
    color: inherit;
}

#dealers-update-master-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#dealers-update-master-container > .container {
    position: relative;
}

#dealers-update-master-container .form-wrapper {
    position: absolute;
    top: 90px;
    left: 20%;
    width: 700px;
    padding: 0;
    background-color: #FFF;
    border: 0;
    z-index: 9998;
}

@media screen and (min-width: 801px) and (max-width: 1023px) {

    #dealers-update-master-container .form-wrapper {
        left: 22%;
    }
}

@media screen and (max-width: 800px) {

    #dealers-update-master-container .form-wrapper {
        width: 100%;
        top: 140px;
        left: 0;
    }
}

#dealers-update-master-container .form-wrapper #find-a-dealer-contact {
    display: none;
}

.dealer-update div.store.store-powerpro ~ .store-info p.services.store-services {
    padding-top: 0;
}

.subnav-wrapper {
    display: none !important;
}


.dealer-locator-page .page-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.select-hide {
    visibility: hidden;
}

#dealer-search-form > .container.padding {
    padding-top: 15px;
}

.locator-update-form {
    position: relative;
    min-height: 600px;
}

.dealer-locator-update-container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.dealer-locator-update-container .subnav {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.dealer-locator-update-container a.btn-print {
    float: right;
    margin-top: 10px;
}

.find-a-dealer .results-container .results .btn-print {
    position: relative;
    display: inline-block;
    float: right;
    padding: 0;
    width: 100%;
    font-size: 10px;
    background: none;
}

.dealer-locator-update-container .subnav .links {
    display: inline-block;
    float: left;
}

.dealer-locator-update-container .subnav .links li {
    min-width: 150px;
    text-align: center;
}

.dealer-locator-update-container .subnav .links li a {
    display: block;
    margin: 0 auto;
}

.dealers-update {
    display: block;
    float: left;
    width: 100%;
}

/*------------------------------------*\
    #SIDEBAR CODE
\*------------------------------------*/

.results-sidebar {
    width: 20%;
    float: left;
}

.results-sidebar .option label {
    font-size: 13px;
}

.fields-sidebar {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #EEE;
    z-index: 9995;
}

.fields-sidebar.full-width {
    display: block;
    padding: 0;
    background: none;
    border-bottom: 1px solid #ccc;
}

.fields-sidebar #dealer-loader {
    position: absolute;
    top: 0;
    right: -50px;
}

.fields-sidebar.full-width .container {
    position: relative;
}

.sidebar-heading {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.fields-sidebar input,
.fields-sidebar select {
    width: 100%;
    min-width: 0;
    font-size: 11px;
}

.search-bar {
    padding: 20px 0;
}

.search-field {
    position: relative;
    width: 55%;
    display: block;
    margin: 0 auto;
}

#retailer .search-field {
    width: 95%;
}

.fields-sidebar input[name=address] {
    width: 78%;
    float: left;
}

#retailer .fields-sidebar input[name=address] {
    width: 84%;
}

#retailer .search-field {
    width: 95%;
}

/* Safari 6.1+ (9.0 is the latest version of Safari at this time) */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        .fields-sidebar input[name=address] {
            width: 77%;
        }
    }
}

.form-group {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.find-a-dealer .locator-update-form #dealer-submit {
    margin-top: 0;
    height: 40px;
}

.locator-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 250px;
}

.locator-tabs li {
    display: table;
    float: left;
    width: 105px;
    height: 40px;
    text-align: center;
}

.locator-tabs li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #18b8ca;
}

.locator-tabs li.active-nav-item {
    background: #18b8ca;
}

.locator-tabs li.active-nav-item a {
    color: #FFF;
}

/*------------------------------------*\
    #CUSTOM CHECKBOXES
\*------------------------------------*/

.fields-sidebar .new-filters {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.fields-sidebar .new-filters .option {
    width: 100%;
    margin: 0 40px 0 0;
    display: inline;
}

.fields-sidebar .new-filters .radio-wrapper + label {
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.fields-sidebar .new-filters label {
    font-size: 11px;
    color: #222;
}

.fields-sidebar .new-filters .option {
    display: inline-block;
    float: left;
    width: 24%;
    margin-right: 1%;
}

.fields-sidebar .new-filters .option:last-child {
    margin-right: 0;
}

/*------------------------------------*\
    #RESULTS CONTAINER
\*------------------------------------*/

.results-container {
    position: relative;
    float: left;
    width: 81%;
    height: auto;
}

.find-a-dealer .results-container .results {
    /*padding-left: 30px;*/
    height: auto;
    min-height: 600px;
}

.find-a-dealer .results-container .map {
    width: 100% !important;
    min-height: 420px;
    border: none;
}

.find-a-dealer .results-container .map .MicrosoftMap.MapTypeId_auto.large {
    border: none;
}

#dealer-list,
#dealer-map {
    width: 100%;
    height: 600px;
    float: left;
}

#dealer-list {
    overflow: hidden;
    /*overflow: scroll;*/
}

#dealer-map {
    overflow: hidden;
    position: absolute;
    top: 100px;
    z-index: 9996;
    height: 100%;
}

.dealer-results .location-print p {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

/*------------------------------------*\
    #RESULTS HEADER
\*------------------------------------*/

.results-header {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/*------------------------------------*\
    #RESULTS AREA
\*------------------------------------*/

.results-area {
    position: relative;
    width: 100%;
    min-height: 600px;
}

/*------------------------------------*\
    #DEALERS
\*------------------------------------*/

.find-a-dealer .results .dealers-update .dealers {
    width: 100%;
    margin-top: 0;
}

.find-a-dealer .results .dealers-update .dealers > li {
    position: relative;
    float: left;
    width: 23.5%;
    min-height: 320px;
    margin-top: 0;
    margin-bottom: 0;
}

.find-a-dealer .results .dealers-update .dealers > li:hover {
    cursor: default;
}

.store-name:hover {
    cursor: pointer;
}

.my-dealers .dealers-update .dealers {
    max-width: 100%;
}

.dealers-update .platinum-header {
    margin-bottom: 5px;
}

.find-a-dealer .results .dealers-update .dealers .map-pin {
    display: inline-block;
    margin: 0;
    background: transparent url(../images/map-pin-sm.png) no-repeat 0 0;

    width: 16px;
    height: 24px;
    font-size: 7px;
    padding: 0;
    margin-bottom: -25px;
}

.find-a-dealer .results .dealers-update .dealers .map-pin.map-pin-power {
    display: block;
    margin: 0;
    background: transparent url(../images/map-pin-green-sm.png) no-repeat 0 0;
}

.find-a-dealer .results .dealers-update .dealers .details {
    margin-top: 0;
    margin-left: 0;
}

.find-a-dealer .results .dealers-update .dealers .details {
    width: 100%;
}

.dealers-update .dealers .details .store-info .store-services {
    font-size: 9px;
}

/* SCROLL BAR */

.locator-update-form .scroll-this .scrollbar {
    display: none;
}

/* VIEWPORT */

.find-a-dealer .locator-update-form .results .scroll-this .viewport {
    height: auto;
    overflow: visible;
}

.dealers-update .platinum-header {
    border: none;
    background: none;
}

.dealers-update .platinum-flag,
.dealers-update .titanium-flag,
.dealers-update .gold-flag {
    display: none;
}

.dealers-update .platinum-name,
.dealers-update .titanium-name,
.dealers-update .gold-name,
.dealers-update .default-name {
    padding-left: 0;
}

.my-dealers .dealers-update .dealers p.address {
    margin-top: 0;
    margin-bottom: 0;
}

.my-dealers .dealers-update .dealers p.address .store-address {
    display: block;
    float: left;
    width: 100%;
}

.dealers-update .store-powerpro ~ .store-info span.dealer-distance {
    display: block;
    float: left;
    width: 100%;
    top: 0 !important;
    left: 0;
    margin: 5px 0;
}

.dealers-update .details .dealer-distance {
    display: block;
    float: left;
    width: 100%;
    top: 0;
    left: 0;
    margin: 5px 0;
}

.my-dealers .dealers-update .dealers .info > div {
    margin-left: 0;
    margin-top: 0;
}

.my-dealers .dealers-update .dealers .info > div br {
    display: none;
}

.my-dealers .dealers-update .dealers .info .store-info {
    margin-top: 30px;
}

.dealers-update li .details .store-info .store-name {
    color: #008dd7;
    float: left;
}

.dealers-update li .details .action-links {
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
}

.dealers-update li .details .action-links .separator {
    margin: 0 1px;
}

.dealers-update .store-info .store-phone,
.dealers-update .store-info .tollfree-phone {
    float: left;
    top: 10px;
    position: relative;
}

.dealers-update .store-info .tollfree-phone {
    color: #666;
    top: 5px;
}

.tollfree-title {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 5px;
    color: #666;
}

#map .tollfree-title {
    top: 0px;
}

.tollfree-phone,
.tollfree-title {
    font-size: 12px;
}

.green-dealer + .blue-dealer .tollfree-title {
    top: 0;
}

/* CONSUMER FLAG */

.dealers-update .consumer-financing-flag {
    margin: 5px 0;
}

.dealers-update .consumer-flag {
    font-size: 9px;
}

.dealers-update .consumer-flag:before {
    margin-right: 5px;
}

/*------------------------------------*\
    #MAP
\*------------------------------------*/

#dealer-map .MicrosoftMap.MapTypeId_auto.large {
    top: 0 !important;
}

#map-placeholder {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 600px;

    background: url('../images/map-placeholder.jpg') no-repeat center top;
    background-size: cover;
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        #map-placeholder {
            top: 205px;
        }
    }
}

#map-placeholder img {
    position: absolute;
    top: 0;
    left: 0;
}

/*------------------------------------*\
    #SCROLL TO TOP
\*------------------------------------*/

.back-to-top-dealers {
    position: fixed;
    display: none;
    width: 60px;
    height: 60px;
    background: url('../images/scroll-top-dealers.png') no-repeat;

    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

/*------------------------------------*\
    #COMPARE
\*------------------------------------*/

.compare-box {
    display: block;
    float: left;
    width: 260px;
    margin-bottom: 20px;
}

.compare-box p {
    position: relative;
    top: 11px;
    left: 6px;
    display: inline-block;
    float: left;
}

.compare-button {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 13px 16px;
    height: 40px;
    font: 12px 'HelveticaNeueW01-55Roma', Helvetica, Arial;
    color: #fff;
    background-color: #81bf27;
    border-color: #81bf27;
    text-transform: uppercase;
    cursor: pointer;
}

.compare-button:hover {
    background-color: #a1cf47;
    border-color: #a1cf47;
}

.compare-button .arrow-right {
    border-left-color: #fff;
    margin-left: 10px;
    margin-right: -4px;
}

.compare-button.active {
    background-color: #e11671;
    border-color: #e11671;
}

.compare-button.active:hover {
    background-color: #f13691;
    border-color: #f13691;
}

.compare-button:hover {
    cursor: pointer;
}

.compare-checkbox {
    position: relative;
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    z-index: 9995;
}

.compare-checkbox:after {
    content: 'COMPARE';
    position: relative;
    top: -2px;
    left: 20px;
}

.dealers-update .compare-checkbox:after {
    content: normal;
}

.dealers-update .compare-checkbox {
    position: absolute;
    top: 2px;
    left: -25px;
}

.green-dealer + .blue-dealer .compare-checkbox {
    display: none;
}

.store-phone-link {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    /*margin-top: 10px;*/
}

.dealers-update .store-phone-link {
    margin-top: 0;
}

.compare-checkbox:hover {
    cursor: pointer;
}

.compare-checkbox.active {
    background: url(../images/checkbox.png) no-repeat;
    background-position: 0 bottom;
    border: none;
}

.dealer-update.hide {
    display: none !important;
}

.dealer-update.show {
    display: block !important;
}

#dealer-list .location-print {
    width: 100%;
    display: block;
    float: left;
    height: 30px;
}

#dealer-list .location-print p {
    padding-top: 0;
}

/*------------------------------------*\
    #SHARE ICONS
\*------------------------------------*/

.share-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.share-icons li {
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.share-icons li a {
    font-size: 10px !important;
}

.results-header .share-icons a.btn-print .ss-icon,
.results-header .share-icons a.btn-email .ss-icon {
    display: block;
    width: 100%;
    text-align: center;
}

/*------------------------------------*\
    #PRINT
\*------------------------------------*/

.find-a-dealer .map .details h3 {
    color: #FFF;
}

@media print {

    .find-a-dealer .results .dealers-update .dealers > li {
        width: 290px !important;
    }

    .page-content.dealer-locator-page {
        margin-top: 0;
    }

    .fields-sidebar {
        display: none;
    }

    #dealer-list {
        overflow: visible;
    }

    .dealer-locator-update-container {
        display: none;
    }

    .page-title {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .find-a-dealer .results .dealers-update .dealers > li {
        min-height: 230px;
    }

    .my-dealers .dealers-update .dealers p.address {
        margin-bottom: 20px;
    }

    #dealer-list, #dealer-map {
        height: auto;
    }

    .compare-checkbox {
        display: none;
    }

    .compare-box {
        display: none;
    }

    .back-to-top-dealers {
        display: none !important;
    }

    #dealer-search-form > .container.padding {
        padding-top: 0;
    }

    .find-a-dealer .results-container .results {
        padding-left: 0;
    }

    .fields-sidebar {
        display: none !important;
    }

    .results-sidebar {
        display: none;
    }

    .share-icons {
        display: none;
    }

    .locator-tabs {
        display: none;
    }
}

.fields-sidebar .ffSelectButton {
    width: 185px;
}

.find-a-dealer .locator-update-form .buttons {
    margin-left: 20px;
}

/*------------------------------------*\
    #RESPONSIVE
\*------------------------------------*/

.print-mobile {
    display: none;
}

@media screen and (min-width: 1024px) {

    .locator-tabs + .compare-box {
        position: relative;
        left: 100px;
    }

    .find-a-dealer .locator-update-form .buttons {
        /*margin-left: 20px;*/
    }

    /* Safari 6.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
        @media {
            .find-a-dealer .locator-update-form .buttons {
                position: relative;
                top: 2px;
            }
        }
    }

    .dealer-locator-update-container {
        padding-top: 6px;
        height: 44px;

        /* MAKES THE TABS FIXED POSITION */
        position: fixed;
        background-color: #FFF;
        z-index: 9997;
        width: 100%;
        left: 0;
        top: 155px;
    }

    .locator-update-form {
        overflow: hidden;
    }

    .dealer-locator-update-container .subnav {
        position: relative;
        left: 245px;
    }

    .dealer-results .location-print p {
        position: relative;
        top: -5px;
    }

    .dealer-results .location-print {
        height: 38px;
    }

    #dealer-search-form > .container.padding {
        position: relative;
    }

    .results-sidebar {
        position: absolute;
        top: 81px;
        left: 0;
        height: 100%;
    }

    #retailer .results-sidebar {
        top: 0px;
    }

    #retailer .fields-sidebar>div {
        margin-bottom: 10px;
    }

    @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
        @media {
            .results-sidebar {
                top: 86px;

            }
        }
    }

    _:-moz-tree-row(hover), .results-sidebar {
        top: 83px;
    }

    .results-container {
        margin-left: 19%;
    }

    .back-to-top-dealers {
        bottom: 140px;
    }

    .find-a-dealer .locator-update-form .results .scroll-this .viewport {
        padding-left: 30px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1023px) {

    .results-container {
        width: 77%;
        margin-left: 3%;
    }

    .find-a-dealer .results .dealers-update .dealers > li {
        width: 23%;
        min-height: 350px;
    }

    .dealer-results .location-print p {
        margin: 10px 0;
    }

    .compare-box {
        width: 230px;
        margin-left: 20px;
    }

    .platinum-header h3 {
        color: #81bf27;
    }

    .dealers-update .dealers .details .store-info .store-services {
        font-size: 8px;
    }

    .my-dealers .dealers-update .dealers .info .store-info {
        margin-top: 10px;
    }

    .my-dealers .dealers h3 {
        font-size: 12px;
    }

    .my-dealers .dealers p.address {
        font-size: 11px;
    }

    .dealers-update .consumer-flag {
        font-size: 8px;
    }
}

@media screen and (min-width: 801px) {

    .results-sidebar .fields-sidebar {
        min-height: 1000px;
    }
}

@media only screen and (min-width: 1000px) and (max-device-width: 1024px) and (orientation: landscape) {

    .find-a-dealer .results .dealers-update .dealers > li {
        width: 31%;
    }

    .store-info .store-phone {
        top: 20px !important;
    }

    .fields-sidebar .ffSelectButton {
        width: 170px !important;
    }

    .locator-update-form {
        height: auto;
    }
}

@media (max-width: 1099px) {

    .form-group .new-filters {
        display: block;
    }

    .form-group .new-filters label + label {
        display: block;
        padding-left: 25px;
    }

    .fields-sidebar input[name=address] {
        width: 75%;
    }
}

@media screen and (min-width: 1000px) {

    .dealer-locator-update-container.mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .results-sidebar .fields-sidebar {
        height: 100% !important;
    }

    .locator-update-form .new-filters {
        display: block;
    }

    .locator-update-form .new-filters.hide {
        display: none;
    }

    span.store-phone {
        float: left;
        width: 100%;
    }

    .find-a-dealer .details .store-powerpro .highlight,
    li .details .store .tooltip {
        float: left;
    }

    .back-to-top-dealers {
        bottom: 30px;
        right: 30px;
    }

    #map-placeholder {
        top: 192px;
    }

    .fields-sidebar input[name=address] {
        width: 73%;
    }
}

@media screen and (max-width: 999px) {

    .dealer-locator-update-container.desktop {
        display: none;
    }
}

@media screen and (max-width: 960px) {

    .search-field {
        width: 60%;
    }
}

@media screen and (max-width: 870px) {

    #map-placeholder {
        top: 212px;
    }

    .fields-sidebar .new-filters .radio-wrapper + label {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {

    .find-a-dealer .my-dealers .dealers h3 {
        color: #81bf27;
    }

    .page-content.dealer-locator-page {
        /*margin-top: 0;*/
    }

    #dealer-map {
        display: none;
    }

    .fields-sidebar {
        width: 100%;
        margin-top: 15px;
    }

    #dealer-list {
        overflow: visible;
    }

    #dealer-map {
        top: 360px;
    }

    .results-container {
        width: 100%;
        margin-left: 0;
    }

    /* MAP */
    .find-a-dealer .locator-update-form .results .map-wrapper,
    .find-a-dealer .locator-update-form .results .map {
        height: 600px;
    }

    .dealer-locator-update-container .subnav {
        width: 100%;
        box-shadow: none;
    }

    .dealer-locator-update-container .subnav .links {
        width: 100%;
    }

    .dealer-locator-update-container .subnav .links > li {
        width: 50%;
        min-width: 0;
        float: left;
    }

    .dealer-results .location-print p {
        margin: 15px 0 0;
    }

    .find-a-dealer .results .dealers-update .dealers > li {
        width: 100%;
        min-height: 250px;
        margin-bottom: 0;
    }

    .dealer-locator-update-container .subnav .links li.active-nav-item a {
        color: #FFF;
    }

    .dealer-locator-update-container {
        padding: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .dealer-locator-update-container .subnav .links li a {
        padding: 10px;
        border-bottom: 1px solid #dedede;
    }

    .print-mobile {
        display: inline-block;
    }

    .print-desktop {
        display: none;
    }

    .dealer-results .location-print p {
        font-size: 10px;
    }

    a.btn.green.btnsignup {
        /*display: block;*/
        /*margin: 30px auto;*/
        /*max-width: 110px;*/
    }

    .fields-sidebar .new-filters .option {
        width: 50%;
        float: left;
    }

    .fields-sidebar .new-filters .option {
        margin-bottom: 15px;
    }

    .fields-sidebar .new-filters .option:last-child {
        margin-bottom: 0;
    }

    .fields-sidebar .new-filters .option:first-child,
    .fields-sidebar .new-filters .option {
        width: 50%;
        margin: 0;
        margin-bottom: 20px;
    }

    .fields-sidebar .new-filters .radio-wrapper + label {
        display: inline-block;
        font-size: 11px;
        padding-left: 0;
    }

    .fields-sidebar .new-filters label {
        display: block;
        font-size: 10px;
        padding-left: 25px;
    }

    #detect-mobile {
        display: none;
    }

    #dealer-map {
        top: 160px;
    }

    #dealer-list {
        height: 570px;
    }

    #map-placeholder {
        top: 200px;
        height: 598px;
    }

    .find-a-dealer .results .dealers-update .dealers > li {
        width: 50%;
        margin: 0;
    }

    .find-a-dealer .results .dealers-update .dealers {
        padding: 0 50px;
    }

    .find-a-dealer .results .dealers-update .dealers > li {
        min-height: 300px;
    }

    .find-a-dealer .locator-update-form .results .map-wrapper,
    .find-a-dealer .locator-update-form .results .map,
    #dealer-map {
        height: 570px;
    }

    .fields-sidebar .ffSelectButton {
        width: 350px;
        height: 40px;
    }

    .locator-update-form {
        height: auto !important;
    }

    span.store-phone {
        float: left;
        width: 100%;
    }

    .find-a-dealer .details .store-powerpro .highlight,
    li .details .store .tooltip {
        float: left;
    }

    .my-dealers .dealers-update .dealers .info .store-info {
        margin-top: 10px;
    }

    li .details .store-info .store-services {
        padding-top: 0;
        font-size: 12px;
    }

    .find-a-dealer .results-container .results {
        /*height: 730px !important;*/
    }

    .compare-box {
        /*margin-top: 15px;*/
        margin-left: 20px;
    }

    .share-icons {
        position: relative;
        top: -20px;
    }

    .find-a-dealer .results .btn-print {
        top: 20px;
    }

    .back-to-top-dealers {
        bottom: 110px;
    }

    .results-sidebar {
        width: 100%;
    }

    .results-sidebar .fields-sidebar {
        height: auto !important;
        display: none;
    }

    .fields-sidebar .new-filters {
        margin-top: 0;
    }

    .locator-update-form .new-filters {
        display: block;
    }

    .fields-sidebar .new-filters label {
        line-height: 14px;
    }

    .fields-sidebar .new-filters .option:first-child,
    .fields-sidebar .new-filters .option {
        width: 25%;
    }

    #filters .option {
        display: inline;
        margin-right: 70px;
    }

    .locator-tabs {
        max-width: 100%;
        margin-top: 10px;
    }

    .search-field {
        width: 70%;
    }

    .fields-sidebar input[name=address] {
        width: 70%;
        margin-right: 20px;
    }

    .fields-sidebar.full-width {
        margin-top: 0;
    }

    .compare-box p {
        top: 10px;
        left: 10px;
    }

    .share-icons li a {
        position: relative;
        top: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .find-a-dealer .locator-update-form .results .map-wrapper,
    .find-a-dealer .locator-update-form .results .map,
    #dealer-map {
        height: 630px;
    }

    #dealer-map {
        top: 100px;
    }

    #new-filters {
        display: block !important;
    }
}

@media screen and (max-width: 770px) {

    .page-content.dealer-locator-page {
        margin-top: 0;
    }

    #map-placeholder {
        top: 175px;
    }
}

@media screen and (max-width: 750px) {

    .find-a-dealer .results .dealers-update .dealers {
        padding: 0 25px;
    }

    .share-icons {
        top: -10px;
    }
}

@media screen and (max-width: 720px) {

    .search-field {
        width: 80%;
    }
}

@media screen and (max-width: 700px) {

    .page-content.dealer-locator-page {
        margin-top: 20px;
    }

    .search-field {
        width: 100%;
    }

    #dealer-list,
    .locator-update-form {
        height: auto !important;
    }

    .fields-sidebar .new-filters .option {
        width: 100%;
    }

    .my-dealers .dealers-update .dealers .info .store-info {
        margin-top: 5px;
    }

    .back-to-top-dealers {
        visibility: hidden;
        opacity: 0;
    }

    .back-to-top-dealers.visible {
        visibility: visible;
        opacity: 1;

        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }

    .locator-update-form.mobile-dealer-list {
        height: auto !important;
    }

    .locator-update-form.mobile-dealer-map {
        height: 890px !important;
    }

    .find-a-dealer .results .dealers-update .dealers .map-pin {
        margin-bottom: -10px;
    }

    .dealers-update .dealers .details .store-info .store-services {
        padding-top: 0;
        font-size: 12px;
    }

    #dealer-map {
        top: 290px;
    }

    .find-a-dealer .results-container .results {
        padding-left: 10px;
    }

    .compare-box {
        width: 220px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .compare-box p {
        width: 60px;
        top: 5px;
        left: 10px;
        font-size: 10px;
        line-height: 14px;
    }

    .find-a-dealer .locator-update-form .results .btn-print {
        display: none;
    }

    .locator-tabs {
        display: none;
    }

    .fields-sidebar input[name=address] {
        width: 100%;
        margin-bottom: 20px;
    }

    #map-placeholder {
        top: 300px;
    }

    .results-sidebar {
        width: 100%;
        display: none;
    }

    .results-sidebar .fields-sidebar {
        height: auto !important;
    }

    .find-a-dealer .locator-update-form .buttons {
        margin-left: 0;
    }

    .fields-sidebar .new-filters .option {
        width: 100%;
    }

    .fields-sidebar .new-filters .option:first-child {
        width: 100%;
    }

    .store-phone-link {
        color: #18b8ca;
    }

    .store-phone-link span {
        text-decoration: underline;
    }

    .fields-sidebar #dealer-loader {
        display: none;
    }

    .search-bar {
        padding-top: 0;
    }

    .share-icons {
        position: relative;
        /*top: 10px;*/
        width: 50px;
    }

    .fields-sidebar .new-filters {
        margin-top: 0;
    }

    .fields-sidebar .new-filters label {
        display: none;
    }

    .fields-sidebar .new-filters .option:first-child,
    .fields-sidebar .new-filters .option {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 670px) {

    .find-a-dealer .buttons .btn {
        float: left;
    }

    .locator-update-form .new-filters {
        /*display: none;*/
    }

    #map-placeholder {
        top: 310px;
    }

    .compare-box {
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {

    .find-a-dealer .results .dealers-update .dealers > li {
        width: 100%;
        min-height: inherit;
    }

    a.btn.green.btnsignup {
        /*display: block;*/
        /*margin: 30px auto;*/
        /*max-width: 110px;*/
    }
}
