/*
	Theme Name: AdTorque Edge
	Theme URI: https://www.adtorqueedge.com/
	Description: AdTorque Edge Theme
	Version: 2.0.0
*/

/* FONTS */

@font-face {
	font-family: 'MINI Serif';
	src: url('fonts/MINISerif-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('fonts/MINISerif-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'MINI Sans Serif';
	src: url('fonts/mini_sans_serif-bold-web.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'MINI Sans Serif';
	src: url('fonts/mini_sans_serif-regular-web.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('fonts/mini_serif-bold-web.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('fonts/mini_serif-regular-web.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


/* NORMALIZE.CSS v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
input,
optgroup,
select,
textarea,
.form-control.empty+label {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}


/* SVG */
[class*=" icon-"],
[class^=icon-] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor
}

/* SLIDER STYLES */
.embla {
	position: relative
}

.embla__viewport {
	overflow: hidden;
	width: 100%
}

.embla__viewport.is-draggable {
	cursor: move;
	cursor: grab
}

.embla__viewport.is-dragging {
	cursor: grabbing
}

.embla__container {
	display: flex;
	user-select: none;
}

.embla__container.flex {
	flex-wrap: nowrap;
}

.embla__slide {
	position: relative;
	width: 100%;
	flex-shrink: 0
}

.embla__slide__img,
.embla__slide__video {
	display: block;
	width: 100%;
	height: auto
}

.full-height .embla__slide__inner {
	position: relative;
	overflow: hidden;
	height: 100vh
}

.embla__slide__video,
.full-height .embla__slide__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.embla__button {
	outline: 0;
	cursor: pointer;
	background-color: transparent;
	touch-action: manipulation;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	width: 28px;
	height: 28px;
	justify-content: center;
	align-items: center;
	fill: #1bcacd;
	padding: 0
}

.embla__button:disabled {
	cursor: default;
	opacity: .3
}

.embla__button__svg {
	width: 100%;
	height: 100%
}

.embla__button--prev {
	left: 50px
}

.embla__button--next {
	right: 50px
}

.embla__dots {
	display: flex;
	list-style: none;
	justify-content: center
}

.embla__dot {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

.embla__dot:last-child {
	margin-right: 0
}

@media(max-width: 500px) {
	.embla__slide__inner {
		width: 100%;
		height: 100%;
	}

	.embla__slide__video {
		max-height: none !important;
	}
}

@media(max-width: 1024px) {
	.embla__button--prev {
		left: 28px
	}

	.embla__button--next {
		right: 28px
	}
}

.disable-click .embla__slide {
	pointer-events: none;
}

.embla-thumbs .embla__slide {
	width: 33.3333%;
	min-width: 33.3333%;
}

.embla__dots__container {
	display: block;
	padding: 20px 28px
}

.embla__dots {
	gap: 10px
}

.embla__dot {
	background-color: var(--clr-grey);
	border: none;
	width: 1.5rem;
	border-radius: 4px;
	height: 4px;
	padding: 0
}

.embla__dot.is-selected {
	background-color: var(--clr-primary)
}

.embla__button--next {
	transform: translateX(16px)
}

.embla__button {
	fill: var(--clr-white)
}

.middle-slider .embla__container {
	display: flex;
	gap: 20px;
}

.middle-slider .embla__slide {
	width: 75%;
}

.middle-slider .embla__slide:first-child {
	margin-left: 20px;
}

.embla .flex .embla__slide:last-child {
	margin-right: var(--wrp-gaps);
}

@media (min-width:1024px) {
	.middle-slider .embla__slide {
		width: 60%;
	}

	.embla .grid .embla__slide:last-child {
		margin-right: var(--wrp-gaps-d);
	}
}


/* Hiding/Appearing Styles */
@media (max-width:767px) {
	.hide-mobile {
		display: none !important
	}
}

@media (min-width:768px) {
	.hide-above-mobile {
		display: none !important
	}
}

@media (max-width:1024px) {
	.hide-below-desktop {
		display: none !important
	}
}

@media (min-width:1024px) {
	.hide-desktop {
		display: none !important
	}
}

@media (max-width:1200px) {
	.hide-below-large {
		display: none !important
	}
}

@media (min-width:1024px) {
	.hide-large {
		display: none !important
	}
}

/* FLEX */
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -20px
}

.flex.no-gaps {
	margin-left: 0
}

.fv-center {
	align-items: center
}

.fh-center {
	justify-content: center
}

.flex>* {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 20px
}

.flex.pb-vert>* {
	padding-bottom: 20px
}

.flex.no-gaps>* {
	padding: 0
}

.flex.site-container>* {
	padding: 0
}

.flex>.m-col-6 {
	width: 50%
}

.flex>.m-col-4 {
	width: 33.333%
}

.flex>.m-col-3 {
	width: 25%
}

.m-two-cols>* {
	width: 50%
}

.m-three-cols>* {
	width: 33.333%
}

.m-full {
	width: 100%
}

.flex-grow {
	flex-grow: 1
}

.flex.equal-height>* {
	display: flex;
	flex-direction: column
}

.flex.equal-height>*>* {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

.flex.equal-height img {
	min-height: 1px;
	align-self: flex-start
}

.flex-reverse {
	flex-direction: row-reverse
}

.equal-height>*>*>:last-child {
	margin-top: auto
}

.flex-right {
	justify-content: flex-end;
}

.m-flex-basic {
	display: flex;
	justify-content: space-between;
	width: 100%
}

@media (min-width:500px) {
	.flex-basic {
		display: flex;
		justify-content: space-between;
		width: 100%
	}

	.t-two-cols>* {
		width: 50%
	}

	.t-three-cols>* {
		width: 33.333%
	}

	.t-four-cols>* {
		width: 25%
	}

	a.video-popup {
		max-width: 500px;
		height: 218px;
		margin: 20px auto;
		padding: 170px 20px 0 20px
	}
}

@media (max-width:767px) {
	.flex.t-pb-vert>* {
		padding-bottom: 20px
	}
}

@media (min-width:768px) {
	.l-two-cols>* {
		width: 50%
	}

	.l-three-cols>* {
		width: 33.333%
	}

	.l-four-cols>* {
		width: 25%
	}

	.flex>.l-col-10 {
		width: 83.333%
	}

	.flex>.l-col-9 {
		width: 75%
	}

	.flex>.l-col-8 {
		width: 66.66667%
	}

	.flex>.l-col-7 {
		width: 58.333%
	}

	.flex>.l-col-6 {
		width: 50%
	}

	.flex>.l-col-5 {
		width: 41.66667%
	}

	.flex>.l-col-4 {
		width: 33.333%
	}

	.flex>.l-col-3 {
		width: 25%
	}

	.flex>.l-col-2 {
		width: 16.66667%
	}
}

@media (max-width:1024px) {
	.flex.l-pb-vert>* {
		padding-bottom: 20px
	}
}

@media (min-width:1024px) {
	.flex {
		margin-left: -28px
	}

	.flex>* {
		padding: 0 0 0 28px
	}

	.flex.pb-vert>* {
		padding-bottom: 28px
	}

	.d-two-cols>* {
		width: 50%
	}

	.d-three-cols>* {
		width: 33.333%
	}

	.d-four-cols>* {
		width: 25%
	}

	.d-five-cols>* {
		width: 20%
	}

	.d-six-cols>* {
		width: 16.66667%
	}

	.flex>.d-col-10 {
		width: 83.333%
	}

	.flex>.d-col-9 {
		width: 75%
	}

	.flex>.d-col-8 {
		width: 66.66667%
	}

	.flex>.d-col-7 {
		width: 58.333%
	}

	.flex>.d-col-6 {
		width: 50%
	}

	.flex>.d-col-5 {
		width: 41.66667%
	}

	.flex>.d-col-4 {
		width: 33.333%
	}

	.flex>.d-col-3 {
		width: 25%
	}

	.flex>.d-col-2 {
		width: 16.66667%
	}
}

@media (min-width:1200px) {
	.xl-two-cols>* {
		width: 50%
	}

	.xl-three-cols>* {
		width: 33.333%
	}

	.xl-four-cols>* {
		width: 25%
	}

	.xl-five-cols>* {
		width: 20%
	}

	.xl-six-cols>* {
		width: 16.66667%
	}

	.flex>.xl-col-10 {
		width: 83.333%
	}

	.flex>.xl-col-9 {
		width: 75%
	}

	.flex>.xl-col-8 {
		width: 66.66667%
	}

	.flex>.xl-col-7 {
		width: 58.333%
	}

	.flex>.xl-col-6 {
		width: 50%
	}

	.flex>.xl-col-5 {
		width: 41.66667%
	}

	.flex>.xl-col-4 {
		width: 33.333%
	}

	.flex>.xl-col-3 {
		width: 25%
	}

	.flex>.xl-col-2 {
		width: 16.66667%
	}
}

@media (min-width:1440px) {
	.xxl-two-cols>* {
		width: 50%
	}

	.xxl-three-cols>* {
		width: 33.333%
	}

	.xxl-four-cols>* {
		width: 25%
	}

	.xxl-five-cols>* {
		width: 20%
	}

	.xxl-six-cols>* {
		width: 16.66667%
	}

	.flex>.xxl-col-10 {
		width: 83.333%
	}

	.flex>.xxl-col-9 {
		width: 75%
	}

	.flex>.xxl-col-8 {
		width: 66.66667%
	}

	.flex>.xxl-col-7 {
		width: 58.333%
	}

	.flex>.xxl-col-6 {
		width: 50%
	}

	.flex>.xxl-col-5 {
		width: 41.66667%
	}

	.flex>.xxl-col-4 {
		width: 33.333%
	}

	.flex>.xxl-col-3 {
		width: 25%
	}

	.flex>.xxl-col-2 {
		width: 16.66667%
	}
}

/* GRID */
.grid {
	display: grid;
	grid-template-columns: 100%;
	gap: var(--wrp-gaps);
	align-items: flex-start
}

.grid.no-gaps {
	gap: 0
}

.grid.cs-gaps {
	gap: var(--cs-gaps)
}

.grid.equal-height>* {
	height: 100%
}

.grid.m-three-cols,
.grid.m-two-cols {
	grid-template-columns: repeat(12, 1fr)
}

.grid .m-col-6,
.grid.m-two-cols>* {
	grid-column: span 6
}

.grid .m-col-4,
.grid.m-three-cols>* {
	grid-column: span 4
}

.grid.l-four-cols:not(.embla__container)>*,
.grid.l-three-cols:not(.embla__container)>*,
.grid.l-two-cols:not(.embla__container)>*,
.grid.m-three-cols:not(.embla__container)>*,
.grid.m-two-cols:not(.embla__container)>*,
.grid.t-four-cols:not(.embla__container)>*,
.grid.t-three-cols:not(.embla__container)>*,
.grid.t-two-cols:not(.embla__container)>* {
	display: grid;
	width: auto;
	gap: var(--wrp-gaps);
	grid-template-columns: 100%
}

@media (min-width:500px) {

	.grid.t-four-cols,
	.grid.t-three-cols,
	.grid.t-two-cols {
		grid-template-columns: repeat(12, 1fr)
	}

	.grid .t-col-6,
	.grid.t-two-cols>* {
		grid-column: span 6
	}

	.grid .t-col-4,
	.grid.t-three-cols>* {
		grid-column: span 4
	}

	.grid .t-col-3,
	.grid.t-four-cols>* {
		grid-column: span 3
	}
}

@media (min-width:768px) {

	.grid.l-four-cols,
	.grid.l-three-cols,
	.grid.l-two-cols {
		grid-template-columns: repeat(12, 1fr)
	}

	.grid .l-col-6,
	.grid.l-two-cols>* {
		grid-column: span 6
	}

	.grid .l-col-4,
	.grid.l-three-cols>* {
		grid-column: span 4
	}

	.grid .l-col-3,
	.grid.l-four-cols>* {
		grid-column: span 3
	}

	.grid .l-col-10 {
		grid-column: span 10
	}

	.grid .l-col-9 {
		grid-column: span 9
	}

	.grid .l-col-8 {
		grid-column: span 8
	}

	.grid .l-col-7 {
		grid-column: span 7
	}

	.grid .l-col-5 {
		grid-column: span 5
	}

	.l-grid-reverse>:last-child {
		order: 1
	}

	.l-grid-reverse>:first-child {
		order: 2
	}
}

@media (min-width:1024px) {
	.grid {
		gap: var(--wrp-gaps-d)
	}

	.grid.no-gaps {
		gap: 0
	}

	.grid.cs-gaps {
		gap: var(--cs-gaps-d)
	}

	.grid.d-five-cols,
	.grid.d-four-cols,
	.grid.d-six-cols,
	.grid.d-three-cols,
	.grid.d-two-cols {
		grid-template-columns: repeat(12, 1fr)
	}

	.grid .d-col-6,
	.grid.d-two-cols>* {
		grid-column: span 6
	}

	.grid .d-col-4,
	.grid.d-three-cols>* {
		grid-column: span 4
	}

	.grid .d-col-3,
	.grid.d-four-cols>* {
		grid-column: span 3
	}

	.grid.d-five-cols>* {
		grid-column: span 2.4
	}

	.grid .d-col-2,
	.grid.d-six-cols>* {
		grid-column: span 2
	}

	.grid .d-col-10 {
		grid-column: span 10
	}

	.grid .d-col-9 {
		grid-column: span 9
	}

	.grid .d-col-8 {
		grid-column: span 8
	}

	.grid .d-col-7 {
		grid-column: span 7
	}

	.grid .d-col-5 {
		grid-column: span 5
	}

	.d-grid-reverse>:last-child {
		order: 1
	}

	.d-grid-reverse>:first-child {
		order: 2
	}

	.grid.d-five-cols:not(.embla__container)>*,
	.grid.d-four-cols:not(.embla__container)>*,
	.grid.d-three-cols:not(.embla__container)>*,
	.grid.d-two-cols:not(.embla__container)>* {
		display: grid;
		width: auto;
		gap: var(--wrp-gaps-d);
		grid-template-columns: 100%
	}
}

@media (min-width:1200px) {

	.grid.xl-five-cols,
	.grid.xl-four-cols,
	.grid.xl-six-cols,
	.grid.xl-three-cols,
	.grid.xl-two-cols {
		grid-template-columns: repeat(12, 1fr)
	}

	.grid .xl-col-6,
	.grid.xl-two-cols>* {
		grid-column: span 6
	}

	.grid .xl-col-4,
	.grid.xl-three-cols>* {
		grid-column: span 4
	}

	.grid .xl-col-3,
	.grid.xl-four-cols>* {
		grid-column: span 3
	}

	.grid.xl-five-cols>* {
		grid-column: span 2.4
	}

	.grid .xl-col-2,
	.grid.xl-six-cols>* {
		grid-column: span 2
	}

	.grid .xl-col-10 {
		grid-column: span 10
	}

	.grid .xl-col-9 {
		grid-column: span 9
	}

	.grid .xl-col-8 {
		grid-column: span 8
	}

	.grid .xl-col-7 {
		grid-column: span 7
	}

	.grid .xl-col-5 {
		grid-column: span 5
	}

	.xl-grid-reverse>:last-child {
		order: 1
	}

	.xl-grid-reverse>:first-child {
		order: 2
	}

	.grid.xl-five-cols:not(.embla__container)>*,
	.grid.xl-four-cols:not(.embla__container)>*,
	.grid.xl-three-cols:not(.embla__container)>*,
	.grid.xl-two-cols:not(.embla__container)>* {
		display: grid;
		width: auto;
		gap: var(--wrp-gaps-d);
		grid-template-columns: 100%
	}
}

/* Embla flex overrides */
.embla__container.grid {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0;
	margin-left: calc(var(--wrp-gaps) * -1)
}

.embla__container.grid>* {
	position: relative;
	padding: 0 0 0 var(--wrp-gaps)
}

.grid.m-three-cols:not(.embla__container)>*,
.grid.m-two-cols:not(.embla__container)>* {
	display: grid;
	width: auto;
	gap: var(--wrp-gaps);
	grid-template-columns: 100%
}

@media (min-width:1024px) {
	.embla__container.grid {
		margin-left: calc(var(--wrp-gaps-d) * -1)
	}

	.embla__container.grid>* {
		padding: 0 0 0 var(--wrp-gaps-d)
	}
}

@media (max-width:1024px) {

	.mob-full-slider .lrg-wrapper,
	.mob-full-slider .sml-wrapper,
	.mob-full-slider .wrapper {
		padding-left: 0;
		padding-right: 0
	}
}


html,
body {
	margin: 0;
	padding: 0
}

*,
*:before,
*:after {
	box-sizing: inherit
}

section {
	margin: 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

h1,
h2,
h3,
h4 {
	display: block;
	width: 100%;
	margin: 0;
}

a {
	text-decoration: none
}

a:hover {
	/*text-decoration: underline*/
}

p {
	margin: 0;
}

a,
button,
input[type=submit] {
	transition: all .4s ease
}

img {
	max-width: 100%;
	height: auto;
}

button:focus {
	outline: 0
}

.full-wrapper,
.sml-wrapper,
.wrapper,
.lrg-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.t-left {
	text-align: left
}

.t-right {
	text-align: right
}

.t-center,
.t-centre {
	text-align: center;
	list-style-position: inside
}

.t-upper {
	text-transform: uppercase
}

.inline-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap
}

.inline-list li {
	float: left;
	list-style: none
}

.anchor {
	position: relative;
	visibility: hidden;
	display: block
}

.hidden {
	display: none !important
}

iframe[name=google_conversion_frame] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -12px;
	float: left
}

.slider-video video {
	display: block
}

.error-page form {
	display: none !important
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover
}

.content ol,
.content ul {
	padding-left: 20px;
	margin: 0;
	line-height: 1.75em
}

.content .grid ol,
.content .grid ul {
	gap: 0;
}

.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
	padding-left: 20px
}

img:not([src]) {
	visibility: hidden
}

img[data-src],
img[data-srcset] {
	display: block;
	min-height: 1px
}

.loaded {
	animation-name: fadeIn;
	animation-duration: .4s;
	animation-timing-function: cubic-bezier(0, 0, .4, 1);
	animation-fill-mode: forwards
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0
}

.videoWrapper iframe,
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

th {
	background: #e4e4e4
}

td,
th {
	padding: 10px 16px;
	border: 1px solid #d8d8d8
}

.bg-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999
}

a.skip-main:active,
a.skip-main:focus {
	color: var(--clr-white);
	background-color: var(--clr-base);
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow: auto;
	margin: 10px 35%;
	padding: 4px;
	border-radius: 16px;
	border: 4px solid #ff0;
	text-align: center;
	font-size: 1.2rem;
	z-index: 999
}

.form-control.empty+label {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5;
	margin: 0
}

a.video-popup {
	max-width: 500px;
	height: 218px;
	margin: 20px auto;
	padding: 170px 20px 0 20px
}

/* 
*  CSS TABLE OF CONTENTS
*   
*  1.0 - Global Styling
*    1.1 - Button	
*    1.2 - Sidebar
*    1.3 - Finance text calculator	
*    1.4 - Form styles
*    1.5 - Forms Checkbox
*    1.6 - Error page
*    1.7 - Social
*  2.0 - Featured Cars
*  3.0 - Grid & Video Gallery
*    3.1 - Gallery Grid - Masonary
*    3.2 - Video Gallery
*  4.0 - Tab & Accordian
*  5.0 - News & Events - Menu Item - Category Blog
*  6.0 - Header & Menu
*  7.0 - Footer Links
*  8.0 - Banner
*  9.0 - Quicklinks
*  10.0 - Mini Stock Locator
*  11.0 - Main Content - Pages
*    11.1 - Home Page
*    11.2 - Content Page
*    11.3 - Contact Page
*/

/* ========================================================================== 
* 0.0 Variables - https://www.cssfontstack.com/oldsites/hexcolortool/
* ========================================================================== */

:root {

	/* Wrappers - Width */
	--sml-wrapper: 1000px;
	--std-wrapper: 1540px;
	--lrg-wrapper: 1900px;

	/* Wrappers - Padding */
	--pd-tb: 16px;
	/* Mobile - Top / Bottom */
	--pd-lr: 28px;
	/* Mobile - Left / Right */

	--pd-tb-d: 16px;
	/* 1024px - Top / Bottom */
	--pd-lr-d: 48px;
	/* 1024px - Left / Right */

	--pd-tb-xl: 16px;
	/* 1200px - Top / Bottom */

	/* Wrappers - Gaps */
	--wrp-gaps: 16px;
	/* Mobile - Gap */
	--wrp-gaps-d: 16px;
	/* Desktop - Gap */

	/* Custom - Gaps */
	--cs-gaps: 20px;
	/* Mobile - Gap */
	--cs-gaps-d: 48px;
	/* Desktop - Gap */

	/* Neutral Colours */
	--clr-white: #ffffff;

	--clr-black: #000000;
	--clr-black-lt: #3a3a3a;
	--clr-black-dk: #1a1a1a;

	--clr-grey: #f1f1f1;
	--clr-grey-lt: #f5f5f5;
	--clr-grey-dk: #BEBEBE;

	/* Text */
	--clr-base: #000000;
	/* Body Text */
	--clr-base-lt: #dbd5d5;
	--clr-base-dk: #d1d1d1;

	/* Primary Colours */
	--clr-primary: #006683;
	/* Button Default State */
	--clr-primary-lt: #1f9cc2;
	/* Button Hover State */
	--clr-primary-dk: #167A00;
	/* Button Active / Mobile State */

	/* Secondary Colours */
	--clr-secondary: #27242b;
	/* Button Default State */
	--clr-secondary-lt: #8D8A91;
	/* Button Hover State */
	--clr-secondary-dk: #5A575E;
	/* Button Active / Mobile State */

	/* Forms */
	--form-bg: #ffffff;
	/* Background */
	--form-lb: #dbd5d5;
	/* Label Text & Border */
	--form-text: #000000;
	/* Input Text */

	/* Mini Search */
	--mini-border: black;
	/* Border */
	--mini-input: #ffffff;
	/* Input Background*/
	--mini-text: #000000;
	/* Text Colour */

	/* Footer */
	--footer-bg: #27242b;
	/* Background */
	--footer-hd: #5A575E;
	/* Headings */
	--footer-text: #999999;
	/* Text Colour */
}

.flex.no-gaps>* {
	--wrp-gaps: 0px;
	--wrp-gaps-d: 0px;
}

/* ========================================================================== 
* 1.0 Global Styling
* ========================================================================== */

html {
	font-size: 16px;
	line-height: 1.5em;
	box-sizing: border-box;
	font-family: 'MINI Sans Serif', sans-serif;
}

body {
	background: var(--clr-white);
	color: var(--clr-base);
	/*padding-top: 108px;*/
}

.anchor {
	top: -40px;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	color: var(--clr-base);
	font-weight: 400;
	line-height: 1.25em;
	font-family: "MINI Serif", sans-serif;
	;
}

h1,
.h1 {
	font-size: 16px;

}

h2,
.h2 {
	font-size: 16px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

.subtitle {
	font-size: 20px;
}

a {
	color: var(--clr-base);
}

a:hover {
	/*color: var(--clr-primary);*/
}

iframe {
	display: block;
}

.wrapper,
.sml-wrapper,
.lrg-wrapper {
	display: grid;
	gap: var(--wrp-gaps);
	align-items: flex-start;
	line-height: 1.5em;
	padding: var(--pd-tb) var(--pd-lr);
	grid-template-columns: 100%;
}

.wrapper.m-flex-basic,
.sml-wrapper.m-flex-basic,
.lrg-wrapper.m-flex-basic,
.wrapper.flex-basic,
.sml-wrapper.flex-basic,
.lrg-wrapper.flex-basic {
	display: flex;
}


.wrapper {
	max-width: var(--std-wrapper);
}

.sml-wrapper {
	max-width: var(--sml-wrapper);
}

.lrg-wrapper {
	max-width: var(--lrg-wrapper);
}

.m-top {
	margin-top: 20px;
}

.m-bot {
	margin-bottom: 20px;
}

.grey-bg {
	background-color: var(--clr-grey);
}

.dark-bg p,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg .h1,
.dark-bg .h2,
.dark-bg .h3,
.dark-bg .h4,
.dark-bg a {
	color: var(--clr-white);
}

.wrapper.no-padding-top,
.sml-wrapper.no-padding-top,
.lrg-wrapper.no-padding-top {
	padding-top: 0;
}

.wrapper.no-padding-bottom,
.sml-wrapper.no-padding-bottom,
.lrg-wrapper.no-padding-bottom {
	padding-bottom: 0;
}

@media (min-width: 1024px) {


	body {
		/*padding-top: 124px;*/
	}

	.anchor {
		top: -90px;
	}

	.wrapper,
	.sml-wrapper,
	.lrg-wrapper {
		gap: var(--wrp-gaps-d);
		padding: var(--pd-tb-d) var(--pd-lr-d);
	}

	h1,
	.h1 {
		font-size: 16px;
	}

	h2,
	.h2 {
		font-size: 16px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

}

@media(min-width: 1200px) {

	body {
		/*padding-top: 151px;*/

	}

	/* .wrapper, .sml-wrapper, .lrg-wrapper {
		padding-top: var(--pd-tb-xl);
		padding-bottom: var(--pd-tb-xl);
	} */

}


/* ========================================================================== 
*  1.1 - Scroll Animation
* ========================================================================== */


.scroll-animate {
	transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	opacity: 0.6;
	transform: translate3d(0, -20px, 0);
}

.scroll-animate.in-viewport {
	opacity: 1;
	transform: translateZ(0);
}


/* ========================================================================== 
*  1.1 - Buttons	
* ========================================================================== */

.btn,
.header .btn-nav a {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 16px 20px;
	text-decoration: none;
	border: none;
	text-align: center;
	background-position: center;
	transition: background 0.8s;
	cursor: pointer;
	line-height: 1em;
}

a.btn:hover,
.btn:hover {
	text-decoration: none;
}

.btn-mg-top {
	margin-top: 20px;
}

.btn-mg-bot {
	margin-bottom: 20px;
}

.btn-primary,
a.btn-primary,
.readmore,
p.readmore,
.dark-bg .btn-primary,
.dark-bg .btn-primary,
a.btn-primary {
	background-color: var(--clr-primary);
	color: var(--clr-white);
	border-radius: 200px;
	padding: 0 48px;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.btn-primary:hover,
a.btn-primary:hover,
p.readmore:hover,
.readmore:hover {
	background: var(--clr-primary-lt) radial-gradient(circle, transparent 1%, var(--clr-primary-lt) 1%) center/15000%;
	color: var(--clr-white);
}

.btn-primary:active,
a.btn-primary:active,
p.readmore:hover,
.readmore:hover {
	background-color: var(--clr-primary-dk);
	background-size: 100%;
	transition: background 0s;
}

.btn-secondary,
a.btn-secondary {
	background-color: var(--clr-secondary);
	color: var(--clr-white);
	border-radius: 200px;
	padding: 0 48px;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

a.btn-secondary:hover,
.btn-secondary:hover {
	background: var(--clr-secondary-lt) radial-gradient(circle, transparent 1%, var(--clr-secondary-lt) 1%) center/15000%;
	color: var(--clr-white);
}

.btn-secondary:active,
a.btn-secondary:active {
	background-color: var(--clr-secondary-dk);
	background-size: 100%;
	transition: background 0s;
}

.btn-white,
a.btn-white {
	color: black;
	background-color: white;
	border-radius: 200px;
	padding: 0 48px;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.btn-outline,
a.btn-outline {
	background: transparent;
	border: 2px solid var(--clr-primary);
	color: var(--clr-primary);
}

a.btn-outline:hover,
.btn-outline:hover {
	background: var(--clr-primary) radial-gradient(circle, transparent 1%, var(--clr-primary) 1%) center/15000%;
	color: var(--clr-white);
}

.btn-outline:active,
a.btn-outline:active {
	background-color: var(--clr-primary-dk);
	background-size: 100%;
	transition: background 0s;
}

.btn-signature {
	padding: 4px 20px;
}

.btn-flex {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.t-center .btn-flex {
	justify-content: center;
}

@media (max-width: 500px) {

	.btn-flex {
		flex-direction: column;
	}

}

@media (min-width: 1024px) {

	.btn-full {
		display: block;
		width: 100%;
	}

	.btn.form-submit {
		width: 100%;
		text-align: center;
	}

	.header .btn-nav a,
	.header a.btn-nav {
		background-color: var(--clr-primary);
		color: var(--clr-white);
		padding: 16px 24px;
	}

	.header .primary-nav .btn-nav a:hover,
	.header .primary-nav .btn-nav:hover a {
		background: var(--clr-primary-lt) radial-gradient(circle, transparent 1%, var(--clr-primary-lt) 1%) center/15000%;
		color: var(--clr-white);
	}

}

/* ========================================================================== 
*  1.3 - Finance text calculator	
* ========================================================================== */

.finance-text-calc .ft-content {
	margin: 28px 0;
}

.ft-content .ft-text {
	margin-top: 16px;
	font-size: 36px;
	line-height: 1.5;
}

.ft-content .input-group,
.ft-content .select-group {
	position: relative;
}

.ft-input {
	padding: 0 4px;
	border: 0;
	border-bottom: 2px solid var(--clr-base);
	background-color: transparent;
	color: var(--clr-base);
	font-weight: bold;
	font-size: 1.1em;
}

.ft-input option {
	font-size: 0.6em;
}

.ft-input.error {
	border-color: red;
}

.ft-input:focus {
	outline: 0;
}

.ft-input.loan-amount {
	max-width: 200px;
	padding-left: 28px;
}

.ft-input.loan-interest {
	max-width: 150px;
	padding-right: 28px;
}

.ft-input.loan-balloon-value {
	max-width: 150px;
	padding-left: 28px;
}

.ft-input.loan-balloon-percent {
	max-width: 100px;
	padding-right: 28px;
}

.input-icon {
	position: absolute;
	left: 0;
	top: -16px;
	font-size: 1.3em;
	color: var(--clr-base);
	font-weight: bold;
}

.loan-interest+.input-icon,
.loan-balloon-percent+.input-icon {
	left: auto;
	right: 8px;
}

.ft-text {
	display: block;
}

.ft-content #allow-balloon {
	display: inline-block;
	margin-top: 20px;
}

.ft-disclaimer {
	margin-top: 28px;
	font-size: 16px;
	line-height: 1.8;
	color: var(--clr-base-dk);
}

.ft-results {
	margin-top: 28px;
	padding: 28px;
	background-color: var(--clr-grey);
}

.ft-results p {
	margin: 0;
	font-size: 22px;
}

.ft-repayment {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 2px solid var(--clr-grey);
}

.ft-repayment .tabs-content {
	display: none;
}

.ft-repayment .tabs-content.active {
	display: block;
	font-size: 80px;
	line-height: 2;
}

.ft-repayment .tabs-header {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid var(--clr-base);
	border-left-width: 0;
	cursor: pointer;
}

.ft-repayment .tabs-header:nth-child(4) {
	border-radius: 3px 0 0 3px;
	border-left-width: 1px;
}

.ft-repayment .tabs-header:nth-child(6) {
	border-radius: 0 3px 3px 0;
}

.ft-repayment .tabs-header.active {
	background-color: var(--clr-base);
	color: var(--clr-white);
}

.ft-repayment .balloon-payment {
	margin-top: 20px;
}

.ft-loan-details {
	max-width: 350px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
}

.ft-loan-details.ftld-ec {
	font-weight: bold;
}

.ft-results .btn-primary {
	margin-top: 28px;
}

.preapproval-form {
	display: none;
}

.preapproval-form.show {
	display: grid;
}

/* ========================================================================== 
*  1.4 - Form styles
* ========================================================================== */

.ate-form {
	display: grid;
	grid-template-columns: 100%;
	gap: var(--wrp-gaps);
	align-items: flex-start;
}

.ate-form-error {
	display: none;
}

.form-group {
	position: relative;
}

/* Form Field Heights - Input */
.form-control,
.select-container,
.form-control.empty+label,
.form-group .select-container+label {
	padding: 12px 20px;
}

/* Form Field Heights - Select */
.select-container .select-hide {
	height: 44px;
	padding: 0 20px;
}

.form-control,
.select-container {
	display: block;
	width: 100%;
	color: var(--form-text);
	background-color: var(--form-bg);
	border: 1px solid var(--form-lb);
	line-height: 1em;
	outline: none;
	background-image: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus,
.select-container:focus {
	outline: none;
	border-color: var(--clr-primary);
}

.form-control.error,
.select-container.error {
	border-color: red;
}

.select-container {
	display: inline-block;
	padding: 0 !important;
	overflow: hidden;
	vertical-align: top;
	background: url(images/select-input.png) no-repeat right 20px center var(--form-bg);
}

.select-container .select-hide {
	background: transparent;
	width: 100%;
	color: var(--form-text);
	line-height: 2;
	border: 0;
	appearance: none;
	text-indent: 0.01px;
}

.select-container .select-hide:focus {
	outline: 0;
}

.form-group label {
	position: absolute;
	top: -22px;
	left: 0px;
	padding: 0;
	border: 0;
	color: var(--form-text);
	z-index: 1;
	line-height: 1.5em;
	transition: all 0.4s ease-in-out;
	cursor: text;
	font-size: 16px;
	background: transparent;
}

.form-control.empty+label,
.form-group .select-container+label {
	top: 50%;
	left: 0;
	background-color: transparent;
	color: var(--form-text);
	border-left: 0;
	border-right: 0;
	font-weight: normal;
	transform: translateY(-50%);
}


.asl-details .form-control.empty+label,
.asl-details .form-group .select-container+label {
	transform: none
}

textarea.form-control.empty+label {
	top: 0;
	transform: translateY(0);
}

.form-group .select-container+label {
	opacity: 0;
	pointer-events: none;
}

.form-group .select-container.active+label {
	top: -22px;
	padding: 0;
	opacity: 1;
	color: var(--form-text);
}

.home textarea.form-control {
	height: 100px;
	resize: none;
}

textarea.form-control {
	height: 150px;
	resize: none;
}

.form-text {
	margin-bottom: 28px;
}

.ate-form .form-submit .spinner2 {
	display: none;
}

.ate-form .form-submit.show-spinner .spinner2 {
	display: inline-block;
	margin-right: 10px;
}

.ate-form .spinner2 {
	vertical-align: middle;
	transform-origin: center;
	animation: spinner-rotate 2.25s linear infinite;
	will-change: transform;
}

.spinner2 circle {
	fill: none;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: spinner-stretch calc(2.25s * .75) ease-in-out infinite;
	will-change: stroke-dasharray, stroke-dashoffset
}

@keyframes spinner-rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes spinner-stretch {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -34px
	}

	100% {
		stroke-dashoffset: -124px
	}
}

.ate-form .btn.form-width {
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.form-flex {
	display: flex;
	flex-direction: row;
}

.form-flex .checkbox-group {
	margin-right: 20px;
}

@media (min-width: 1024px) {
	.ate-form {
		gap: var(--wrp-gaps-d);
	}
}

/* ========================================================================== 
*  1.5 - Forms Checkbox
* ========================================================================== */

.ate-form .flex {
	row-gap: 0;
}

.form-checkboxes {
	font-size: 12px;
}

.checkbox-group .container {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 0;
	padding-left: 34px;
	min-height: 23px;
	margin-bottom: 16px;
	cursor: pointer;
	user-select: none;
	font-size: 12px;
}

.checkbox-group input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark,
.radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	border-radius: 6px;
	background-color: var(--clr-white);
	border: 1px solid var(--clr-base-lt);
}

.radiomark {
	border-radius: 24px;
}

.error+.checkmark {
	border-color: #ec1c24;
}

/* On mouse-over, add a grey background color */
.checkbox-group:hover input~.checkmark,
.checkbox-group:hover input~.radiomark {
	background-color: var(--clr-base-lt);
}

.checkbox-group input:checked~.checkmark,
.checkbox-group input:checked~.radiomark {
	background-color: var(--clr-primary);
	border-color: var(--clr-primary);
}

.checkmark:after,
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-group input:checked~.checkmark:after,
.checkbox-group input:checked~.radiomark:after {
	display: block;
}

.checkbox-group .checkmark:after {
	left: 8px;
	top: 3px;
	width: 8px;
	height: 12px;
	border: solid var(--clr-white);
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.checkbox-group .container {
	vertical-align: middle;
}

/* Radio Button -Style the indicator (dot/circle) */
.checkbox-group .radiomark:after {
	top: 10px;
	left: 10px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--clr-white);
}


.form-checkboxes p a {
	text-decoration: underline;
}

.form-checkboxes p a:hover {
	color: var(--clr-primary);
}

/* ========================================================================== 
*  1.6 - Error page
* ========================================================================== */

.error404 h1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.error404 h2 {
	color: red;
}

.error404 h1 svg {
	margin-right: 20px;
}

/* ========================================================================== 
*  1.7 - Social
* ========================================================================== */

.social {
	align-items: center;
	gap: 10px;
}

.social a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1em;
	background-color: var(--clr-primary);

}

.social li a {
	color: var(--clr-white);
}

.social a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}


.footer-links .social a:hover {
	background: var(--clr-white);
	color: var(--clr-base);
}

.top-header .social {
	margin-left: 20px;
}

.top-header .social a {
	width: 28px;
	height: 28px;
	padding: 7px;
	font-size: 16px;
	color: var(--clr-white);
}

/* ========================================================================== 
*  2.0 - Featured cars - Full Width - Overlap
* ========================================================================== */

.feat-full-width .wrapper,
.feat-full-width .lrg-wrapper {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.feat-full-width .flex>* {
	width: 80%;
}

@media (min-width: 768px) {
	.feat-full-width .flex>* {
		width: 44%;
	}
}

@media (min-width: 1200px) {
	.feat-full-width .flex>* {
		width: 31%;
	}
}

@media (min-width: 1440px) {
	.feat-full-width .flex>* {
		width: 23%;
	}
}

/* ========================================================================== 
*  2.0 - Featured cars - Dots
* ========================================================================== */

.featcars .embla__dots__container {
	bottom: auto;
	position: relative;
	display: block;
	padding: 20px;
}

.featcars .embla__button {
	top: auto;
	bottom: -50px;
	left: 50%;
	width: 40px;
	height: 40px;
	padding: 10px;
	transform: translateX(-54px);
	fill: #ccc;
	border: 1px solid #ccc;
}

.featcars .embla__button:hover {
	background-color: var(--clr-base);
	border-color: var(--clr-base);
	fill: var(--clr-white);
}

.featcars .embla__button--next {
	transform: translateX(16px);
}

.featcars.embla {
	display: flex;
	flex-direction: column-reverse;
}

.featcars .embla__dot.is-selected,
.embla__dot.is-selected {
	background-color: var(--clr-primary);
}


/* ========================================================================== 
*  2.0 - Featured cars - Styles
* ========================================================================== */

.featcars .cow h2 {
	font-size: 22px;
	font-weight: 600;
	color: var(--clr-base);
	padding: 20px;
}

.featcars .cow h2 span {
	font-size: 16px;
	font-weight: 300;
	color: var(--clr-base);
}

.featcars .cow h3 {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.featcars .cow .cow-price-cat {
	margin-bottom: 16px;
	padding: 0 20px;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.featcars .cow .cow-price-cat.cow-price-rate {
	flex-direction: column;
	font-weight: 200;
}

.featcars .cow .cow-price-cat.cow-price-rate span:last-child,
.featcars .cow-price-cat .btn-fancy span {
	font-size: 16px;
	color: gray;
}

.featcars .cow-price-cat,
.featcars .repayments {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.featcars .repayments .icon {
	display: none;
}

.featcars .cow-price-cat a {
	display: inline;
	position: relative;
	top: auto;
	left: auto;
	text-align: right;
	text-decoration: none;
	pointer-events: none;
	cursor: pointer;
}

.featcars .cow-price-cat>span:last-child {
	text-align: right;
}


.featcars .cow .t-large {
	font-weight: 500;
	margin: 0;
}

.featcars .cow h3 .price-text {
	line-height: 1.2em;
	font-size: 12px;
	display: block;
	color: var(--clr-base);
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 4px;
}

.featcars .t-was {
	order: 2;
}

.featcars .cow .cow-il li {
	color: var(--clr-base);
	background-color: var(--clr-grey);
	font-size: 12px;
	padding: 2px 4px 0;
	border-radius: 4px;
}

.featcars .cow .cow-il li:last-child {
	margin-right: 0;
}

.featcars .cow-button {
	padding: 0 20px 20px;
}

.featcars .featured-banner .cow-img:after,
.featcars .just-arrived .cow-img:after,
.featcars .special-banner .cow-img:after {
	background-color: var(--clr-primary);
	padding: 10px;
}

.featcars .cow-content {
	padding: 0 20px 20px;
}


/* ========================================================================== 
*  3.2 - Video Gallery Styles
* ========================================================================== */

.video-gallery {
	max-width: 960px;
	margin: 0 auto;
}

div.imgbox a:hover img {
	opacity: 0.6;
}

div.vid_icon:hover,
span.vid_icon:hover {
	opacity: 1;
	background-image: url(../images/vid_icon.png);
}

.titlebelowthumb a {
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

/* ========================================================================== 
*  4.1 - Tabs
* ========================================================================== */

.tabs-flex {
	display: flex;
	margin-bottom: 20px;
	background-color: var(--clr-grey);
	padding: 2px;
	gap: 2px;
	border-radius: 4px;
	overflow: hidden;
}

.default-header {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 16px 20px;
	flex: 1 1 100%;
	color: #98a0a3;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	font-weight: 400;
}

.default-header:hover {
	color: var(--clr-base);
}

.default-header.dropdown {
	display: block;
}

.default-header.active {
	background-color: var(--clr-white);
	color: var(--clr-base);
}

.default-content {
	display: none;
}

.default-content.dropdown {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	border-right: none;
	border-bottom: 1px solid var(--clr-grey);
}

.default-content.active,
.default-content.tab-slider {
	display: block;
	padding: 20px;
	background-color: var(--clr-white);
	border-radius: 4px;
	border: 1px solid var(--clr-grey);
}

.default-content.dropdown.active {
	max-height: 10000px;
}

@media (max-width: 768px) {

	.tabs-flex {
		flex-wrap: wrap;
	}

}


@media (min-width: 769px) {

	.default-header:first-child {
		border-radius: 4px 0 0 4px;
	}

	.default-header:last-child {
		border-radius: 0 4px 4px 0;
	}

}


/* ========================================================================== 
*  4.2 - Accordian
* ========================================================================== */

.accord-container {
	border-radius: 15px;
	background-color: var(--clr-grey-lt);
	border: 1px solid var(--clr-grey-lt);
}

.faqs .accord-head {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.accord-head {
	display: flex;
	padding: 20px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	margin: 0;
}

.accord-head svg {
	fill: var(--clr-primary);
	transition: all 0.4s ease;
	border: 2px solid var(--clr-primary);
	border-radius: 25px;
	font-size: 23px;
	padding: 1px;
	margin-right: 20px;
}

.accord-head span {
	flex: 1;
}

.accord-container.active,
.accord-container:hover {
	background: var(--clr-white);
}

.accord-head:hover,
.accord-container.active .accord-head {
	color: var(--clr-primary);
}

.accord-container.active .accord-head svg {
	transform: rotate(45deg);
}

.accord-content {
	padding: 0 20px 0 65px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	color: var(--clr-base);
}

.accord-content *:last-child {
	margin-bottom: 0;
}

.accord-container.active .accord-content {
	padding-bottom: 20px;
	max-height: 10000px;
}

.disclosure-text {
	font-size: 12px;
}

ul.disclosure-list {
	list-style: none;
	padding-left: 0;
}

@media (min-width: 768px) {

	.accord-head {
		padding: 30px;
		font-size: 20px;
	}

	.accord-content {
		padding: 0 30px 0 75px;
	}

	.accord-container.active .accord-content {
		padding-bottom: 30px;
	}

}


/* ========================================================================== 
*  5.0 - News & Events - Menu Item - Category Blog
* ========================================================================== */

article {
	position: relative;
}

article a.post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

article:hover h3 {
	color: var(--clr-primary);
}

.view-article {
	font-weight: 600;
}

.post-date {
	color: #818181;
	margin: 0;
	font-size: 16px;
	background: #ebebeb;
	padding: 4px 4px;
	border-radius: 4px;
}

.post img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.post h3 {
	margin-bottom: 20px;
}

.page-header,
.page-header+.article-info {
	display: none;
}

.published {
	margin-left: 0;
}

.published .icon-calendar {
	display: none;
}

.pagination ul {
	display: flex;
	list-style: none;
	justify-content: center;
	padding-left: 0;
}

.pagination ul li {
	display: inline-block;
}

.pagination ul li a,
.pagination ul li span {
	padding: 7px;
	margin: 0 4px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border: 1px solid var(--clr-base);
}

.pagination ul li span,
.pagination ul li a:hover {
	background-color: var(--clr-primary);
	color: var(--clr-white);
}

.pagination-start,
.pagination-prev,
.pagination-next,
.pagination-end {
	display: none !important;
}

.np-img {
	width: 100%;
	background-position: center;
	background-size: cover;
}

.np-line {
	margin-bottom: 34px;
}

/* ========================================================================== 
*  6.1 - Top Header
* ========================================================================== */

.top-header {
	display: none;
	position: relative;
	z-index: 1000;
	text-align: center;
	background-color: var(--clr-grey-lt);
	width: 100%;
}

.top-header .lrg-wrapper {
	padding-top: 4px;
	padding-bottom: 4px;
	justify-content: flex-end;
}

.top-header a {
	color: var(--clr-base);
}

.top-header a:hover {
	color: var(--clr-primary);
	text-decoration: none
}

.top-header p {
	margin: 0;
	line-height: 1.1em;
	vertical-align: middle;
	color: var(--clr-white);
}

.top-header .icon-location,
.top-header .icon-mobile {
	margin-right: 4px;
	color: var(--clr-primary);
}

.icon-location,
.icon-mobile {
	width: 24px;
	height: 24px;
}

.translated-ltr .skiptranslate~.header .top-header {
	top: 40px;
}

@media (min-width: 1024px) {

	.top-header {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1030;
		text-align: right;
		transition: top 0.4s ease;
		overflow: hidden;
	}

	.top-header .lrg-wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
		gap: 24px;
	}

	.top-header p {
		display: inline-block;
	}

}

/* ========================================================================== 
*  6.3 - Navigation
* ========================================================================== */

.nav-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1030;
	color: var(--clr-base);
	background-color: var(--clr-white);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: all 0.4s ease;
}

.nav-menu .lrg-wrapper {
	align-items: center;
}

.fixed-menu .nav-menu {
	top: 0;
	box-shadow: 0 16px 24px 0 rgb(0 0 0 / 8%);
}

.scrolling-down .nav-menu {
	transform: translate(0, -100%);
}

.primary-nav {
	display: none;
}


.logo img {
	display: block;
	max-width: 90px;
}

.logo a {
	display: block;
}

.mobile-title {
	white-space: nowrap;
	text-align: center;
	color: var(--clr-base);
}

.mobile-icons {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 20px;
}

.mobile-icons * {
	display: flex;
}

.mobile-link .icon-cross,
.show-menu .mobile-link .icon-menu {
	display: none;
}

@media (max-width: 1024px) {

	.nav-menu .lrg-wrapper {
		padding: 12px var(--wrp-gaps);
	}

	.mobile-header .wrapper {
		padding: 12px var(--wrp-gaps);
	}

	.logo img {
		width: auto;
		height: 34px;
	}


	.mobile-link {
		justify-content: flex-end;
	}

}

@media (min-width: 1024px) {

	.mobile-header,
	.mobile-title,
	.mobile-icons {
		display: none;
	}

	.logo {
		width: 128px;
	}

	.logo img {
		height: auto;
	}

	.nav-menu {
		/*top: 44px;*/
	}

	.nav-menu .lrg-wrapper {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.stacked .nav-menu .lrg-wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.primary-nav {
		display: inline-block;
		flex: 1;
	}

	.primary-nav ul,
	.secondary-nav ul {
		display: flex;
		/*justify-content: flex-end;*/
		margin: 0;
		padding: 0;
		gap: 24px;
	}

	.secondary-nav ul {
		align-items: center;
	}

	.primary-nav li,
	.secondary-nav li {
		display: inline-block;
		position: relative;
		font-size: 16px;
	}

	.secondary-nav li {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.secondary-nav li a {
		display: flex;
		align-items: center;
		gap: 8px;
		/* Added gap specifically for icon and text */
	}

	.primary-nav a {
		display: block;
		padding: 16px 0;
		color: var(--clr-black);
		text-decoration: none;
		transition: all 1s ease;
		line-height: 1em;
	}

	.primary-nav li:hover a {
		/*color: var(--clr-primary);*/
	}

	.primary-nav .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		border: none;
		min-width: 100%;
		white-space: nowrap;
	}

	.primary-nav li:last-child .sub-menu {
		left: auto;
		right: 0;
	}

	.primary-nav ul li:hover .sub-menu {
		display: block;
	}

	.primary-nav .mm-link .sub-menu,
	.primary-nav ul li.mm-link:hover .sub-menu {
		display: none;
	}

	.primary-nav .sub-menu li {
		display: block;
	}

	.primary-nav>.nav>li:hover>a {
		color: var(--clr-primary);
	}

	.primary-nav .sub-menu a {
		position: relative;
		padding: 12px 20px;
		text-align: left;
		background-color: #1a1a1a;
	}

	.primary-nav .sub-menu a,
	.primary-nav ul li:hover .sub-menu a {
		color: var(--clr-white);
	}

	.primary-nav ul li:hover .sub-menu li:hover a {
		background: var(--clr-primary);
		color: var(--clr-white);
	}

	.primary-nav .sub-menu li:last-child a {
		border: 0;
	}

	.secondary-nav h1,
	.secondary-nav h2 {
		text-transform: uppercase;
		font-weight: bold;
	}

	.right-sidebar h2 {
		margin: 16px 0 27px;
	}

	.translated-ltr.translated-ltr .skiptranslate~.header .nav-menu {
		top: 88px;
	}

	/* Second Level Sub-Menu */
	.primary-nav ul li .sub-menu .sub-menu {
		display: none;
		position: absolute;
	}

	.primary-nav .sub-menu li:hover .sub-menu {
		display: block !important;
	}

	.primary-nav .sub-menu .sub-menu {
		top: 0;
		left: 100%;
		height: 103.1%;
		display: none !important;
	}

	.primary-nav .sub-menu .sub-menu li a {
		background-color: #f2f2f2 !important;
		color: var(--clr-base) !important;
	}

	.primary-nav .sub-menu .sub-menu li:hover a {
		background-color: var(--clr-primary) !important;
		color: var(--clr-white) !important;
	}

	/* ========================================================================== 
	*  	6.3.1 - Smaller Navigation on scroll
	* ========================================================================== */

	.fixed-menu .top-header {
		transform: translate(0, -100%);
	}

	.fixed-menu .dealer-menu {
		top: 0;
		transform: translate(0, -100%);
	}

	.fixed-menu .nav-menu {
		top: 0;
		transform: translate(0, 0);
		/* background-color: rgb(255 255 255 / 85%);		 */
	}

	.scrolling-down .nav-menu {
		transform: translate(0, -100%);
	}

}

@media(min-width: 1200px) {

	.logo {
		width: auto;
	}

}

/* ========================================================================== 
	*  	6.3.2 - Fixed menu items positioned under navigation
	* ========================================================================== */

.fixed-menu {
	--fixed-padding: 44px;
}

@media(min-width: 1024px) {
	.fixed-menu {
		--fixed-padding: 96px;
	}
}

@media(min-width: 1200px) {
	.fixed-menu {
		--fixed-padding: 106px;
	}
}

/* ========================================================================== 
*  6.4 - Mobile Header
* ========================================================================== */

.mobile-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 58px;
	background-color: #f2f6f7;
	border-bottom: 1px solid #e4e4e4;
	z-index: 1000;
	transition: all 0.4s ease;
}

.fixed-menu .mobile-header {
	top: 0;
	transform: translate(0, -100%);
}

.mobile-header .m-flex-basic>div {
	display: flex;
}

.mobile-link,
.mobile-header a {
	display: flex;
	border: 0;
	padding: 0;
	background-color: transparent;
	align-items: center;
	color: #ddd;
}

.mobile-link span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.mobile-header a {
	margin-right: 20px;
}

.mobile-header a svg,
.mobile-link svg {
	color: #222;
	font-size: 20px;
}

.mobile-link .icon-cross,
.show-menu .mobile-link .icon-menu {
	display: none
}

.show-menu .mobile-link .icon-cross {
	display: block;
}

@media (min-width: 1024px) {
	.mobile-link {
		display: none;
	}
}

.mobile-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 500;
	transition: all 1.4s ease;
}

.show-menu .mobile-overlay {
	display: block;
	animation: mobile_overlay 1s;
}

@keyframes mobile_overlay {
	from {
		background-color: rgba(0, 0, 0, 0);
	}

	to {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

body.show-menu {
	overflow: hidden;
}

.m-menu {
	display: block;
	position: fixed;
	width: 100%;
	top: 58px;
	right: -100%;
	height: 100%;
	background-color: var(--clr-grey);
	z-index: 99999999;
	padding: 60px 0 200px;
	max-height: 2000px;
	overflow: auto;
	transition: all 0.4s ease;
}

.fixed-menu .m-menu {
	top: 58px;
}

.show-menu .m-menu {
	display: block;
	right: 0;
}

.m-menu .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}

.m-menu .show .sub-menu {
	max-height: 10000px;
}

.m-menu ul {
	margin: 0;
	padding: 0;
}

.m-menu li {
	padding: 0 0;
	list-style: none;
}

.m-menu a {
	display: block;
	position: relative;
	padding: 16px 28px;
	color: var(--clr-base);
	text-decoration: none;
	font-size: 20px;
}

.m-menu .active>a {
	background-color: var(--clr-primary);
	color: var(--clr-white);
}

.m-menu .sub-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 44px;
	color: var(--clr-base);
	font-size: 16px;
}

.m-menu .current-menu-item .sub-menu .current-menu-item a {
	color: var(--clr-base);
}

.m-menu .sub-menu a:hover {
	/*color: var(--clr-primary);*/
}

.m-menu .current-menu-item .sub-menu .current-menu-item a {
	color: var(--clr-primary);
}

.m-menu .menu-item-has-children>a:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	top: 50%;
	right: 28px;
	margin-top: -2px;
	transform: rotate(-90deg);
	background-image: url(images/select-input.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.m-menu .menu-item-has-children.show>a:after {
	transform: rotate(0);
}

/* Second Level Sub-Menu */
.m-menu .sub-menu,
.m-menu .show .sub-menu .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: all .4s ease;
}

.m-menu .show .sub-menu,
.m-menu .show .sub-menu .show .sub-menu {
	max-height: 100%;
}

.m-menu .sub-menu .sub-menu a {
	padding-left: 28px;
	color: var(--clr-white);
	color: var(--clr-grey);
}

/* ========================================================================== 
*  6.6 - Mega Menu
* ========================================================================== */

.mega-menu {
	display: none;
	position: fixed;
	top: 139px;
	left: 0;
	width: 100%;
	height: calc(100% - 139px);
	z-index: 99;
	background: var(--clr-white);
	transition: all 0.4s ease;
	overflow: auto;
	background: var(--clr-grey);
}

.mm-active .mega-menu {
	display: block;
}

.fixed-menu .mega-menu {
	top: 94px;
	height: calc(100% - 94px);
}

.mm-cross {
	position: absolute;
	top: 50px;
	right: 50px;
	border: 2px solid var(--clr-base);
	border-radius: 50%;
	padding: 3px;
	height: 36px;
	width: 36px;
	font-size: 26px;
	z-index: 1000;
	cursor: pointer;
}

.mm-cross:hover {
	background: var(--clr-base);
	fill: var(--clr-white);
}

.mm-car {
	position: relative;
	text-align: center;
	cursor: pointer;
}

.mm-car a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mm-car:hover {
	text-decoration: none;
}

.mm-car img {
	transition: all 0.4s ease;
}

.mm-car:hover img {
	transform: scale(0.9);
}

.mm-car p {
	margin: 10px 0;
}

.mm-car:hover p {
	color: var(--clr-primary);
}

.mm-car span {
	/*display: block;*/
}

.mega-menu .flex>div {
	opacity: 0;
	animation: mm-show .33s 1s forwards;
}

.mega-menu .flex>div:nth-child(1) {
	animation-delay: 0.1s;
}

.mega-menu .flex>div:nth-child(2) {
	animation-delay: 0.2s;
}

.mega-menu .flex>div:nth-child(3) {
	animation-delay: 0.3s;
}

.mega-menu .flex>div:nth-child(4) {
	animation-delay: 0.4s;
}

.mega-menu .flex>div:nth-child(5) {
	animation-delay: 0.5s;
}

.mega-menu .flex>div:nth-child(6) {
	animation-delay: 0.6s;
}

.mega-menu .flex>div:nth-child(7) {
	animation-delay: 0.7s;
}

.mega-menu .flex>div:nth-child(8) {
	animation-delay: 0.8s;
}

.mega-menu .flex>div:nth-child(9) {
	animation-delay: 0.9s;
}

@keyframes mm-show {
	from {
		opacity: 0;
		transform: translateY(-1em);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}



@media (min-width: 1024px) {
	.mm-link+ul {
		display: none !important;
	}
}

@media(min-width: 1200px) {

	.mega-menu {
		top: 151px;
		height: calc(100% - 151px);
	}

	.fixed-menu .mega-menu {
		top: 106px;
		height: calc(100% - 106px);
	}
}

/* ========================================================================== 
*  7.0 - Footer Links
* ========================================================================== */

.footer-links,
.copyright {
	background-color: var(--footer-bg);
}

.footer-links .h3 {
	margin: 0;
	color: var(--footer-text);
}

.footer-links .h4 {
	margin: 20px 0 10px;
	color: var(--footer-text);
}

.footer-links,
.footer-links a {
	color: var(--footer-text);
}

.footer-links p {
	margin: 0;
}

.footer-links a {
	text-decoration: none;
}

.footer-links a:hover,
.copyright a:hover {
	/*color: var(--clr-primary);*/
}

.highlight {
	color: var(--clr-primary);
	/* Highlight Day Colour*/
}

.footer-links ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.footer-links .chronoform {
	margin-bottom: 0;
	padding-right: 10px;
}

.foot-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-header.active .icon-foot {
	transform: rotate(45deg);
}

.footer-links .sub-menu {
	display: none;
}

.icon-foot {
	font-size: 16px;
	transition: all 0.4s ease;
	display: none;
}

/* ========================================================================== 
*  7.1 - Copyright
* ========================================================================== */


.copyright,
.copyright a,
.copyright span {
	color: var(--footer-text);
}

.copyright p {
	margin-bottom: 0;
	font-size: 14px;
}

.copyright .lrg-wrapper {
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.edge-designed a {
	display: inline-block;
	vertical-align: middle;
}

.edge-designed span {
	display: inline-block;
	vertical-align: middle;
}

.edge-designed img {
	margin-left: 10px;
}

.back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media (max-width: 767px) {

	.copyright {
		text-align: center;
	}

	.copy-name {
		display: block;
	}

	.copy-break {
		display: none;
	}

	.edge-designed {
		margin-top: 10px;
	}

	.foot-content {
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: all 0.4s ease;
	}

	.foot-content.active {
		max-height: 1000px;
	}

	.icon-foot {
		display: block;
	}

}

@media (min-width: 768px) {

	.copy-flex {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.copyright .lrg-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}


@media (min-width: 1024px) {

	.footer-links .lrg-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.footer-links h1 {
		margin: 10px 0 40px 0;
	}

	.footer-links .flex>div {
		padding-bottom: 0;
	}

	.copyright .lrg-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}

/* ========================================================================== 
*  8.0 - Banner
* ========================================================================== */

.banner {
	overflow: hidden;
	position: relative;
}

.banner .wrapper {
	max-width: none;
	padding: 0;
}

.banner img {
	display: block;
	width: 100%;
}


.banner-layer {
	position: absolute;
	bottom: 44px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: var(--lrg-wrapper);
	z-index: 2;
	padding: var(--pd-tb) var(--pd-lr);
}

.banner-text-center {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.banner-layer .h2 {
	font-size: 32px;
	margin: 0;
}

.banner-layer p {
	font-size: 16px;
	margin-bottom: 20px;
}

.banner-layer .h2,
.banner-layer p {
	color: var(--clr-white);
	text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
	line-height: 1.2em;
}

/* Banner Overlay - Homepage */
/* .home .banner .embla__slide__inner::before, .overlay-bg {
    content: "";
    display: block;
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
} */

@media (max-width: 500px) {

	.crop-mobile img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		aspect-ratio: 16 / 9;
		height: 250px;
	}

}

@media (min-width: 1024px) {

	.banner-layer {
		padding: var(--pd-tb-d) var(--pd-lr-d);
	}

	.banner-text-top {
		top: 0;
		bottom: auto;
	}

	.banner-layer .h2 {
		font-size: 72px;
	}

	.banner-layer p {
		font-size: 24px;
	}

}


/* ========================================================================== 
*  8.1 Banner - Embla Dots
* ========================================================================== */

.banner .embla__dots__container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.banner .embla__arrows {
	display: none;
}

.banner-text p {
	font-family: "MINI Serif", serif;
	text-transform: uppercase;
	margin-top: 16px;
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 32px;

}

.banner-text .banner-heading {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: "MINI Sans Serif", sans-serif;
	color: white;
}

/* ========================================================================== 
*  9.0 - Quicklinks
* ========================================================================== */

.quicklinks {}

.q-link {
	position: relative;
	overflow: hidden;

}

.q-img {
	overflow: hidden;
}

.q-link img {
	transition: all 0.6s ease;
	display: block;
	width: 100%;
}

.q-link:hover img {
	/*	transform: scale(1.1);*/
}

.q-link a {
	text-decoration: none;
}

.q-link a:hover {
	color: initial;
}

.q-text {
	padding: 64px;
	position: absolute;
	top: 12px;
	color: white;

}


.q-link p {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
	font-family: "MINI Sans Serif", sans-serif;
	color: white;
	margin-bottom: 16px;
}

.q-text *:last-child {
	margin-bottom: 0;
}

.q-link .h3 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	color: white;
	margin-bottom: 24px;
}

.q-link .btn {
	color: white;
	border-radius: 26px;
	border: 1px solid white;
	padding: 12px 48px;
	transition: background 0.2s;
}

.q-link .btn:hover {
	background: white;
	color: black;
}

/*
.q-link:hover .h3 {
	color: var(--clr-primary);
}

.q-link:hover .btn {
	background: var(--clr-primary) radial-gradient(circle, transparent 1%, var(--clr-primary) 1%) center/15000%;
	border-color: var(--clr-primary);
	color: var(--clr-white);
}
*/
/* ========================================================================== 
*  9.0 - Quicklinks - Slider Mobile
* ========================================================================== */

@media (max-width:1024px) {
	.quick-slider .lrg-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	#quick-slider .embla__slide {
		width: 70%;
	}

	/* #quick-slider .embla__slide:first-child {margin-left: 20px;}
	#quick-slider .embla__slide:last-child {margin-right: 20px;} */
}


/* ========================================================================== 
*  10.1 - Mini Stock Locator - Wrapper and Video BG
* ========================================================================== */

.search-our-stock .search-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

/* Video background */
.search-our-stock .ss-video {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.search-our-stock .ss-video video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.search-our-stock label {
	text-align: left;
}

.mini-search {
	min-height: 200px;
}

.mini-search .stock-option {
	display: none;
	width: 100%;
}

.search-stock-inner {
	background-color: var(--clr-grey-lt);
	border-radius: 20px;
	padding: 64px;
}

/*Stock Locator Button Overides*/

.stock-locator .btn-primary {
	border: 0 !important;
	background-color: var(--clr-primary) !important;
	border-radius: 200px !important;
	padding: 0 48px !important;
	height: 46px !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: normal !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.stock-locator .btn-primary:hover {
	border: 0 !important;
	background-color: var(--clr-primary-lt) !important;
	border-radius: 200px !important;
	padding: 0 48px !important;
	height: 46px !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: normal !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
}

@media (min-width: 1200px) {
	.mini-search {
		min-height: 50px;
	}

	.mini-search .stock-options {
		display: flex;
		justify-content: flex-end;
	}

	.mini-search .ms-btn-container,
	.mini-search .sd-heading-fixed,
	.mini-search .sd-search-fixed {
		display: none;
	}
}

/* ========================================================================== 
*  10.2 - Mini Stock Locator - Colours
* ========================================================================== */

/* Border colours */
.mini-search .stock-option .so-select,
.mini-search .stock-option {
	border: 1px solid var(--mini-border)
}

.mini-search .stock-option:not(.so-more-filters):after {
	background-color: var(--mini-input)
}

/* Text colours */
.mini-search .stock-option .so-select label {
	color: var(--mini-text)
}

.mini-search .stock-option .value,
.mini-search .stock-option .so-select svg {
	color: var(--mini-text)
}

/* Background colour */
.mini-search .stock-option .so-select,
.mini-search .stock-option.ms-btn {
	/*background-color: var(--mini-input)*/
}

.mini-search .stock-option.active .value {
	color: var(--mini-text)
}

.search-our-stock p {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	font-family: "MINI Sans Serif", sans-serif;
	color: black;
	margin-bottom: 16px;
}

.search-our-stock h2 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	color: black;
	margin-bottom: 24px;
}




/* ========================================================================== 
*  11.0 - Section Header
* ========================================================================== */

.section-header {
	display: grid;
	gap: 12px;
}

@media (max-width: 768px) {

	.section-header {
		padding-left: var(--wrp-gaps);
		padding-right: var(--wrp-gaps);
	}

}

/* ========================================================================== 
*  11.1 - Main Content - Home Page
* ========================================================================== */

.location-map {
	position: relative;
}

.location-map a {
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 1;
	transform: translate(-50%, 0);
}

/* ========================================================================== 
*  11.2 - Content Pages
* ========================================================================== */

.content {
	position: relative;
}

.center-content {
	display: grid;
	grid-template-columns: 100%;
	align-items: center;
	justify-items: center;
	height: 100%;
}

.center-content.center-left {
	justify-items: start;
}

.center-content.center-right {
	justify-items: end;
}

.center-content>div {
	width: 100%;
}

.full-wrapper .center-content>div {
	padding: 40px 28px
}

.center-img {
	height: 100%;
}

.center-img img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.centered-carousel .embla__container {
	align-items: center;
}

.centered-carousel .embla__slide {
	width: 50%;
	transform: translateX(10%);
}

.centered-carousel .embla__slide__inner {
	width: 80%;
	filter: grayscale(100%);
}

.centered-carousel .is-selected .embla__slide__inner {
	width: 110%;
	transform: translateX(-13.6%);
	filter: grayscale(0);
}

.wp-block-image {
	margin: 20px 0;
}

@media (max-width: 768px) {

	.center-content.cc-padding-top>div {
		padding-top: 28px;
	}

	.center-content.cc-padding-bottom>div {
		padding-bottom: 28px;
	}

}

@media (min-width: 768px) {

	.center-content>div {
		width: 768px;
		max-width: 100%;
	}

}

/* ========================================================================== 
*  11.3 - Contact page
* ========================================================================== */

.contact-tabs .inline-list {
	padding-left: 0;
	background-color: #dce4e6;
}

.contact-tabs iframe {
	margin-bottom: 20px;
}

.contact-card {
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #eee;
	padding: 20px;
	height: 100%;
	margin: 4px;
}

.contact-card p {
	margin: 0;
}

.contact-card h3 {
	margin: 0;
}

.contact-card h4 {
	font-size: 18px;
	margin: 16px 0 4px;
	font-weight: 600;
}

.contact-card .contact-logo {
	background-color: #fff;
	text-align: center;
	padding: 10px 20px;
}

.contact-card .contact-stuff {
	padding: 20px;
}

.contact-card .s-header {
	width: auto;
	color: #1A1A1A;
	cursor: pointer;
	position: relative;
}

.contact-card .s-header:after {
	content: "+";
	position: absolute;
	color: #1A1A1A;
	right: 2px;
	top: 0;
	z-index: 2;
	font-weight: bold;
}

.contact-card .s-content {
	display: none;
}

.contact-card .s-header.active+.s-content {
	display: block;
}

.contact-iframe {
	position: relative;
}

.direction-btn {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

p.opening-hours {
	margin-bottom: 20px;
}

.contact-center {
	justify-content: center;
}

@media (max-width: 1024px) {

	.contact-details .wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	#contact-slider .grid>* {
		width: 50%;
	}
}

@media (max-width: 768px) {

	#contact-slider .grid>* {
		width: 80%;
	}
}

@media (min-width: 1024px) {

	.contact-card {
		padding: 28px;
	}

}

/* ========================================================================== 
*  11.3 - password Page
* ========================================================================== */

.pwd-bg {
	background: #f1f1f1;
	padding: 72px 28px;
}

.pwd-container {
	background: var(--clr-white);
	max-width: 500px;
	width: 100%;
	padding: 28px;
	text-align: center;
	margin: 0 auto;
}

.pwd-container .btn {
	width: 100%;
}


/* ========================================================================== 
*  11.4 - Search Page
* ========================================================================== */

.screen-reader-text {
	display: none;
}

.searchform input {
	padding: 10px 20px;
	color: #1A1A1A;
	background-color: #fff;
	border: 2px solid #e3e3e3;
	line-height: 1em;
	outline: none;
	border-radius: 5px;
}

#searchsubmit {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 15px 20px;
	text-decoration: none;
	border: none;
	line-height: 1em;
	text-align: center;
	background-position: center;
	transition: background 0.8s;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: var(--clr-primary);
	color: #fff;
}

#searchsubmit:hover {
	background: #8a8a8a radial-gradient(circle, transparent 1%, #8a8a8a 1%) center/15000%;
	color: #fff;
}

.src-list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.src-item {
	border: 2px solid #e1e1e1;
	border-radius: 10px;
	padding: 20px;
}

.src-item article {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.src-item:hover {
	border-color: var(--clr-primary);
}

.pagination {
	margin-top: 32px;
	text-align: center;
}

.page-numbers {
	background: #f5f5f5;
	padding: 6px 15px 10px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1em;
}

.page-numbers:hover {
	background: var(--clr-primary);
	color: #fff;
	text-decoration: none;
}

.next.page-numbers {
	background-color: transparent
}




/* ========================================================================== 
*  11.5 - Homepage Vehicles
* ========================================================================== */
.home-range p {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	font-family: "MINI Sans Serif", sans-serif;
	color: black;
	margin-bottom: 16px;
}

.home-range h2 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	color: black;
	margin-bottom: 24px;
	line-height: 1;
}

.home-range-inner,
.featured-cars-inner {
	background-color: var(--clr-grey-lt);
	border-radius: 20px;
	padding: 64px;
}

.home-range-vehicles .home-vehicle-inner {
	background-color: white;
	border-radius: 20px;
	padding: 24px;
}

.home-range-vehicles .btn-primary {
	padding: 12px 48px;
	height: 32px;
	width: 90%;
}

.home-range-vehicles h4 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	text-align: left;
}

.home-range-vehicles img {
	margin-bottom: 24px;
}

.featured-cars .cow {
	background-color: #f1f1f1 !important;
	border: 0 !important;
}

.featured-cars .cow:hover {
	box-shadow: none !important;
}

.featured-cars img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.featured-cars-title {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	font-family: "MINI Sans Serif", sans-serif;
	color: black;
	margin-bottom: 16px;
}

.featured-cars h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	text-align: left;
}

.featured-cars-inner .cow h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	text-align: left;
}

.featcars .cow h3 .price-text {
	line-height: 0.8;
	margin-top: 0;
}

.featcars .cow .cow-il li {
	background-color: #e0e0e0;
	text-transform: uppercase;
}

.welcome-inner {
	background-color: var(--clr-grey-lt);
	border-radius: 20px;
	padding: 64px;
}

.welcome h4 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	font-family: "MINI Sans Serif", sans-serif;
	color: black;
	margin-bottom: 0;
}

.welcome h1 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	text-align: left;
	margin-bottom: 24px;
}

.welcome .btn-flex {
	margin-top: 24px;
	text-transform: uppercase;
}