@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
/* compiled by scssphp 1.3 on Sun, 09 Nov 2025 22:02:08 +0000 (6.6819s) */
form:not(.custom-form) .file-picker .upload-button:after,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after,
.open-sub:before,
.open-sub:after,
.product-images.product-images .small-images:after {
    content: '';
    display: block;
    position: absolute;
    }
html,
details > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }
canvas,
embed,
iframe,
img,
object,
video {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    }
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }

/*** element styles ***/
html,
body {
    scroll-behavior: smooth;
    min-height: 100vh;
    }
body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #49658E;
    font-family: 'Montserrat',sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    margin-top: 0;
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    }
h1 {
    font-size: 42px;
    }
@media (max-width: 1279px) {
h1 {
    font-size: 30px;
    }
}

h2 {
    font-size: 32px;
    }
@media (max-width: 1279px) {
h2 {
    font-size: 27px;
    }
}

h1,
h2 {
    position: relative;
    padding-top: 15px;
    margin-bottom: 10px;
    }
h1:after,
h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 2px;
    background: #5dbb46;
    }
h1[style*="text-align: center"]:after,
h2[style*="text-align: center"]:after {
    right: 0;
    margin: auto;
    }
h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 27px;
    }
@media (max-width: 1279px) {
h3 {
    font-size: 25px;
    }
}

h4 {
    font-size: 21px;
    color: #5dbb46;
    }
@media (max-width: 1279px) {
h4 {
    font-size: 18px;
    }
}

h4 a {
    color: #77d260;
    }
h4 a:hover {
    text-decoration: none;
    color: #44a62c;
    }
h5 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    }
@media (max-width: 1279px) {
h5 {
    font-size: 17px;
    }
}

a {
    color: #5dbb46;
    text-decoration: none;
    }
a:hover {
    text-decoration: none;
    color: #44a62c;
    }
a img {
    border: none;
    }
img {
    height: auto;
    max-width: 100%;
    }
iframe {
    object-fit: scale-down;
    object-position: top left;
    max-width: 100%;
    border: none;
    }
input:disabled,
textarea:disabled,
button:disabled {
    opacity: .5;
    }

/*** globally relevant styles ***/
.button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    min-height: 50px;
    padding: 10px 35px;
    background: #5dbb46;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    }
.button:hover {
    background: #49658E;
    text-decoration: none;
    }
.button.lighter {
    background: #77d260;
    }
.button.lighter:hover {
    background: #49658E;
    }

/** These styles can be added to images and media through TinyMCE */
.float-left,
.float-right {
    display: block;
    margin: 10px auto;
    }
@media (min-width: 640px) {
.float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    }
}

@media (min-width: 640px) {
.float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    }
}

.centre-block {
    display: block;
    margin: 10px auto;
    text-align: center;
    }
.centre-block img,
.centre-block iframe,
.centre-block video {
    display: inline-block;
    }
.highlight-green {
    color: #5dbb46;
    }
.highlight-red {
    color: #F00;
    }

/** End TinyMCE image/media styles */
.map {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    }
.map:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 59%;
    }
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.message {
    border: 4px solid #5dbb46;
    padding: 1rem;
    background: rgba(93,187,70,.25);
    color: #fd1a00;
    }
.message:empty {
    display: none;
    }
.pagination {
    text-align: center;
    }
.pagination > * {
    display: inline-block;
    border-left: 1px solid #30312e;
    padding: 0 10px;
    pause-after: medium;
    }
.pagination > *:first-child {
    border-left: none;
    }
.pagination .current {
    font-weight: bold;
    }
.activator {
    position: relative;
    display: block;
    padding: 20px;
    padding-right: 40px;
    margin-bottom: 10px;
    background: #eaeaea;
    border-left: 4px solid #5dbb46;
    font-size: 1.2352941176rem;
    font-family: 'Montserrat',sans-serif;
    color: #49658E;
    }
.activator:before,
.activator:after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 3px;
    background: #5dbb46;
    -webkit-transition: transform .2s;
    transition: transform .2s;
    }
.activator:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.activator.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
.fader {
    padding: 20px;
    }
.tab-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.tab-nav a {
    display: inline-block;
    padding: 12px 20px;
    margin-right: 4px;
    margin-bottom: 4px;
    min-width: 200px;
    background: #eaeaea;
    font-size: 1.2352941176rem;
    color: inherit;
    text-align: center;
    border-top: 4px solid transparent;
    }
@media (max-width: 639px) {
.tab-nav a {
    width: 100%;
    }
}

.tab-nav a.active {
    margin-bottom: 0;
    border-top: 4px solid #5dbb46;
    border-bottom: 4px solid #eaeaea;
    }
@media (max-width: 1023px) {
.tab-nav a.active {
    border-bottom: none;
    margin-bottom: 4px;
    }
}

.tab:not(.active) {
    display: none;
    }
.tab {
    padding: 35px 25px;
    background: #eaeaea;
    }
.struct {
    display: none;
    }
.mobile-hide {
    display: none;
    }
@media (min-width: 1024px) {
.mobile-hide {
    display: block;
    }
}

.social a {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-left: 10px;
    text-align: left;
    text-indent: -10000px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.social a:hover {
    opacity: .8;
    }
.social a.facebook {
    background-image: url(/theme/images/icons/facebook.png);
    }
.social a.instagram {
    background-image: url(/theme/images/icons/instagram.png);
    }
.social a.youtube {
    background-image: url(/theme/images/icons/youtube.png);
    }

/*** section styles ***/
[role=banner],
main {
    position: relative;
    margin: 0 auto;
    width: 100%;
    }
.container,
.page-sections {
    margin: 0 auto;
    max-width: 1420px;
    padding: 0 10px;
    width: 100%;
    }
@media (max-width: 1599px) {
.container,
.page-sections {
    max-width: 1220px;
    }
}

body > header {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    -ms-grid-template-columns: 100%;
    height: auto;
    }
@media (max-width: 1279px) {
body > header {
    display: block;
    }
}

body > header .site-header,
body > header .slideshow {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    }
body > header .top-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
body > header .top-header .phone {
    display: inline-block;
    padding-left: 25px;
    background: url(/theme/images/icons/phone.png) left center no-repeat;
    }
body > header .top-header .social a {
    width: 30px;
    height: 30px;
    }
body > header .top-header .social a.facebook {
    background-image: url(/theme/images/icons/facebook-light.png);
    }
body > header .top-header .social a.instagram {
    background-image: url(/theme/images/icons/instagram-light.png);
    }
body > header .site-header {
    position: relative;
    z-index: 1000;
    -webkit-align-self: start;
    align-self: start;
    }
body > header .site-header .top-header,
body > header .site-header .main-header {
    padding: 0 60px;
    }
@media (max-width: 1279px) {
body > header .site-header .top-header,
body > header .site-header .main-header {
    padding: 15px 10px;
    }
}

body > header .site-header .top-header {
    background: rgba(73,101,142,.8);
    color: #fff;
    }
@media (max-width: 1279px) {
body > header .site-header .top-header {
    background: #49658E;
    }
}

body > header .site-header .top-header a {
    color: inherit;
    }
body > header .site-header .main-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255,255,255,.9);
    }
body > header .logo {
    display: block;
    }
@media (max-width: 1649px) {
body > header .logo {
    max-width: 250px;
    }
}

body > header .logo img {
    display: block;
    }
main {
    display: block;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.content,
.page-sections {
    padding-top: 80px;
    padding-bottom: 80px;
    }
@media (max-width: 1279px) {
.content,
.page-sections {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}

.content p,
.page-sections p,
.content ul,
.page-sections ul,
.content ol,
.page-sections ol {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 26px;
    }
.content ul,
.page-sections ul,
.content ol,
.page-sections ol {
    padding-left: 20px;
    }
.dark-background {
    background: #eaeaea;
    }
.columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.columns:before,
.columns:after {
    display: none;
    }
.col-2 {
    width: 100%;
    }
@media (min-width: 1024px) {
.col-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    }
.col-2:nth-child(even) {
    padding-left: 25px;
    }
.col-2:nth-child(odd) {
    padding-right: 25px;
    }
}

.col-3 {
    width: 100%;
    }
@media (min-width: 1024px) {
.col-3 {
    width: 33%;
    }
}

.page-sections .section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(181,210,217,.28);
    box-shadow: 0 0 40px 0 rgba(181,210,217,.28);
    }
.page-sections .section:last-child {
    margin-bottom: 0;
    }
.page-sections .section:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
@media (max-width: 1023px) {
.page-sections .section:nth-child(odd) {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
}

@media (max-width: 1023px) {
.page-sections .section {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
}

.page-sections .section .section-content {
    padding: 40px;
    width: 100%;
    }
@media (max-width: 1279px) {
.page-sections .section .section-content {
    padding: 25px 15px;
    }
}

.page-sections .section .image img {
    display: block;
    object-fit: cover;
    min-height: 100%;
    }
@media (max-width: 1279px) {
.page-sections .section .image img {
    width: 100%;
    }
}

.page-sections .section .image,
.page-sections .section .image + .section-content {
    width: 50%;
    }
@media (max-width: 1279px) {
.page-sections .section .image,
.page-sections .section .image + .section-content {
    width: 100%;
    }
}

@media (min-width: 1024px) {
.sidebar {
    float: left;
    width: 270px;
    }
}

.has-sidebar {
    margin-top: 30px;
    }
@media (min-width: 1024px) {
.has-sidebar {
    float: right;
    margin-top: 0;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    }
}

footer[role="banner"] {
    z-index: 0;
    }
footer[role="banner"] .footer-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
footer[role="banner"] .footer-image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 37.5%;
    }
@media (max-width: 639px) {
footer[role="banner"] .footer-image:after {
    padding-top: 97%;
    }
}

.site-footer {
    padding-top: 65px;
    padding-bottom: 40px;
    }
@media (max-width: 1023px) {
.site-footer {
    text-align: center;
    }
}

.site-footer h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: inherit;
    }
.site-footer p {
    margin-top: 0;
    line-height: 26px;
    }
.site-footer .col-3 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.site-footer .col-3:nth-child(3n - 1) {
    text-align: center;
    }
@media (max-width: 1023px) {
.site-footer .col-3:nth-child(3n - 1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
}

.site-footer .col-3:nth-child(3n) {
    text-align: right;
    }
@media (max-width: 1023px) {
.site-footer .col-3:nth-child(3n) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin: 20px 0;
    }
}

.site-footer .buttons {
    margin-top: 20px;
    margin-bottom: 40px;
    }
.site-footer .copyright {
    margin-top: 30px;
    color: #9ba2ac;
    font-size: .8235294118rem;
    line-height: 20px;
    }
@media (max-width: 1023px) {
.site-footer .copyright {
    color: inherit;
    }
}

.site-footer .copyright span:first-child:after {
    content: '|';
    margin-left: 5px;
    }
@media (max-width: 1023px) {
.site-footer .copyright span:first-child:after {
    display: none;
    }
}

@media (max-width: 1023px) {
.site-footer .copyright span {
    display: block;
    }
}

.site-footer .copyright a {
    color: inherit;
    }
.site-footer .copyright a:hover {
    color: #49658E;
    }
.sub-footer {
    font-size: .7647058824rem;
    }
@media (min-width: 640px) {
.sub-footer {
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
}

.sub-footer .container,
.sub-footer .page-sections {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(73,101,142,.3);
    }
@media (max-width: 639px) {
.sub-footer .container,
.sub-footer .page-sections {
    display: block;
    text-align: center;
    }
}

.sub-footer .container a,
.sub-footer .page-sections a {
    display: block;
    margin: 10px 20px;
    }
@media (max-width: 639px) {
.sub-footer .container a,
.sub-footer .page-sections a {
    margin: 10px 0;
    }
}

.sub-footer a {
    color: inherit;
    }
img.auth {
    vertical-align: middle;
    }
.users th:first-child {
    width: 20%;
    }
.users th:last-child {
    width: 40%;
    }
.sale-banner {
    max-width: 100%;
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #49658E;
    }
@media (max-width: 599px) {
.sale-banner {
    display: none;
    }
}

.sale-banner .spring-content {
    max-width: 1140px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin: auto;
    padding: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.sale-banner .button {
    background: #000;
    padding: 10px 20px;
    min-width: 125px;
    }
.sale-banner .button:hover,
.sale-banner .button:focus,
.sale-banner .button:active {
    background: #5dbb46;
    color: #fff;
    }
.sale-banner h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    }
@media (max-width: 599px) {
.sale-banner h3 {
    font-size: 20px;
    }
}

.twocolumn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 40px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media (max-width: 639px) {
.twocolumn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

.twocolumn div {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    }
@media (max-width: 639px) {
.twocolumn div {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
}

.twocolumn .tworight {
    text-align: right;
    }
@media (max-width: 639px) {
.twocolumn .tworight {
    text-align: center;
    }
}

.twocolumn .tworight iframe {
    width: 95%;
    }
@media (max-width: 639px) {
.twocolumn .tworight iframe {
    width: 100%;
    }
}

.floating-book-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    }
@media (max-width: 600px) {
.floating-book-button {
    bottom: 20px;
    right: 20px;
    font-size: .9em;
    padding: 10px 16px;
    }
}

.Tabs .content-wrapper:nth-of-type(2) .content,
.Tabs .content-wrapper:nth-of-type(2) .page-sections {
    padding-top: 0;
    margin-top: -30px;
    }
dateinput-picker + input:-ms-input-placeholder {
    color: #ccc;
    }
dateinput-picker + input::-webkit-input-placeholder {
    color: #ccc;
    }
dateinput-picker + input:input-placeholder {
    color: #ccc;
    }
dateinput-picker + input::input-placeholder {
    color: #ccc;
    }
dateinput-picker + input:moz-placeholder {
    color: #ccc;
    }
dateinput-picker + input::moz-placeholder {
    color: #ccc;
    }
dateinput-picker + input:placeholder {
    color: #ccc;
    }
dateinput-picker + input::placeholder {
    color: #ccc;
    }
form:not(.custom-form) .group {
    display: block;
    border: 0;
    margin: 0;
    padding: 10px;
    background: rgba(93,187,70,.05);
    }
form:not(.custom-form) .group legend {
    display: table;
    float: left;
    margin: 0 0 .3em;
    padding: 0;
    }
form:not(.custom-form) .group .selectable {
    clear: left;
    display: block;
    }
form:not(.custom-form) .group .error {
    display: inline-block;
    }
form:not(.custom-form) .field-wrapper {
    margin: 0;
    margin-bottom: 7px;
    }
form:not(.custom-form) .label {
    display: block;
    margin-bottom: .3em;
    }
form:not(.custom-form) .field {
    display: block;
    }
form:not(.custom-form) span.error {
    display: block;
    margin-top: 10px;
    color: #fd1a00;
    }
form:not(.custom-form) input[type=text],
form:not(.custom-form) input[type=password],
form:not(.custom-form) input[type=number],
form:not(.custom-form) input[type=email],
form:not(.custom-form) input[type=tel],
form:not(.custom-form) input[type=date],
form:not(.custom-form) input[type=datetime-local],
form:not(.custom-form) input[type=month],
form:not(.custom-form) input[type=search],
form:not(.custom-form) input[type=time],
form:not(.custom-form) input[type=url] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: none;
    border-left: 4px solid #5dbb46;
    padding: 18px;
    width: 100%;
    border-radius: 0;
    background: #eaeaea;
    font-family: inherit;
    font-size: inherit;
    }
form:not(.custom-form) select,
form:not(.custom-form) textarea,
form:not(.custom-form) .upload-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: none;
    border-left: 4px solid #5dbb46;
    padding: 18px;
    width: 100%;
    border-radius: 0;
    background: #eaeaea;
    font-family: inherit;
    font-size: inherit;
    }
form:not(.custom-form) select {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
form:not(.custom-form) .select-wrapper .field {
    position: relative;
    }
form:not(.custom-form) .select-wrapper .field:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border-width: 10px 8px 0;
    border-style: solid;
    border-color: #ccc transparent transparent;
    margin-top: -5px;
    pointer-events: none;
    }
form:not(.custom-form) textarea {
    height: 170px;
    }
form:not(.custom-form) input[type=checkbox],
form:not(.custom-form) input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: text-bottom;
    border: 2px solid #ccc;
    height: 1.2em;
    width: 1.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
form:not(.custom-form) input[type=checkbox]:checked,
form:not(.custom-form) input[type=radio]:checked {
    background: #5dbb46;
    }
form:not(.custom-form) input[type=radio] {
    border-radius: 50%;
    }
form:not(.custom-form) .file-picker:not(.placeholder) .upload-button {
    max-width: 200px;
    text-align: center;
    }
form:not(.custom-form) .file-picker.placeholder label {
    display: block;
    }
form:not(.custom-form) .file-picker input {
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
    }
form:not(.custom-form) .file-picker .field {
    position: relative;
    }
form:not(.custom-form) .file-picker .upload-button {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    }
form:not(.custom-form) .file-picker .upload-button:hover:after,
form:not(.custom-form) .file-picker .upload-button:focus:after,
form:not(.custom-form) .file-picker .upload-button:active:after {
    top: -10px;
    }
form:not(.custom-form) .file-picker .upload-button:after {
    top: 0;
    right: 15px;
    bottom: 0;
    height: 20px;
    margin: auto;
    width: 18px;
    background: url(/theme/images/icons/upload.png) center center no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
form:not(.custom-form) .file-picker .uploaded {
    display: inline-block;
    margin-left: 20px;
    }
form:not(.custom-form) button {
    min-width: 245px;
    }

/* jQueryUI overrides */
.ui-widget {
    font-family: inherit;
    font-size: 1em;
    }
.ui-helper-reset {
    font-size: 1em;
    }
.ui-widget-content {
    background: transparent;
    }
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-color: #000;
    border-radius: 0;
    background: #ccc;
    color: #000;
    }
.ui-state-default a,
.ui-widget-content .ui-state-default a,
.ui-widget-header .ui-state-default a {
    color: inherit;
    text-decoration: none;
    }
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border-color: #30312e;
    color: #49658E;
    }
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #30312e;
    background: #5dbb46;
    color: #fff;
    }
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a {
    text-decoration: none;
    }
.ui-accordion .ui-accordion-header {
    padding: 1em 1em 1em 3em;
    font-size: .875em;
    text-transform: none;
    }
.ui-accordion .ui-accordion-header.ui-state-hover {
    color: #5dbb46;
    }
.ui-accordion .ui-accordion-header.ui-state-active {
    color: initial;
    }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    top: 22px;
    left: 10px;
    height: 15px;
    width: 15px;
    background: transparent;
    color: #5dbb46;
    text-indent: 0;
    }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    top: 0;
    right: 6px;
    bottom: 0;
    left: 6px;
    background: #5dbb46;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after {
    top: 6px;
    right: 0;
    bottom: 6px;
    left: 0;
    background: #5dbb46;
    }
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.ui-accordion .ui-accordion-content {
    border-radius: 0;
    margin-bottom: 10px;
    padding: 1em 1em 1em 3.25em;
    font-size: .875em;
    }
.ui-accordion .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
    }
.ui-tabs .ui-tabs-nav li {
    border-width: 0;
    }
.ui-state-active a {
    color: inherit;
    }
.ui-widget {
    font-family: 'Montserrat',sans-serif;
    }

/* Better tab styles */
.tabs.ui-tabs {
    border: none;
    border-radius: 0;
    padding: 0;
    }
@media (max-width: 1279px) {
.tabs.ui-tabs > ul li {
    width: 48%;
    }
}

.tabs.ui-tabs > ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    }
.ui-tabs .ui-tabs-nav {
    border: none;
    border-bottom: 2px solid #5dbb46;
    border-radius: 0;
    padding: 0;
    background: none;
    }
.ui-tabs .ui-tabs-panel {
    border-radius: 0;
    }
.container.featherlight-inner:before,
.featherlight-inner.page-sections:before,
.container.featherlight-inner:after,
.featherlight-inner.page-sections:after {
    display: none;
    }
.popup-form-wrapper {
    display: none;
    }
.open-popup-form .featherlight-content {
    width: 95%;
    max-width: 500px;
    }
.featherlight .featherlight-close-icon {
    top: 10px;
    right: 10px;
    font-size: 7mm;
    }
@media (min-width: 1279px) {
.navigation > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    }
.navigation li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    }
.navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    background: rgba(255,255,255,.9);
    text-transform: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
.navigation li ul li {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    text-align: left;
    }
.navigation li ul li a,
.navigation li ul li span {
    padding: 5px 10px;
    width: 100%;
    line-height: normal;
    }
.navigation li:hover ul,
.navigation a:focus ~ ul {
    visibility: visible;
    opacity: 1;
    }
.top-nav {
    color: #fff;
    z-index: 10;
    }
.top-nav a,
.top-nav span {
    padding: 12px 10px;
    }
.top-nav li ul {
    background: rgba(73,101,142,.9);
    }
.top-nav li:hover > a,
.top-nav li:hover > span {
    color: #5dbb46 !important;
    }
.main-navigation-wrapper {
    max-width: -webkit-calc(100% - 380px);
    max-width: calc(100% - 380px);
    width: 100%;
    }
.main-navigation-wrapper .button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 140px;
    width: 100%;
    padding: 10px;
    margin-left: 10px;
    font-size: .8823529412rem;
    }
.main-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    z-index: 7;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: .9411764706rem;
    text-transform: none;
    font-weight: 600;
    }
.main-navigation > ul {
    max-width: 1400px;
    width: 100%;
    }
.main-navigation li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    }
.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation li:active > a {
    text-decoration: none;
    }
.main-navigation li ul {
    min-width: 180px;
    }
.main-navigation li ul li a {
    min-height: 50px;
    text-align: left;
    }
.main-navigation li a {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 85px;
    width: 100%;
    padding: 15px;
    color: #49658E;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    }
.main-navigation .sel > a:after,
.main-navigation .sel .sel > a:after,
.main-navigation li:hover > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #5dbb46;
    }
}

@media (min-width: 1280px) and (max-width: 1650px) {
.main-navigation-wrapper {
    max-width: -webkit-calc(100% - 265px);
    max-width: calc(100% - 265px);
    }
}

@media (max-width: 1649px) {
.main-navigation-wrapper .button {
    display: none;
    }
}

@media (max-width: 1279px) {
.top-nav {
    display: none;
    }
.main-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }
.main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    padding: 25px 10px;
    background: #49658E;
    font-size: 16px;
    }
.main-navigation.open {
    display: block;
    }
.main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
    }
.main-navigation li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    }
.main-navigation li.sel {
    color: #5dbb46;
    }
.main-navigation li a {
    display: block;
    padding: 10px 1em;
    color: #fff;
    text-align: left;
    text-decoration: none;
    }
.main-navigation li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    }
.main-navigation li ul li {
    width: 100%;
    }
.main-navigation li ul li a {
    padding-left: 2.5em;
    }
.main-navigation li.open > .open-sub:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
.main-navigation li.open > .open-sub:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }
.main-navigation li.open > ul {
    display: block;
    }
.main-navigation > ul > li:last-child > ul {
    left: auto;
    right: 0;
    }
.main-navigation > ul > li:last-child > ul ul {
    left: auto;
    right: 100%;
    }
.open-nav {
    display: block;
    position: absolute;
    top: -57px;
    right: 10px;
    height: 26px;
    width: 34px;
    cursor: pointer;
    }
.open-nav .bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #49658E;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
.open-nav .bar.top {
    top: 0;
    }
.open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
    }
.open-nav .bar.bottom {
    bottom: 0;
    }
.open-nav.open .bar {
    top: 0;
    bottom: 0;
    margin: auto;
    }
.open-nav.open .bar.top,
.open-nav.open .bar.middle {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }
.open-nav.open .bar.bottom {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
.open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    }
.open-sub:before,
.open-sub:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: auto;
    width: 50%;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
.open-sub:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
}

@media (max-width: 640px) {
li.account-nav {
    position: static !important;
    }
}

li.account-nav.do-form:hover ul {
    display: none;
    }
li.account-nav.do-form.open {
    background: #49658E;
    }
li.account-nav.do-form.open ul {
    display: block;
    visibility: visible;
    opacity: 1;
    }
li.account-nav:not(.do-form):hover ul,
li.account-nav:not(.do-form) a:focus ~ ul {
    display: block;
    }
@media (max-width: 1279px) {
li.account-nav.logged-in > ul {
    display: none !important;
    }
}

li.account-nav > a {
    background: url(/theme/images/icons/user.png) 8px center no-repeat;
    }
li.account-nav ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 10;
    margin: 0;
    padding: 0;
    background: #49658E;
    }
@media (max-width: 1279px) {
li.account-nav ul {
    width: 100%;
    }
}

li.account-nav ul li {
    width: 100%;
    }
li.account-nav form {
    margin-top: 0;
    min-width: 290px;
    padding: 20px;
    background: #49658E;
    }
li.account-nav form input[type="text"],
li.account-nav form input[type="password"] {
    padding: 7px;
    font-size: .8823529412rem;
    }
@media (max-width: 1279px) {
li.account-nav form input[type="text"],
li.account-nav form input[type="password"] {
    padding: 14px;
    }
}

li.account-nav form .actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    }
@media (max-width: 1279px) {
li.account-nav form .actions {
    display: block;
    }
}

li.account-nav form .button {
    border-radius: 0;
    padding: 10px 20px;
    background: #000;
    font-size: .8823529412rem;
    text-transform: none;
    }
li.account-nav .reset-link {
    padding: 0;
    background: none;
    font-family: 'Montserrat',sans-serif;
    font-size: .7058823529rem;
    text-align: right;
    }
@media (max-width: 1279px) {
li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    }
}

li.account-nav .reset-link:hover {
    color: #fff;
    }
.cart-link > a .icon {
    display: inline-block;
    position: relative;
    height: 17px;
    margin-right: 15px;
    width: 17px;
    background: url(/theme/images/icons/cart.png) center no-repeat;
    }
.cart-link > a .icon .number {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: -10px;
    right: -14px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background: #000;
    color: #fff;
    }
.container.booking-filter-container,
.booking-filter-container.page-sections {
    display: none;
    padding-bottom: 0;
    }
html.javascript .container.booking-filter-container,
html.javascript .booking-filter-container.page-sections {
    display: block;
    }
@media (max-width: 1279px) {
html.javascript .container.booking-filter-container,
html.javascript .booking-filter-container.page-sections {
    display: none;
    }
}

.container.booking-filter-container .small-quote,
.booking-filter-container.page-sections .small-quote {
    margin-block-start: -180px;
    -webkit-box-shadow: 0 4px 29px 13px rgba(0,36,94,.11);
    box-shadow: 0 4px 29px 13px rgba(0,36,94,.11);
    background: #fff;
    }
.vehicles {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-column-gap: 35px;
    grid-template-columns: repeat(auto-fill,minmax(325px,1fr));
    }
@media (max-width: 484px) {
.vehicles {
    grid-template-columns: auto;
    }
}

.vehicles .vehicle-thumb {
    display: grid;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    margin-bottom: 35px;
    background: #fff;
    }
.vehicles .vehicle-thumb:hover .hover {
    height: 242px;
    }
.vehicles .vehicle-thumb .hover {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s;
    transition: height .5s;
    }
.vehicles .vehicle-thumb .image,
.vehicles .vehicle-thumb .info {
    grid-column: 1;
    grid-row: 1;
    }
.vehicles .vehicle-thumb .image {
    margin-bottom: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.vehicles .vehicle-thumb .image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 61%;
    }
.vehicles .vehicle-thumb .info {
    -webkit-align-self: end;
    align-self: end;
    padding: 20px;
    background: #49658E;
    color: #fff;
    }
.vehicles .vehicle-thumb .info .vehicle-summary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1.0588235294rem;
    font-weight: 600;
    }
.vehicles .vehicle-thumb .info .vehicle-summary .icons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.vehicles .vehicle-thumb .info .vehicle-summary .icons .shower {
    margin-left: 13px;
    }
.vehicles .vehicle-thumb .info .details {
    padding: 20px 0;
    margin: 15px 0;
    border-top: 1px solid #445b81;
    border-bottom: 1px solid #445b81;
    }
.vehicles .vehicle-thumb .info .details P {
    margin: 0;
    font-size: .9411764706rem;
    line-height: 30px;
    }
.vehicles .vehicle-thumb .info .details span {
    color: #5dbb46;
    }
.vehicles .vehicle-thumb .info .buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.vehicles .vehicle-thumb .info .button:hover {
    background: #fff;
    color: #5dbb46;
    }
.vehicles .vehicle-thumb .info .compare-link {
    margin-left: 25px;
    }
.vehicle-summary .icons .icon {
    display: inline-block;
    width: 20px;
    height: 31px;
    margin: 0 6px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    }
.vehicle-summary .icons .icon.person {
    background-image: url(/theme/images/icons/person.png);
    }
.vehicle-summary .icons .icon.shower {
    background-image: url(/theme/images/icons/shower.png);
    }
.vehicle-summary .icons .icon.toilet {
    background-image: url(/theme/images/icons/toilet.png);
    }
.vehicle-summary .icons .icon.child,
.vehicle-summary .icons .icon.adult {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 2px;
    }
.vehicle-summary .icons .icon.adult {
    width: 16px;
    height: 31px;
    }
.vehicle-summary .icons .icon.child {
    width: 12px;
    height: 24px;
    }
.vehicle-summary .icons .icon.shower {
    width: 22px;
    height: 30px;
    }
.vehicle-summary .icons .icon.toilet {
    width: 20px;
    height: 26px;
    }

/* Individual Vehicle page */
.Rental-Vehicles .product-images.product-images,
.Sale-Vehicles .product-images.product-images {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 20px;
    }
.Rental-Vehicles .product-images.product-images img,
.Sale-Vehicles .product-images.product-images img {
    width: 100%;
    }
.vehicle-description h3 {
    margin-top: 0;
    }
.rates {
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
    font-size: .8823529412rem;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    }
.rates th {
    font-weight: normal;
    }
.rates td,
.rates th {
    padding: 29px 16px;
    }
@media (max-width: 1599px) {
.rates td,
.rates th {
    padding: 15px;
    }
}

.rates tbody tr {
    border-bottom: 1px solid #fff;
    background: #eaeaea;
    }
.rates tbody tr:nth-child(odd) {
    background: #efefef;
    }
@media (max-width: 639px) {
.rates tbody tr {
    display: table-cell;
    border-right: 1px solid #fff;
    }
}

.rates tbody tr:first-child {
    background: #5dbb46;
    color: #fff;
    font-size: .7647058824rem;
    }
.rates tbody tr:first-child th {
    padding: 10px 21px;
    }
@media (max-width: 1599px) {
.rates tbody tr:first-child th {
    padding: 15px 10px;
    }
}

.rates tbody tr:first-child th:first-child {
    font-size: .8823529412rem;
    }
.rates tbody tr td:first-child {
    white-space: nowrap;
    }
@media (max-width: 639px) {
.rates tbody tr th,
.rates tbody tr td {
    display: block;
    }
}

.panorama {
    height: 50vh;
    width: 100%;
    margin-bottom: 10px;
    }

/** Comparison Page */
.comparison-wrapper {
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
    max-height: min-content;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
    }
.vehicle-comparison {
    position: relative;
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    }
@media (max-width: 1279px) {
.vehicle-comparison {
    font-size: .8823529412rem;
    }
}

.vehicle-comparison thead tr:first-child td:first-child:before,
.vehicle-comparison thead tr:first-child th:first-child:before,
.vehicle-comparison tbody tr:last-child td:first-child:after,
.vehicle-comparison tbody tr:last-child th:first-child:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    }
.vehicle-comparison thead tr:first-child td:first-child:before,
.vehicle-comparison thead tr:first-child th:first-child:before {
    top: -20px;
    height: 20px;
    }
.vehicle-comparison tbody tr:last-child td:first-child:after {
    bottom: 0;
    height: 100px;
    }
.vehicle-comparison th,
.vehicle-comparison td {
    position: relative;
    width: 235px;
    min-width: 235px;
    padding: 14px 18px;
    background: #fff;
    }
@media (max-width: 1279px) {
.vehicle-comparison th,
.vehicle-comparison td {
    min-width: 185px;
    padding: 14px 10px;
    }
}

@media (max-width: 639px) {
.vehicle-comparison th,
.vehicle-comparison td {
    min-width: 140px;
    }
}

.vehicle-comparison th:after,
.vehicle-comparison td:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
    }
.vehicle-comparison th:first-child,
.vehicle-comparison td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 10;
    }
.vehicle-comparison th.sel:before,
.vehicle-comparison th.sel:after,
.vehicle-comparison td.sel:before,
.vehicle-comparison td.sel:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    top: 0;
    background: #5dbb46;
    }
.vehicle-comparison th.sel:before,
.vehicle-comparison td.sel:before {
    left: 0;
    }
.vehicle-comparison th.sel:after,
.vehicle-comparison td.sel:after {
    right: 0;
    }
.vehicle-comparison th.sel .book,
.vehicle-comparison td.sel .book {
    visibility: visible;
    }
.vehicle-comparison tr {
    border-left: 1px solid #ccc;
    }
.vehicle-comparison tr.heading td {
    background: #49658E !important;
    color: #fff !important;
    }
.vehicle-comparison tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    }
.vehicle-comparison thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    }
.vehicle-comparison thead tr th:first-child {
    left: 0;
    z-index: 2;
    }
.vehicle-comparison thead tr .vehicle-summary {
    font-size: 1.1764705882rem;
    }
@media (max-width: 1279px) {
.vehicle-comparison thead tr .vehicle-summary {
    font-size: 1rem;
    }
}

.vehicle-comparison thead tr .vehicle-summary .icons {
    margin-top: 6px;
    }
@media (max-width: 639px) {
.vehicle-comparison thead tr .vehicle-summary .icon.adult {
    width: 12px;
    height: 23px;
    }
}

@media (max-width: 639px) {
.vehicle-comparison thead tr .vehicle-summary .icon.shower {
    width: 17px;
    height: 23px;
    }
}

@media (max-width: 639px) {
.vehicle-comparison thead tr .vehicle-summary .icon.toilet {
    width: 15px;
    height: 19px;
    }
}

.vehicle-comparison thead tr th,
.vehicle-comparison thead tr td {
    background: #49658E;
    color: #fff;
    padding: 9px 18px;
    }
.vehicle-comparison thead tr th.sel,
.vehicle-comparison thead tr td.sel {
    background: #5dbb46;
    }
.vehicle-comparison thead tr th.sel:before,
.vehicle-comparison thead tr td.sel:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 9px;
    background: #5dbb46;
    border-radius: 10px 10px 0 0;
    }
.vehicle-comparison thead tr th.sel .icon,
.vehicle-comparison thead tr td.sel .icon {
    background-position: bottom center;
    }
.vehicle-comparison tbody tr:nth-child(even) td {
    background: #eaeaea;
    }
.vehicle-comparison tbody tr:last-child {
    background: transparent;
    border-color: transparent;
    }
.vehicle-comparison tbody tr:last-child td {
    border-radius: 10px;
    padding-bottom: 7px;
    background: #fff;
    }
.vehicle-comparison tbody tr:last-child td:after {
    display: none;
    }
.vehicle-comparison tbody tr:last-child td:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 1;
    }
.vehicle-comparison tbody tr:last-child td.sel:before {
    width: 100%;
    height: 100%;
    background: transparent;
    border-left: 2px solid #5dbb46;
    border-right: 2px solid #5dbb46;
    border-top: 1px solid #ccc;
    z-index: 1;
    }
.vehicle-comparison tbody tr:last-child td.sel:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 9px;
    border: 2px solid #5dbb46;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: transparent;
    }
.vehicle-comparison tbody td:first-child {
    font-weight: bold;
    text-align: left;
    }
.vehicle-comparison tbody .bool {
    position: relative;
    display: inline-block;
    }
.vehicle-comparison tbody .bool.true {
    width: 10px;
    height: 18px;
    border-right: 4px solid #44a62c;
    border-bottom: 4px solid #44a62c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }
.vehicle-comparison tbody .bool.false {
    width: 17px;
    height: 17px;
    }
.vehicle-comparison tbody .bool.false:before,
.vehicle-comparison tbody .bool.false:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    margin: auto;
    background: #ee3030;
    }
.vehicle-comparison tbody .bool.false:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }
.vehicle-comparison tbody .bool.false:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
.vehicle-comparison tbody .book {
    position: relative;
    z-index: 100;
    visibility: hidden;
    width: 100%;
    }
.small-images .small-image {
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    }
.small-images .small-image.active {
    border-color: #49658E;
    }
.product-images {
    position: relative;
    }
.product-images .image-nav {
    position: absolute;
    color: #5dbb46;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255,255,255,.8);
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: .2em;
    z-index: 5;
    }
.product-images .image-nav.prev {
    left: 15px;
    }
.product-images .image-nav.next {
    right: 15px;
    }
.slideshow {
    overflow: hidden;
    position: relative;
    background: #fff;
    }
.slideshow .slide + .slide {
    display: none;
    }
.slideshow .slick-initialized .slide {
    display: block;
    }
.slideshow .slide {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    }
.slideshow .slide img {
    height: auto;
    width: 100%;
    }
.slideshow .slide .background-image {
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    }
.slideshow .slide .background-image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 200px;
    }
@media (min-width: 640px) {
.slideshow .slide .background-image:after {
    padding-top: -webkit-calc(100% * .27421875);
    padding-top: calc(100% * .27421875);
    }
}

html.Front-Page .slideshow .slide .background-image:after {
    padding-top: 457px;
    }
@media (min-width: 640px) {
html.Front-Page .slideshow .slide .background-image:after {
    padding-top: -webkit-calc(100% * .41015625);
    padding-top: calc(100% * .41015625);
    }
}

@media (min-width: 640px) {
.slideshow .slide .small-screen {
    display: none;
    }
}

.slideshow .slide .small-screen + .big-screen {
    display: none;
    }
@media (min-width: 640px) {
.slideshow .slide .small-screen + .big-screen {
    display: block;
    }
}

.slideshow .slide .caption {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-position: center top;
    background-repeat: no-repeat;
    color: #000;
    text-align: center;
    text-transform: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
@media (min-width: 640px) {
.slideshow .slide .caption {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
}

@media (min-width: 1280px) {
.slideshow .slide .caption {
    top: 125px;
    right: 0;
    left: 0;
    }
}

.slideshow .slide .caption .caption-content {
    width: 100%;
    }
.slideshow .slide .caption h1,
.slideshow .slide .caption h2,
.slideshow .slide .caption h3,
.slideshow .slide .caption h4,
.slideshow .slide .caption h5,
.slideshow .slide .caption h6 {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    }
.slideshow .slide .caption h3 {
    font-size: 1.8823529412rem;
    margin-bottom: 10px;
    }
@media (min-width: 1400px) {
.slideshow .slide .caption h3 {
    font-size: 2.5882352941rem;
    }
}

.slideshow .slide .caption h4 {
    font-size: 1.1764705882rem;
    font-weight: 600;
    }
@media (min-width: 1280px) {
.slideshow .slide .caption h4 {
    font-size: 1.5882352941rem;
    }
}

.slideshow .slide .caption .button {
    margin-top: 20px;
    }
button.slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 50%;
    background: #5dbb46;
    text-indent: -9999px;
    cursor: pointer;
    }
button.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    height: 18px;
    width: 18px;
    }
button.slick-arrow:hover,
button.slick-arrow:focus,
button.slick-arrow:active {
    opacity: .8;
    }
button.slick-arrow.slick-prev {
    left: 10px;
    }
button.slick-arrow.slick-prev:before {
    -webkit-transform: translateX(50%) translateX(4.5px) rotate(-45deg);
    -ms-transform: translateX(50%) translateX(4.5px) rotate(-45deg);
    transform: translateX(50%) translateX(4.5px) rotate(-45deg);
    right: 50%;
    }
button.slick-arrow.slick-next {
    right: 10px;
    }
button.slick-arrow.slick-next:before {
    -webkit-transform: translateX(50%) translateX(-4.5px) rotate(135deg);
    -ms-transform: translateX(50%) translateX(-4.5px) rotate(135deg);
    transform: translateX(50%) translateX(-4.5px) rotate(135deg);
    right: 50%;
    }
ul.slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 30px;
    margin: 0;
    padding: 0;
    }
ul.slick-dots li {
    display: inline-block;
    border: 1px solid #30312e;
    border-radius: 50%;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 12px;
    background: transparent;
    text-indent: -1000000px;
    }
ul.slick-dots li.slick-active {
    border: 1px solid #30312e;
    background: #30312e;
    }
ul.slick-dots li:hover {
    cursor: pointer;
    }

/* old gallery module */
.gallery-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fill,minmax(340px,1fr));
    }
.gallery-items .gallery-item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
    }
.gallery-items .gallery-item:hover:after,
.gallery-items .gallery-item:focus:after,
.gallery-items .gallery-item:active:after {
    opacity: 0;
    }
.gallery-items .gallery-item:hover:before,
.gallery-items .gallery-item:focus:before,
.gallery-items .gallery-item:active:before {
    opacity: 1;
    }
.gallery-items .gallery-item:after {
    content: attr(title);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 5;
    padding: 20px;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    }
.gallery-items .gallery-item[title=""]:after,
.gallery-items .gallery-item figcaption {
    display: none;
    }
.gallery-items .gallery-item figure {
    display: block;
    margin: 0;
    padding-top: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.gallery-items .gallery-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5) url(/theme/images/icons/gallery-zoom.png) center center no-repeat;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    }

/* tinymce universal formatting */
#tinymce {
    display: block;
    min-height: 0;
    max-width: 1400px;
    padding: 10px;
    background: #fff;
    color: #000;
    font-size: 1em;
    text-align: left;
    }
#tinymce p {
    margin: 0 0 1em;
    }
#tinymce form {
    outline: 1px dotted #30312e;
    }
#tinymce a {
    border-bottom: 1px dotted #30312e;
    text-decoration: none;
    }
#tinymce td {
    font-family: inherit;
    font-size: inherit;
    }
.Products .content-wrapper .container h1,
.Products .content-wrapper .page-sections h1 {
    width: 100%;
    }
@media (min-width: 1024px) {
.category-nav {
    width: 270px;
    }
}

.category-nav ul {
    margin: 0;
    padding: 0;
    }
.category-nav ul ul {
    display: none;
    margin-left: 10px;
    }
.category-nav ul li {
    display: block;
    }
.category-nav ul a {
    background: #eaeaea;
    display: block;
    margin-bottom: 2px;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all .2s,color .1s;
    transition: all .2s,color .1s;
    }
.category-nav ul li.sel ul {
    display: block;
    }
.category-nav ul li.sel > a,
.category-nav ul a:hover,
.category-nav ul a:focus,
.category-nav ul a:active {
    background: #5dbb46;
    color: #fff;
    }
@media (min-width: 1024px) {
.products-content {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    }
}

ul.product-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-column-gap: 35px;
    grid-template-columns: repeat(auto-fill,minmax(330px,1fr));
    margin: 0;
    padding: 0;
    }
@media (max-width: 349px) {
ul.product-links {
    grid-template-columns: auto;
    }
}

.product-links li {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
    font-size: 1rem;
    }
.product-links li p {
    margin: 0;
    }
.product-links li .summary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    }
.product-links li .summary > div {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.product-links li .summary > form {
    width: 100%;
    }
.product-links li .name-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.0588235294rem;
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 15px;
    background: #49658E;
    color: #fff;
    }
@media (max-width: 1279px) {
.product-links li .name-wrapper {
    font-size: 1.2352941176rem;
    line-height: 24px;
    }
}

.product-links li .name-wrapper .name {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.product-links li .name-wrapper .price {
    float: right;
    padding-left: 10px;
    text-align: right;
    }
.product-links li .image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #c2d1ea;
    background: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 46px 0 rgba(181,210,217,.28);
    box-shadow: 0 0 46px 0 rgba(181,210,217,.28);
    }
.product-links li .image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    }
.product-links li .image img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    }
.product-links li .buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    }
.product-links li .buttons .button {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    padding: 13px 5px;
    margin-right: 5px;
    font-size: .6470588235rem;
    text-align: center;
    border-radius: 0;
    }
.product-links li .buttons .button:last-child {
    margin-left: 5px;
    margin-right: 0;
    }
@media (min-width: 640px) {
.product-links li .buttons .button {
    font-size: inherit;
    padding: 18px 5px;
    }
}

@media (max-width: 1279px) {
.featured {
    overflow: hidden;
    }
}

.featured ul.product-links.slick-initialized {
    display: block;
    }
@media (max-width: 1279px) {
.featured ul.product-links.slick-initialized {
    margin-right: -35px;
    }
}

@media (max-width: 639px) {
.featured ul.product-links.slick-initialized {
    margin-right: 0;
    }
}

.featured ul.product-links.slick-initialized li {
    margin-bottom: 0;
    margin-right: 35px;
    }
@media (max-width: 639px) {
.featured ul.product-links.slick-initialized li {
    margin-right: 0;
    }
}

.featured ul.product-links .slick-track {
    min-width: 100%;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.featured ul.product-links .slick-track .slick-slide {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    height: inherit !important;
    }
.featured ul.product-links ul.slick-dots {
    position: static;
    margin-top: 20px;
    text-align: center;
    }

/* Individual Product page */
.product-images.product-images {
    padding: 15px;
    background: #eaeaea;
    }
@media (max-width: 849px) {
.product-images.product-images {
    float: none;
    margin-bottom: 20px;
    }
}

.product-images.product-images .small-images {
    position: relative;
    margin-top: 10px;
    margin-right: -10px;
    }
.product-images.product-images .small-images:after {
    top: 0;
    right: 0;
    height: 100%;
    width: 10px;
    background: #eaeaea;
    }
.product-images.product-images .small-images button.slick-arrow {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    border: solid transparent;
    border-width: 16px 8px;
    height: 0;
    margin: auto;
    padding: 0;
    width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    }
.product-images.product-images .small-images button.slick-arrow.slick-prev {
    left: -13px;
    border-left: 0;
    border-right-color: #5dbb46;
    }
.product-images.product-images .small-images button.slick-arrow.slick-next {
    right: 0;
    z-index: 10;
    border-right: 0;
    border-left-color: #5dbb46;
    }
@media (min-width: 640px) {
.product-images.product-images .small-images button.slick-arrow.slick-next {
    right: -2px;
    }
}

.product-images.product-images a {
    display: block;
    position: relative;
    }
.product-images.product-images a:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 64.3%;
    }
.product-images.product-images a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    }
.product-images.product-images a.main-image {
    width: 100%;
    }
.product-images.product-images a.small-image {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    }
.product-details {
    float: left;
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    }
@media (max-width: 849px) {
.product-details {
    float: none;
    width: 100%;
    }
}

.product-details .description {
    margin-bottom: 28px;
    }
.product-tabs {
    margin-top: 10px;
    }
.add-to-cart input[type=text],
.add-to-cart input[type=number],
.add-to-cart select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    }
.add-to-cart label {
    display: block;
    }
.add-to-cart .label,
.add-to-cart .field {
    display: inline-block;
    }
.add-to-cart .label {
    margin-right: 10px;
    width: 100px;
    }
.add-to-cart .field {
    margin-bottom: 10px;
    width: 220px;
    }
.add-to-cart .error {
    font-size: .8823529412rem;
    color: #fd1a00;
    }

/* General standardised styles for native functionality like carts and users */
@-webkit-keyframes native-ajax-loading-animation {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@keyframes native-ajax-loading-animation {
0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

.native-sidebar .sidebar-section.loading {
    position: relative;
    }
.native-sidebar .sidebar-section.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.5);
    }
.native-sidebar .sidebar-section.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: middle;
    border: 5px solid;
    border-color: #5dbb46 #5dbb46 transparent transparent;
    border-radius: 50%;
    height: 50px;
    margin-top: -30px;
    margin-left: -30px;
    width: 50px;
    -webkit-animation: native-ajax-loading-animation 1s linear infinite;
    animation: native-ajax-loading-animation 1s linear infinite;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    }
.native-sections {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
@media (min-width: 640px) {
.native-sections {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
}

.native-sidebar {
    margin-bottom: 35px;
    margin-left: 0;
    min-width: auto;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
@media (min-width: 640px) {
.native-sidebar {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
}

.native-sidebar .sidebar-section {
    border: 1px solid #ccc;
    padding: 20px;
    }
.native-sidebar h1 {
    margin: -20px -20px 20px;
    background: #ccc;
    color: #fff;
    }
.native-sidebar .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: bold;
    }
.native-sidebar .row.total {
    margin: 20px 0 0;
    font-size: 1.1764705882rem;
    }
.native-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.native-main .main-section,
.native-main .payment-confirm-section {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 15px;
    }
@media (min-width: 640px) {
.native-main .main-section,
.native-main .payment-confirm-section {
    padding: 30px;
    }
}

.native-main h1 {
    margin: -15px -15px 15px;
    background: #000;
    color: #fff;
    padding: 30px;
    }
@media (min-width: 640px) {
.native-main h1 {
    margin: -30px -30px 30px;
    }
}

.main-navigation .search-form {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
@media (max-width: 1279px) {
.main-navigation .search-form {
    margin-top: 20px;
    }
}

.main-navigation .search-form .search-icon {
    display: block;
    width: 21px;
    height: 21px;
    text-align: left;
    text-indent: -100000px;
    background: url(/theme/images/icons/search.png) center no-repeat;
    cursor: pointer;
    }
@media (max-width: 1279px) {
.main-navigation .search-form .search-icon {
    position: absolute;
    right: 0;
    }
}

@media (min-width: 1280px) {
.main-navigation .search-form .field {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 3px;
    background: #fff;
    }
}

@media (max-width: 1279px) {
.main-navigation .search-form .field {
    width: 100%;
    }
}

@media (max-width: 1279px) {
.main-navigation .search-form .field input {
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    }
}

.main-navigation .search-form .field.open {
    display: block;
    }
.content .searchForm,
.page-sections .searchForm {
    text-align: center;
    }
.content .searchForm label,
.page-sections .searchForm label {
    display: block;
    text-align: center;
    }
.content .searchForm input[type="text"],
.page-sections .searchForm input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    max-width: -webkit-calc(100% - 263px);
    max-width: calc(100% - 263px);
    width: 300px;
    }
@media (max-width: 639px) {
.content .searchForm input[type="text"],
.page-sections .searchForm input[type="text"] {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
    }
}

.content .searchForm .button,
.page-sections .searchForm .button {
    vertical-align: middle;
    padding: 13px 35px;
    }
.search-results {
    border-top: 1px solid #ccc;
    }
.search-results article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #000;
    padding: 10px;
    }
.search-results article.has-image .search-content {
    width: -webkit-calc(100% - 615px);
    width: calc(100% - 615px);
    }
.search-results article h5 {
    margin-top: 20px;
    margin-bottom: 3px;
    }
.search-results article p {
    line-height: initial;
    }
.search-results article .search-image {
    display: block;
    height: auto;
    margin-right: 45px;
    max-width: 570px;
    }
.search-results article .search-image:after {
    display: none;
    }
.search-results article .search-image img {
    display: block;
    }
.search-results ul {
    margin-top: 10px;
    }
.search-results li a {
    display: inline;
    padding: 0;
    }
.sidebar.search-results img {
    float: none;
    margin: .5em 0;
    }
.Front-Page .content,
.Front-Page .page-sections {
    padding-bottom: 20px;
    }
.Front-Page .vehicles {
    margin-top: 50px;
    }
@media (max-width: 1599px) {
.Front-Page .vehicles {
    margin-top: 50px;
    }
}

.Front-Page .page-sections {
    padding-top: 0;
    }
.front-page-logos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    }
@media (max-width: 639px) {
.front-page-logos {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 10px;
    }
}

@media (max-width: 1279px) {
.page-sections + .front-page-logos {
    margin-top: 0;
    padding-top: 0;
    }
}

.front-page-logos a {
    margin: 7px 20px;
    max-width: 44%;
    }
@media (max-width: 639px) {
.front-page-logos a:nth-child(2n) {
    margin-right: 0;
    }
}

@media (max-width: 639px) {
.front-page-logos a:nth-child(2n-1) {
    margin-left: 0;
    }
}

.front-page-gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: inherit;
    padding: 30px;
    }
@media (max-width: 1279px) {
.front-page-gallery {
    padding: 15px;
    }
}

@media (max-width: 639px) {
.front-page-gallery {
    padding: 0;
    }
}

.front-page-gallery .gallery-item {
    aspect-ratio: 1;
    margin-right: 1px;
    width: 16vw;
    }
@media (max-width: 1279px) {
.front-page-gallery .gallery-item {
    width: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    }
}

@media (max-width: 639px) {
.front-page-gallery .gallery-item {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0;
    }
}

.home-video-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 40px;
    text-align: center;
    }
@media (max-width: 639px) {
.home-video-caption {
    display: none;
    }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJtYXBwaW5ncyI6IiIsInNvdXJjZXMiOltdLCJuYW1lcyI6W119 */
