﻿.stream-wrapper {
    min-height: 700px;
}
#BMWPerformance .stream-wrapper {
}

#BMWPerformance .header-banner {
    max-width: 1680px;
    margin: 0px auto;
}

#BMWPerformance .main-section {
    max-width: 1680px;
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

#BMWPerformance .close-section {
    max-width: 1680px;
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #F0F0F0;
}

    #BMWPerformance .close-section .event-close {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 80px;
        margin-bottom: 80px;
        text-align: center;
    }

        #BMWPerformance .close-section .event-close h2, p {
        }

#BMWPerformance .register-form {
    background-color: #F0F0F0;
    padding: 50px 0;
}

    #BMWPerformance .register-form .form-container {
        min-height: 350px;
        position: relative;
    }


#BMWPerformance .cineplex-section {
    max-width: 1680px;
    margin: 100px auto;
}

    #BMWPerformance .cineplex-section .cineplex-container {
        margin: 0 20% 100px;
    }

        #BMWPerformance .cineplex-section .cineplex-container .cineplex-copy .cineplex-legal {
            font-size: 0.7em;
        }

        #BMWPerformance .cineplex-section .cineplex-container .cineplex-copy .cineplex-title {
            font-size: 2.3em;
        }

        #BMWPerformance .cineplex-section .cineplex-container .cineplex-image img {
            max-height: 250px;
            width: auto;
        }

#BMWPerformance .schedule-section {
    max-width: 1680px;
    margin: 0px auto;
}

    #BMWPerformance .schedule-section .schedule-copy {
        margin: 25px auto 25px;
    }

        #BMWPerformance .schedule-section .schedule-copy .bold-font {
            font-family: 'BMWTypeNextBold';
        }

    #BMWPerformance .schedule-section .schedules {
        margin: 0 20% 15px;
    }

        #BMWPerformance .schedule-section .schedules .schedule-container {
            /*min-height: 510px;*/
            text-align: left;
            border: 1px solid #E6E6E6;
            padding: 20px;
            margin-bottom: 10px;
        }

            #BMWPerformance .schedule-section .schedules .schedule-container .schedule-info {
                padding: 15px;
            }

                #BMWPerformance .schedule-section .schedules .schedule-container .schedule-info .title {
                    font-family: BMWTypeNextBold;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 25px;
                }

                #BMWPerformance .schedule-section .schedules .schedule-container .schedule-info .sub-title {
                    font-size: 20px;
                    line-height: 25px;
                }

        #BMWPerformance .schedule-section .schedules .sign-up-virtual {
            margin: 5% auto;
        }

        #BMWPerformance .schedule-section .schedules .sign-up-virtual-copy {
            margin-bottom: 20px;
        }

        #BMWPerformance .schedule-section .schedules .sign-up-virtual-btn {
        }
/*Discover Section*/
#BMWPerformance .discover-section {
    max-width: 1680px;
    margin: 0px auto;
}

    #BMWPerformance .discover-section .discover-copy {
        margin: 100px auto 25px;
    }

    #BMWPerformance .discover-section .discover-vehicles {
        margin: 0 20% 75px;
    }

        #BMWPerformance .discover-section .discover-vehicles .vehicle-container {
            min-height: 510px;
            text-align: left;
            border: 1px solid #E6E6E6;
            padding: 20px;
            margin-bottom: 10px;
        }

            #BMWPerformance .discover-section .discover-vehicles .vehicle-container .vehicle-image {
                text-align: center;
            }

                #BMWPerformance .discover-section .discover-vehicles .vehicle-container .vehicle-image img {
                    object-fit: contain;
                    width: 100%;
                    margin-bottom: 20px;
                }

            #BMWPerformance .discover-section .discover-vehicles .vehicle-container .vehicle-info {
            }

                #BMWPerformance .discover-section .discover-vehicles .vehicle-container .vehicle-info .title {
                    font-family: BMWTypeNextBold;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 25px;
                }

                #BMWPerformance .discover-section .discover-vehicles .vehicle-container .vehicle-info .sub-title {
                    font-size: 20px;
                    line-height: 25px;
                }

                #BMWPerformance .discover-section .discover-vehicles .vehicle-container .vehicle-info .discover-link {
                    font-family: BMWTypeNextBold;
                    color: black;
                    font-weight: bold;
                }

                    #BMWPerformance .discover-section .discover-vehicles .vehicle-container .vehicle-info .discover-link img {
                        width: 14px;
                        height: 14px;
                        margin-bottom: 5px;
                    }

#BMWPerformance .cineplex-legal-section {
    max-width: 1680px;
    margin: 0px auto;
}

    #BMWPerformance .cineplex-legal-section .cineplex-legal-copy {
        margin: 0 10% 50px;
    }

        #BMWPerformance .cineplex-legal-section .cineplex-legal-copy p {
            font-size: 12px;
        }


#BMWPerformance .stream-section {
    max-width: 1680px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #F0F0F0;
}

    #BMWPerformance .stream-section .event-stream .livestream-vid {
        display: flex;
        max-width: 1200px;
        margin: 0 auto 0;
        align-items: flex-end;
    }
    #BMWPerformance .stream-section .event-stream .livestream-vid-no-chat {
        display: block;
        align-items: center;
        max-width: 1000px;
    }

        #BMWPerformance .stream-section .event-stream .livestream-vid.go-fullscreen .live-video {
            z-index: 111;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
        }

    #BMWPerformance .stream-section .event-stream .close-fullscreen {
        z-index: 11111;
        display: none;
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        font-size: 15px;
        background: #1c69d4;
        padding: 10px 15px;
        cursor: pointer;
    }

    #BMWPerformance .stream-section .event-stream .full-screen-exp {
        position: relative;
        top: 30px;
    }

        #BMWPerformance .stream-section .event-stream .full-screen-exp span {
            text-decoration: underline;
            cursor: pointer;
            font-family: BMWTypeNextBold;
        }

    #BMWPerformance .stream-section .event-stream .livestream-vid.go-fullscreen .live-video iframe {
        height: 100vh;
        max-height: 100vh;
    }

    #BMWPerformance .stream-section .event-stream .live-chat, .live-video {
        position: relative;
        height: 100%;
    }

    #BMWPerformance .stream-section .event-stream .live-video {
        width: 70%;
    }

    #BMWPerformance .stream-section .event-stream .livestream-vid-no-chat .live-video {
        width: 100%;
    }

    #BMWPerformance .stream-section .event-stream .live-chat {
        width: 30%;
    }

    #BMWPerformance .stream-section .event-stream .live-video iframe, .live-chat iframe {
        width: 100%;
        height: 25vw;
        max-height: 500px;
    }

.ve-bi.is-live .coming-soon-container {
    display: none;
}

.ve-bi.is-live .livestream-vid {
    display: flex;
}

.exp-link {
    color: #000;
    text-decoration: underline;
}

.intro-date {
    margin-top: 0 !important;
    font-family: BMWTypeNextBold;
    font-size: 25px !important;
    line-height: 28px !important;
    padding-top: 20px;
}

    .intro-date sup {
        top: -12px;
        font-size: 14px;
    }

.intro {
    padding-bottom: 0;
}

    .intro a {
        color: #000;
        text-decoration: underline;
    }

.intro-questions {
    display: block;
    margin: 20px auto 0 !important;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}

    .intro-questions a {
        color: #000;
        text-decoration: underline;
    }

.faq-sect {
    margin-top: 80px;
}

.faq-bi {
    display: none;
}

.faq-bi-title {
    margin: 50px 0 30px;
}

.faq-bi-subtitle {
    margin: 0px 0 20px;
}

.faq-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.faq-body {
    max-width: 1200px;
    margin: 0px auto;
}

.faq-inner-header {
    max-width: 1200px;
    margin: 0px auto;
}

.faq-ctas {
    text-decoration: none !important;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #000 !important;
    font-family: BMWTypeNextBold;
}

    .faq-ctas:first-child {
        border-right: 1px solid #ccc;
        padding-right: 25px;
        margin-right: 25px;
    }

    .faq-ctas.active span {
        position: relative;
    }

        .faq-ctas.active span:after {
            content: ' ';
            position: absolute;
            left: 0;
            bottom: -19px;
            width: 100%;
            height: 8px;
            background: #1c69d4;
            min-width: 50px;
            left: 50%;
            transform: translateX(-50%);
        }

.coming-soon {
    display: block;
    margin: 60px auto 0px;
    width: 100%;
}

.legal-disclaimer {
    margin-top: 100px;
}

.modal-body {
    padding: 50px 30px 20px;
}

    .modal-body > p {
        margin: 20px 0 10px;
    }

    .modal-body .btn {
        max-width: 200px;
        margin: 20px 0 0;
    }

#RevealCode {
    display: none;
    font-size: 32px;
    line-height: 34px;
    color: #000;
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 26px 0 5px !important;
    font-family: BMWTypeNextBold;
}

.login-container {
    max-width: 500px;
    width: calc(100% - 30px);
    margin: 30px auto 0;
}

    .login-container label {
        font-family: BMWTypeNextBold;
    }
.login-subtitle {
    margin-bottom: 22px;
}

.login-dislcaimer {
}

#LoginModal input {
}

.login-disclaimer {
    margin: 20px auto 25px;
}

    .login-disclaimer a {
        text-decoration: underline;
        color: #000;
    }



.ve-bi .faq-bi-title {
    text-transform: uppercase;
    margin-bottom: 35px;
}

.faq-bi h2 {
    text-transform: uppercase;
}

.faq-block-item {
    margin: 10px auto 10px;
    border-top: 1px solid #ccc;
    padding: 20px 15px 10px;
    transition: 100ms;
}

    .faq-block-item.active {
        background: #f2f2f2;
    }
/*.faq-block-item:last-child {
                    padding-bottom: 22px;
                    border-bottom: 1px solid #ccc;
                }*/
.faq-block-item__header {
    position: relative;
    cursor: pointer;
    font-family: BMWTypeNextBold;
    font-size: 16px;
    line-height: 18px;
    padding-right: 30px;
}

.faq-block-item .faq-block-item__body {
    display: none;
    font-size: 16px;
    line-height: 18px;
    margin: 16px 0 0;
}

.faq-block-item__body a {
    color: #000;
    text-decoration: underline;
}

.faq-block-item.active .faq-block-item {
    background: #f2f2f2;
}

    .faq-block-item.active .faq-block-item .faq-block-item__body {
        display: block;
    }

.expand-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-color: #1c69d4;
    margin-left: 15px;
}

    .expand-toggle:before {
        content: ' ';
        position: absolute;
        width: 13px;
        height: 13px;
        top: 6px;
        left: 6px;
        background: url(/img/autoshowmovie/stream/plus-white.png) center center no-repeat;
    }

.faq-block-item.active .expand-toggle:before {
    background: url(/img/autoshowmovie/stream/minus-white.png) center center no-repeat;
}

.countdown-timer {
    display: block;
    max-width: 520px;
    margin: 60px auto 40px;
    border: 6px solid #1f1f1f;
    padding: 24px 0 22px;
}

.countdown-timer__inner {
    max-width: 400px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.countdown-timer .countdown-timer__inner > div {
    width: 100%;
    text-align: center;
    position: relative;
}

.countdown-timer__inner > div span {
    position: relative;
    font-family: BMWTypeNextBold;
    font-size: 36px;
    line-height: 38px;
}

.countdown-timer .countdown-timer__inner > div span:after {
    content: ":";
    position: absolute;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    right: -2vw;
}

.countdown-timer .countdown-timer__inner > div span:after {
    right: -60%;
}

.countdown-timer .countdown-timer__inner > div:last-child span:after {
    display: none;
}

.countdown-timer__inner > div label {
    display: block;
    font-size: 26px;
    line-height: 28px;
    margin-top: 10px;
    font-family: BMWTypeNextLight;
}

.alph-list {
    margin-top: 10px;
}

    .alph-list li {
        margin-bottom: 10px;
    }

.pioneer-sect {
    margin: 130px 0 0;
}

    .pioneer-sect img {
        width: 100%;
    }

    .pioneer-sect h1 {
        margin: 40px 0 20px;
    }

    .pioneer-sect p {
        max-width: 880px;
    }

    .pioneer-sect .btn {
        margin: 30px 0 10px;
    }

    .pioneer-sect .disclaimer {
        position: relative;
        top: 30px;
        margin: 15px 0 0px;
        font-size: 12px;
        line-height: 14px;
        max-width: 100%;
    }

.view-all-faqs {
    position: relative;
    top: 20px;
    margin: 0px 0 0;
}

.err {
    color: red !important;
    border: 1px solid red !important;
}
.err-msg a {
    color: red;
    text-decoration: underline;
}
.error-message { 
    display: none;
    color: red;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: bold;
    margin: 5px auto 0;
}
    .error-message a {
        color: red;
        text-decoration: underline;
    }

.faq-item-11 {
    /*display: none;*/
}

.close-intro h1 {
    font-size: 38px;
    line-height: 38px;
    text-transform: uppercase;
}

.close-intro .event-closed-copy {
    font-size: 18px;
    font-size: 20px;
    margin-top: 25px;
}

.close-pioneer {
    max-width: 1200px;
    margin: 80px auto 80px;
}

@media (max-width: 1220px) {
    .faq-sect {
        padding: 0px 15px;
    }

    .modal-dialog {
        margin: 0px auto;
    }

    #BMWPerformance .stream-section .event-stream .live-chat, .live-video {
        width: 100%;
    }

    #BMWPerformance .stream-section .event-stream .livestream-vid {
        flex-direction: column;
    }

    #BMWPerformance .stream-section .event-stream .live-video iframe, .live-chat iframe {
        height: 48vw;
    }
}

@media (max-width: 1201px) {
    .close-pioneer {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {
    #BMWPerformance .stream-section .event-stream .live-video iframe {
        max-height: 640px;
        height: 42vw;
    }
}


@media (max-width: 990px) {
    #BMWPerformance .main-section {
        padding-left: 5%;
        padding-top: 5%;
    }

    #BMWPerformance .close-section .event-close {
        padding: 5%;
    }

    #BMWPerformance .schedule-section .schedule-copy {
        margin: 25px;
    }

        #BMWPerformance .schedule-section .schedule-copy h2 {
            font-size: 35px !important;
            line-height: 35px !important;
        }

        #BMWPerformance .schedule-section .schedule-copy h3 {
            font-size: 20px !important;
            line-height: 20px !important;
        }

    #BMWPerformance .schedule-section .schedules {
        margin: 0 5% 100px;
    }

        #BMWPerformance .schedule-section .schedules .sign-up-virtual .sign-up-virtual-copy h3 {
            font-size: 4.5vw !important;
            line-height: 4.5vw !important;
        }

    #BMWPerformance .discover-section .discover-vehicles {
        margin: 0 5% 100px;
    }


    #BMWPerformance .cineplex-section .cineplex-container {
        margin: 0 5% 100px;
    }

        #BMWPerformance .cineplex-section .cineplex-container .cineplex-image img {
            width: 100%;
            max-height: none;
            align-content: center;
            margin: 20px auto 0;
        }
}

@media (max-width: 768px) {
    .login-container {
        width: 100%
    }

    #BMWPerformance .stream-section .event-stream .live-chat iframe {
        min-height: 400px;
    }

    .close-pioneer .btn-primary {
        max-width: 100%;
        width: 100%;
    }

    .close-intro h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .close-pioneer h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 20px 0 10px;
    }
}
