:root {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.3em;
    font-family: lato, sans-serif
}

* {
    box-sizing: border-box
}

body {
    font-family: lato, sans-serif;
    max-width: 100%;
    position: relative
}

a {
    color: inherit
}

a:visited {
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: underline
}

button {
    background-color: transparent;
    border: none;
    outline-width: 0;
    outline: 0
}

a.widget-btn {
    color: #fff
}

a.widget-btn:hover {
    text-decoration: none
}

.sm {
    display: none!important
}

.md {
    display: none!important
}

.lg {
    display: none!important
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s
}

header {
    display: table;
    width: 100%;
    background-color: #f5f6f8;
    max-width: 1440px;
    margin: auto
}

header .top {
    background-color: #f5f6f8
}

header .top .row {
    padding-bottom: 0
}

header .top .col-sm-3 {
    display: table;
    padding-top: 17px
}

header form {
    background-color: #ced5dd;
    width: 100%
}

header form button,
header form input,
header form select {
    display: block;
    height: 30px;
    border: 0;
    float: left
}

header form select {
    background-color: #f1f1f1;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .15);
    padding: 0 5px!important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

header form button {
    width: 35px;
    background-color: #000;
    background-image: url(../images/svg/white_arrow.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px!important
}

section.header-selector .col-sm-3 {
    padding-top: 5px!important
}

section.header-selector .col-sm-3 div.select,
section.header-selector .col-sm-3 div.select select {
    height: 30px!important
}

section.header-selector .col-sm-3 div.select:after {
    width: 30px!important;
    top: -4px;
    z-index: 10;
    pointer-events: none
}

header #search {
    width: calc(100% - 35px)
}

header nav {
    background-color: #ced5dd
}

header nav .container {
    padding: 0
}

header nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 0
}

header nav div.sub ul.first>li span,
header nav ul>li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #000
}

li.hassub a {
    cursor: pointer
}

li.hassub label {
    pointer-events: none
}

header nav ul li a:after {
    content: "";
    display: table;
    width: 15px;
    height: 15px;
    background-image: url(../images/svg/blue_arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0
}

header nav ul li br {
    display: none
}

header nav ul li div.sub {
    display: none
}

header nav div.sub ul.first {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff
}

header nav div.sub ul.first li {
    padding: 0
}

header nav div.sub ul.first li a,
header nav div.sub ul.first li span {
    padding-left: 15px;
    padding-right: 15px
}

header nav div.sub ul.first li a:after {
    display: none
}

header nav div.sub ul.first li span {
    display: block;
    width: 100%
}

header nav div.sub ul.first li span:after {
    content: "";
    display: table;
    width: 15px;
    height: 15px;
    background-image: url(../images/svg/blue_arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

header nav div.key,
header nav ul.second {
    display: none
}

header nav ul.second.hover {
    display: block
}


.breadcrumbs {
    padding: 5px 17px;
    list-style: none
}

.breadcrumbs li:before {
    content: "\00a0\00a0"
}

.breadcrumbs li:first-child:before {
    content: ""
}

.breadcrumbs li:after {
    content: "\00a0\00a0/"
}

.breadcrumbs li:last-child:after {
    content: ""
}

.breadcrumbs li {
    display: inline-block;
    float: left
}

.share-icon {
    text-align: right;
    padding-right: 17px
}

.share-icon img {
    height: 35px;
    width: 35px;
    margin-top: 12px
}

.main-slider img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 100%
}

.main-body {
    margin-bottom: 15px
}


.further-info {
    border-top: 2px solid rgba(201, 206, 209, .3);
    padding: 15px 0
}

.further-info img {
    border-radius: 10px;
    margin-right: 15px;
    height: 60px;
    width: 60px;
    position: relative;
    border: 0 none!important;
    font-size: 3px
}

.further-info img[src=""] {
    background-color: #fff;
    font-family: arial, helvtica, sans-serif;
    border-radius: 0;
    overflow: hidden
}

.further-info img {
    background-image: url(../images/svg/logo.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0 none
}

.further-info img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/svg/logo.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50%
}

.further-info:last-of-type {
    margin-bottom: 15px
}

.further-info-caption {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px
}

.further-info img {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s
}

.further-info:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

nav#additional-links {
    width: 100%
}

nav#additional-links ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

nav#additional-links ul li {
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    max-width: 25%
}

nav#additional-links ul li a {
    width: 100%;
    height: 100%;
    display: block
}

a.vehicle-dealer-logo {
    margin: 0;
    width: 210px;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap
}

a.vehicle-dealer-logo img {
    max-width: 60%
}

a.vehicle-dealer-logo p {
    text-align: center;
    font-weight: 700
}

.double-widget,
.single-widget {
    background-color: #fff
}

.email-newsletter p {
    padding-bottom: 10px
}

.email-newsletter label {
    display: none
}



.email-newsletter input {
    width: 83%;
    display: inline-block;
    vertical-align: top
}

.email-newsletter button {
    display: inline-block;
    position: relative
}

.email-newsletter button span {
    width: 15px;
    height: 15px;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    transform: rotate(-45deg);
    left: 8px;
    position: absolute;
    top: 12px
}

.email-newsletter form {
    margin-top: 22px
}

.email-newsletter {
    max-width: 100%
}

.search-widget input.text-input {
    margin-bottom: 60px;
    margin-top: 15px;
    width: 100%
}

input[type=search] {
    box-sizing: border-box
}

.call-me-back input.text-input {
    margin-bottom: 15px
}

.call-me-back label {
    display: none
}

.call-me-back .select {
    margin-bottom: 15px
}

.call-me-back,
.search-widget {
    width: 100%;
    display: inline-block;
    padding: 31px 15px 0 15px;
    margin-bottom: 30px;
    position: relative
}

.select {
    position: relative
}

.select:after {
    content: "";
    height: 38px;
    width: 38px;
    top: 15px;
    right: 0;
    position: absolute;
    background-color: #000
}

div.select.change-offer {
    width: 300px;
    float: right;
    margin-left: 30px
}

.widget-img,
.widget-img img {
    max-width: 100%!important;
    display: block;
    width: 100%
}

.widget-tag img {
    height: 20px;
    margin-right: 8px
}

.widget-btn {
    padding: 8px 20px 8px 8px;
    background-color: #000;
    background-image: url(../images/svg/white-arrow-btn.svg);
    background-size: 8px 16px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    bottom: 15px;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: .8em;
    float: right
}

.listing-btn,
.news-btn {
    padding: 8px 20px 8px 8px;
    background-color: #000;
    background-image: url(../images/svg/white-arrow-btn.svg);
    background-size: 8px 16px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: .8em
}

.listing-btn {
    margin-top: 15px
}

.news-widget.double-widget {
    padding: 45px 15px 0 15px
}

.news-date {
    padding-bottom: 0;
    margin-bottom: 17px
}

.select,
.text-input {
    height: 38px;
    background-color: #f1f1f1;
    padding: 9px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.select {
    width: 100%;
    color: #ada9a9;
    padding: 0
}

.select:after {
    z-index: 1;
    width: 38px;
    height: 38px;
    background-color: #000;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    position: absolute;
    background-image: url(../images/svg/white-arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px 20px;
    z-index: 1
}

.input-btn input,
.select select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    height: 38px;
    width: 100%;
    padding: 9px 47px 9px 9px;
    z-index: 2
}

.select select::-ms-expand {
    display: none
}

.email-signup .text-input {
    position: absolute;
    bottom: 15px;
    width: 85%
}

.text-input-submit {
    padding: 19px;
    border-radius: 0;
    border: none;
    background-color: #000;
    background-size: 10px 20px;
    background-image: url(../images/svg/white-arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.email-signup .text-input-submit {
    position: absolute;
    bottom: 15px;
    right: 15px
}

.collapse-btn {
    position: relative;
    margin-bottom: 5px
}

button.accordion {
    padding: 8px 20px 8px 8px;
    background-color: #000;
    text-transform: uppercase;
    border: none;
    font-size: .8em;
    color: #fff;
    width: 100%;
    text-align: left
}

footer button.accordion {
    background-color: transparent
}

button.accordion:after {
    content: url(../images/svg/white-arrow-btn-down.svg);
    width: 16px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 9px
}

button.accordion.active:after {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 14px
}

button.accordion.active+div {
    max-height: initial!important
}

.collapse-btn .double-widget,
.collapse-btn .single-widget {
    padding-top: 15px
}

.collapse-btn .double-widget p,
.collapse-btn .single-widget p {
    margin-bottom: 15px
}

.last {
    margin-bottom: 25px
}

.sidebar.call-me-back,
.sidebar.search-widget,
.sidebar.single-widget {
    background-color: #c9ced1;
    width: 100%;
    padding-bottom: 20px
}

.select.block~.sidebar.call-me-back {
    margin-top: 20px
}

.double-widget-content {
    width: 100%;
    float: left;
    padding-right: 10px
}

.listing {
    margin-bottom: 15px
}

.listing-img {
    width: 100%;
    transition: width .6s;
    display: inline-block;
    float: left
}

.listing-img img {
    display: block;
    width: 100%;
    height: 100%
}

.listing-img img:first-of-type {
    margin-bottom: 15px
}

div.row.listing.active .listing-img .mainimg {
    margin-left: 0
}

.listing-thumbs ul li {
    width: 30%;
    float: left;
    list-style: none;
    margin-bottom: 15px;
    margin-left: 3%
}

.listing-details,
.listing-title {
    display: inline-block;
    transition: width .6s;
    padding-left: 15px;
    padding-right: 15px
}

.listing-details {
    width: 100%
}


.listing-details ul {
    display: table;
    width: 100%
}

.listing-details ul li {
    margin-right: 15px;
    list-style: none;
    float: left;
    text-transform: uppercase
}

.listing-details p {
    padding-bottom: 0
}

.model:before {
    content: "Model: "
}

.reg-year:before {
    content: "Reg Year: "
}

.mileage:before {
    content: "Mileage: "
}

.reg::before {
    content: "Reg: "
}

.mobile-social-feed {
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s
}

.mobile-social-feed div:first-child {
    display: table
}

.mobile-social-feed ul {
    list-style: none
}

.inactive-social-icon {
    float: left;
    opacity: .5
}

.active-social-img {
    width: 100%
}

.mobile-social-icon {
    display: inline-block;
    float: left;
    height: 30px;
    margin: 0 15px 15px 0
}

footer .accordion {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding-left: 0;
    font-size: 1.2em
}

footer button.accordion:after {
    content: url(../images/svg/dropdown-arrow.svg);
    position: absolute;
    left: 145px;
    top: 5px;
    height: 15px;
    width: 15px
}

footer button.accordion.active:after {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 18px
}

.bottom-links {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #000;
    max-width: 1440px;
    margin: auto
}

.bottom-links a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff
}

.bottom-links .container {
    padding-left: 0;
    padding-right: 0
}

ul.offerlist {
    width: 100%;
    display: block;
    list-style-type: none;
    padding: 0
}

ul.offerlist li {
    width: 100%;
    display: block
}

ul.offerlist li picture {
    width: 70%;
    display: inline-block
}

article#services {
    margin-top: 45px
}

div#option-copy {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px
}

div#option-copy span {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000
}

div#option-copy span:not(:first-of-type) {
    display: none
}

img.column-header-image {
    margin: 0 auto 20px auto;
    display: block;
    max-width: 230px
}

.col-xs-12.col-sm-3 .single-widget {
    background: #c9ced1
}

div.contact {
    width: 50%
}



div.contact p:first-of-type {
    margin: 10px
}

div.contact p {
    margin: 5px 10px;
    padding-bottom: 0
}

div.contact a {
    margin: 10px;
    display: block
}



ul.openinghours {
    list-style-type: none;
    padding: 0 10px 10px 10px;
    margin: 0
}

ul.openinghours li {
    margin-bottom: 5px;
    font-size: 1em
}

ul.openinghours li span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 35%
}

div.select.block {
    margin-bottom: 0
}

ul.salesrange {
    list-style-type: none;
    padding: 0;
    margin: 10px
}

ul.salesrange li {
    margin-bottom: 10px
}

ul.salesrange li span {
    border-radius: 50%;
    background: #000;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    margin-right: 30px
}

ul.location-services {
    list-style-type: none;
    margin: 10px;
    padding: 0
}

ul.location-services li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative
}

ul.location-services li:before {
    content: '\2713';
    left: 0;
    position: absolute;
    font-weight: 700;
    font-size: 1.2em
}

ul.location-services li:empty {
    display: none
}



section#team-viewer {
    width: 100%;
    overflow-x: hidden;
    display: block
}

section#team-viewer article.teamlist {
    width: 100%;
    margin-bottom: 40px
}

section#team-viewer article.teamlist:first-of-type {
    position: relative
}

section#team-viewer article.teamlist div.team-member {
    display: block;
    margin-bottom: 30px
}

section#team-viewer article.teamlist div.team-member figure {
    width: 100%;
    display: block
}

section#team-viewer article.teamlist div.team-member figure img {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

section#team-viewer article.teamlist div.team-member figure p {
    font-size: .8em;
    padding-bottom: 2px
}

section#team-viewer article.teamlist div.team-member>p {
    margin: 5px 0;
    padding: 0
}

section#team-viewer article.teamlist div.team-member>p strong {
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block
}

section#team-viewer article.teamlist:not(:first-of-type) {
    position: relative;
    display: none;
    top: 0;
    left: 0
}

section#team-viewer article.teamlist div.team-member figure img:after {
    content: '';
    background-image: url(../images/svg/silhouette.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #f5f6f8;
    display: block
}

ul.teamnav {
    width: 100%;
    display: inline-block;
    text-align: center;
    list-style-type: none
}

ul.teamnav li {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 3px
}

ul.teamnav li a {
    width: 24px;
    height: 24px;
    border: solid 2px #000;
    display: block;
    border-radius: 50%
}

ul.teamnav li a span {
    display: none
}

ul.teamnav li a.active {
    background: #000
}

.pi-holder {
    position: relative;
    vertical-align: top;
    height: 550px!important;
    width: 450px;
    overflow: hidden;
    display: inline-block
}

.double-widget.offers {
    position: relative;
    width: 555px;
    height: 372px
}



.double-widget.offers .widget-btn {
    bottom: 0
}

img.pi-hero {
    width: 450px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff
}

img.pi-hero:not(:first-of-type) {
    display: none;
    opacity: 0
}

img.pi-hero.active {
    display: block;
    opacity: 1
}


img.fadein {
    animation-name: fadein;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadein;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: forward;
    -moz-animation-name: fadein;
    -moz-animation-duration: .5s;
    -moz-animation-fill-mode: forward;
    -ms-animation-name: fadein;
    -ms-animation-duration: .5s;
    -ms-animation-fill-mode: forward
}


#testdrive a.widget-btn {
    background-image: url(../images/svg/white-arrow-btn.svg);
    background-size: 8px 16px;
    background-position: 95% 50%;
    background-repeat: no-repeat
}

.col-xs-12.col-sm-3 #testdrive {
    max-height: inherit!important
}

.col-xs-12.col-sm-3 #testdrive a.widget-btn {
    width: 100%;
    min-height: 2em;
    font-size: 1.4em;
    right: inherit;
    left: 15px;
    position: inherit;
    display: block;
    margin: 15px 0;
    line-height: 1.3
}

.col-xs-12.col-sm-3 #testdrive {
    display: flex;
    display: -webkit-flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap
}

.col-xs-12.col-sm-3 #testdrive p {
    padding-bottom: 0
}

header nav ul li.testdrive {
    background: #004994
}

header nav ul li.testdrive a {
    color: #fff
}

ul.new-range {
    list-style-type: none;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

ul.new-range li {
    flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    padding: 10px;
    flex-flow: column;
    -webkit-flex-flow: column;
    align-items: center;
    -webkit-align-items: center;
    transition: all .5s
}

ul.new-range li figure {
    width: 100%;
    background: #fff
}

ul.new-range li figure img {
    width: 90%;
    margin: 0 auto;
    display: block
}

ul.new-range li figure+a {
    height: 40px;
    background: #c9ced1;
    align-items: center;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

ul.first li:first-of-type ul.second li:nth-child(1) {
    order: 1;
    -webkit-order: 1
}

ul.first li:first-of-type ul.second li:nth-child(2) {
    order: 2;
    -webkit-order: 2
}

ul.first li:first-of-type ul.second li:nth-child(6) {
    order: 3;
    -webkit-order: 3
}

ul.first li:first-of-type ul.second li:nth-child(3) {
    order: 4;
    -webkit-order: 4
}

ul.first li:first-of-type ul.second li:nth-child(4) {
    order: 5;
    -webkit-order: 5
}

ul.first li:first-of-type ul.second li:nth-child(5) {
    order: 6;
    -webkit-order: 6
}

ul.new-range li form {
    width: 100%
}

ul.new-range li a.testdrive,
ul.new-range li form button {
    height: 40px;
    background: #004994;
    align-items: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: center
}

ul.new-range li a.testdrive {
    display: flex;
    display: -webkit-flex
}

nav#vehicle-filter {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-justify-content: space-between
}

nav#vehicle-filter ol {
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
    padding: 0;
    width: 60%;
    justify-content: space-between;
    margin: 0
}

nav#vehicle-filter ol li input {
    display: none
}

nav#vehicle-filter ol li {
    flex: 0 1 24%;
    -webkit-flex: 0 1 24%
}

nav#vehicle-filter ol li label {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    background: #c9ced1;
    color: #fff;
    cursor: pointer;
    font-weight: 700
}

nav#vehicle-filter ol li input:checked+label {
    background: rgba(0, 0, 0, .5)
}

ul.new-range li.v-hidden {
    display: none
}

section.flexrow {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

section.flexrow div.col-sm-3 {
    float: none;
    flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    width: 100%;
    display: flex;
    display: -webkit-flex
}

section.flexrow div.col-sm-3#testdrive-widget {
    float: none;
    flex: none;
    -webkit-flex: none;
    width: 100%;
    display: flex;
    display: -webkit-flex
}

section.flexrow div.col-sm-3 div.single-widget {
    width: 100%
}

ul.events-widget-list {
    list-style-type: none;
    padding: 0;
    margin-top: 60px
}

ul.events-widget-list li a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 3px;
    align-items: flex-start
}

ul.events-widget-list li a div.date {
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    background: #004994;
    align-items: center;
    padding: 2px
}

ul.events-widget-list li a:hover {
    text-decoration: none
}

ul.events-widget-list li a div.date+div {
    flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    overflow: hidden;
    height: 90%
}

ul.events-widget-list li a div.date+div p {
    margin: 0;
    padding: 0
}

ul.events-widget-list li a div.date+div p strong {
    font-size: 1.3em
}

ul.events-widget-list li a div.date+div p.event_address {
    line-height: 1.1em;
    height: 3.9em;
    overflow: hidden;
    position: relative
}

ul.events-widget-list li a div.date+div p.event_address:after {
    content: '';
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 64%, rgba(255, 255, 255, .8) 100%);
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0
}

ul.main-evt-listings {
    list-style-type: none;
    padding: 0
}

ul.main-evt-listings li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 3px;
    align-items: flex-start;
    margin-bottom: 20px
}

ul.main-evt-listings li div.date {
    flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background: #004994;
    align-items: center;
    -webkit-align-items: center;
    padding: 2px
}

ul.main-evt-listings figure {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex: 0 0 78%;
    -webkit-flex: 0 0 78%
}

ul.main-evt-listings figure img {
    flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    width: 20%;
    padding: 1% 2%
}

ul.main-evt-listings figure+a {
    flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    position: relative;
    padding: 5px;
    text-align: center;
    transition: all .2s;
    -webkit-transition: all .2s
}

ul.main-evt-listings figure+a:before {
    content: '\f271';
    font-family: FontAwesome;
    margin-right: 3px
}

ul.main-evt-listings figure+a:hover {
    background: #004994;
    color: #fff;
    text-decoration: none;
    border-radius: 5px
}

ul.main-evt-listings figure figcaption input[type=checkbox] {
    display: none
}

section.readmore p {
    font-size: 14px;
    margin: 10px 10px 0 10px
}

section.readmore>:last-child {
    margin-bottom: 10px
}

section.readmore p strong {
    font-size: 1rem!important
}

section.readmore p a {
    font-weight: 600;
    color: #004994
}

section.readmore .button {
    padding: 5px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8em
}

section.readmore .button:hover {
    background-color: #333
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

div.body .col-sm-6>div {
    background: #c9ced1!important
}

div.body .col-sm-3 .call-me-back {
    margin: 0!important;
    padding-bottom: 20px
}

section.gdpr p {
    font-size: .8em;
    width: 100%;
    padding-bottom: 5px
}

section.gdpr label {
    display: block;
    font-size: .8em
}

section.gdpr ol {
    list-style-type: none;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 0
}

section.gdpr ol li {
    display: flex;
    display: -webkit-flex;
    flex: 1 1 33%;
    -webkit-flex: 1 1 33%;
    margin-bottom: 10px
}

section.gdpr input {
    display: none
}

section.gdpr a {
    text-decoration: underline
}

section.gdpr input+label {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start
}

section.gdpr input+label:before {
    content: '';
    background: #fff;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    cursor: pointer;
    border: solid 1px #000;
    flex: 1 0 16px;
    -webkit-flex: 1 0 16px;
    max-width: 16px
}

section.gdpr input:checked+label:before {
    background-color: #004994
}

section.gdpr input#agree {
    display: block;
    position: absolute;
    opacity: 0;
    cursor: pointer
}

section.gdpr input#agree+label {
    margin-bottom: 20px
}

.g-recaptcha,
section.gdpr+.g-recaptcha {
    width: 304px;
    display: block;
    margin: 20px auto
}

section.flex.row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: stretch
}

section.flex.row>div {
    float: none!important
}

form#testdrive fieldset section.gdpr p {
    width: 100%!important;
    font-size: 1em!important
}

form#testdrive fieldset section.gdpr label {
    font-size: 100%!important
}

section#gmap {
    width: 100%;
    height: 400px;
    display: block;
    background: rgba(255, 255, 255, .5)
}

section#mapkey {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

section#mapkey div.dropdown-holder {
    position: relative
}

select#type-filter {
    width: 250px;
    margin-right: 12px;
    background: #fff;
    border: solid 1px #000;
    height: 34px;
    appearance: none;
    -webkit-appearance: none;
    padding-left: 10px
}

section#mapkey div.dropdown-holder:after {
    content: '';
    width: 34px;
    height: 34px;
    background: #000;
    position: absolute;
    top: 0;
    right: 12px;
    pointer-events: none;
    background-image: url(../images/svg/white-arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

figure.key {
    display: inline-block;
    margin: 20px 40px 20px 10px
}

figure.key figcaption,
figure.key img {
    display: inline-block
}

figure.key img {
    width: 54px
}

figure.key figcaption {
    text-transform: uppercase;
    margin-left: 12px
}

.long {
    max-height: inherit!important
}

dl.dealer-contacts {
    padding: 0;
    margin: 0
}

dl.dealer-contacts dt {
    font-weight: 600;
    width: 60%;
    float: left;
    clear: left;
    font-size: .8em;
    margin-bottom: 2px
}

dl.dealer-contacts dd {
    float: left;
    width: 35%;
    margin: 0;
    text-align: right;
    font-size: .8em;
    margin-bottom: 2px
}

.dealerlogo {
    height: auto;
    max-width: 260px;
    width: auto;
    max-height: 55px
}

ul.test-drive-pagination {
    list-style-type: none;
    width: auto;
    display: block;
    margin: 20px auto 50px auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    width: 250px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0
}

ul.test-drive-pagination li {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0;
    position: relative
}

ul.test-drive-pagination li:not(:last-of-type):after {
    content: '';
    width: 100%;
    height: 4px;
    background: #797979;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

ul.test-drive-pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 2em;
    line-height: 1.5;
    border: solid 4px #797979;
    border-radius: 50%;
    color: #797979
}

ul.test-drive-pagination li span {
    position: absolute;
    min-width: 100%;
    font-size: .8em;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-transform: uppercase;
    text-align: center
}

ul.test-drive-pagination li a:hover {
    text-decoration: none
}

ul.test-drive-pagination li.active a {
    background: #004994;
    color: #fff;
    border-color: #004994
}

ul.test-drive-pagination li.active span {
    color: #004994
}

ul.test-drive-pagination li.complete a {
    background: #797979;
    border-color: #797979;
    position: relative;
    text-indent: -9999px
}

ul.test-drive-pagination li.complete a:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    content: '\2714';
    position: absolute;
    text-indent: 0
}

ul.test-drive-pagination li.complete span {
    color: #797979
}

ul.test-drive+button {
    background: #004994;
    color: #fff;
    padding: 10px 70px;
    font-weight: 700;
    margin: 20px auto;
    display: block;
    font-size: 1.2em
}

ul.test-drive {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-end;
    -webkit-align-items: flex-end
}

ul.test-drive li {
    display: inline-block;
    width: 24%;
    margin-bottom: 20px;
    margin-left: 10px
}

ul.test-drive li figure {
    width: 100%;
    display: block
}

ul.test-drive li figure img {
    width: 100%;
    height: auto;
    cursor: pointer
}

ul.test-drive li figure figcaption {
    width: 100%;
    height: 30px;
    display: block
}

ul.test-drive li figure figcaption label {
    width: 100%;
    display: block;
    height: 100%;
    background: #c9ced1;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer
}

ul.test-drive li figure figcaption input {
    display: none
}

ul.test-drive li figure figcaption label:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    background: #fff;
    margin: 3px 10px;
    border: solid 1px #000
}

ul.test-drive li figure figcaption input:checked+label:before {
    content: '\2713';
    text-align: center;
    font-size: 2em;
    line-height: 24px;
    font-weight: 400
}

form#testdrive {
    width: 50%;
    margin: 20px auto
}

form#testdrive fieldset {
    border: 0 none;
    margin: 20px 0;
    padding: 0
}

form#testdrive fieldset p {
    position: relative;
    width: 49%;
    display: inline-block;
    font-family: lato!important;
    vertical-align: top;
    margin-bottom: .5em
}

form#testdrive fieldset p input,
form#testdrive fieldset p select {
    width: 100%;
    height: 30px;
    border: solid 1px #c9ced1;
    padding-left: 10px;
    background: #fff
}

form#testdrive fieldset p input+label,
form#testdrive fieldset p select+label,
form#testdrive fieldset p textarea+label {
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    width: 100%;
    background: 0 0;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px)
}

form#testdrive fieldset p input:not(.nofocus):focus+label,
form#testdrive fieldset p select:focus+label,
form#testdrive fieldset p textarea:focus+label {
    opacity: 1;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    background: rgba(0, 0, 0, .8);
    width: 100%;
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

form#testdrive fieldset p input:valid+label,
form#testdrive fieldset p select:valid+label {
    display: none
}

form#testdrive fieldset p.optin {
    width: 100%;
    clear: both
}

form#testdrive fieldset p:last-of-type {
    width: 100%;
    font-size: .8em
}

form#testdrive fieldset p input#opt-in {
    display: none
}

form#testdrive fieldset p input#opt-in+label {
    display: block!important;
    position: relative;
    padding: 0;
    margin-top: 10px
}

form#testdrive fieldset p input#opt-in+label:after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #fff;
    margin: 3px 10px;
    border: solid 1px #000;
    vertical-align: top;
    cursor: pointer
}

form#testdrive fieldset p input#opt-in:checked+label:after {
    content: '\2713';
    text-align: center;
    font-size: 2em;
    line-height: 24px
}

form#testdrive button {
    width: 40%;
    display: block;
    padding: 10px;
    background: #004994;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin: 20px auto
}

.formfooter form#tdform button {
    width: 200px;
    display: block;
    padding: 10px;
    background: #004994;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin: 20px auto
}

form#testdrive button:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px
}

#opt-in+label {
    display: block!important;
    position: relative!important
}

p.optin {
    text-align: center
}

ul.test-drive-response {
    list-style-type: none;
    padding: 0;
    margin: 20px auto;
    width: 100%
}

ul.test-drive-response li {
    display: inline-block;
    width: 400px;
    max-width: 90%;
    margin-bottom: 20px
}

ul.test-drive-response li figure {
    width: 100%;
    display: block
}

ul.test-drive-response li figure img {
    width: 100%;
    height: auto
}

ul.test-drive-response li figure figcaption {
    width: 100%;
    display: auto;
    padding: 10px;
    text-align: center;
    font-weight: 700
}

dl.social {
    height: 30px;
    float: right;
    cursor: pointer;
    margin: 10px;
    position: relative;
    display: block;
    z-index: 10000
}

dl.social dt img {
    height: 30px;
    width: auto
}

dl.social dt+dd {
    display: none
}

dl.social dd {
    position: absolute;
    margin: 0;
    top: 0;
    padding-top: 36px;
    width: 170px
}

dl.social dd ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 100%;
    width: auto
}

dl.social dd ul li {
    display: inline-block;
    height: 30px;
    width: 30px
}

dl.social dd ul li a {
    width: 30px!important;
    height: 30px!important;
    margin: 0;
    padding: 0;
    margin: 0!important;
    display: block;
    overflow: hidden;
    line-height: 30px!important;
    text-align: center;
    color: #fff
}

.facebook {
    background: #3b5998
}

.twitter {
    background: #55acee
}

.gplus {
    background: #dd4b39
}

.linkedin {
    background: #007bb5
}

.pinterest {
    background: #cb2027
}

form#salesroles fieldset {
    border: 0 none;
    margin: 20px 0;
    padding: 0
}

form#salesroles fieldset p {
    width: 100%;
    margin-bottom: 20px;
    min-height: 24px
}

form#salesroles fieldset p label {
    width: 25%;
    float: left;
    min-height: 24px;
    position: relative
}

form#salesroles fieldset p input,
form#salesroles fieldset p textarea {
    width: 75%;
    float: right
}

form#salesroles fieldset p textarea {
    display: inline-block;
    float: none;
    height: 150px;
    resize: none
}

form#salesroles fieldset p input[type=file] {
    opacity: 0
}

form#salesroles fieldset p input[type=file]+label:before {
    content: '';
    width: 300%;
    height: 100%;
    display: block;
    content: attr(data-tile);
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    border: solid 1px #a9a9a9;
    padding: 0 30px;
    line-height: 22px
}

form#salesroles fieldset p input[type=file]+label:after {
    content: '\f07b';
    width: 12%;
    min-width: 26px;
    height: 24px;
    background: #000;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    color: #fff;
    font-family: fontawesome;
    text-align: center;
    line-height: 24px;
    cursor: pointer
}

form#salesroles fieldset button {
    background: #000;
    color: #fff;
    padding: 5px;
    font-weight: 700;
    margin-left: 25%
}

form#salesroles fieldset p input[type=file]+label:hover:after {
    background: #004994
}

.ithumb {
    cursor: pointer;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    margin-bottom: 0!important
}

.ithumb:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    opacity: .8
}

.listingbutton {
    display: block;
    clear: both;
    padding: 6px;
    background: #000;
    color: #fff;
    margin: 15px;
    width: calc(25% - 15px);
    width: -webkit-calc(25% - 15px)
}

form#change-dealer #postcode:focus+label {
    display: none
}

.col-xs-12.col-sm-3 #locations-widget {
    width: 100%;
    padding: 0
}

figure.newsmain {
    max-width: 100%;
    display: block;
    margin: 30px auto
}

figure.newsmain img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

dl.newswidget {
    margin-top: 40px
}

dl.newswidget dt {
    margin-bottom: 10px;
    font-weight: 700
}

nav#pagination {
    display: block;
    padding: 5px;
    margin-bottom: 20px;
    width: 100%
}

nav#pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

nav#pagination ul li {
    display: inline-block;
    max-width: 100%
}

nav#pagination ul li a {
    font-weight: 700;
    padding: 5px 12px
}

nav#pagination ul li:first-of-type a span {
    margin-right: 12px
}

nav#pagination ul li:last-of-type a span {
    margin-left: 12px
}

nav#vehicle-nav {
    display: flex;
    -display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    margin-bottom: 1.5em;
    width: 100%
}


select#sortby {
    background: #000;
    border: none 0;
    color: #fff;
    height: 30px;
    padding-left: 10px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0
}

select#sortby::-ms-expand {
    display: none
}

figure.enquiryimg {
    margin-bottom: 20px
}

figure.enquiryimg img {
    max-width: 100%
}

.call-me-back form {
    margin-top: 60px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column
}

.call-me-back form button {
    align-self: flex-end;
    -webkit-align-self: flex-end
}

p.copy {
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px
}

.center {
    text-align: center!important
}

.center p.siteby {
    font-size: .8em!important
}

.center p.siteby a {
    padding-left: 5px
}

.copyright {
    margin-top: 15px;
    margin-bottom: 15px
}

.copyright a {
    float: right
}

.yt-figure {
    position: relative
}

.yt-figure span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 5em;
    opacity: .5;
    color: #fff;
    transition: opacity .3s
}

.yt-figure:hover span {
    opacity: 1
}

ul.sitemap {
    list-style-type: none
}

li.level_1 {
    margin-left: 20px;
    position: relative
}

li.level_2 {
    margin-left: 40px
}

li.level_3 {
    margin-left: 40px
}

.page-404 ul {
    margin-top: 0
}

.page-404 a {
    text-decoration: underline
}

.page-404 button {
    margin-bottom: 2em
}

nav.sidebar-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 2em 0
}

nav.sidebar-nav ul>li {
    width: 100%;
    border-bottom: 1px solid #c8c8c8
}

.left-sub-menu,
nav.sidebar-nav ul li input[type=checkbox] {
    display: none
}

nav.sidebar-nav ul li input[type=checkbox]+label {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

nav.sidebar-nav ul li input[type=checkbox]:checked+label+.left-sub-menu {
    display: block
}

a.active+ul.left-sub-menu {
    display: block
}

.container {
    padding-bottom: 2em
}

footer .container,
footer~.container {
    padding-bottom: 0!important
}

.pcerror {
    position: absolute;
    top: -40px;
    background: #c80000;
    color: #fff;
    position: absolute;
    line-height: 40px;
    text-align: center;
    width: 100%
}

.pcerror:after {
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #c80000 #c80000 transparent transparent;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: rotate(135deg)
}

p.select-or {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase
}

article.accordion {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

article.accordion>section {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff
}


article.accordion>section:target {
    max-height: 100em
}

article.accordion section {
    -webkit-transition: max-height 1s ease;
    -ms-transition: max-height 1s ease;
    transition: max-height 1s ease
}

@media screen and (max-width:767px) {
    nav.sidebar-nav ul li a {
        width: 100%;
        transform: none;
        -webkit-transform: none
    }
}

div#dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: solid 3px #797979;
    border-radius: 10px;
    min-width: 360px;
    z-index: 11
}

div#dialog button {
    width: 50%;
    text-align: center;
    border: solid 2px #797979;
    margin: 0 auto;
    display: block;
    border-radius: 5px
}

div#dialog button:hover {
    background: #004994;
    color: #fff
}

div.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 10
}

.errorbox {
    background: #004994;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    z-index: 9999
}

.errorbox:after {
    content: '';
    border-color: #004994 #004994 transparent transparent;
    border-width: 6px;
    border-style: solid;
    display: block;
    position: absolute;
    top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

div.response {
    text-align: center
}

.td-top+#change-dealer .select {
    background: #fff;
    position: relative
}

.td-top+#change-dealer .select:after {
    background-color: #004994;
    background-image: url(../images/common/down.png);
    background-repeat: no-repeat;
    width: 70px;
    transform: none;
    -webkit-transform: none;
    background-position: 50% 50%;
    background-size: 24px 24px
}

.td-top+#change-dealer p input[type=text]+label+button {
    width: 20%;
    height: 38px;
    background: #004994;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 700
}

.keyval {
    position: absolute;
    font-size: .8em;
    line-height: 1;
    background: #004994;
    color: #fff;
    padding: 3px;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.white .sidebar {
    background: #fff;
    height: 362px
}

article.expired {
    position: relative
}

article.expired:after {
    content: 'Offer Expired';
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(200, 0, 0, .8);
    z-index: 20;
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    font-family: lato;
    color: #fff;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    text-transform: uppercase
}

section#countdown {
    max-width: 215px
}

section#countdown * {
    color: #004994
}

section#countdown p {
    font-size: .8em;
    padding: 5px 0
}

section#countdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    text-align: center;
    font-size: 1.5em
}

section#countdown ul li {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    position: relative;
    font-weight: 600
}

section#countdown ul li:after {
    text-transform: uppercase;
    font-size: 8px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
    left: 0;
    font-weight: 400
}

section#countdown ul li#days:after {
    content: 'days'
}

section#countdown ul li#hours:after {
    content: 'hours'
}

section#countdown ul li#minutes:after {
    content: 'minutes'
}

section#countdown ul li#seconds:after {
    content: 'seconds'
}

section.formfooter {
    background: #c9ced1;
    position: relative
}


section.formfooter form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: flex-start
}

section.formfooter form div.select,
section.formfooter form p:first-of-type {
    flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    position: relative;
    padding: 0
}

section.formfooter form p:last-of-type {
    height: 100%;
    padding: 0;
    align-self: center;
    -webkit-align-self: center;
    font-weight: 600
}

section.formfooter form div.select select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    height: 38px;
    width: 100%;
    padding: 9px 47px 9px 9px;
    z-index: 2;
    background: #fff
}

section.formfooter form div.select:after {
    content: '';
    background-color: #004994;
    background-image: url(../images/common/down.png);
    background-repeat: no-repeat;
    width: 70px;
    transform: none;
    -webkit-transform: none;
    background-position: 50% 50%;
    background-size: 24px 24px;
    z-index: 10;
    pointer-events: none
}

section.formfooter form p:first-of-type {
    position: relative
}

section.formfooter form p:first-of-type input {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    height: 38px;
    width: 70%;
    padding: 9px 47px 9px 9px;
    z-index: 2;
    background: #fff
}

section.formfooter form#change-dealer p:first-of-type input+label {
    position: absolute;
    left: 0;
    height: 38px;
    padding: 9px;
    color: #ada9a9;
    font-weight: 400
}

section.formfooter form#change-dealer p:first-of-type input+label+button {
    width: 20%!important;
    height: 38px;
    background: #004994;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 700
}

section.formfooter form#tdform {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    width: 50%;
    margin: 10px auto
}

section.formfooter form#tdform p {
    flex: 1 1 100%!important;
    width: 80%;
    text-align: center
}

section.formfooter form input.vehicle {
    display: block;
    flex: 1 1 100%;
    width: 100%!important
}

section.container.dealerfooter {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    padding: 0
}

section.container.dealerfooter img {
    flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
    order: 1;
    -webkit-order: 1;
    object-fit: cover;
    -ms-flex-order: 1;
    -ms-flex: 0 3 30%
}

section.container.dealerfooter img+section {
    flex: 0 3 70%;
    -webkit-flex: 0 3 70%;
    order: 2;
    -webkit-order: 2;
    padding: 5%;
    -ms-flex-order: 2;
    -ms-flex: 0 3 70%
}

section.container.dealerfooter form p {
    margin-bottom: 0!important
}

section.container.dealerfooter form p:first-of-type input+label+button {
    width: 30%!important
}

section.container.dealerfooter form {
    width: 100%!important
}

section.container.dealerfooter form.col-sm-3 div.select.block {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%
}

section.formfooter form#testdrive p:first-of-type {
    padding-bottom: 1.5rem
}

section.formfooter form#testdrive p:first-of-type input {
    box-shadow: none
}

/* article.news.vacancies {
    padding: 10px
} */


form.vacancy {
    width: 80%!important
}

form.vacancy input[type=file] {
    height: 0;
    position: absolute;
    opacity: 0
}

form.vacancy p.textbox.row label {
    cursor: pointer;
    background: #004994;
    color: #fff;
    cursor: pointer;
    flex: 1 1 20%;
    -webkit-flex: 1 1 20%;
    position: initial!important;
    order: 1;
    -webkit-order: 1
}

form.vacancy p.textbox.row label:after {
    font-family: fontawesome;
    content: '\f1c2';
    margin-left: 10px;
    margin-right: 10px
}

.hidelabel {
    display: none
}

form.vacancy p span.helper {
    width: 100%;
    text-align: center;
    display: block;
    font-style: italic;
    padding: 3px;
    display: none
}

form.vacancy p span.helper.reminder {
    background: #004994;
    color: #fff
}

form.vacancy p.textbox {
    width: 100%!important
}

form.vacancy p.textbox textarea {
    width: 100%;
    border: solid 1px #c9ced1;
    resize: none
}

form.vacancy p.textbox.row {
    display: flex!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0
}

form.vacancy p.textbox.row input.nofocus {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    order: 2;
    -webkit-order: 2
}

form.vacancy p.textbox.title {
    padding-bottom: 3px
}

nav#vacancyfilter {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}


nav#vacancyfilter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: center;
    -webkit-align-items: center;
    flex: 0 3 75%;
    -webkit-flex: 0 3 75%
}

nav#vacancyfilter ul li {
    cursor: pointer;
    background: #000;
    color: #fff;
    margin: 5px 5px;
    position: relative;
    flex: 1 1 20%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

nav#vacancyfilter ul li a {
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    display: block
}

nav#vacancyfilter ul li:hover {
    background: #c9cacb
}

nav#vacancyfilter ul li:hover a {
    text-decoration: none
}

nav#vacancyfilter ul li a.active {
    background: #004994;
    position: relative
}

nav#vacancyfilter ul li a.active:after {
    font-family: fontawesome;
    content: '\f00d';
    position: absolute;
    right: 10px
}

article.centered {
    text-align: center
}

article.driveaway ul:not(.specs) {
    margin: 10px 0;
    list-style-type: none;
    padding: 0
}

article.driveaway:not(.specs) ul li {
    font-size: .9em;
    padding-bottom: 1px;
    display: flex;
    display: -webkit-flex
}

article.driveaway ul:not(.specs) li:before {
    content: '\b7';
    margin-right: 3px
}

ul.new-range.driveaway {
    justify-content: center;
    -webkit-justify-content: center
}

ul.new-range.driveaway li p.title {
    height: 40px;
    background: #c9ced1;
    align-items: center;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 0
}

div.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start
}

div.flex>* {
    flex: 0 0 32%;
    -webkit-flex: 0 0 32%;
    margin-top: 10px;
    margin-bottom: 10px
}

div.flex div p {
    padding-bottom: 1px;
    font-size: .9em;
    padding-right: 5px
}

div.flex div:first-of-type p:first-of-type {
    margin-bottom: 10px
}

div.flex div:last-of-type p:nth-child(2) {
    margin-top: 10px
}

div.flex img {
    object-fit: contain;
    width: 33%
}

.twocol-flex {
    max-height: 100%!important;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start
}

.twocol-flex section {
    flex: 0 0 66%;
    -webkit-flex: 0 0 65%
}

.twocol-flex img {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    max-width: 25%
}

ul.specs {
    list-style-type: none;
    padding: 0;
    margin: 10px 0
}

ul.specs li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 90%;
    font-size: .9em
}

ul.specs li strong {
    font-weight: 400!important;
    text-align: left;
    width: 33%
}

form.driveaway p .error {
    padding: 2px!important;
    text-align: center;
    background: #004994;
    color: #fff;
    margin: 0;
    position: absolute!important;
    bottom: 0;
    left: 0;
    height: initial!important
}

.errorfocus {
    background: rgba(0, 73, 148, .3)!important
}

section.row.authorised-repairer article ul.location-services {
    padding: 0
}

section.row.authorised-repairer section#ar-content p:not(:first-of-type) {
    display: none
}

section.row.authorised-repairer section#ar-content label {
    cursor: pointer;
    color: #004994;
    padding: 0 0 20px 0;
    display: block;
    position: relative;
    display: block
}

section.row.authorised-repairer section#ar-content label:after {
    content: '>';
    margin-left: 6px
}

section.row.authorised-repairer section#ar-content input {
    display: none
}

section.row.authorised-repairer section#ar-content input:checked+label~p {
    display: block
}

section.row.authorised-repairer section#ar-content input:checked+label:after {
    content: '-'
}

section.row.authorised-repairer div.col-xs-12.col-sm-3 article:not(:first-of-type) {
    margin-top: 40px
}

div.dropdown-holder label {
    font-weight: 700;
    padding-right: 10px
}

.mobiletrigger {
    padding: 10px 0;
    border-bottom: 1px solid #b8bfc6;
    position: relative
}

.mobiletrigger:after {
    content: "";
    display: table;
    width: 15px;
    height: 15px;
    background-image: url(../images/svg/blue_arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0
}

.didyouknow {
    text-align: center;
    margin-bottom: 20px
}


.didyouknow p {
    position: relative;
    padding: 10px;
    color: #fff;
    background: #004994
}

.partsextra {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-around
}

.partsextra>div {
    width: 45%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column
}

.partsextra>div.video {
    width: 100%!important
}

.partsextra>div>iframe {
    width: 100%;
    height: 400px!important;
    margin-bottom: 15px
}

.partsextra.vehicle {
    justify-content: space-between;
    -webkit-justify-content: space-between
}

dl.partsdl dt {
    font-weight: 600
}

dl.partsdl dd {
    margin-left: 0;
    margin-bottom: 10px
}

div.table-row {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: stretch;
    background: #004994;
    border-bottom: 2px solid #f5f6f8
}

div.table-row p:first-of-type,
div.table-row p:last-of-type {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    justify-content: center
}

div.table-row p:nth-child(2) {
    flex: 1 1 40%;
    border-left: 2px solid #f5f6f8;
    border-right: 2px solid #f5f6f8;
    display: flex;
    justify-content: center;
    align-items: center
}

div.table-row:not(.header) p:not(:first-child) {
    background-color: #c9ced1;
    color: #000
}

div.table-row.header {
    font-weight: 600
}

section.table {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch
}

section.table dl.exhaust {
    border: solid 1px #004994;
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    background: #fff;
    margin-bottom: 30px
}

section.table dl.exhaust dt {
    padding: 5px;
    background: #004994;
    color: #fff;
    text-align: center
}

section.table dl.exhaust dd {
    text-align: center;
    margin: 10px 0;
    padding: 0 16px
}

section.table dl.exhaust dd:last-of-type {
    margin: 20px 0
}

section.table dl.electrical {
    flex: 0 0 48%
}

section.table dl.electrical dt {
    padding: 5px;
    background: #004994;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 24px
}

section.table dl.electrical dt:after {
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #004994
}

section.table dl.electrical dd {
    margin-bottom: 10px;
    position: relative
}

section.table dl.electrical dd:before {
    content: '\f12a';
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    color: #c80000
}

section.table dl.electrical.alternator dt:after {
    background: url(../images/parts/alternator.jpg);
    background-size: contain;
    background-position: 50%
}

section.table dl.electrical.starter dt:after {
    background: url(../images/parts/starter.jpg);
    background-size: contain;
    background-position: 50%
}

section.wipers {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 30px 0;
    border-top: 1px solid #c80000;
    border-bottom: 1px solid #c80000;
    padding: 12px 0
}



section.wipers ul {
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0
}

section.wipers ul li {
    margin: 0;
    padding: 3px;
    background: #c80000
}

section.wipers ul li figure figcaption {
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-weight: 600
}

section.wipers p.cta {
    font-weight: 600;
    font-size: 1.2em;
    color: #c80000;
    text-transform: uppercase;
    text-align: center
}

img.partsfull {
    clear: both;
    display: block;
    max-width: 100%;
    width: 50%;
    margin: 20px auto
}

figure.lighting {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 30px
}

figure.lighting img {
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%
}

figure.lighting figcaption {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    margin: 10px 0;
    font-size: .8em
}

.bigmutha {
    font-size: 3em
}

section#nv-header {
    width: 100%;
    display: block
}

section#nv-header>* {
    width: 100%;
    text-align: center
}

section#new-vehicle-scroller {
    width: 100%;
    height: 240px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    margin-bottom: 40px
}

section#new-vehicle-scroller a.left-scr,
section#new-vehicle-scroller a.right-scr {
    font-family: FontAwesome;
    position: absolute;
    font-size: 4em;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s
}

section#new-vehicle-scroller a.left-scr {
    left: -60px
}

section#new-vehicle-scroller a.right-scr {
    right: -60px
}

section#new-vehicle-scroller a.left-scr:hover,
section#new-vehicle-scroller a.right-scr:hover {
    text-decoration: none;
    transform: scale(1.1)
}

ul.scroller-content {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    list-style-type: none;
    padding: 0
}

ul.scroller-content li div.voverlay {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center;
    transition: background .2s
}

ul.scroller-content li div.voverlay>* {
    display: none
}

ul.scroller-content li div.vactive {
    background: rgba(0, 0, 0, .6)
}

ul.scroller-content li div.vactive a {
    -moz-user-select: none
}

ul.scroller-content li div.vactive a:first-of-type {
    position: initial;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    padding: 8px;
    color: #fff;
    background: #c9ced1;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

ul.scroller-content li div.vactive a:hover {
    text-decoration: none
}

ul.scroller-content li div.vactive a:first-of-type:not(:last-of-type) {
    margin-bottom: 20px
}

ul.scroller-content li div.vactive form {
    display: flex;
    display: -webkit-flex
}

ul.scroller-content li div.vactive a.testdrive {
    position: initial;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    padding: 8px 12px;
    color: #fff;
    background: #004994;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

ul.scroller-content li div.vactive form button {
    position: initial;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 12px;
    color: #fff;
    background: #004994;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    margin-top: 30px
}

ul.scroller-content li {
    min-width: 190px;
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    position: relative
}

ul.scroller-content li figure {
    max-width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 100%;
    max-width: 100%
}

ul.scroller-content li figure img {
    max-width: 180px;
    margin: 5px
}


ul.scroller-content li figure figcaption {
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto
}

ul.scroller-content li figure figcaption p {
    padding: 0;
    font-size: .8em;
    text-align: center
}

ul#scroll-nav-desktop {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px
}

ul#scroll-nav-desktop li {
    width: 20px;
    height: 20px;
    border: solid 2px #004994;
    margin: 0 5px;
    border-radius: 50%;
    transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
    cursor: pointer
}

ul#scroll-nav-desktop li.navactive {
    background-color: rgba(0, 73, 148, .7)
}

.image-fit {
    width: 100%
}

section.cta-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 30px
}

section.cta-row section {
    flex: 0 1 49%;
    -webkit-flex: 0 1 49%;
    background: #fff;
    position: relative;
    width: 49%
}

section.cta-row section iframe {
    width: 100%;
    height: 100%;
    display: block
}

section.homepage-cta-block a {
    width: 100%;
    height: 100%;
    display: block
}

section.homepage-cta-block a:hover {
    text-decoration: none
}

section.homepage-cta-block figure {
    width: 100%;
    height: 100%;
    /* display:flex;
  display:-webkit-flex;
  flex-direction:column;
  -webkit-flex-direction:column */
}

section.homepage-cta-block figure img {
    object-fit: cover;
    background: rgba(0, 0, 0, .1);
    overflow: hidden
}

section.homepage-cta-block figure figcaption {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center
}



section.homepage-cta-block figure figcaption p {
    width: 90%
}

.single-widget-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column
}

@media screen and (max-width:992px) {
    .partsextra {
        flex-flow: column
    }
    .partsextra>div {
        width: 100%
    }
    .partsextra>div img.widget-img {
        object-fit: contain
    }
    img.column-header-image {
        max-width: 100%!important
    }
    div.table-row {
        flex-flow: column;
        -webkit-flex-flow: column;
        border: 0 none!important;
        margin-bottom: 5px
    }
    div.table-row.header {
        display: none
    }
    div.table-row p {
        position: relative;
        display: block!important;
        padding: 5px 10px
    }
    div.table-row p:first-of-type {
        display: block;
        background: rgba(255, 255, 255, .1)
    }
    div.table-row p:first-of-type:before {
        content: "Type of filter:";
        display: block;
        width: 100%;
        clear: both;
        margin-bottom: 5px;
        font-style: italic;
        font-weight: 600
    }
    div.table-row p:nth-child(2) {
        border-style: solid none;
        border-color: #f5f6f8;
        border-width: 2px
    }
    div.table-row p:nth-child(2):before {
        content: "Risks relating to poor filtration:";
        display: block;
        width: 100%;
        clear: both;
        margin-bottom: 5px;
        font-style: italic;
        font-weight: 600
    }
    div.table-row p:last-of-type:before {
        content: "Consequences:";
        display: block;
        width: 100%;
        clear: both;
        margin-bottom: 5px;
        font-style: italic;
        font-weight: 600
    }
    img.partsfull {
        width: 100%
    }
    section.table {
        flex-direction: column
    }
    figure.lighting {
        flex-flow: column wrap;
        justify-content: flex-start
    }
    figure.lighting img {
        height: auto;
        width: 100%;
        display: block
    }
    section.wipers ul li {
        width: 48%;
        margin-bottom: 10px
    }
    section.wipers ul li figure {
        width: 100%
    }
    section.wipers ul li figure img {
        max-width: 100%
    }
    ul.scroller-content li {
        transition: transform .5s ease-in-out;
        -webkit-transition: transform .5s ease-in-out
    }
    ul.scroller-content li figure {
        max-width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        height: 100%;
        max-width: 100%
    }
    ul.scroller-content li figure img {
        max-width: 90%
    }
}

form#gdprConsent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: solid 1px #000;
    padding: 20px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

form#gdprConsent ul:first-of-type {
    list-style-type: none
}

form#gdprConsent ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    padding: 5px
}

form#gdprConsent ul li label a {
    margin: 0 5px;
    text-decoration: underline;
    font-weight: 600;
    white-space: nowrap
}

form#gdprConsent ul li label span {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

form#gdprConsent ul li label input[type=checkbox],
form#gdprConsent ul li label input[type=radio] {
    position: absolute;
    display: block!important;
    opacity: 0
}

form#gdprConsent ul li label input[type=checkbox]+span:before {
    content: '';
    width: 16px;
    height: 16px;
    border: solid 1px #000;
    display: block;
    margin-right: 20px;
    flex: 0 0 16px;
    -webkit-flex: 0 0 16px
}

form#gdprConsent ul li:first-of-type label span {
    display: block
}

form#gdprConsent ul li:first-of-type label span:before {
    display: inline-block!important;
    vertical-align: middle
}

form#gdprConsent ul li p:empty {
    display: none
}

section.consentFormRow {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around
}

form#gdprConsent ul li label input[type=radio]+span:before {
    content: '';
    border: 1px solid #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 20px;
    display: block
}

form#gdprConsent ul li label input[type=checkbox]:checked+span:before,
form#gdprConsent ul li label input[type=radio]:checked+span:before {
    background: #000
}

form#gdprConsent p.buttonrow {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

form#gdprConsent p.buttonrow button {
    padding: 5px;
    border: solid 1px #000
}

form#gdprConsent p.buttonrow button:first-of-type {
    margin-right: 20px
}

form#gdprConsent p.buttonrow button:disabled {
    opacity: .2
}

div#interstitial {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 20px;
    width: 500px;
    max-width: 90%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, -50%);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 73, 148, .6);
    z-index: 99;
}

div#interstitial p {
    font-weight: 600
}

div#animate {
    display: block;
    width: 75px;
    height: 75px;
    border-width: 10px;
    border-color: #004994 rgba(0, 73, 148, .1);
    border-style: solid;
    border-radius: 50%;
    animation-name: rotate;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-delay: 0s;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: linear
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.cc-banner.cc-bottom {
    width: 50%!important;
    left: 50%!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.vehiclesub li:nth-child(8),
li.hassub ul.first li ul.second li:nth-child(8) {
    display: none!important
}

li:nth-of-type(1)>.second>li:nth-of-type(3)>.w-h.weight {
    justify-content: flex-start!important
}

section#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, .4);
    z-index: 10;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

section#overlay article#locationchooser {
    width: 900px;
    max-width: 90%;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-justify-content: flex-start
}

section#overlay article#locationchooser>div {
    width: 50%;
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    height: 100%
}

section#overlay article#locationchooser div.form {
    vertical-align: top;
    padding: 80px 20px 20px 20px
}

section#overlay article#locationchooser div.form .widget-tag {
    transform: translate(-28px, -50px);
    -webkit-transform: translate(-28px, -50px)
}

section#overlay article#locationchooser div p:first-of-type {
    font-weight: 700
}

section#overlay article#locationchooser div form {
    width: 100%
}

form#change-dealer p:not(.select-or) {
    position: relative;
    height: 38px;
    background-color: #f1f1f1;
    border-radius: 0;
    border: none;
    margin-bottom: 20px
}

form#change-dealer p label {
    position: absolute;
    left: 0;
    height: 38px;
    padding: 9px;
    color: #ada9a9;
    font-weight: 400
}

form#change-dealer p input[type=text] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    height: 38px;
    width: 80%;
    padding: 9px 47px 9px 9px;
    z-index: 2
}

form#change-dealer p button {
    background: #000;
    width: 20%;
    height: 38px;
    display: inline-block;
    color: #fff
}

form#change-dealer+a {
    padding: 9px;
    background: #000;
    display: block;
    margin-top: 20px;
    width: 40%;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

p.close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 10
}

form#change-dealer p input[type=text] {
    background: #fff;
    color: #000
}

form#change-dealer p input[type=text]:valid+label {
    display: none
}

form#change-dealer+form {
    width: 50%;
    height: 38px;
    min-width: 400px;
    margin: 10px auto
}

form#change-dealer+form label {
    height: 38px;
    width: 100%;
    display: block;
    position: relative
}

form#change-dealer+form label select {
    width: 100%;
    height: 38px;
    background: #fff;
    border: solid 1px #c8c8c8!important;
    padding-left: 10px
}

form#change-dealer+form label:after {
    content: '\f078';
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    pointer-events: none;
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webmit-align-items: center
}

@media screen and (max-width:768px) {
    section#overlay article#locationchooser div#gmap {
        display: none
    }
    section#overlay article#locationchooser div {
        width: 100%
    }
    section#overlay article#locationchooser div.form {
        padding-top: 80px
    }
    form#change-dealer+a {
        width: 100%
    }
    p.close {
        top: 40px
    }
}

@media screen and (max-width:600px) {
    section#overlay article#locationchooser {
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
        max-width: 100%
    }
    section#overlay article#locationchooser p.desktop {
        display: none
    }
    form#change-dealer p input[type=text] {
        width: 70%
    }
    form#change-dealer p input[type=text]+label+button {
        width: 30%
    }
    p.close {
        top: 5px;
        right: 5px;
        border: 1px solid #fff
    }
    section#overlay article#locationchooser div.form {
        padding-top: 60px
    }
}

@media screen and (max-width:425px) {
    section#overlay article#locationchooser div.form .widget-tag {
        transform: translate(-20px, -60px);
        -webkit-transform: translate(-20px, -60px)
    }
}