.schedule-content {
    display: inline-block;
}


.schedule-service-banners {
    background: #000;
    color: #fff;
}

#schedule-service{
    position: relative;
    margin-left: 68px;
    margin-right: 68px;
}

.schedule-upper{
    margin: 0 auto;
    margin-top: 72px;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    max-width: 900px;
    width: 100%;
    margin-bottom: 64px;
}

.schedule-title-mobile{
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.schedule-title-lower h1 {
    margin-bottom: 16px;
}

.schedule-title-lower h4{
    font-weight: normal;
}


.schedule-title-lower h5{
    letter-spacing: normal;
}

.schedule-title-lower .location-name {
    font-size: 24px;
    line-height: 125%;
}

@media screen and (max-width: 600px), screen and (max-height: 600px) {
    .schedule-title-lower h1 {
        margin-bottom: 8px;
    }

    .schedule-title-lower .location-name {
        font-size: 20px;
    }    
}

@media only screen and (max-width: 767.98px) {
    #schedule-title-address {
        display: block;
    }
}

.schedule-lower{
    text-align: center;
    min-height: 368px;
}

@media only screen and (max-width: 991px) {
    .location-dropdown-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .location-dropdown-block {
        width: 374px;
        max-width: 100%;
    }

}

.location-dropdown {
    width: 374px;
    max-width: 100%;
    position: relative;
}

.dropdown-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    width: 100%;
    background: #FFF;
    color: var(--black);
}

.location-dropdown-btn {
    border: 1px solid var(--pahoehoe);
    padding-left: 16px;
    padding-right: 8px;
}

.dropdown-btn .chev-down {
    display: flex;
}
.dropdown-btn.active .chev-down {
    display: none;
}
.dropdown-btn .chev-up {
    display: none;
}
.dropdown-btn.active .chev-up {
    display: flex;
}

.dropdown-content {
    display: none;
    width: 100%;
    z-index: 3;
}

.location-dropdown .dropdown-content {
    position: absolute;
    background-color: var(--white);
}

.location-dropdown-item {
    border-bottom: 1px solid var(--pahoehoe);
    border-left: 1px solid var(--pahoehoe);
    border-right: 1px solid var(--pahoehoe);
}

.location-dropdown-item {
    color: inherit;
    text-decoration: none;
}

.location-dropdown-item.active {
    color: var(--pahoehoe);
}

.location-dropdown-item:hover {
    color: inherit;
    background: #C4C4C4;
    opacity: inherit;
}

.service-options{
    margin: 0 auto;
    margin-bottom: 60px;
    width: 100%;
    vertical-align: middle;
    justify-content: center;
}

.service-options li{
    width: 90%;
    max-width: 416px;
    display: inline-block;
    margin: 12px;
}

.service-options li a{
    width: 100%;
    letter-spacing: 1px;
}

.service-options li a.active{
    opacity: 0.6;
}

.service-options li a.disabled{
    pointer-events: none;
}

#schedule-service-mobile-btn{
    max-width: 416px;
    width: 90%;
    margin: 12px auto;
}

.schedule-lower .safety-info{
    margin-bottom: 48px;
}

.schedule-header h3{
    margin: 24px;
    margin-top: 0;
}

.schedule-change-location{
    border: none;
    background-color: transparent;
    text-transform: none;
    text-decoration: underline;
    color: #000;
    margin-top: 16px;
    margin-bottom: 24px;
}

.schedule-change-location:hover, 
#schedule-other-phone:hover, 
.schedule-roadside-phone:hover {
    opacity: 0.6;
}

#schedule-other-phone {
    color: var(--primary-1) !important;
}

.schedule-roadside-text {
    margin-top: 16px;
}

.schedule-roadside-phone {
    color: var(--primary-1) !important;
}

.schedule-service-container {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
}

.schedule-service-right{
    margin-top: 0;
}

.schedule-map-section, .schedule-map-header{
    padding-right: 16px;
    padding-left: 16px;
}

.schedule-service-left{
    padding-right: 31px;
    padding-left: 31px;
}

.schedule-btn-row{
    padding-right: 0px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#schedule-service-btn,
#service-phone-btn,
.service-specials-btn {
    width: fit-content;
    margin: 8px 8px;
}

@media (max-width: 991.98px) {
    #schedule-service-btn-desktop {
        display: none !important;
        width: fit-content;
        margin: 8px 8px;
    }
}

@media (min-width: 991.98px) {
    #schedule-service-btn-mobile {
        display: none !important;
        width: fit-content;
        margin: 8px 8px;
    }
}
.schedule-break {
    flex-basis: 100%;
    /*
    height: 0;
    */
}

.schedule-column { /*.col-sm-6*/
    position: relative;
    margin-top: 48px;
}

.schedule-display { /* d-sm-none */
    display: block;
}

@media only screen and (min-width: 992px) {

    .schedule-display {
        display: none;
    }

    .schedule-service-left {
        padding-left: 24px;
        padding-right: 48px;
    }
}

@media only screen and (max-width: 768.98px) {
    .schedule-service-container {
        /* margin-left: 8px;
        margin-right: 8px; */
        width:auto;
        overflow-x: hidden;
    }

    /* .schedule-service-container > .row {
        margin-left: -8px;
        margin-right: -8px;
    } */
}

@media only screen and (min-width: 991.99px) {
    #sticky-schedule-btn {
        display: none;
    }

    .mobile-schedule-title {
        display: none;
    }

    .desktop-schedule-title {
        display: block;
    }

    .location-name-desktop {
        display: block;
    }

    .location-dropdown-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991.98px) {
    .schedule-service-container {
        margin-top: 24px;
    }

    .location-name-desktop {
        display: none;
    }

    .location-dropdown-mobile {
        display: block;
    }

    .location-dropdown-block{
        width: 100%;
        max-width: 600px;
    }

    .location-dropdown{
        width: 100%;
        max-width: 600px;
    }

    .service-location-container {
        margin-top: 12px;
    }

    .schedule-service-container .content-asset .schedule-text-info {
        display: none;
    }

    #contact-us-mobile{
        display: none;
    }

    /* #schedule-service-btn, */
    #service-phone-btn,
    .service-specials-btn {
        margin: 8px auto;
    }

    #service-phone-btn {
        display: block !important;
    }    

    /* .schedule-service-left {
        text-align: center;
    } */
        
    .desktop-schedule-title {
        display: none !important;
    }

    .mobile-schedule-title {
        display: block;
    }
}

.service-content-no-parts {
    padding-top: 24px;
}

.service-parts-link {
    padding-top: 4px;
}

.hours-text {
    color: var(--success)
}

@media only screen and (min-width: 992px){
    .schedule-btn-row{
        margin-left: -8px;
        flex-direction: row;
    }
    
}

#schedule-serivce-other-label {
    padding-top: 24px;
}

.schedule-service-container .chev-down, .schedule-service-container .chev-down {
    filter: brightness(0);
}

/* FAQs */
.schedule-service-container .accordion + .accordion + .accordion .collapse {
    margin-bottom: 12px;
}

.schedule-service-container .accordion, .schedule-service-container .accordion p,
.schedule-service-container .accordion a {
    text-align: left;
    font-family: var(--tertiary-font);
    font-size: 14px;
    line-height: 150%;
}

.schedule-service-container .accordion .card {
    padding-left: 0;
    padding-right: 0;
}

.schedule-service-container .accordion .card-header button {
    color: black !important;
}

.schedule-service-container .accordion li {
    margin-bottom: 16px;
    line-height: 100%;
}

#map {
    display: none;
}
@media only screen and (max-width: 767.98px) {
    #map {
        margin-top: -120px;
        height: 120px;
        display: block;
    }
}

.seo {
    margin: 16px 8px;
    padding: 0 8px;
}

.service-store-info {
    margin: 0 auto;
    padding: 32px;
    padding-top: 64px;
    background-color: rgba(0, 0, 0, 0.05);
}

.contact-other-change {
    margin-top: 24px;
    margin-bottom: 24px;
}

.service-location-container{
    max-height: 550px;
    overflow-y: auto;
    padding-right: 12px;
}

.service-location-container::-webkit-scrollbar {
    width: 6px;
	background-color: #F5F5F5;
}
 
.service-location-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.05);
}
.service-location-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #111;
}

.service-location-container .service-location{
    -webkit-box-shadow:inset 0px 0px 0px 1px var(--pahoehoe);
    -moz-box-shadow:inset 0px 0px 0px 1px var(--pahoehoe);
    box-shadow:inset 0px 0px 0px 1px var(--pahoehoe);
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
}

.service-location-container .service-location a{
    color: black;
}

.service-location-container .service-location .col-2, .service-location-container .service-location .col-3{
    text-align: right;
}

.service-location-container .service-location.selected{
    -webkit-box-shadow:inset 0px 0px 0px 2px black;
    -moz-box-shadow:inset 0px 0px 0px 2px black;
    box-shadow:inset 0px 0px 0px 2px black;
    position: relative;
}


.service-location-container .service-location.active{
    -webkit-box-shadow:inset 0px 0px 0px 2px var(--primary-1);
    -moz-box-shadow:inset 0px 0px 0px 2px var(--primary-1);
    box-shadow:inset 0px 0px 0px 2px var(--primary-1);
    position: relative;
    padding-top: 36px;
}

.service-location-container .service-location.active::before{
    content: "Your Service Center";
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px; 
    background-color: var(--primary-1);
    position: absolute;
    font-family: var(--tertiary-font);
    font-size: 12px;
    line-height: 1.5;
    top: 0;
    left: 0;
}

.service-location-container .service-location:not(:last-child){
    margin-bottom: 8px;
}

.service-location-container .service-location:hover{
    -webkit-box-shadow:inset 0px 0px 0px 2px black;
    -moz-box-shadow:inset 0px 0px 0px 2px black;
    box-shadow:inset 0px 0px 0px 2px black;
}

.service-location-container .service-location.selected:hover{
    -webkit-box-shadow:inset 0px 0px 0px 2px black;
    -moz-box-shadow:inset 0px 0px 0px 2px black;
    box-shadow:inset 0px 0px 0px 2px black;
}

.service-location-container .service-location.active:hover{
    -webkit-box-shadow:inset 0px 0px 0px 2px var(--primary-1);
    -moz-box-shadow:inset 0px 0px 0px 2px var(--primary-1);
    box-shadow:inset 0px 0px 0px 2px var(--primary-1);
}

.info-button{
    border: none;
    background-color: transparent;
    margin-right: -10px;
}

.info-circle::before{
    content: "i";
    width: 24px;
    height: 24px;
    background-color: black;
    border-radius: 50%;
    font: 16px Arial;
    text-align: center;
    color: white;
    display: block;
    float: right;
    padding: 4px;
    padding-right: 5px;
    text-transform: initial;
}

.service-location-container .distance-col p{
    margin-bottom: 0;
}

.map-height {
    max-height: calc(100dvh - 125px);
}

.service-location-container{
    max-height: calc(100dvh - 125px);
    padding-bottom: 12px;
}

.schedule-map-section{
    margin-bottom: 64px;
}

.schedule-map-title{
    margin-top: 64px;
    margin-bottom: 24px;
}

.faq-section{
    margin-top: 48px;
}

.faq-section h3 {
    text-transform: capitalize;
}

.icon-container {
    display: flex;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px;
}

.icon-container .col-6{
    padding-left: 8px;
    padding-right: 8px;
}

.icon-container .row{
    margin-left: -8px;
    margin-right: -8px;
}

@media only screen and (min-width: 1199.98px){
    .schedule-map-section, .schedule-map-header{
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    .map-height{
        max-height: 664px;
    }

    .service-location-container .service-location{
        padding-right: 18px;
        padding-left: 18px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .service-store-info {
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.05);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1122px) {
    .service-store-info {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 992px) {
    .LPMoverlay {
        display: none !important;
    }
}

@media only screen and (max-width: 1199.98px) and (max-height: 1199.98px) {
    .schedule-service-container {
        margin: 0 auto;
        width: auto;
    }

    .service-location-container, .map-height{
        height: 455px;
    }

    .map-height{
        padding-top: 0;
    }
}

@media only screen and (max-width: 991.98px){
    .icon-container{
        padding-left: 64px;
        padding-right: 64px;
    }

    .schedule-service-left {
        margin-top: 32px;
    }

    .map-height {
        height: calc(50vh - 68px);
        min-height: 40vh;
    }

    .service-location-container{
        height: calc(50vh - 68px);
    }

    .service-store-info {
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 12px;
        padding-bottom: 24px;
    }
}

@media only screen and (max-width: 767.98px){
    .schedule-map-title{
        margin-top: 48px;
        margin-bottom: 12px;
    }

    .schedule-service-left{
        margin-top: 0;
    }

    .service-location-container{
        height: calc(50vh - 84px);
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 8px;
        padding-bottom: 4px;
        margin-top: 12px;
    }

    .service-location-container .service-location{
        padding-left: 16px; 
        padding-right: 18px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .service-location-container .service-location.active{
        padding-top: 36px;
    }

    .schedule-service-left {
        margin-top: 16px;
    }

    .map-height{
        height: calc(50vh - 84px);
    }
}

.service-store-info ul {
    margin-top: 0;
    text-align: center;
    display: inline-block;
}

.service-store-info ul li {
    text-align: left;
}

.store-info-image-container {
    width: 100%;
    margin-top: 24px;
}

.store-info-image {
    display: block;
    width: 100%;
    height: auto;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-department-link {
    color: black;
}

.amenities-accordion button{
    border: none;
    padding: 0;
    background-color: transparent;
}

.amenities-accordion .accordion-button.collapsed .chev-up{
    display: none;
}

.amenities-accordion .accordion-button.collapsed .chev-down{
    display: inline-block;
}

.amenities-accordion .accordion-button .chev-down{
    display: none;
}

.amenities-accordion .accordion-button .chev-up{
    display: inline-block;
}

#maincontent {
    max-width: 100%;
    overflow-x: hidden;
}

.schedule-service-footer{
    padding-bottom: 96px;
}