﻿@font-face {
    font-family: 'BMWTypeNext';
    src: url('/Contentfonts/BMWTypeNextTT-Thin.woff') format('woff'), url('/Content/fonts/BMWTypeNext-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'BMWTypeNext';
    src: url('/Contentfonts/BMWTypeNextTT-Light.woff') format('woff'), url('/Content/fonts/BMWTypeNext-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'BMWTypeNext';
    src: url('/Contentfonts/BMWTypeNextTT-Regular.woff') format('woff'), url('/Content/fonts/BMWTypeNext-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BMWTypeNext';
    src: url('/Content/fonts/BMWTypeNextTT-Bold.woff') format('woff'), url('/Content/fonts/BMWTypeNext-Bold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

*, body {
    padding: 0px;
    margin: 0px;
    font-family: 'BMWTypeNext', Arial;
    font-weight: 300;
    box-sizing: border-box;
}

ul, ol {
    padding-inline-start: 40px;
}

h1 {
    font-size: 60px;
    line-height: 60px;
}
h2 {
    font-size: 24px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
a {
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
}
strong {
    font-weight: 500;
}
.bmw-bold {
    font-weight: 500;
}
.required {
    color: #c00000;
}
.has-err {
    border: 2px solid #c00000 !important;
}
.hide {
    display: none;
}
.btn {
    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;
}
.btn-default {
    color: #FFF;
    background-color: #666666;
}
.primary-color,
.btn.btn-primary {
    background-color: #1751ca;
    color: #fff;
    font-weight: 500;
}
    .btn.btn-primary.is-disabled,
    .primary-color.is-disabled,
    .btn.btn-primary:disabled {
        transition: 500ms;
        background-color: #ccc;
        cursor: not-allowed;
    }
.btn-primary:not(:disabled):hover {
    color: #FFF;
    background-color: #0653b6;
}
img {
    user-select: none; 
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
}
input, select, textarea {
    border: 2px solid #c7c7c7;
    border-radius: 0px;
    outline: none;
    height: 40px;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
textarea {
    height: 100%;
    resize: none;
}
select {
    padding: 0px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/Public/icons/select-bg.png') center right no-repeat;
    background-size: contain;
}
select::-ms-expand {
    display: none;
}
.nosv {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    user-select: none;
}

.requiredStar {
    color: #c03123;
}

.cem-prompt {
    padding: 20px 0 0 0;
    font-size: 13px;
    font-weight: 900
}

/*FORMS*/
.bmw-form {
    text-align: left;
    max-width: 1180px;
    margin: 0px auto 0;
    padding-top:25px;
}

    .bmw-form.schedule-form form {
        position: relative;
    }

        .bmw-form.schedule-form form .change-province-modal {
            position: relative;
            float: right;
            text-decoration: underline;
            color: #6f6f6f;
            font-size: 12px;
            line-height: 1.6;
            cursor: pointer;
        }

        .bmw-form.schedule-form form .province-modal {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 1;
        }

.bmw-form.show-form {
    display: block;
}

.bmw-form h2 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}

.bmw-form .form-row {
    max-width: 595px;
}
.bmw-form .form-row {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 15px;
}

.bmw-form .form-row .form-group {
    text-align: left;
    display: flex;
}
    .bmw-form .form-row .form-group > label,
    .bmw-form .form-row .form-group > select,
    .bmw-form .form-row .form-group > input,
    .bmw-form .form-row .form-group > button {
        width: 50%;
        max-width: 100%;
    }
    .bmw-form .form-row .form-group > button {
        outline: none;
    }

    .bmw-form .form-row .form-group label {
        font-size: 15px;
        line-height: 18px;
        display: block;
        margin-bottom: 10px;
    }

.bmw-form .form-subtitle {
    margin: 15px 0 25px;
    font-size: 15px;
    line-height: 1.2;
}

.bmw-form .opt-in-group {
    margin: 14px auto 34px;
}

.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;
        }


.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 .schedule-legal {
    max-width: 1200px;
    margin: 60px auto 0px;
    font-size: 15px;
    line-height: 1.15;
}

    .bmw-form .schedule-legal a {
        font-size: 15px;
        line-height: 1.15;
        color: #0653b6;
        text-decoration: underline;
    }

.bmw-form .success-message {
    display: none;
    padding: 30px 15px 10px;
    max-width: 800px;
    margin: 0px auto;
}

@media(max-width: 1180px) {
     .stay-connected-form {
         width: calc(100% - 60px);
     }
}
@media (max-width: 800px) {
    .bmw-form .opt-in-group .check-box ~ p {
        width: calc(100% - 35px);
    }

    .bmw-form .opt-in-group {
        max-width: 620px;
    }

    .bmw-form .form-row {
        flex-direction: column;
    }

        .bmw-form .form-row.first-form-row {
            margin-bottom: 0px;
        }

        .bmw-form .form-row > div {
            margin-top: 15px;
        }
}

@media (max-width: 520px) {
    .bmw-form .form-row .form-group {
        flex-direction: column;
    }
    .bmw-form .form-row .form-group > label,
    .bmw-form .form-row .form-group > select,
    .bmw-form .form-row .form-group > input,
    .bmw-form .form-row .form-group > button {
        width: 100%;
    }
}
