/* US171057 */

.sneTier2 .hero-content-box {
    text-shadow: -1px -1px 0 #333333, 1px -1px 0 #333333, -1px 1px 0 #333333, 1px 1px 0 #333333!important;
    color: white !important;
    top: 90px;
}

.sneTier2 .hero-content-box > h2 {
    color: white !important;
    font-size: 34px;
}

.sneTier2 .hero-content-box > h3 {
    font-size: 24px;
}

.sneTier2 .hero-image-overlay-container .locations-proximity-search {
    position: relative;
    top: -600px;
    width: 320px;
    margin: auto;
    height: 0;
}

.sneTier2 .locations-proximity-search label.postal-code {
    display: none;
}

.sneTier2 .locations-proximity-search .widget-heading {
    font-size: 25px;
}

.sneTier2 .locations-proximity-search .ui-button-submit {
    position: absolute;
    top: 56px;
    right: 0;
}

.sneTier2 .locations-proximity-search .form-control[data-id="geoZip"] {
    height: 49px;
}

.sneTier2 .super-header .content {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .05em;
    margin: 50px 0 50px
}

.sneTier2 .horizontal-line {
    border-top: 1px solid #ccc
}

.sneTier2 .separator-lines {
    padding: 0 55px;
    border-left: 1px solid #ccc;
    min-height: 280px;
    margin-bottom: 60px
}

@media screen and (max-width: 1024px) {
    .sneTier2 .separator-lines {
        padding: 0 15px
    }  
}

.sneTier2 .separator-lines:first-child {
    border: none
}

.sneTier2 .inventory-search-facetbrowse .submit-search {
    margin-top: 32px;
    color: var(--btn-default-color);
    border-color: var(--btn-default-border-color);
    background: var(--btn-default-bg);
    width: 100%;
    display: block;
}

.sneTier2 .content-page-title {
    display: none
}

.sneTier2 .content-hero {
    padding: 0
}

.sneTier2 .locations-proximity .zip-code,
.sneTier2 .locations-proximity .range {
    width: auto;
}

.sneTier2 .locations-proximity .form-group{
    margin: 0;
}

.sneTier2 .locations-proximity .form-group .form-control {
    height: auto;
    padding: 11px 16px;
}

.sneTier2 .locations-proximity .dealer-list .info-window .info-wrap {
    box-shadow: 1px 1px 5px 1px #cccccc;
    padding: 0 3px;
    border-radius: 5px;
}

.sneTier2 .locations-proximity .dealer-list .info-window:hover .info-wrap {
   box-shadow: 1px 1px 5px 1px #a4a4a4;
}

.sneTier2 .locations-proximity .dealer-list .info-window {
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (min-width: 1600px) {
    .sneTier2 .slideControls .previousNext {
        width: 1550px;
    }
}