@font-face {
    font-family: "BMWGroup-CondensedPro";
    src: url("/media/fonts/BMWGroupTNCondensedProTT-Regular.ttf")
}

.bmw-au__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 15px;
    margin: 40px 0 70px 0
}

.bmw-au__grid>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

@media only screen and (min-width:1025px) {
    .bmw-au__grid {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px
    }
}

.bmw-au__grid__item {
    width: auto
}

@media only screen and (min-width:1025px) {
    .bmw-au__grid__item {
        grid-column: auto;
        grid-row: auto
    }
}

@media only screen and (min-width:1025px) {
    .bmw-au__grid__item.full-width {
        grid-column: 1/-1
    }
}

.bmw-au__grid__item.full-width .bmw-au__module__content p {
    max-width: 70ch
}

.bmw-au__grid.col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .bmw-au__grid.col-3 {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width:1025px) {
    .bmw-au__grid.col-3 {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr)
    }
}

.bmw-au__grid.col-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .bmw-au__grid.col-4 {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width:1025px) {
    .bmw-au__grid.col-4 {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(4, 1fr)
    }
}

.bmw-au__grid.col-5 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(5, 1fr)
}

.bmw-au__grid.bulletin-grid .bmw-au__module:nth-child(2n) {
    background: #04829b
}

.bmw-au__grid.coloured-grid .bmw-au__module {
    height: 220px
}

.bmw-au__grid.coloured-grid .bmw-au__module:before {
    display: none
}

.bmw-au__grid.profile-grid {
    margin: 0;
    grid-gap: 50px;
    padding: 25px
}

@media only screen and (min-width:769px) {
    .bmw-au__grid.profile-grid {
        grid-gap: 150px;
        padding: 75px;
        padding-top: 55px;
    }
}

.bmw-au__grid.profile-grid fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.bmw-au__grid.profile-grid fieldset legend {
    display: none
}

.bmw-au__grid.profile-grid fieldset .columns {
    padding: 0
}

.bmw-au__grid.profile-grid fieldset label {
    padding: 0;
    color: white;
    font-family: "BMWGroup-Bold"
}

.bmw-au__grid.profile-grid fieldset label input {
    margin: 15px 0 50px 0;
    display: block;
    height: 50px
}

.bmw-au__grid.profile-grid fieldset label input ::-webkit-input-placeholder {
    color: #494949;
    font-size: 15px
}

.bmw-au__grid.profile-grid fieldset label input ::-moz-placeholder {
    color: #494949;
    font-size: 15px
}

.bmw-au__grid.profile-grid fieldset label input :-ms-input-placeholder {
    color: #494949;
    font-size: 15px
}

.bmw-au__grid.profile-grid fieldset label input ::-ms-input-placeholder {
    color: #494949;
    font-size: 15px
}

.bmw-au__grid.profile-grid fieldset label input ::placeholder {
    color: #494949;
    font-size: 15px
}

.bmw-au__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.bmw-au__container.large-container {
    max-width: 1520px
}

main {
    margin-top: 75px;
    min-height: 100vh
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    main {
        margin-top: 90px
    }
}

@media only screen and (min-width:1441px) {
    main {
        margin-top: 135px
    }
}

.terms-block {
    margin: 40px 0
}

.terms-block h4 {
    margin: 0 0 15px 0
}

.bmw-button {
    background-color: #d6d6d6;
    border: none;
    min-width: 235px;
    min-height: 47px;
    padding: 0.7em 30px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.3s background-color ease-in-out;
    transition: 0.3s background-color ease-in-out;
    cursor: pointer
}

@media only screen and (min-width:769px) {
    .bmw-button {
        min-width: 285px
    }
}

@media (hover:hover) and (pointer:fine) {
    .bmw-button:hover {
        background-color: #c4c4c4
    }
}

.bmw-button span {
    font-family: "BMWGroup-Bold";
    font-size: 15px;
    text-transform: uppercase;
    color: #494949;
    line-height: 1.3
}

@media only screen and (min-width:769px) {
    .bmw-button span {
        line-height: 1
    }
}

.bmw-button img {
    height: 19px;
    margin: 0 12px 0 0;
    display: inline-block
}

.bmw-button:after {
    position: absolute;
    content: "";
    background-image: url(https://cdn.bluegrasscoms.com/bmw/tradeclubwebsite/img/icons/right-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bmw-button.button-tertiary {
    background-color: #6f6f6f
}

@media (hover:hover) and (pointer:fine) {
    .bmw-button.button-tertiary:hover {
        background-color: #5a5a5a
    }
}

.bmw-button.button-tertiary:after {
    background-image: url("/media/oi4ooalx/chevron-white.png")
}

.bmw-button.button-tertiary span {
    color: white
}

.bmw-button.long-button {
    width: 100%
}

body.bmw-au p {
    font-size: 15px;
    font-family: "BMWGroup-Regular"
}

body.bmw-au h1,
body.bmw-au h2,
body.bmw-au h3,
body.bmw-au h4 {
    text-transform: uppercase
}

body.bmw-au h1 {
    font-size: 32.5px
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    body.bmw-au h1 {
        font-size: 37.5px
    }
}

@media only screen and (min-width:1441px) {
    body.bmw-au h1 {
        font-size: 50px
    }
}

body.bmw-au h2 {
    font-size: 20.8px
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    body.bmw-au h2 {
        font-size: 24px
    }
}

@media only screen and (min-width:1441px) {
    body.bmw-au h2 {
        font-size: 32px
    }
}

body.bmw-au h3 {
    font-size: 18.2px
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    body.bmw-au h3 {
        font-size: 21px
    }
}

@media only screen and (min-width:1441px) {
    body.bmw-au h3 {
        font-size: 28px
    }
}

body.bmw-au h4 {
    font-size: 16.25px
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    body.bmw-au h4 {
        font-size: 18.75px
    }
}

@media only screen and (min-width:1441px) {
    body.bmw-au h4 {
        font-size: 25px
    }
}

body.bmw-au ul {
    padding: 20px;
    margin: 0
}

body.bmw-au ul li {
    margin: 0 0 20px 0
}

body.bmw-au ul li:last-of-type {
    margin: 0
}

body.bmw-au .header {
    background: white;
    border-bottom: 0;
    height: 75px;
    padding: 0 20px
}

@media screen and (min-width:1236px) {
    body.bmw-au .header {
        border-bottom: 5px solid #d6d6d6
    }
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    body.bmw-au .header {
        height: 90px
    }
}

@media only screen and (min-width:1441px) {
    body.bmw-au .header {
        height: 135px
    }
}

body.bmw-au .header:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #d6d6d6;
    bottom: 0;
    left: 0
}

@media screen and (min-width:1236px) {
    body.bmw-au .header:after {
        display: none
    }
}

body.bmw-au .header .main-nav {
    padding: 0
}

body.bmw-au .header .header__inner {
    border: 0;
    height: 75px
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    body.bmw-au .header .header__inner {
        height: 90px
    }
}

@media only screen and (min-width:1441px) {
    body.bmw-au .header .header__inner {
        height: 135px
    }
}

body.bmw-au .header__logo img {
    width: auto;
    height: 45px
}

@media screen and (min-width:1236px) {
    body.bmw-au .header__logo img {
        height: 72px
    }
}

@media only screen and (min-width:1025px) {
    body.bmw-au .header .header__nav nav ul li {
        margin: 0 5px
    }
}

@media only screen and (min-width:1025px) {
    body.bmw-au .header .header__nav nav ul li:first-of-type {
        margin: 0 5px 0 0
    }
}

body.bmw-au .header .header__nav nav ul li:first-of-type a:after {
    bottom: 2px
}

@media only screen and (min-width:1025px) {
    body.bmw-au .header .header__nav nav ul li:last-of-type {
        margin: 0 0 0 5px
    }
}

body.bmw-au .header .header__nav nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    color: #494949;
    font-size: 18px
}

@media screen and (min-width:1236px) {
    body.bmw-au .header .header__nav nav ul li a {
        padding: 0 5px;
        font-size: 15px
    }
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    body.bmw-au .header .header__nav nav ul li a {
        height: 90px
    }
}

@media only screen and (min-width:1441px) {
    body.bmw-au .header .header__nav nav ul li a {
        height: 135px
    }
}

body.bmw-au .header .header__nav nav ul li a:after {
    height: 5px;
    bottom: 0
}

@media screen and (min-width:1236px) {
    body.bmw-au .header .header__nav nav ul li a:after {
        bottom: 8px
    }
}

body.bmw-au .header .header__nav nav ul li a.dashboard-nav:after {
    background-color: #055970
}

body.bmw-au .header .header__nav nav ul li a.workshop-nav:after {
    background-color: #4b277b
}

body.bmw-au .header .header__nav nav ul li a.bodyshop-nav:after {
    background-color: #173b68
}

body.bmw-au .header .header__nav nav ul li a.technical-info-nav:after {
    background-color: #69103b
}

body.bmw-au .header .header__nav nav ul li a.latest-offers-nav:after {
    background-color: #e96d1f
}

body.bmw-au .header .header__nav nav ul li a.dealer-locator-nav:after {
    background-color: #4b277b
}

body.bmw-au .header .header__nav nav ul li a.contact-nav:after {
    background-color: #508130
}

body.bmw-au .header .header__nav nav .logout-button {
    padding: 0;
    height: 75px;
    color: #494949;
    font-weight: "BMWGroup-Bold";
    font-size: 18px;
    padding: 15px 35px
}

@media screen and (min-width:1236px) {
    body.bmw-au .header .header__nav nav .logout-button {
        margin-left: 100px;
        height: 75px;
        font-size: 15px;
        padding: 0
    }
}

body.bmw-au .header .nav-toggle {
    position: relative;
    top: 0
}

body.bmw-au .header .nav-toggle span {
    background: #262626
}

body.bmw-au .header.minimal .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.bmw-au .header.minimal .header__inner .nav__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

body.bmw-au .header.minimal .header__inner .nav__left img {
    width: 200px;
    height: auto
}

@media only screen and (min-width:769px) {
    body.bmw-au .header.minimal .header__inner .nav__left img {
        width: 300px
    }
}

@media only screen and (max-width:350px) {
    body.bmw-au .header.minimal .header__inner .nav__left img {
        width: 150px
    }
}

body.bmw-au .header.minimal .header__inner .nav__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

body.bmw-au .header.minimal .header__inner .nav__right img {
    width: 75px;
    height: auto
}

@media only screen and (min-width:769px) {
    body.bmw-au .header.minimal .header__inner .nav__right img {
        width: 148px
    }
}

@media only screen and (max-width:350px) {
    body.bmw-au .header.minimal .header__inner .nav__right img {
        width: 60px
    }
}

.bmw-au__welcome-banner {
    width: 100%;
    display: block;
    background: #f2f2f2;
    padding: 40px 0 30px 0;
    margin: 0 0 60px 0
}

@media only screen and (min-width:769px) {
    .bmw-au__welcome-banner {
        margin: 0 0 90px 0
    }
}

.bmw-au__welcome-banner h3 {
    text-transform: uppercase;
    font-size: 20px
}

@media only screen and (min-width:769px) {
    .bmw-au__welcome-banner h3 {
        font-size: 32px
    }
}

.bmw-au__section__title {
    margin: 0;
    position: relative
}

.page-headline {
    width: 100%;
    background: #035970;
    margin-bottom: 60px
}

.page-headline__content {
    padding: 40px 0;
    text-align: center
}

@media only screen and (min-width:1025px) {
    .page-headline__content {
        text-align: left
    }
}

.page-headline__content * {
    color: white
}

.grid-link {
    background: #eeefea;
    text-align: center
}

.grid-link a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 20px
}

.grid-link a:hover {
    text-decoration: underline
}

.bmw-au__carousel-module,
.bmw-au__module {
    position: relative;
    height: 360px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:769px) {

    .bmw-au__carousel-module,
    .bmw-au__module {
        height: 300px
    }
}

.bmw-au__carousel-module__image,
.bmw-au__module__image {
    height: 100%;
    position: relative
}

.bmw-au__carousel-module__image:before,
.bmw-au__module__image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
    z-index: 3
}

.bmw-au__carousel-module__image:after,
.bmw-au__module__image:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
    opacity: 1;
    z-index: 2;
    width: 50%;
    z-index: 4
}

.bmw-au__carousel-module__image img,
.bmw-au__module__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2
}

.bmw-au__carousel-module__icon,
.bmw-au__module__icon {
    position: absolute;
    content: "";
    top: 30px;
    left: 30px;
    width: auto;
    height: 35px;
    z-index: 5
}

.bmw-au__carousel-module__icon img,
.bmw-au__module__icon img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bmw-au__carousel-module__secondary-icon,
.bmw-au__module__secondary-icon {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    width: auto;
    height: 20px;
    z-index: 5
}

.bmw-au__carousel-module__secondary-icon img,
.bmw-au__module__secondary-icon img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bmw-au__carousel-module__content,
.bmw-au__module__content {
    position: absolute;
    content: "";
    left: 30px;
    bottom: 30px;
    width: 90%;
    z-index: 5
}

.bmw-au__carousel-module__content *,
.bmw-au__module__content * {
    color: white
}

.bmw-au__carousel-module__content h2,
.bmw-au__module__content h2 {
    margin: 0 0 10px 0
}

.bmw-au__carousel-module__content p,
.bmw-au__module__content p {
    margin: 0 0 15px 0;
    max-width: 52ch
}

.bmw-au__carousel-module__content .bmw-button,
.bmw-au__module__content .bmw-button {
    margin-top: 30px
}

.bmw-au__carousel-module__secondary-text,
.bmw-au__module__secondary-text {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px
}

.bmw-au__carousel-module__cta-link,
.bmw-au__module__cta-link {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 6
}

.bmw-au__carousel-module__cta-link a,
.bmw-au__module__cta-link a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.bmw-au__carousel-module__cta-link a span,
.bmw-au__module__cta-link a span {
    display: none
}

.bmw-au__grid__item.cta-module {
    height: 200px
}

.bmw-au__grid__item.cta-module .bmw-au__module__icon img {
    height: 45px
}

.bmw-au__grid__item.bulletin-module .bmw-au__module__content,
.bmw-au__grid__item.cta-module .bmw-au__module__content {
    width: auto
}

.bmw-au__grid__item.bulletin-module .bmw-au__module__content h2,
.bmw-au__grid__item.cta-module .bmw-au__module__content h2 {
    margin: 0;
    font-size: 18.2px
}

@media only screen and (min-width:1025px) and (max-width:1440px) {

    .bmw-au__grid__item.bulletin-module .bmw-au__module__content h2,
    .bmw-au__grid__item.cta-module .bmw-au__module__content h2 {
        font-size: 21px
    }
}

@media only screen and (min-width:1441px) {

    .bmw-au__grid__item.bulletin-module .bmw-au__module__content h2,
    .bmw-au__grid__item.cta-module .bmw-au__module__content h2 {
        font-size: 25.2px
    }
}

.bmw-au__grid__item.bulletin-module {
    height: 450px;
    background: #035970;
    padding: 30px
}

.bmw-au__grid__item.bulletin-module * {
    color: white
}

.bmw-au__grid__item.bulletin-module:after,
.bmw-au__grid__item.bulletin-module:before {
    display: none
}

.module-carousel {
    margin: 30px 0 60px 0
}

.module-carousel .flickity-prev-next-button {
    opacity: 1
}

.bmw-au__carousel-module {
    width: 100%;
    height: 360px
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .bmw-au__carousel-module {
        width: 50%;
        margin-right: 15px
    }
}

@media only screen and (min-width:1025px) {
    .bmw-au__carousel-module {
        width: 33%;
        margin-right: 30px
    }
}

.bmw-au__carousel-module__content {
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%
}

.bmw-au__carousel-module__content h2 {
    font-size: 28px;
    padding-bottom: 10px;
    position: relative
}

.bmw-au__carousel-module__content h2:after {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background: white;
    opacity: 0.75;
    bottom: 0;
    left: 0
}

.bmw-au__carousel-module__content p {
    font-size: 28px !important;
    text-transform: uppercase;
    font-family: "BMWGroupLight-Regular" !important;
    margin: 0
}

.bmw-banner__small .bmw-au__banner {
    height: 30vh
}

@media only screen and (min-width:1025px) {
    .bmw-banner__small .bmw-au__banner {
        height: 180px
    }
}

.bmw-au__banner {
    width: 100%;
    height: 50vh;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .bmw-au__banner {
        height: 620px
    }
}

.bmw-au__banner.no-margin {
    margin: 0
}

.bmw-au__banner picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.bmw-au__banner picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bmw-au__banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.65;
    z-index: 3
}

@media only screen and (min-width:1025px) {
    .bmw-au__banner:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
        opacity: 1;
        z-index: 2;
        width: 50%;
        z-index: 3
    }
}

@media only screen and (min-width:1025px) {
    .bmw-au__banner:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.3;
        z-index: 4
    }
}

.bmw-au__banner .bmw-au__container {
    position: relative;
    height: 100%;
    padding: 0;
    z-index: 5
}

.bmw-au__banner .bmw-au__container .bmw-au__banner__content {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 750px;
    text-align: center
}

@media only screen and (min-width:1441px) {
    .bmw-au__banner .bmw-au__container .bmw-au__banner__content {
        left: 15px
    }
}

@media only screen and (min-width:1025px) {
    .bmw-au__banner .bmw-au__container .bmw-au__banner__content {
        top: 60px;
        left: 30px;
        -webkit-transform: none;
        transform: none;
        width: auto;
        text-align: left
    }
}

.bmw-au__banner .bmw-au__container .bmw-au__banner__content h1,
.bmw-au__banner .bmw-au__container .bmw-au__banner__content p {
    color: white
}

.bmw-au__banner .bmw-au__container .bmw-au__banner__content h1 {
    margin: 0 0 15px 0
}

.bmw-au__banner .bmw-au__container .bmw-au__banner__content p {
    font-size: 25px;
    font-family: "BMWGroupLight-Regular";
    margin: 0
}

.bmw-au__banner .bmw-button {
    margin: 30px 0 0 0
}

.bmw-au__accordion {
    margin: 0 0 60px 0
}

.bmw-au__accordion .bmw-au__grid {
    grid-gap: 20px
}

.bmw-au__accordion__content {
    padding: 20px;
    border: 1px solid grey
}

@media only screen and (min-width:1025px) {
    .bmw-au__accordion__content {
        padding: 55px
    }
}

.bmw-au__accordion .bmw-au__section__title {
    padding: 25px 55px;
    position: relative;
    cursor: pointer
}

.bmw-au__accordion .bmw-au__section__title:after {
    position: absolute;
    content: "";
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 18px;
    background: url("/media/xclheupu/chevron.png");
    background-size: cover
}

.bmw-au__accordion .bmw-au__section__title h2 {
    color: white
}

.bmw-au__accordion__intro p {
    color: #494949
}

.bmw-au__accordion.closed .bmw-au__accordion__content {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border: 0
}

.bmw-au__accordion.closed .bmw-au__section__title:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bmw-au__carousel {
    width: 100%;
    max-width: 100%;
    height: 685px;
    padding: 0;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:2000px) {
    .bmw-au__carousel {
        height: 70vh
    }
}

.bmw-au__carousel.no-margin {
    margin: 0 !important
}

.bmw-au__carousel .flickity-page-dots {
    position: absolute !important;
    content: "";
    bottom: 0;
    top: initial !important;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    padding: 30px 0
}

.bmw-au__carousel .flickity-prev-next-button .flickity-button-icon {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    margin-left: 20px
}

.bmw-au__carousel .flickity-prev-next-button {
    opacity: 1 !important;
    display: block !important
}

.bmw-au__carousel .flickity-button {
    display: block !important;
    background: rgba(255, 255, 255, 0);
    fill: white
}

.bmw-au__carousel .flickity-button .arrow {
    fill: white
}

.bmw-au__carousel .flickity-prev-next-button.next {
    right: 60px
}

.bmw-au__carousel .banner {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.bmw-au__carousel .banner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
    opacity: 1;
    z-index: 2;
    width: 50%;
    z-index: 3
}

.bmw-au__carousel picture {
    width: 100%;
    position: relative;
    z-index: 2
}

.bmw-au__carousel picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    position: relative
}

.bmw-au__carousel__content {
    position: absolute;
    content: "";
    left: 8vw;
    top: 45px;
    max-width: 800px;
    z-index: 4
}

.bmw-au__carousel__content h2 {
    font-size: 25px !important;
    color: white;
    margin-bottom: 10px;
    line-height: 1.3
}

@media only screen and (min-width:769px) {
    .bmw-au__carousel__content h2 {
        font-size: 50px !important
    }
}

.bmw-au__carousel__content p {
    color: white;
    font-size: 18px !important;
    line-height: 1.2;
    font-family: "BMWGroupLight-Regular" !important;
    margin: 0 0 15px 0
}

@media only screen and (min-width:769px) {
    .bmw-au__carousel__content p {
        font-size: 25px !important
    }
}

.bmw-au__carousel__content .button {
    margin-top: 30px !important
}

.bmw-au__carousel .flickity-page-dots {
    position: relative;
    top: 15px
}

.bmw-au__carousel .flickity-page-dots .dot {
    width: 20px;
    height: 4px;
    border-radius: 0
}

@media only screen and (min-width:769px) {
    .bmw-au__carousel .flickity-page-dots .dot {
        width: 50px
    }
}

.featured-items-grid {
    margin: 40px 0
}

.more-offers-cta .bmw-button {
    display: block;
    margin: 0 0 0 auto;
}

.more-offers-cta .bmw-button {
    display: block;
    margin: 0 0 0 auto
}

body.bmw-au .footer-bottom {
    background: #eeefea;
    padding: 20px 0
}

@media only screen and (min-width:769px) {
    body.bmw-au .footer-bottom .bmw-au__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

body.bmw-au .footer-bottom .footer__links a {
    color: #222;
    font-family: "BMWGroupLight-Regular";
    font-size: 15px
}

body.bmw-au .footer-bottom .footer-dropdown span {
    color: #222;
    font-family: "BMWGroupLight-Regular";
    font-size: 15px
}

body.bmw-au .footer-bottom .footer-dropdown-content a:hover {
    text-decoration: underline
}

.bmw-au__panel-page {
    min-height: 95vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    position: relative
}

.bmw-au__panel-page .bmw-au__panel {
    width: 100%;
    max-width: 1150px;
    position: relative
}

.bmw-au__panel-page .bmw-au__panel-title {
    padding: 45px 0 70px 0
}

.bmw-au__panel-page .bmw-au__panel-title * {
    color: white
}

.bmw-au__panel-page .bmw-au__panel .bmw-au__grid {
    grid-gap: 0
}

.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item {
    padding: 25px
}

@media only screen and (min-width:769px) {
    .bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item {
        padding: 50px
    }
}

.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.white-bg {
    background: rgba(255, 255, 255, 0.85)
}

.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.blue-bg {
    background: rgba(3, 89, 112, 0.85)
}

.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.blue-bg a,
.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.blue-bg h1,
.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.blue-bg p,
.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.blue-bg p span {
    color: white
}

.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.blue-bg form label {
    color: white;
    padding: 0;
    font-family: "BMWGroup-Bold";
    font-size: 15px;
    margin: 0 0 30px 0
}

.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.blue-bg form input {
    height: 55px;
    background: white;
    margin: 12px 0 0 0
}

.bmw-au__panel-page .bmw-au__panel .bmw-au__grid__item.blue-bg form button {
    margin: 30px 0
}

.bmw-au__panel-page .bmw-au__panel p {
    margin: 20px 0
}

.bmw-au__panel-page .bmw-au__panel ul {
    padding: 0 20px
}

.bmw-au__panel-page .bmw-au__panel .bmw-button {
    margin-top: 15px
}

.bmw-au__panel-page .bmw-au__panel .login-links a {
    font-size: 15px
}

.bmw-au__panel-page .bmw-au__panel .forgot-password {
    margin: 20px 0 0 0
}

.bmw-au__panel-page .bmw-au__panel .forgot-password h3 {
    margin: 0 12px 0 0;
    font-size: 20px;
    color: white
}

.bmw-au__panel-page .bmw-au__panel span.field-validation-error {
    margin: 0 0 20px 0;
    padding: 10px
}

.bmw-au__panel-page.my-account-page {
    display: block
}

.bmw-au__panel-page.my-account-page .panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bmw-au__panel-page.my-account-page .bmw-au__panel {
    background: rgba(255, 255, 255, 0)
}

@media only screen and (min-width:769px) {
    .bmw-au__panel-page.my-account-page .bmw-au__panel {
        background: white;
        background: linear-gradient(177deg, rgba(255, 255, 255, 0.6993172269) 0%, rgba(255, 255, 255, 0) 100%)
    }
}

.bmw-au__panel-page.my-account-page .bmw-au__panel .bmw-au__grid {
    grid-gap: 50px
}

@media only screen and (min-width:769px) {
    .bmw-au__panel-page.my-account-page .bmw-au__panel .bmw-au__grid {
        grid-gap: 150px
    }
}

.bmw-au__panel-page.my-account-page .bmw-au__panel .bmw-au__grid.credentials-grid {
    grid-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 25px;
    border: 1px solid white
}

@media only screen and (min-width:769px) {
    .bmw-au__panel-page.my-account-page .bmw-au__panel .bmw-au__grid.credentials-grid {
        -ms-grid-columns: auto 20px auto;
        grid-template-columns: auto auto
    }
}

.bmw-au__panel-page.my-account-page .bmw-au__panel .bmw-au__grid.credentials-grid * {
    color: white
}

.bmw-au__panel-page.my-account-page .bmw-au__panel .bmw-au__grid__item {
    padding: 0
}

.dealer-locator__search:before {
    display: none
}

.dealer-locator__search .address-input {
    position: relative;
    min-width: 240px;
    margin: 0 0 20px 0
}

@media only screen and (min-width:769px) {
    .dealer-locator__search .address-input {
        margin: 0 20px 0 0
    }
}

.dealer-locator__search .address-input:before {
    content: "";
    background-image: url(https://bluegrasscomscdn.blob.core.windows.net/bmw/tradeclubwebsite/img/icons/search-icon.svg);
    width: 21px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dealer-locator__search input[type=text] {
    height: 55px;
    font-size: 15px;
    padding: 15px;
    color: #6f6f6f
}

.dealer-locator__search select {
    height: 55px;
    margin: 0 0 20px 0;
    max-width: 100%
}

@media only screen and (min-width:769px) {
    .dealer-locator__search select {
        max-width: 110px;
        margin: 0 20px 0 0
    }
}

.--trade-torque-treasures ._banner {
    max-width: 100% !important;
    background: #ffd500 !important;
    margin-top: 0 !important
}

@media only screen and (min-width:769px) {
    .--trade-torque-treasures ._banner {
        background: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffd500), color-stop(60%, #000)) !important;
        background: linear-gradient(90deg, #ffd500 80%, #000 60%) !important
    }
}

.--trade-torque-treasures ._banner .container {
    display: block !important;
    padding: 0 !important
}

@media only screen and (min-width:769px) {
    .--trade-torque-treasures ._banner .container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.landing-page .content h2 {
    margin-bottom: 20px
}

.bmw-au_grid_item__subheader {
    color: white;
    font-weight: normal;
    padding-left: 75px;
    padding-top: 20px;
}