﻿/*GLOBAL PAGE STYLING*/
.text-cap {
    text-transform: capitalize;
}

h1, h2, h3, p {
    font-family: BMWTypeNextLight;
    font-weight: normal;
    color: #000;
}

input, select, textarea, .form-input-div {
    font-family: BMWTypeNextRegular;
    border: 1px solid #a3a3a3;
    border-radius: 0;
    outline: none;
    height: 46px;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
}

.form-input-div {
    cursor: default;
    background: #fff;
    width: 100%;
}

select {
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/img/ico/select-bg.png) center right no-repeat #fff;
    background-size: contain;
}

    select::-ms-expand {
        display: none;
    }

.btn {
    font-family: BMWTypeNextBold;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    white-space: normal;
    border-radius: 0;
    border: 0;
    width: 100%;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 14px 12px;
    max-width: 390px;
    padding: 12px 12px;
    cursor: pointer;
}

    .primary-color, .btn.btn-primary {
        background-color: #1c69d4;
        color: #fff;
    }

    .btn.btn-dark-grey {
        background: #4d4d4d;
        color: #fff;
    }

.required {
    color: #c00000;
}

/*FORM STYLE*/
.bmw-form {
    text-align: center;
    margin: 0px;
    padding: 45px 0px 40px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bmw-form .has-err {
        border: 2px solid #c00000 !important;
    }

    .bmw-form h2 {
        font-size: 36px;
        line-height: 36px;
        font-family: BMWTypeNextLight;
        font-weight: normal;
    }

    .bmw-form .sign-up-title {
        margin-bottom: 25px;
        text-align: center;
    }


    .bmw-form .form-success-title {
        margin-bottom: 25px;
        text-align: center;
    }

    .bmw-form .sign-up-subtitle {
        margin: 0px auto 45px;
        font-size: 16px;
        line-height: 20px;
        max-width: 800px;
        text-align: center;
    }

    .bmw-form .form-success-subtitle {
        margin: 0px auto 45px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .bmw-form .form-error-title {
        margin-bottom: 25px;
        text-align: center;
        text-transform: capitalize;
    }

    .bmw-form .form-row-title {
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
        font-family: BMWTypeNextRegular;
        text-align: left;
        padding: 0px 10px;
    }

    .bmw-form .form-legal {
        margin: 45px auto 0;
        text-align: left;
        max-width: 1190px;
    }

.form-legal a {
    text-decoration: underline;
    color: #000;
}

.bmw-form .form-row-subtitle {
    text-align: left;
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
}

.bmw-form .submit-btn {
    margin-top: 20px;
    max-width: 380px;
}

.bmw-form .form-row {
    display: flex;
    max-width: 1340px;
    margin: 0px auto 30px;
    justify-content: center;
}

    .bmw-form .form-row .form-group {
        text-align: left;
        flex-basis: 100%;
        padding: 0px 10px;
    }

        .bmw-form .form-row .form-group label:not(.radio-inline) {
            font-family: BMWTypeNextBold;
            font-size: 15px;
            line-height: 18px;
            display: block;
            margin-bottom: 10px;
        }

.bmw-form .form-subtitle {
    margin: 15px auto 25px;
}

.bmw-form .opt-in-container {
    text-align: center;
    margin: 0px auto;
    max-width: 1200px;
}

.bmw-form .opt-in-group {
    margin: 14px auto 15px;
}

    .bmw-form .opt-in-title,
    .bmw-form .opt-in-group p,
    .bmw-form .opt-in-group label {
        font-family: BMWTypeNextRegular;
        font-family: BMWTypeNextRegular;
    }

        .bmw-form .opt-in-group label input {
            margin-right: 10px;
        }

    .bmw-form .opt-in-group a {
        color: #000;
        text-decoration: underline;
        font-family: BMWTypeNextBold;
    }

.bmw-form .opt-in-group .check-box {
    position: relative;
    display: inline-block;
    width: 22px;
}

    .bmw-form .opt-in-group .check-box, .bmw-form .opt-in-group .check-box ~ p {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
    }

        .bmw-form .opt-in-group .check-box ~ p {
            padding-left: 12px;
            max-width: calc(100% - 30px);
        }

        .bmw-form .opt-in-group .check-box .checked {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

.bmw-form .opt-in-group.active .checked {
    display: block;
}

.bmw-form .success-message {
    text-align: center;
    display: none;
}

.bmw-form .legal {
    max-width: 1200px;
    margin: 40px auto 20px;
    font-size: 14px;
    line-height: 1.15;
}

.radio-button-group {
    display: flex;
}

    .radio-button-group > label {
        width: 33.33%;
        font-family: BMWTypeNextLight !important;
        font-weight: normal;
    }
/*END*/
/*GLOBAL PAGE STYLING*/

#BMWPerformance > .container {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}

.header-banner {
    position: relative;
}

    .header-banner > img {
        width: 100%;
    }

.intro {
    padding: 60px 0px 30px;
    max-width: 1280px;
    margin: 0px auto;
}

    .intro .intro__copy {
    }

        .intro .intro__copy h1 {
            font-size: 60px;
            line-height: 62px;
        }

        .intro .intro__copy h2 {
            margin-top: 10px;
            font-size: 30px;
            line-height: 32px;
        }

        .intro .intro__copy p {
            margin: 28px 0 30px;
            max-width: 1024px;
        }

.register-sect {
    background: #f0f0f0;
    padding: 20px 0px;
}

    .register-sect .bmw-form {
        max-width: 1280px;
        margin: 0px auto;
    }

        .register-sect .bmw-form .first-form-row {
            max-width: 960px;
            margin: 0 auto;
        }

        .register-sect .bmw-form .second-form-row {
            max-width: 960px;
            margin: 0 auto;
        }

    .register-sect .first-form-row .form-group:nth-child(1) {
        max-width: 15%;
    }

    .register-sect .first-form-row .form-group:nth-child(2) {
        max-width: 26%;
    }

.go-to-rules {
    font-family: BMWTypeNextBold;
    text-decoration: underline;
    cursor: pointer;
}

.success-message p {
    font-size: 18px;
    line-height: 20px;
}

.success-message p, .error-message p {
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px;
}


.error-message {
    display: none;
}

    .error-message .already-registered-error {
        display: none;
    }

    .error-message .general-error {
        display: none;
    }

    .error-message a {
        color: black;
        text-decoration: underline;
        font-weight: bold;
    }

.date, .time {
    /*font-size: 12px;*/
    /*line-height: 12px;*/
}

.giveaway-sect {
    max-width: 1200px;
    margin: 90px auto 30px;
}

    .giveaway-sect > div {
        display: flex;
        margin-bottom: 70px;
    }

        .giveaway-sect > div h1 {
            font-size: 40px;
            line-height: 42px;
            margin-top: 6px;
            margin-bottom: 16px;
        }

        .giveaway-sect > div p {
            max-width: calc(100% - 40px);
        }

        .giveaway-sect > div:nth-child(2) {
            flex-direction: row-reverse;
        }

            .giveaway-sect > div:nth-child(2) .flex-row-1 {
                padding-left: 50px;
            }

            .giveaway-sect > div:nth-child(2) p {
                max-width: 100%;
            }

    .giveaway-sect a {
        color: #000;
        text-decoration: underline;
    }

.legal-disclaimer {
    margin: 20px auto 50px;
    padding-top: 30px;
    border-top: 2px solid #777;
    max-width: 1200px;
}

    .legal-disclaimer strong {
        font-family: 'BMWTypeNextBold';
    }

/*MODAL STYLING*/
#ContestLegal,
#NotOpenYet {
    max-width: 800px;
    margin: 0px auto;
}

    #ContestLegal .modal-dialog {
        margin-top: 0px;
    }

.legal-copy {
    padding: 55px 15px 10px;
}

.legal-copy {
    font-size: 14px;
    line-height: 15px;
}

#DiscoverLineUpPop .modal-content,
.modal-content {
    border: 0;
    border-radius: 0px;
}

.modal .modal-content button.close {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    opacity: 1;
    outline: none;
}

.modal-content button.close,
.modal-content button.close,
.modal-content button.close {
    top: 0;
    right: 0;
}

.modal-dialog {
    border-radius: 0px;
    width: 100%;
    max-width: 1650px;
}

.modal {
    overflow: auto;
}

#DiscoverLineUpPop .modal-body {
    padding: 15px 15px;
    position: relative;
}

#DiscoverLineUpPop .modal-dialog {
    max-width: 1190px;
    width: 100%;
}

#DiscoverLineUpPop .lineup-img {
    width: 100%;
}

.copy-over {
    position: absolute;
    top: 12.45%;
    left: 7%;
}

    .copy-over h1 {
        font-size: 60px;
        line-height: 60px;
        color: #fff;
    }

    .copy-over .btn-primary {
        padding: 15px 0;
        margin-top: 34px;
    }

#UnsubscribeModal .modal-body {
    padding: 50px 30px 30px;
}

#UnsubscribeModal .modal-dialog {
    max-width: 600px;
    width: 100%;
}

    #UnsubscribeModal .modal-dialog p {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 30px;
    }

    #UnsubscribeModal .modal-dialog .btn {
        max-width: 150px;
        display: inline-block;
    }

    #UnsubscribeModal .modal-dialog .btn-default {
        border: 1px solid #ccc;
    }

.mobile-img {
    display: none;
}

.small-symb {
    position: relative;
    /*top: -6px;*/
    font-size: 10px;
    line-height: 10px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes swipeAnimation {
    0% {
        left: 0%;
        transform: translateX(-50%) rotate(0deg);
    }

    50% {
        left: 50px;
        transform: translateX(-50%) rotate(10deg);
    }

    100% {
        left: 0%;
        transform: translateX(-50%) rotate(0deg);
    }
}

@media(min-width: 1000px) and (max-width: 1230px) {
    .legal-disclaimer {
        padding: 30px 15px 30px;
    }

    .bmw-form {
        padding: 30px 15px 25px;
    }

    .giveaway-sect {
        padding: 0px 15px;
    }
}

@media(min-width: 1000px) and (max-width: 1300px) {
    .intro {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 1000px) {
    .intro {
        margin: 40px auto 10px;
        padding: 0px 15px;
    }

        .intro .intro__copy h1 {
            font-size: 42px;
            line-height: 44px;
        }

        .intro .intro__copy h2 {
            font-size: 30px;
            line-height: 32px;
        }

    .register-sect .first-form-row .form-group,
    .register-sect .bmw-form .second-form-row {
        max-width: 100% !important;
    }

    .bmw-form {
        padding: 30px 15px 25px;
    }

        .bmw-form .form-row {
            flex-direction: column;
        }

            .bmw-form .form-row.first-form-row {
                margin-bottom: 0px;
                min-height:380px;
            }
            .bmw-form .form-row.second-form-row {
                margin-bottom: 0px;
                min-height: 380px;
            }

    .sign-up-title, .sign-up-subtitle {
        text-align: left !important;
    }

    .bmw-form .form-row .form-group {
        padding: 0px
    }

    .giveaway-sect > div {
        flex-direction: column-reverse !important;
    }

        .giveaway-sect > div .flex-row-1 {
            padding: 20px 15px 0 !important;
        }

        .giveaway-sect > div img {
            width: 100%
        }

    .legal-disclaimer {
        padding: 30px 15px 30px;
    }

    #DiscoverLineUpPop .modal-dialog,
    #UnsubscribeModal .modal-dialog,
    #NotOpenYet .modal-dialog {
        width: calc(100% - 15px);
        margin: 40px auto;
    }

    #DiscoverLineUpPop .modal-body,
    #NotOpenYet .modal-body {
        padding: 30px 10px 20px;
    }

    .copy-over {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 25px 0 10px;
    }

        .copy-over h1 {
            color: #000;
            font-size: 40px;
            line-height: 42px;
        }

    .bmw-form .opt-in-container {
        text-align: left;
    }
}

@media(max-width: 450px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
}
