
.carousel{
    position: relative;
    max-height: 530px;
    min-height: 530px;
    overflow: hidden;
}

.carousel .scale-image{
    display: block;
    height: auto;
    width: 100%;
}

.carousel .scale-mobile{
    display: none;
}

.carousel .slide{
    transition: all 600ms ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    left: 0;
    top: 0;
}

.carousel .active{
   z-index: 1;
   opacity: 1;
}

.carousel .slide img{
    display: block;
    height: auto;
    width: 100%;
}

.carousel .slide .mobile{
    display: none;
}

.carousel .slide .content{
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    max-width: 380px;
    color: #ffffff;
    padding: 40px;
    z-index: 2;
    left: 50%;
    top: calc(50% - 40px);
}

.carousel .slide .content[data-variant="clear"]{
    background-color: rgba(255,255,255,0.9);
    color: #51626F;
}

.carousel .slide .content[data-variant="hessian"]{
    background: url('../features/carousel/assets/hessian.jpg') no-repeat center center;
    color: #ffffff;
}

.carousel .slide .content .button{
    background-color: #D81E05;
    margin: 20px auto 0 auto;
    color: #ffffff;
}

.carousel .slide .content .button:hover{
    background-color: #822433;
    color: #ffffff;
}

.carousel .slide .content h1{
    margin: 0 0 30px 0;
}

.carousel .slide .content p{
    margin-bottom: 30px;
    line-height: 28px;
}

.carousel .slide .mobile-image-container,
.carousel .slide .desktop-image-container{
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.carousel .slide .desktop-image-container{
    display: block;
}

.carousel .slide.not-full-width .desktop-image-container,
.carousel .slide.not-full-width .video-content{
    transform: translateX(-50%);
    max-width: 1420px;
    display: block;
    left: 50%;
}.carousel .slide .not-full-width{
    
}

.carousel .slide .video-content{
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.carousel .slide .video-content .mobile{
    display: none;
}

.carousel .slide video{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel svg{
    position: absolute;
    height: calc(100% + 20px);
    width: 57%;
    z-index: 1;
    top: -2px;
    right: 0;
}

.carousel .nav-dots{
    transform: translateX(-50%);
    position: absolute;
    bottom: 70px;
    width: auto;
    z-index: 3;
    left: 50%;
}

.carousel .nav-dots li{
    border: solid 1px #ffffff;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 2px;
    height: 12px;
    width: 12px;
}

.carousel .nav-dots .active{
    background-color: #ffffff;
}

.carousel .no-show{
    display: none;
}

.carousel .arrows button{
    background-color: transparent;
    transform: translateY(-50%);
    position: absolute;
    overflow: visible;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    margin: 0;
    top: 50%;
}

.carousel .arrows button:focus{
    outline: none;
}

.carousel .arrows svg{
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.2));
    pointer-events: none;
    position: relative;
    display: block;
    height: 51px;
    width: 32px;
    opacity: 0.8;
    margin: 0;
}

.carousel .arrows svg path{
    fill: #ffffff;
}

.carousel .arrows .right{
    right: 40px;
}

.carousel .arrows .left{
    left: 40px;
}/*
@media screen and (max-width: 1200px) {
    .carousel .slide .content{
        padding-right: 80px;
        width: 35%;
    }
}

@media screen and (max-width: 980px) {
    .carousel .slide .content{
        display: none;
    }
}
*/

@media screen and (max-width: 840px) {
    .carousel .slide .content{
        min-width: calc(100% - 200px);
        max-width: none;
    }

    .carousel .arrows .right{
        right: 10px;
    }

    .carousel .arrows .left{
        left: 10px;
    }

}

@media screen and (max-width: 768px) {
    .carousel .scale-images .mobile{
        display: block;
    }

    .carousel .scale-images .desktop{
        display: none;
    }

    .carousel .slide img{
        height: 100%;
        width: auto;
    }
}

@media screen and (max-width: 460px) {

    .carousel .slide.has-mobile{
        background: none!important;
    }

    .carousel .slide .mobile-image-container{
        display: block;
    }

    .carousel .slide img{
        height: auto;
        width: 100%;
    }
    
    .carousel .slide .mobile,
    .carousel .scale-mobile{
        display: block;
    }

    .carousel .slide .desktop,
    .carousel .scale-desktop,
    .carousel .slide .desktop-image-container{
        display: none;
    }

    .carousel .slide .content{
        min-width: calc(100% - 120px);
        max-width: none;
    }    .carousel .arrows button{
        transform: translateY(0);
        bottom: 20px;
        top: auto;
    }

    .carousel .arrows .right{
        right: 30px;
    }

    .carousel .arrows .left{
        left: 20px;
    }

    .carousel .nav-dots{
        bottom: 60px;
    }

    .carousel .slide .video-content .mobile{
        display: block;
    }

    .carousel .slide .video-content .desktop{
        display: none;
    }
}@supports (-ms-ime-align:auto) {
    .carousel .slide video{
        transform: translateX(-50%);
        height: auto;
        width: 100%;
        left: 50%;
    }
}

@media screen and (orientation: portrait){
    .carousel .slide video{
        transform: translateX(-50%);
        height: 100%;
        width: auto;
        left: 50%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .carousel .slide video{
        transform: translateX(-50%);
        height: auto;
        width: 100%;
        left: 50%;
        top: 0;
    }
}
/*
.store-finder{
    margin-bottom: 20px;
}
*/

.store-finder form p{
    max-width: calc(100% - 40px);
    background-color: #ffffff;
    border: solid 1px #51626F;
    padding: 10px 20px 10px 0;
    position: relative;
    margin: 16px 0 0 0;
    display: table;
    margin: 0 auto;
    width: 300px;
}

.store-finder form label{
    pointer-events: none;
    position: absolute;
    color: #51626F;
    left: 10px;
    top: 10px;
}

.store-finder form label span:nth-child(2){
    display: none;
}

.store-finder form input{
    border-right: solid 1px #51626F;
    background-color: transparent;
    width: calc(100% - 40px);
    font-weight: inherit;
    border-bottom: none;
    margin: 0 20px 0 0;
    font-size: inherit;
    border-left: none;
    border-top: none;
    border-radius: 0;
    padding: 0 10px;
    color: #51626F;
}

.store-finder form.hide-label label{
    visibility: hidden;
}

.store-finder form input:focus{
    outline: none;
}.store-finder form button{
    background-color: transparent;
    position: absolute;
    right: 17px;
    padding: 0;
    margin: 0;
    top: 3px;
}

.store-finder form p svg{
    display: block;
    height: 20px;
    width: 20px;
    opacity: 1;
}

.store-finder .stores-near-you{
    overflow: hidden;
    max-height: 0;
}

.store-finder .stores-near-you h3{
    margin-bottom: 40px;
}

.store-finder .stores-near-you.show{
    padding: 40px 0 0 0;
    max-height: 2000px;
}

.store-finder .map-section .no-show{
    display: none;
}

.store-finder .map-section{
    padding: 40px 0 0 0;
}

.store-finder .map-section h5{
    text-transform: uppercase;
    background-color: #13375a;
    text-align: center;
    margin: 0 0 20px 0;
    color: #ffffff;
    padding: 10px;
}

.store-finder .store-map{
    background-color: #f9f9f9;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 600px;
}

.store-finder #gmapCanvas{
    transition: all 200ms ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 1;
}

.store-finder #gmapCanvas.processing{
    opacity: 0.2;
}.store-finder .store-map .loading{
    transform: translateY(-40%);
    left: calc(50% - 100px);
    position: absolute;
    width: 200px;
    z-index: 0;
    top: 50%;
}

.store-finder .store-map .loading svg{
    animation: spin 3s infinite linear;
    margin: 0 auto;
    display: block;
    height: 48px;
    width: 48px;
}

.store-finder .store-map .loading p{
    text-align: center;
}

.store-finder .stores-near-you .store-list{
    max-width: 1024px;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex; 
}

.store-finder .a-store{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    flex-shrink: 0;
    width: 33.33%;
}

.store-finder .a-store .col{
    text-align: center;
    width: 100%;
}

#gmapCanvas .a-store{
    min-height: auto;
    margin-bottom: 0;
    min-width: 214px;
    padding: 10px;
}

#gmapCanvas .a-store a{
    color: inherit;
}

#gmapCanvas .a-store .button{
    margin: 14px 0 0 0;
    color: #ffffff;
}

#gmapCanvas .a-store .links{
    margin-top: 30px;
}

#gmapCanvas .a-store .links a:first-child{
    margin-right: 20px;
}

.store-finder .a-store .content{
    padding: 10px;
}.store-finder .a-store img{
    margin-right: 10px;
    width: 27px;
}

.store-finder .a-store h4{
    margin: 0;
}

.store-finder .a-store p{
    margin: 0 0 5px 0;
}

.store-finder .a-store p strong{
    font-weight: 700;
    color: #51626F;
}

.store-finder .a-store p .button{
    margin: 14px auto 0 auto;
}

.store-finder .a-store h4{
    font-weight: 700;
    font-size: 16px;
}

.store-finder .a-store .the-id{
    position: absolute;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    width: 27px;
    top: 7px;
    left: 0;
}

.store-finder .store-template,
.store-finder .google-info-window-template{ display: none; }.store-finder .find-stores{
    transition: all 300ms ease-in-out;
}@media screen and (max-width: 960px) {
    .store-finder .a-store{
        width: 33.33%;
    }
}@media screen and (max-width: 768px) {
    .store-finder .a-store{
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .store-finder .a-store{
        width: 50%;
    }
}

@media screen and (max-width: 520px) {
    .store-finder .a-store{
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
    }

    .store-finder .a-store .col{
        width: 100%;
    }

    .store-finder .a-store p .button{
        margin: 20px auto 0 auto;
    }

    .store-finder .a-store .pointer{
        display: block;
        margin: 0 auto;
    }

    .store-finder .a-store .pointer img{
        margin: 0 0 10px 0;
    }

    .store-finder .a-store .the-id{
        width: 100%;
    }

    .store-finder .store-map{
        height: 400px;
    }
}

@media screen and (max-width: 420px) {
    .store-finder fieldset input[type="text"]{
        width: calc(100% - 40px);
    }
}@media (max-width: 400px ){
    .store-finder fieldset .the-button{
        margin-top: 10px;
        display: block;
    }

    .store-finder form p{
        width: calc(100% - 40px);
    }

    .store-finder form label{
        width: calc(100% - 40px);
        text-align: left;
        overflow: hidden;
        height: 26px;
    }

    .store-finder form label span:nth-child(2){
        display: block;
    }

    .store-finder form label span:nth-child(1){
        display: none;
    }
}
.faq-section{
    text-align: center;
    padding: 80px 0;
}

.faq-section h3{
    margin: 0 0 20px 0;
}

.faqs{
    width: calc(100% - 40px);
    max-width: 960px;
    display: table;
    margin: 0 auto;
    padding: 0;
}

.faq-section:nth-child(even){
    background-color: #EDEFF0;
    display: block;
}

.faqs li{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 20px;
    list-style: none;
}

.faqs li a{
    color: inherit;
    color: #D81E05;
}

.faqs li:last-child{
    margin-bottom: 0;
}

.faqs li svg{
    transition: all 200ms ease-in-out;
    margin: 0 auto 10px auto;
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
}

.faqs li span{
    margin: 0 0 10px 0;
    display: block;
}

.faqs li span:nth-child(2){
    margin-bottom: 10px;
    font-weight: 700;
}

.faqs li span:nth-child(3){
    transition: all 200ms ease-in-out;
    overflow: hidden;
    max-height: 0;
}

.faqs li span b{
    display: inline-block;
    color: #61b4e4;
    width: 20px;
}

.faqs li.show :nth-child(3){
    max-height: 400px;
}

.faqs li.show svg{
    transform: rotate(180deg);
}

@media screen and (max-width: 640px) {

}