/* compiled by scssphp 1.10.3 on Wed, 24 May 2023 01:49:51 +0000 (0.1632s) */

@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=Tillana:wght@400;500&display=swap";
:root {
  --heading-colour: #fff;
  --text-colour:  #fff;
  --link-colour: #ff0000;
  --link-hover-colour: var(--text-colour);
  --link-hover-decoration: underline;
}
html {
  font-size: 16px;
}
body {
  background: #202121;
  color: var(--text-colour);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: var(--heading-colour);
  font-family: "Inter", sans-serif;
  font-size: var(--heading-responsive-size, initial);
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.2s;
}
@media (min-width: 1280px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: var(--heading-size, initial);
  }
}
h1 {
  --heading-size: 3rem;
  --heading-responsive-size: 2rem;
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  h1 {
    margin-bottom: 50px;
  }
}
h2 {
  --heading-size: 2.625rem;
  --heading-responsive-size: 2rem;
}
h3 {
  --heading-size: 1.875rem;
  --heading-responsive-size: 1.5rem;
}
.main-heading {
  position: relative;
  padding-top: 20px;
}
.main-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #ff0000;
  width: 84px;
}
a {
  color: var(--link-colour);
  text-decoration: none;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  color: var(--link-hover-colour);
  text-decoration: var(--link-hover-decoration);
}
a img {
  border: none;
}
main {
  font-size: 1.0625rem;
}
main p, main ol, main ul, main table {
  margin: 0 0 18px;
}
:root {
  --button-background: #ff0000;
  --button-hover-background: #fff;
  --button-text-colour: #fff;
  --button-hover-text-colour: #ff0000;
}
input, textarea, button {
  transition: all 0.2s;
}
input:disabled, textarea:disabled, button:disabled {
  opacity: 0.5;
}
/*** globally relevant styles ***/
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  gap: 0.375ch;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 24px;
  min-height: 46px;
  min-width: 260px;
  padding: 10px 1em;
  background: var(--button-background);
  color: var(--button-text-colour);
  font-family: "Inter", sans-serif;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
}
.button[disabled] {
  --button-hover: var(--button-background);
  filter: saturate(0);
  pointer-events: none;
}
.button:hover, .button:focus, .button:active {
  background: var(--button-hover-background);
  color: var(--button-hover-text-colour);
  text-decoration: none;
}
/** 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: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 40px;
  }
}
.centre-block {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.centre-block img, .centre-block iframe, .centre-block video {
  display: inline-block;
}
/** End TinyMCE image/media styles */
.map {
  min-height: 400px;
  width: 100%;
}
.message {
  border: 4px solid #ff0000;
  padding: 1rem;
  background: rgba(255, 0, 0, 0.25);
  color: #fd1a00;
}
.message:empty {
  display: none;
}
.pagination {
  --link-colour: var(--text-colour);
  --link-hover-colour: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  --arrow-inset: 10px;
  --arrow-dimension: 12px;
}
.pagination > * {
  display: inline-block;
  border-left: 1px solid #202121;
  padding: 0 10px;
  pause-after: medium;
}
.pagination > *:first-child {
  border-left: none;
}
.pagination .current {
  font-weight: 500;
  color: #ff0000;
}
.pagination .next, .pagination .previous {
  align-self: stretch;
  position: relative;
  padding: 10px;
  margin: 0 5px;
  overflow: hidden;
  width: 80px;
  text-indent: -9999px;
}
.pagination .next::before, .pagination .previous::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  height: var(--arrow-dimension);
  width: var(--arrow-dimension);
}
.pagination .next:not(a)::before, .pagination .previous:not(a)::before {
  border-top-color: #8d8785;
  border-left-color: #8d8785;
}
.pagination .previous::before {
  transform: translateX(50%) translateX(calc(var(--arrow-dimension) / 4)) rotate(-45deg);
  right: 50%;
}
.pagination .next::before {
  transform: translateX(50%) translateX(calc(var(--arrow-dimension) / -4)) rotate(135deg);
  right: 50%;
}
.activator {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  margin-bottom: 2px;
  background: #8d8785;
  font-size: 1.3125rem;
  font-family: "Inter", sans-serif;
  color: #fff;
}
.activator:before, .activator:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #fff;
  transition: transform 0.2s;
}
.activator:after {
  transform: rotate(90deg);
}
.activator.open {
  background: #ff0000;
  color: #fff;
}
.activator.open:before, .activator.open:after {
  background: #fff;
}
.activator.open:after {
  transform: rotate(0deg);
}
.fader {
  padding: 15px;
}
.tab-nav {
  margin-bottom: 15px;
}
.tab-nav a {
  display: inline-block;
  padding: 15px;
  margin-right: 5px;
  background: #bebebe;
}
.tab-nav a.active {
  border-bottom: 3px solid #ff0000;
}
.tab:not(.active) {
  display: none;
}
.mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: block;
  }
}
:root {
  --container-width: 1248px;
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1458px;
  }
}
html, details > * {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
canvas, embed, iframe, img, object, video {
  box-sizing: content-box;
}
/*** element styles ***/
html, body {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  object-position: top left;
  max-width: 100%;
}
.highlight {
  color: #ff0000;
}
.container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 24px;
  width: 100%;
}
body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: auto;
  background: rgba(0, 0, 0, 0.9);
}
body > header .site-header {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  max-width: 1813px;
}
body > header .logo-wrapper {
  display: inline-flex;
  align-items: center;
  padding: 1ch 0 1ch 0;
  transition: all 0.2s;
  max-width: calc(100% - 60px);
}
html.at-top body > header .logo-wrapper {
  padding: 22px 0 22px 0;
}
body > header .logo-wrapper img {
  display: block;
}
main {
  display: block;
  position: relative;
  z-index: 5;
  flex-grow: 1;
  padding-top: 93px;
  background-image: url("images/pattern2.png");
}
main[style*="background"] {
  background-position: center 93px;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  transition: padding 0.2s;
}
.content {
  display: flex;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .content {
    display: block;
  }
}
.content-image {
  order: 2;
  align-self: center;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .content-image {
    float: right;
    margin: 0.75rem 0 20px 40px;
    max-width: calc(50% - 20px);
  }
}
.module-content {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .columns:before, .columns:after {
    display: none;
  }
}
.columns {
  gap: 40px;
  transition: all 0.2s;
}
@media (min-width: 1280px) {
  .columns {
    gap: 60px;
  }
}
@media (min-width: 1600px) {
  .columns {
    gap: 100px;
  }
}
@media (min-width: 1024px) {
  .columns > * {
    flex-basis: 0;
    flex-grow: 1;
  }
}
footer[role="banner"] {
  position: relative;
  z-index: 0;
  background: #000;
  font-size: 0.8125rem;
}
footer[role="banner"] a {
  color: inherit;
}
.newsletter-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 24px;
  font-size: 1.0625rem;
}
@media (min-width: 640px) {
  .newsletter-wrapper {
    align-items: center;
  }
}
.newsletter-wrapper .background-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 640px) {
  .newsletter-wrapper .small-screen {
    display: none;
  }
}
.newsletter-wrapper .small-screen + .big-screen {
  display: none;
}
@media (min-width: 640px) {
  .newsletter-wrapper .small-screen + .big-screen {
    display: block;
  }
}
.newsletter-wrapper form {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 0.5rem 1rem;
  z-index: 1;
  padding: 1.5rem 2.5rem 2.75rem;
}
.newsletter-wrapper form h2 {
  border-bottom: 1px solid #ff0000;
  margin-bottom: 20px;
  padding-bottom: 1.125rem;
  width: 100%;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 500;
}
.newsletter-wrapper form div, .newsletter-wrapper form button {
  width: 100%;
}
@media (min-width: 640px) {
  .newsletter-wrapper form div, .newsletter-wrapper form button {
    width: calc(50% - 8px);
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .newsletter-wrapper form div, .newsletter-wrapper form button {
    width: calc(33% - 11px);
  }
}
.newsletter-wrapper form div {
  overflow: hidden;
  border-radius: 4px;
}
.newsletter-wrapper form .button {
  min-height: 40px;
}
.newsletter-wrapper form label {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.newsletter-wrapper form input {
  display: block;
  width: 100%;
}
.site-footer {
  padding: 60px 0 0;
  color: #bebebe;
  text-align: center;
  transition: padding 0.2s;
}
.site-footer h2 {
  font-size: 1.6875rem;
  margin-bottom: 20px;
}
.site-footer .container {
  display: grid;
  gap: 32px 50px;
  grid-template-areas: "ft" "n1" "n2";
}
@media (min-width: 640px) {
  .site-footer .container {
    grid-template-areas: "ft ft" "n1 n2";
  }
}
@media (min-width: 1024px) {
  .site-footer .container {
    grid-template-areas: "n1 ft n2";
  }
}
.site-footer .about {
  grid-area: ft;
  margin: 0 auto;
  max-width: 480px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .site-footer .about {
    margin-top: -10px;
  }
}
.site-footer .about h2 {
  margin-bottom: 30px;
}
.site-footer .about .highlight {
  color: #ff0000;
  font-family: "Tempus Sans ITC", "Tillana", cursive;
  font-size: 1.25rem;
  font-style: italic;
}
.site-footer .footer-navigation-1, .site-footer .footer-navigation-2 {
  font-size: 1.125rem;
}
.site-footer .footer-navigation-1 ul, .site-footer .footer-navigation-2 ul {
  display: block;
  margin: 0;
  padding: 0;
}
.site-footer .footer-navigation-1 li, .site-footer .footer-navigation-2 li {
  display: block;
  margin: 8px 0;
}
.site-footer .footer-navigation-1 {
  grid-area: n1;
}
@media (min-width: 640px) {
  .site-footer .footer-navigation-1 {
    text-align: left;
  }
}
.site-footer .footer-navigation-2 {
  grid-area: n2;
}
@media (min-width: 640px) {
  .site-footer .footer-navigation-2 {
    text-align: right;
  }
}
.sub-footer {
  padding: 40px 0;
  color: #BABABA;
  font-size: 0.875rem;
}
.sub-footer .container {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 640px) {
  .sub-footer .container {
    flex-flow: row;
    justify-content: center;
  }
}
.sub-footer a {
  color: inherit;
}
.sub-footer .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding: 0;
}
@media (min-width: 640px) {
  .sub-footer .social-media {
    margin: 0 auto;
  }
}
.sub-footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sub-footer .social-media a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding-left: 35px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.sub-footer .social-media a:hover::after, .sub-footer .social-media a:focus::after, .sub-footer .social-media a:active::after {
  opacity: 1;
}
.sub-footer .social-media a::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: -1;
  opacity: 0;
  background: #ff0000;
  transition: opacity 0.2s;
}
.sub-footer .copyright {
  order: -1;
}
@media (min-width: 640px) {
  .sub-footer .attribution {
    text-align: right;
  }
}
form:where(:not(.custom-form)) {
  border-radius: 10px;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media (min-width: 640px) {
  form:where(:not(.custom-form)) {
    padding: 1.5rem 45px;
  }
}
@media (min-width: 1280px) {
  form:where(:not(.custom-form)) {
    padding: 50px 45px;
  }
}
form:where(:not(.custom-form)) .group {
  display: block;
  border: 0;
  margin: 0;
  padding: 10px;
}
form:where(:not(.custom-form)) .group legend {
  display: table;
  float: left;
  margin: 0 0 0.3em;
  padding: 0;
}
form:where(:not(.custom-form)) .group .selectable {
  clear: left;
  display: block;
}
form:where(:not(.custom-form)) .group .error {
  display: inline-block;
}
form:where(:not(.custom-form)) .field-wrapper {
  margin: 0 0 0.5rem;
}
form:where(:not(.custom-form)) .label {
  display: block;
  margin-bottom: 0.3em;
}
form:where(:not(.custom-form)) .field {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
form:where(:not(.custom-form)) span.error {
  display: block;
  margin-top: 10px;
  color: #fd1a00;
}
form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
}
form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) textarea, form:where(:not(.custom-form)) .upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
}
form:where(:not(.custom-form)) input[type=date] {
  min-height: 2.5em;
}
form:where(:not(.custom-form)) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
form:where(:not(.custom-form)) .select-wrapper .field {
  position: relative;
}
form:where(:not(.custom-form)) .select-wrapper .field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #000 #000 transparent transparent;
  height: 10px;
  width: 10px;
  transform: rotate(135deg) translateY(100%);
  transform-origin: center;
  pointer-events: none;
}
form:where(:not(.custom-form)) textarea {
  height: 170px;
}
form:where(:not(.custom-form)) input[type=checkbox], form:where(:not(.custom-form)) input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  vertical-align: text-bottom;
  border: 1px solid #fff;
  height: 1.2em;
  width: 1.2em;
}
form:where(:not(.custom-form)) input[type=checkbox]:checked, form:where(:not(.custom-form)) input[type=radio]:checked {
  background: #ff0000;
  border-color: #ff0000;
}
form:where(:not(.custom-form)) input[type=radio] {
  border-radius: 50%;
}
form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
  max-width: 200px;
  text-align: center;
}
form:where(:not(.custom-form)) .file-picker.placeholder label {
  display: block;
}
form:where(:not(.custom-form)) .file-picker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .field {
  position: relative;
}
form:where(:not(.custom-form)) .file-picker .upload-button {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .upload-button:hover:after, form:where(:not(.custom-form)) .file-picker .upload-button:focus:after, form:where(:not(.custom-form)) .file-picker .upload-button:active:after {
  top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  width: 18px;
  background: url("/theme/images/icons/upload.png") center center no-repeat;
  transition: all 0.2s;
}
form:where(:not(.custom-form)) .file-picker .uploaded {
  display: inline-block;
  margin-left: 20px;
}
.security-wrapper img {
  vertical-align: middle;
  margin-bottom: 10px;
}
.featherlight {
  z-index: 9999;
}
.container.featherlight-inner::before, .container.featherlight-inner::after {
  display: none;
}
.popup-form-wrapper {
  display: none;
}
.featherlight .featherlight-content {
  width: 95%;
  max-width: 1024px;
  background: #000;
}
.featherlight .featherlight-content button {
  color: #fff;
}
.open-share-widget .featherlight-content {
  width: auto;
  border-radius: 10px;
}
.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 7mm;
  background: none;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #ff0000;
}
.lg-icon:not(:hover):not(:disabled) {
  color: #ff0000;
}
.lg-toolbar {
  display: flex;
  justify-content: flex-end;
  left: auto;
  right: 0;
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  color: #ff0000;
}
.lg-toolbar .lg-close {
  order: 10;
}
.lg-toolbar .lg-download {
  order: -9;
}
.lg-toolbar .lg-counter {
  order: -10;
  min-width: 50px;
  padding-right: 10px;
  color: inherit;
  font-weight: 600;
}
.lg-toolbar .lg-zoom-in {
  order: -5;
}
.lg-toolbar .lg-zooom-out {
  order: -4;
}
/* General standardised styles for native functionality like carts and users */
@keyframes native-ajax-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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, 0.5);
}
.native-sidebar .sidebar-section.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  border: 5px solid;
  border-color: #ff0000 #ff0000 transparent transparent;
  border-radius: 50%;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  animation: native-ajax-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
.native h1 {
  position: relative;
  padding: 15px;
  font-size: 1.25rem;
  text-align: left;
  text-transform: uppercase;
}
.native h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
.native .field-wrapper, .native .field-wrapper > label {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .native .field-wrapper, .native .field-wrapper > label {
    display: block;
  }
}
.native .field-wrapper .label, .native .field-wrapper > label .label {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  flex-basis: 150px;
}
@media (max-width: 639px) {
  .native .field-wrapper .label, .native .field-wrapper > label .label {
    margin-right: 0;
    text-align: left;
  }
}
.native .field-wrapper .field, .native .field-wrapper > label .field {
  flex-grow: 1;
}
.native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
  margin-left: 160px;
  width: 100%;
}
@media (max-width: 639px) {
  .native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
    margin-left: 0;
  }
}
.native .field-wrapper.group {
  margin-bottom: 15px;
}
.native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
  margin-left: 160px;
}
@media (max-width: 639px) {
  .native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
    margin-left: 0;
  }
}
.native-sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .native-sections {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.native-sidebar {
  margin-bottom: 35px;
  margin-left: 0;
  min-width: auto;
  order: 0;
}
@media (min-width: 640px) {
  .native-sidebar {
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    order: 2;
  }
}
.native-sidebar .sidebar-section {
  border: 1px solid #8d8785;
  padding: 20px;
}
.native-sidebar h1 {
  margin: -20px -20px 20px;
  background: #8d8785;
  color: #fff;
}
.native-sidebar .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}
.native-sidebar .row.total {
  margin: 20px 0 0;
  font-size: 1.25rem;
}
.native-main {
  flex-grow: 1;
}
.native-main .main-section, .native-main .payment-confirm-section {
  border: 1px solid #8d8785;
  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;
  }
}
/** common navigation styles and main navigation styles */
:root {
  --nav-display: "dropdown";
  --nav-background-colour: #000;
  --nav-dropdown-background-colour: #000;
  --nav-dropdown-text-colour: #fff;
  --nav-dropdown-selected-colour: #ff0000;
  --nav-highlight-colour: #ff0000;
  --nav-opener-colour: #ff0000;
  --nav-text-colour: #fff;
}
.tiered-navigation .open-nav {
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  border: none;
  height: 20px;
  padding: 0;
  margin: 0;
  width: 28px;
  background: none;
  cursor: pointer;
  transition: all 0.2s;
}
.tiered-navigation .open-nav .bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--nav-opener-colour);
  transition: all 0.2s;
}
.tiered-navigation .open-nav .bar.top {
  top: 0;
}
.tiered-navigation .open-nav .bar.middle {
  top: 0;
  bottom: 0;
  margin: auto;
}
.tiered-navigation .open-nav .bar.bottom {
  bottom: 0;
}
.tiered-navigation .open-nav.open .bar {
  top: 0;
  bottom: 0;
  margin: auto;
}
.tiered-navigation .open-nav.open .bar.top, .tiered-navigation .open-nav.open .bar.middle {
  transform: rotate(135deg);
}
.tiered-navigation .open-nav.open .bar.bottom {
  transform: rotate(-135deg);
}
html:not(.javascript) .tiered-navigation .open-nav:focus ~ ul, .tiered-navigation .open-nav.open ~ ul {
  display: block;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.tiered-navigation > ul {
  display: none;
  overflow: hidden;
}
.tiered-navigation .open-sub {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  width: 40px;
  background: none;
  cursor: pointer;
}
.tiered-navigation .open-sub::before, .tiered-navigation .open-sub::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  margin: auto;
  width: 50%;
  background: var(--nav-highlight-colour);
  transition: all 0.2s;
}
.tiered-navigation .open-sub::after {
  transform: rotate(90deg);
}
html:not(.javascript) .tiered-navigation:focus-within > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
html:not(.javascript) .tiered-navigation li:focus-within > .open-sub::after, .tiered-navigation li.open > .open-sub::after {
  transform: rotate(0deg);
}
html:not(.javascript) .tiered-navigation li:focus-within > ul, .tiered-navigation li.open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  overflow: visible;
}
@media (min-width: 1400px) {
  .main-navigation {
    --nav-display: "bar";
    display: flex;
    gap: 1ch;
    justify-content: space-between;
    position: relative;
    z-index: 7;
    padding: 0;
    width: min(calc(100% - 328px), 73%);
    font-size: 1.0625rem;
    font-weight: 500;
    text-transform: none;
  }
  .main-navigation .open-nav, .main-navigation .open-sub {
    display: none;
  }
  .main-navigation .open-nav.open + ul {
    display: flex;
  }
  .main-navigation ul, .main-navigation li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .main-navigation a {
    display: flex;
    align-items: center;
    color: inherit;
  }
  .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
    color: var(--nav-highlight-colour);
    text-decoration: none;
  }
  .main-navigation .sel > a {
    color: var(--nav-highlight-colour);
  }
  .main-navigation > ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: max-content;
    color: var(--nav-text-colour);
    overflow: visible;
  }
  .main-navigation > ul > li {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .main-navigation > ul > li > a {
    padding: 0.6875rem 1rem;
    color: inherit;
    text-align: center;
  }
  .main-navigation > ul > li.sel > a {
    border-color: var(--nav-highlight-colour);
  }
  > .main-navigation > ul > li:last-child ul {
    left: auto;
  }
  > .main-navigation > ul > li:last-child > a:not(.button) {
    padding-right: 0;
  }
  .main-navigation > ul .button-wrapper {
    margin-left: 1ch;
  }
  .main-navigation > ul .button-wrapper .button {
    align-self: center;
    min-width: 160px;
  }
  .main-navigation li ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    width: fit-content;
    padding: 0.5rem 0;
    background: var(--nav-dropdown-background-colour);
    color: var(--nav-dropdown-text-colour);
    opacity: 0;
    pointer-events: none;
    font-weight: 500;
  }
  .main-navigation li ul a {
    display: block;
    padding: 0.5rem 1.25rem;
    line-height: normal;
    font-weight: 600;
    white-space: nowrap;
  }
  .main-navigation li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
  }
  .customer-navigation.customer-navigation.customer-navigation.customer-navigation {
    display: flex;
    margin-left: 24px;
  }
  .customer-navigation.customer-navigation.customer-navigation.customer-navigation > ul {
    position: relative;
    top: 0;
    display: flex;
  }
  .customer-navigation.customer-navigation.customer-navigation.customer-navigation li {
    display: flex;
  }
  .customer-navigation.customer-navigation.customer-navigation.customer-navigation li > a {
    display: flex;
    align-items: center;
  }
  .customer-navigation.customer-navigation.customer-navigation.customer-navigation:not(.do-form):hover ul, .customer-navigation.customer-navigation.customer-navigation.customer-navigation:not(.do-form) a:focus ~ ul {
    display: block;
  }
}
@media (min-width: 1600px) {
  .main-navigation > ul .button-wrapper {
    margin-left: 22px;
  }
}
@media (max-width: 1399px) {
  .main-navigation {
    display: grid;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    width: 100%;
    color: var(--nav-dropdown-text-colour);
    line-height: normal;
    font-size: 1.25rem;
    font-weight: 500;
    height: 0;
  }
  .main-navigation:focus-within {
    height: auto;
  }
  .main-navigation .open-nav {
    top: -42px;
  }
  html.at-top .main-navigation .open-nav {
    top: -54px;
  }
  .main-navigation ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .main-navigation > ul {
    left: 0;
    z-index: 10000;
    margin: 0;
    padding: 0 24px;
    width: 100%;
    background: var(--nav-dropdown-background-colour);
    pointer-events: none;
  }
  .main-navigation > ul:first-of-type {
    padding-top: 40px;
  }
  .main-navigation > ul:last-of-type {
    padding-bottom: 60px;
  }
  .main-navigation .open-nav.open ~ ul {
    pointer-events: auto;
  }
  .main-navigation li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .main-navigation li ul a {
    padding-left: 1ch;
  }
  .main-navigation a {
    display: block;
    padding: 8px 0;
    color: inherit;
    text-align: left;
    text-decoration: none;
  }
  .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
    color: var(--nav-dropdown-selected-colour);
  }
  .main-navigation a:focus + ul {
    display: block;
  }
  .main-navigation .sel > a {
    color: var(--nav-dropdown-selected-colour);
  }
  .customer-navigation.customer-navigation .button-wrapper .button {
    --button-text-color: inherit;
    --button-hover-text-color: #ff0000;
    display: static;
    background: none;
    border-radius: 0;
    margin: 0;
    min-height: 0;
    min-width: none;
    padding: 8px 0;
    font-size: inherit;
    font-weight: inherit;
  }
  .customer-navigation.customer-navigation .open > ul {
    position: relative;
    display: block;
  }
}
.customer-navigation li.cart-link a {
  background: url("/theme/images/icons/cart.png") left center no-repeat;
}
@media (max-width: 639px) {
  .customer-navigation li.cart-link label {
    display: inline-block;
    width: 1px;
    overflow: hidden;
    text-indent: -9999px;
  }
}
.customer-navigation li.cart-link .icon {
  margin-left: 0.5ch;
}
.customer-navigation li.cart-link .icon::before {
  content: "(";
}
.customer-navigation li.cart-link .icon::after {
  content: ")";
}
.customer-navigation li.account-nav {
  position: relative;
}
.customer-navigation li.account-nav.do-form:hover ul {
  display: none;
}
.customer-navigation li.account-nav.do-form.open ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
.customer-navigation li.account-nav.do-form > a {
  white-space: nowrap;
}
@media (min-width: 1400px -1) {
  .customer-navigation li.account-nav.do-form li {
    justify-content: flex-end;
  }
}
.customer-navigation li.account-nav > a {
  padding-left: 0;
}
@media (min-width: 1399px) {
  .customer-navigation li.account-nav > a {
    padding-left: 24px;
    background: url("/theme/images/icons/user.png") left center no-repeat;
  }
}
.customer-navigation li.account-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
}
@media (min-width: 400px) {
  .customer-navigation li.account-nav ul {
    right: auto;
  }
}
@media (min-width: 640px) {
  .customer-navigation li.account-nav ul {
    left: auto;
    right: 0;
  }
}
.customer-navigation li.account-nav ul li {
  width: 100%;
}
.customer-navigation li.account-nav form {
  margin-top: 0;
  padding: 20px;
  width: 100%;
  background: #ff0000;
}
@media (min-width: 400px) {
  .customer-navigation li.account-nav form {
    width: auto;
    max-width: 100%;
    min-width: 290px;
  }
}
.customer-navigation li.account-nav form input[type="text"], .customer-navigation li.account-nav form input[type="password"] {
  padding: 7px;
  font-size: 0.9375rem;
}
@media (max-width: 1399px) {
  .customer-navigation li.account-nav form input[type="text"], .customer-navigation li.account-nav form input[type="password"] {
    padding: 14px;
  }
}
.customer-navigation li.account-nav form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 1399px) {
  .customer-navigation li.account-nav form .actions {
    display: block;
  }
}
.customer-navigation li.account-nav form .button {
  padding: 10px 20px;
  margin: 0;
  min-width: 0;
  font-size: 0.9375rem;
  text-transform: none;
  --button-hover: #202121;
}
.customer-navigation li.account-nav .reset-link {
  padding: 0;
  background: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-align: right;
}
@media (max-width: 1399px) {
  .customer-navigation li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }
}
.customer-navigation li.account-nav .reset-link:hover {
  color: #ff0000;
}
.category-navigation {
  position: relative;
  z-index: 2;
  font-size: 1.3125rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 40px;
  transition: all 0.2s;
}
@media (min-width: 1600px) {
  .category-navigation {
    margin-bottom: 70px;
  }
}
.category-navigation h2 {
  color: #ff0000;
  font-size: inherit;
  margin: 0 1.625rem 0 0;
}
.category-navigation ul {
  display: flex;
  flex-flow: column;
  position: relative;
  border: 1px solid #9fc1e1;
  border-radius: 28px;
  height: 56px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.category-navigation ul::after {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid #fff;
  border-top-color: #ff0000;
  border-bottom-width: 1px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  right: 24px;
}
.category-navigation ul li {
  display: block;
  border-bottom: 2px solid #bebebe;
  border-radius: 28px;
  margin: 0;
  padding: 0;
  background: #fff;
}
.category-navigation ul li.sel {
  order: -1;
}
.category-navigation ul:hover, .category-navigation ul:focus-within {
  overflow: visible;
}
.category-navigation ul.open, .category-navigation ul:focus-within {
  overflow: visible;
}
.category-navigation ul.exit {
  overflow: hidden;
}
.category-navigation a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 8px 40px 8px 30px;
  color: inherit;
}
.category-navigation a:hover, .category-navigation a:focus, .category-navigation a:active {
  color: #ff0000;
  text-decoration: none;
}
/** Advertisments module */
.end-of-page-advertisements-wrapper {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #000;
}
.advertisement {
  margin: 0 auto;
  width: 100%;
}
.advertisement a {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: min-content;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
.advertisement a:hover {
  opacity: 0.8;
}
.advertisement .text {
  grid-column: 1;
  margin: 0;
  padding: 20px 40px;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
}
.advertisement .text:empty {
  display: none;
}
.advertisement .text.light {
  color: #fff;
}
.advertisement .text.over {
  grid-row: 1;
}
.advertisement .text.over + .image {
  grid-row: 1;
  order: -1;
}
.advertisement .text.below {
  grid-row: 2;
}
.advertisement .image {
  grid-column: 1;
}
.column-advertisement {
  max-width: 446px;
}
.full-width-advertisement .full-width-image:not(:last-child) {
  display: none;
}
@media (min-width: 640px) {
  .full-width-advertisement .full-width-image:not(:last-child) {
    display: block;
  }
}
@media (min-width: 640px) {
  .full-width-advertisement .full-width-image:not(:last-child) + .column-image {
    display: none;
  }
}
/** Classifieds module */
/* Current Listings Page */
html.For-Sale form {
  background: none;
  padding: 0;
}
.contains-sidebar {
  display: grid;
  align-items: start;
  gap: 0.5rem 36px;
}
@media (min-width: 400px) {
  .contains-sidebar {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1116px) {
  .contains-sidebar {
    gap: 32px;
    grid-template-columns: 326px auto 1fr;
    grid-template-rows: min-content min-content 1fr;
  }
}
.contains-sidebar .main-heading {
  grid-column: 1 / span 2;
  grid-row: 1;
  margin: 0;
}
@media (min-width: 640px) {
  .contains-sidebar .main-heading {
    grid-column: 1;
  }
}
.contains-sidebar p {
  margin: 0;
}
.contains-sidebar .page-count {
  grid-column: 1 / span 2;
  grid-row: 2;
}
@media (min-width: 640px) {
  .contains-sidebar .page-count {
    align-self: end;
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1116px) {
  .contains-sidebar .page-count {
    grid-column: 2;
    grid-row: 1;
  }
}
.contains-sidebar .listing-sort {
  align-self: end;
  grid-column: 1 / span 2;
  grid-row: 3;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 4px 16px;
  margin-bottom: 0;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .contains-sidebar .listing-sort {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1116px) {
  .contains-sidebar .listing-sort {
    grid-column: 3;
  }
}
.contains-sidebar .listing-sort .field {
  width: fit-content;
}
.contains-sidebar .listing-sort select {
  max-width: 205px;
  font-size: 1rem;
}
html.javascript .contains-sidebar .listing-sort .button {
  display: none;
}
.contains-sidebar .search-toggle {
  position: relative;
  z-index: 10;
  align-self: center;
  justify-self: start;
  grid-column: 1 / span 2;
  grid-row: 4;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .contains-sidebar .search-toggle {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
}
@media (min-width: 1116px) {
  .contains-sidebar .search-toggle {
    display: none;
  }
}
.contains-sidebar .sidebar {
  grid-row: 7;
  grid-column: 1 / span 2;
}
.contains-sidebar .sidebar.foreground {
  grid-row: 5;
  z-index: 5;
}
@media (min-width: 640px) {
  .contains-sidebar .sidebar.foreground {
    grid-row: 3;
  }
}
@media (min-width: 1116px) {
  .contains-sidebar .sidebar.sidebar {
    grid-column: 1;
    grid-row: 2 / span 2;
    background: transparent;
  }
  .contains-sidebar .sidebar.sidebar + .results-wrapper {
    opacity: 1;
  }
}
.contains-sidebar h2 {
  --heading-size: 1.3125rem;
  --heading-responsive-size: 1.3125rem;
}
.contains-sidebar .listing-search {
  display: grid;
  gap: 10px;
  grid-auto-rows: min-content;
}
.contains-sidebar .listing-search ul {
  margin: 0;
  padding: 0;
}
.contains-sidebar .listing-search li {
  display: grid;
  align-items: center;
  grid-template-columns: min-content auto;
  grid-auto-flow: dense;
  gap: 0 10px;
  padding: 0;
  margin: 0;
}
.contains-sidebar .listing-search li label {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contains-sidebar .listing-search li .count {
  margin-left: auto;
}
.contains-sidebar .listing-search li > ul {
  display: none;
  grid-column: 2;
  grid-row: 2;
}
.contains-sidebar .listing-search li input:checked ~ ul {
  display: block;
  width: 100%;
}
.contains-sidebar .listing-search input {
  margin: 0;
  vertical-align: middle;
}
.contains-sidebar .listing-search select {
  font-size: smaller;
}
.contains-sidebar .search-panel {
  border-radius: 10px;
  padding: 1rem 30px;
  background: #000;
}
.contains-sidebar .search-panel h2 {
  margin: 0;
}
.contains-sidebar .search-panel .activator {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contains-sidebar .search-keyword input[type=search] {
  display: block;
  margin-bottom: 0.25rem;
}
.contains-sidebar .search-keyword label {
  display: flex;
  gap: 10px;
  padding-top: 0.25rem;
  align-items: center;
  line-height: 1.2;
}
.contains-sidebar .search-price .fader {
  display: flex;
  gap: 10px;
}
.contains-sidebar .save-search input[type=hidden][value=""] ~ label {
  display: none;
}
.contains-sidebar .save-search label:focus-within::after {
  content: attr(title);
  display: block;
}
.contains-sidebar .save-search input[type=text] {
  margin-top: 4px;
}
.contains-sidebar .save-search input[type=text]:disabled {
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  opacity: 1;
}
.contains-sidebar .submit-panel {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  html.javascript .contains-sidebar .submit-panel {
    display: none;
  }
}
.contains-sidebar .results-wrapper {
  align-self: start;
  grid-column: 1 / span 2;
  grid-row: 6;
  padding-top: 2px;
}
@media (min-width: 1116px) {
  .contains-sidebar .results-wrapper {
    grid-column: 2 / span 2;
    grid-row: 2;
  }
}
.contains-sidebar .results-wrapper .list-of-results {
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 1116px) {
  .contains-sidebar .results-wrapper .list-of-results {
    justify-content: start;
  }
}
.contains-sidebar .pagination {
  margin-top: 36px;
}
@media (min-width: 1116px) {
  .contains-sidebar .pagination {
    grid-column: 2 / span 2;
  }
}
.favourite {
  display: flex;
}
.favourite svg {
  fill: #bebebe;
  transition: all 0.2s;
}
.favourite:hover svg, .favourite:focus svg, .favourite:active svg {
  fill: #ff0000;
}
.favourite.favourited svg {
  fill: rgba(255, 0, 0, 0.75);
}
.list-of-results {
  display: grid;
  gap: 30px;
}
ul.list-of-results {
  grid-template-columns: repeat(auto-fit, min(330px, 100%));
}
html.Front-Page ul.list-of-results {
  justify-content: center;
  padding: 2px;
  margin: 0 -2px;
}
ul.list-of-results > li {
  display: flex;
  position: relative;
  border-radius: 10px;
  outline: 2px solid #00F;
}
ul.list-of-results > li.featured {
  outline-color: #ff0000;
}
ul.list-of-results p {
  margin: 0;
}
.list-of-results .listing {
  position: relative;
  display: grid;
  grid-template-rows: min-content min-content 1fr min-content;
  gap: 2px 10px;
  grid-template-columns: 14px 1fr 1fr 24px 14px;
  border: 3px solid #000;
  border-radius: 10px;
  padding-bottom: 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.list-of-results .listing:hover h3, .list-of-results .listing:focus h3, .list-of-results .listing:active h3 {
  color: #ff0000;
}
.list-of-results .listing:hover .image, .list-of-results .listing:focus .image, .list-of-results .listing:active .image {
  opacity: 0.8;
}
.list-of-results .sold {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  transform: rotate(45deg) translateX(30%) translateY(-80%);
  transform-origin: center;
  padding: 0.25rem 60px 0;
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
}
.list-of-results .image {
  grid-column: 1 / span 5;
  grid-row: 1;
  transition: all 0.2s;
}
.list-of-results .image img {
  display: block;
}
.list-of-results .media {
  align-self: center;
  grid-column: 3;
  grid-row: 2;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 500;
}
.list-of-results .media li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  background-position: left 0.25rem;
  background-repeat: no-repeat;
}
.list-of-results .media .images {
  background-image: url("images/icons/camera.png");
}
.list-of-results .media .videos {
  background-image: url("images/icons/video.png");
}
.list-of-results .media .label {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.list-of-results h3 {
  grid-column: 2 / span 3;
  grid-row: 3;
  margin: 0;
  color: inherit;
  font-size: 1.5rem;
  transition: all 0.2s;
}
.list-of-results .price {
  grid-column: 2;
  grid-row: 2;
  color: #646464;
  font-weight: bold;
}
.list-of-results .location {
  grid-row: 4;
  grid-column: 2 / span 3;
  position: relative;
  padding: 0 0 0 24px;
  background-image: url("images/icons/map-pin.png");
  background-position: left 0.1875rem;
  background-repeat: no-repeat;
}
.list-of-results .media, .list-of-results .price {
  padding-top: 0.25rem;
}
.list-of-results .favourite {
  display: flex;
  position: absolute;
  top: 220px;
  right: 6px;
  width: 40px;
  height: 40px;
  padding: 10px;
  z-index: 10;
}
.list-of-results.fennecs {
  --rows: 1;
}
/* Individual listing page */
@media (min-width: 1024px) {
  .classified-wrapper {
    display: grid;
    align-items: start;
    gap: 0 40px;
    grid-auto-rows: min-content;
    grid-auto-flow: dense;
    grid-template-columns: 1fr 440px;
  }
}
.classified-wrapper .main-heading {
  margin: 0;
}
.classified-wrapper .back-link {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: end;
  --link-colour: var(--text-colour);
  --link-hover-colour: #ff0000;
}
@media (min-width: 1024px) {
  .classified-wrapper .main-heading, .classified-wrapper .back-link {
    padding-bottom: 40px;
  }
}
.classified-wrapper .classified-gallery, .classified-wrapper .price, .classified-wrapper .attributes, .classified-wrapper .description {
  grid-column: 1;
}
.classified-wrapper .attributes, .classified-wrapper .description {
  border-top: 1px solid #ff0000;
}
.classified-wrapper .classified-gallery {
  padding-bottom: 20px;
}
.classified-wrapper .classified-gallery a {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
}
.classified-wrapper .classified-gallery a img {
  display: block;
}
.classified-wrapper .classified-gallery .small-images {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, min(100%, 124px));
  padding-top: 14px;
}
.classified-wrapper .classified-gallery .small-image {
  border: 2px solid rgba(255, 0, 0, 0);
  border-radius: 4px;
}
.classified-wrapper .classified-gallery .small-image:hover, .classified-wrapper .classified-gallery .small-image:focus, .classified-wrapper .classified-gallery .small-image:active {
  border-color: red;
}
.classified-wrapper .classified-gallery .small-image.current {
  border-color: red;
}
.classified-wrapper .attributes {
  display: grid;
  align-items: start;
  gap: 0.5rem 30px;
  grid-auto-columns: 1fr;
  grid-auto-flow: dense;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0.75rem 0;
  line-height: 1.2;
  font-size: 0.875rem;
}
@media (min-width: 1600px) {
  .classified-wrapper .attributes {
    font-size: inherit;
  }
}
.classified-wrapper .attributes li {
  display: grid;
  gap: 0.125rem 0.25rem;
  width: fit-content;
}
.classified-wrapper .attributes .value {
  font-size: larger;
  font-weight: 500;
}
.classified-wrapper .attributes .price {
  align-self: center;
  grid-column: 1 / span 2;
  grid-row: 1;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 400px) {
  .classified-wrapper .attributes .price {
    grid-column: 1;
  }
}
.classified-wrapper .attributes .make {
  grid-row: 2;
}
.classified-wrapper .attributes .model {
  grid-row: 2;
}
.classified-wrapper .attributes .location {
  grid-column: 1 / span 2;
  grid-row: 3;
}
@media (min-width: 640px) {
  .classified-wrapper .attributes .location {
    grid-row: 3;
    grid-column: 1 / span 2;
  }
}
@media (min-width: 1280px) {
  .classified-wrapper .attributes .location {
    grid-row: 2;
    grid-column: 3 / span 2;
  }
}
.classified-wrapper .attributes .date-listed {
  grid-column: 1 / span 2;
  grid-row: 4;
}
@media (min-width: 400px) {
  .classified-wrapper .attributes .date-listed {
    grid-column: 2;
    grid-row: 3;
  }
}
@media (min-width: 1024px) {
  .classified-wrapper .attributes .date-listed {
    grid-column: 3;
    grid-row: 2;
  }
}
@media (min-width: 1280px) {
  .classified-wrapper .attributes .date-listed {
    grid-column: 5;
    justify-self: end;
  }
}
.classified-wrapper .attributes .favourite-wrapper {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  height: 40px;
}
@media (min-width: 640px) {
  .classified-wrapper .attributes .favourite-wrapper {
    grid-row: 3;
    grid-column: 3;
  }
}
@media (min-width: 1024px) {
  .classified-wrapper .attributes .favourite-wrapper {
    grid-row: 2;
    grid-column: 4;
  }
}
@media (min-width: 1280px) {
  .classified-wrapper .attributes .favourite-wrapper {
    grid-column: 5;
    justify-self: end;
  }
}
.classified-wrapper .attributes .favourite-wrapper .favourite {
  width: 40px;
  height: 40px;
}
@media (min-width: 1280px) {
  .classified-wrapper .attributes .favourite-wrapper ~ .date-listed {
    justify-self: start;
  }
}
.classified-wrapper .attributes .sharing {
  grid-column: 1 / span 2;
  align-self: center;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .classified-wrapper .attributes .sharing {
    grid-row: 1;
    grid-column: 2 / span 2;
    justify-self: end;
  }
}
@media (min-width: 1024px) {
  .classified-wrapper .attributes .sharing {
    grid-column: 2 / span 3;
  }
}
@media (min-width: 1280px) {
  .classified-wrapper .attributes .sharing {
    grid-column: 2 / span 4;
  }
}
.classified-wrapper .attributes .sharing .share-toggle {
  min-width: 0;
  --button-hover-background: #000;
  --button-hover-text-colour: #fff;
}
.classified-wrapper .attributes .sharing .share-toggle::before {
  content: url("images/icons/share.png");
  align-self: flex-start;
  display: inline-block;
  margin-right: 0.5ch;
  margin-top: 0.25rem;
}
.classified-wrapper .description {
  padding: 40px 0;
  margin: 0;
}
.classified-wrapper .classified-sidebar {
  grid-column: 2;
  grid-row: 2 / span 4;
  display: grid;
  gap: 40px;
}
.classified-wrapper .classified-contacts {
  border-radius: 10px;
  padding: 1.5rem 12px;
  background: #000;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .classified-wrapper .classified-contacts {
    padding: 1.5rem 45px;
  }
}
@media (min-width: 1280px) {
  .classified-wrapper .classified-contacts {
    padding: 50px 45px;
  }
}
.classified-wrapper .classified-contacts h2 {
  font-size: 1.5rem;
}
.classified-wrapper .classified-contacts h2 + form {
  padding-top: 0;
}
.classified-wrapper .classified-contacts p:not(form p) {
  margin: 0;
  padding: 2px 0;
}
.classified-wrapper .classified-contacts p:not(form p)[class^=contact] {
  padding-left: 30px;
  background-position: 4px 0.3125rem;
  background-repeat: no-repeat;
}
.classified-wrapper .classified-contacts p:not(form p)[class^=contact] a {
  --link-colour: var(--text-colour);
  --link-hover-colour: #ff0000;
}
.classified-wrapper .classified-contacts p:not(form p).contact-name {
  background-image: url("images/icons/user.png");
}
.classified-wrapper .classified-contacts p:not(form p).contact-email {
  background-image: url("images/icons/email.png");
  background-position: 0 0.375rem;
}
.classified-wrapper .classified-contacts p:not(form p).contact-phone {
  background-image: url("images/icons/phone.png");
}
.classified-wrapper .classified-contacts form {
  padding: 20px 0 0;
}
.classified-wrapper .edit-listing-link {
  margin-bottom: 1rem;
  margin-top: -23px;
}
.share-widget-wrapper .a2a_kit {
  display: flex;
  flex-flow: row wrap;
  gap: 0.25rem;
}
.featherlight-inner.share-widget-wrapper {
  padding-right: 16px;
  border-radius: 10px;
  /*
		a
		{
			float: none;
			display: flex;
			align-items: center;
			margin-bottom: 0.5em;
			--link-colour: #fff;
			--link-hover-colour: #ff0000;
		}

		.a2a_label
		{
			position: static!important;
			height: auto;
			width: auto;
			clip-path: none;
			margin-left: 1ch;
		}
		*/
}
.featherlight-inner.share-widget-wrapper .a2a_kit {
  display: flex;
  gap: 10px;
}
/* Create listings page */
.sell-now-wrapper {
  padding: 92px 0 180px;
}
.sell-now-wrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(100%, 440px));
  gap: 92px 45px;
  justify-content: center;
  margin: 0;
  padding: 1px 0;
}
.sell-now-wrapper li {
  display: inline-flex;
  width: 100%;
}
.sell-now-wrapper .create-listing {
  display: flow-root;
  position: relative;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 150px 36px 56px;
  width: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.sell-now-wrapper .create-listing:hover, .sell-now-wrapper .create-listing:focus, .sell-now-wrapper .create-listing:active {
  background-color: black;
}
.sell-now-wrapper .create-listing:hover .button, .sell-now-wrapper .create-listing:focus .button, .sell-now-wrapper .create-listing:active .button {
  --button-background: var(--button-hover-background);
  --button-text-colour: var(--button-hover-text-colour);
}
.sell-now-wrapper .icon {
  position: absolute;
  display: block;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  height: 170px;
  width: 170px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
}
.sell-now-wrapper h3 {
  font-size: 1.6875rem;
}
.sell-now-wrapper .description {
  margin: 1.25rem 0 0;
}
.sell-now-wrapper .button {
  --button-text-colour: var(--button-text-colour);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 40px;
  width: 200px;
}
.big-slideshow {
  display: grid;
  grid-template-columns: [content-background-start slideshow-start] 20px [content-start] 1fr [content-end] 20px [content-background-end slideshow-end];
}
@media (min-width: 1024px) {
  .big-slideshow {
    grid-template-columns: [content-background-start] 10px [content-start] 3fr [content-end] 10px [content-background-end slideshow-start] 10px 7fr 10px [slideshow-end];
  }
}
@media (min-width: 1458px) {
  .big-slideshow {
    --side-panel-width: max(10px, calc((100% - var(--container-width)) / 2));
    grid-template-columns: [content-background-start] var(--side-panel-width) [content-start] 3fr [content-end] 100px [content-background-end slideshow-start] 75px 7fr var(--side-panel-width) [slideshow-end];
  }
}
.big-slideshow:before {
  background: #000;
  content: "";
  grid-column: content-background;
  grid-row: 1;
}
.big-slideshow .side-content {
  align-self: center;
  color: #fff;
  grid-column: content;
  grid-row: 1;
}
.big-slideshow h2 {
  font-size: 2.75rem;
}
.big-slideshow p {
  margin: 30px 0;
}
.big-slideshow .slides {
  grid-column: slideshow;
  grid-template-rows: auto;
}
@media (min-width: 1024px) {
  .big-slideshow .slides {
    grid-row: 1;
  }
}
.big-slideshow .slides img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.big-slideshow .slides .foxy-bullets {
  bottom: 25px;
  position: absolute;
}
.big-slideshow .slides .foxy-bullet {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.big-slideshow .slides .foxy-active .foxy-bullet {
  background: #fff;
  opacity: 1;
}
.extra-content {
  margin-bottom: 50px;
  margin-top: 50px;
}
.image-block {
  --button-background: #ff0000;
  --button-hover: #000;
  --link-colour: #fff;
  background: #ff0000;
  border-radius: 10px;
  box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.17);
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
  margin-top: 75px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .image-block {
    flex-direction: row;
  }
}
.image-block .big-image {
  display: flex;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .image-block .big-image {
    width: 65.96%;
  }
}
.image-block .big-image > * {
  height: 100%;
  width: 100%;
}
.image-block .block-content {
  align-self: center;
  padding: 50px;
}
@media (min-width: 1600px) {
  .image-block h2 {
    font-size: 2.75rem;
  }
}
.list-content-block {
  display: grid;
  gap: 40px;
  align-items: start;
}
@media (min-width: 1024px) {
  .list-content-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .list-content-block {
    gap: 60px;
  }
}
@media (min-width: 1600px) {
  .list-content-block {
    gap: 100px;
  }
}
.list-content-block .list-content ul {
  display: grid;
  gap: 30px;
  padding: 0;
  margin: 0;
}
.list-content-block .list-content ul li {
  display: grid;
  align-items: start;
  gap: 1rem 28px;
  grid-template-areas: "i h" "i p";
  grid-template-columns: 120px auto;
  grid-template-rows: min-content 1fr;
}
.list-content-block .list-content ul h2 {
  --heading-size: 1.875rem;
  --heading-responsive-size: 1.5rem;
  grid-area: h;
  margin: 0;
}
.list-content-block .list-content ul p {
  grid-area: p;
  margin: 0;
}
.list-content-block .list-content ul .icon {
  grid-area: i;
  border-radius: 10px;
  height: 120px;
  width: 120px;
  background-color: #ff0000;
  background-position: center;
  background-repeat: no-repeat;
}
.list-content-block .block-content {
  border-radius: 10px;
  padding: 1.5rem 50px;
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1280px) {
  .list-content-block .block-content {
    padding: 50px 45px;
  }
}
/* tinymce universal formatting */
#tinymce {
  display: block;
  min-height: 0;
  max-width: 1410px;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 1em;
  text-align: left;
}
#tinymce h1, #tinymce h2, #tinymce h3 {
  color: inherit;
}
#tinymce p {
  margin: 0 0 1em;
}
#tinymce form {
  outline: 1px dotted #202121;
}
#tinymce a {
  border-bottom: 1px dotted #202121;
  text-decoration: none;
}
#tinymce td {
  font-family: inherit;
  font-size: inherit;
}
/* old gallery module */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin-bottom: 1px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery a {
    margin-right: 1px;
    max-width: calc(33.3% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 0;
  }
  .gallery a:nth-child(4n) {
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .gallery a {
    max-width: calc(25% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery a:nth-child(4n) {
    margin-right: 0;
  }
}
.gallery a:hover:after, .gallery a:focus:after, .gallery a:active:after {
  opacity: 0;
}
.gallery a:hover:before, .gallery a:focus:before, .gallery a:active:before {
  opacity: 1;
}
.gallery a:after {
  content: attr(title);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: opacity 0.25s;
}
.gallery a[title=""]:after, .gallery a figcaption {
  display: none;
}
.gallery a figure {
  display: block;
  margin: 0;
  padding-top: 73%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url("/theme/images/icons/gallery-zoom.png") center center no-repeat;
  transition: opacity 0.25s;
}
/***** main slideshow (as header or banner) *****/
.slideshow {
  overflow: hidden;
  position: relative;
  background: #fff;
  --slideshow-height: 370px;
  --slideshow-max-height: var(--slideshow-height);
}
@media (min-width: 640px) {
  .slideshow {
    --slideshow-height: calc(100vw * 0.2305263158);
    --slideshow-max-height: 438px;
  }
}
html.Front-Page .slideshow {
  --slideshow-height: auto;
  --slideshow-max-height: auto;
}
@media (min-width: 640px) {
  html.Front-Page .slideshow {
    --slideshow-height: 600px;
    --slideshow-max-height: 600px;
  }
}
.slideshow .slide {
  display: flex;
  align-items: center;
  justify-items: stretch;
  justify-content: center;
  position: relative;
  height: var(--slideshow-height);
  max-height: var(--slideshow-max-height);
  margin: 0;
  padding: 40px 0 60px;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .slideshow .slide {
    display: flex;
    overflow: hidden;
  }
}
.slideshow .slide img {
  display: block;
  height: auto;
  width: 100%;
}
.slideshow .slide .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideshow .slide .background-image:after {
  content: " ";
}
@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: flex;
  align-items: center;
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  text-transform: none;
  transition: all 0.2s;
}
html.Front-Page .slideshow .slide .caption {
  justify-content: center;
}
@media (min-width: 1410px) {
  .slideshow .slide .caption {
    right: 0;
    left: 0;
  }
}
.slideshow .slide .caption h2 {
  margin: 0;
  color: #fff;
  font-size: 2.25rem;
  font-family: "Inter", sans-serif;
}
@media (min-width: 1410px) {
  .slideshow .slide .caption h2 {
    font-size: 3.75rem;
  }
}
/***** global navigation styles for slideshows *****/
/* (all the structure you should need to customise Foxy arrows and bullets) */
.foxy .foxy-arrow::after {
  border-color: #ff0000;
}
.foxy .foxy-bullets .foxy-bullet-item.foxy-active .foxy-bullet {
  background: #ff0000;
}
.account-navigation ul {
  margin: 0;
  padding: 0;
}
.account-navigation li {
  display: block;
}
.account-navigation a {
  text-decoration: none;
}
.account-navigation a:hover, .account-navigation a:focus, .account-navigation a:active {
  text-decoration: underline;
}
form[action^="/account/"], form[action^="/payment/"] {
  margin: 0 auto;
  max-width: 688px;
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 640px) {
  form[action^="/account/"], form[action^="/payment/"] {
    margin: 10vh auto;
  }
}
form[action^="/account/"] .instructions, form[action^="/payment/"] .instructions {
  margin: 0 0 0.25rem;
}
form[action^="/account/"] .actions, form[action^="/payment/"] .actions {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 1em;
  justify-content: space-between;
}
form[action^="/account/"] .actions p, form[action^="/payment/"] .actions p {
  margin: 0;
}
form[action^="/account/"] .actions a, form[action^="/payment/"] .actions a {
  --link-colour: #fff;
  --link-hover-colour: #ff0000;
}
form[action^="/account/"] .registration-link, form[action^="/payment/"] .registration-link {
  margin: 2.5rem 0 0;
}
.register-section {
  max-width: 420px;
}
.order-list .order {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ff0000;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .order-list .order {
    display: block;
  }
}
.order-list .order:last-child {
  margin-bottom: 0;
}
.order-list .order-details {
  border-right: 1px solid #ff0000;
  max-width: 165px;
  width: 100%;
  padding: 10px;
  background: rgba(255, 0, 0, 0.1);
  font-size: 0.9375rem;
}
@media (max-width: 639px) {
  .order-list .order-details {
    border-right: none;
    border-bottom: 1px solid #ff0000;
    max-width: 100%;
  }
}
.order-list .order-details .limited-reorder {
  display: block;
}
.order-list h2 {
  margin: 0;
  font-size: inherit;
}
.order-list p {
  margin: 0;
}
.order-list .order-items {
  flex-grow: 1;
  margin: 0;
  padding: 10px;
}
.order-list li {
  display: block;
}
.order-list .item-title {
  font-weight: bold;
}
.testimonials-wrapper {
  padding: 40px 0;
}
.testimonial {
  border-radius: 10px;
  margin: 0 auto;
  max-width: 688px;
  padding: 1.5rem 0;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.09);
  color: #fff;
  text-align: center;
}
@media (min-width: 640px) {
  .testimonial {
    padding: 1.5rem 45px;
  }
}
@media (min-width: 1280px) {
  .testimonial {
    padding: 50px 45px;
  }
}
.testimonial .testimony {
  margin: 0;
  font-size: 1.25rem;
  padding: 0 4px;
}
.testimonial .testimony::before {
  content: "“";
  display: inline-block;
  position: relative;
  transform: translateY(20%);
  margin: -1.25rem 0.25ch -1.25rem 0;
  font-size: 2.5rem;
}
.testimonial .testimony::after {
  content: "”";
  display: inline-block;
  position: relative;
  transform: translateY(20%);
  margin: -1.25rem 0 -1.25rem 0.25ch;
  font-size: 2.5rem;
}
.testimonial .witness {
  margin: 0;
  font-size: 1.125rem;
  font-style: italic;
}
.front-page-search.front-page-search {
  position: relative;
  display: grid;
  margin: 0;
  padding: 1.5rem 1.5rem 33px;
  gap: 0;
}
.front-page-search.front-page-search .decorative-logo-wrapper {
  display: none;
}
@media (min-width: 1280px) {
  .front-page-search.front-page-search .decorative-logo-wrapper {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 18px;
  }
}
.front-page-search.front-page-search .search-fields-wrapper {
  display: grid;
  gap: 8px 16px;
  grid-auto-flow: dense;
}
@media (min-width: 640px) {
  .front-page-search.front-page-search .search-fields-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, min-content);
  }
}
.front-page-search.front-page-search .search-fields-wrapper::before {
  content: "";
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: -1;
  border-top: 1px solid #ff0000;
  align-self: end;
  margin-bottom: -10px;
}
@media (min-width: 640px) {
  .front-page-search.front-page-search .search-fields-wrapper::before {
    grid-row: -4;
  }
}
.front-page-search.front-page-search .search-fields-wrapper h2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  width: 0;
  text-indent: -9999px;
  grid-column: 1;
  grid-column-end: -1;
  grid-row: 1;
  font-size: 1.3125rem;
  font-weight: 500;
}
.front-page-search.front-page-search .search-fields-wrapper .content-text {
  grid-column: 1;
  grid-column-end: -1;
  grid-row: 1;
  text-align: center;
}
.front-page-search.front-page-search .search-fields-wrapper .content-text p, .front-page-search.front-page-search .search-fields-wrapper .content-text ul, .front-page-search.front-page-search .search-fields-wrapper .content-text ol {
  margin: 0;
}
.front-page-search.front-page-search .category-buttons {
  display: none;
}
html.javascript .front-page-search.front-page-search .category-buttons:not(:empty) {
  grid-row: 2;
  grid-column-end: -1;
}
@media (min-width: 640px) {
  html.javascript .front-page-search.front-page-search .category-buttons:not(:empty) {
    grid-column-start: 2;
    grid-row: 1;
  }
}
.front-page-search.front-page-search .search-field-wrapper {
  display: grid;
  gap: 3px 16px;
}
.front-page-search.front-page-search .search-field-wrapper label {
  font-size: 0.875rem;
  font-weight: 500;
}
.front-page-search.front-page-search .search-field-wrapper.keyword-wrapper {
  grid-row: 7;
}
@media (min-width: 640px) {
  .front-page-search.front-page-search .search-field-wrapper.keyword-wrapper {
    grid-column: 2;
    grid-row: -1;
  }
}
.front-page-search.front-page-search .search-field-wrapper.price-wrapper {
  grid-row: 8;
}
@media (min-width: 400px) {
  .front-page-search.front-page-search .search-field-wrapper.price-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .front-page-search.front-page-search .search-field-wrapper.price-wrapper label {
    grid-column: 1 / span 2;
  }
}
@media (min-width: 640px) {
  .front-page-search.front-page-search .search-field-wrapper.price-wrapper {
    grid-column: 3;
    grid-row: -1;
  }
}
.front-page-search.front-page-search .search-field-wrapper.categories-wrapper {
  grid-row: 3;
}
@media (min-width: 640px) {
  .front-page-search.front-page-search .search-field-wrapper.categories-wrapper {
    grid-column: 1;
    grid-row: -2;
  }
}
.front-page-search.front-page-search .search-field-wrapper.makes-wrapper {
  grid-row: 4;
}
@media (min-width: 640px) {
  .front-page-search.front-page-search .search-field-wrapper.makes-wrapper {
    grid-column: 2;
    grid-row: -2;
  }
}
.front-page-search.front-page-search .search-field-wrapper.models-wrapper {
  grid-row: 5;
}
@media (min-width: 640px) {
  .front-page-search.front-page-search .search-field-wrapper.models-wrapper {
    grid-column: 3;
    grid-row: -2;
  }
}
.front-page-search.front-page-search .search-field-wrapper.locations-wrapper {
  grid-row: 6;
}
@media (min-width: 640px) {
  .front-page-search.front-page-search .search-field-wrapper.locations-wrapper {
    grid-column: 1;
    grid-row: -1;
  }
}
.front-page-search.front-page-search .search-field-wrapper select {
  font-size: smaller;
}
.front-page-search.front-page-search button.button {
  grid-row: 9;
  justify-self: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.front-page-search.front-page-search .tagline {
  margin: 12px 0 2px;
  color: #ff0000;
  font-family: "Tempus Sans ITC", "Tillana", cursive;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
}
@media (min-width: 1280px) {
  .front-page-search.front-page-search .tagline {
    font-size: 1.25rem;
  }
}
.front-page-search.front-page-search option.inactive {
  display: none;
}
.front-page-search.front-page-search.no-results button.button {
  --button-background: #202121;
  opacity: 0.85;
}
.front-page-listings-wrapper {
  padding: 0 0 70px;
}
@media (min-width: 1280px) {
  .front-page-listings-wrapper {
    padding-bottom: 0;
  }
}
.front-page-listings-wrapper .recent-classifieds {
  display: flow-root;
  position: relative;
  padding: 40px 0 0;
  transition: padding 0.2s;
}
@media (min-width: 1280px) {
  .front-page-listings-wrapper .recent-classifieds {
    padding: 60px 0;
  }
}
.front-page-listings-wrapper .recent-classifieds > .button {
  position: absolute;
  top: calc(100% + 1rem);
  right: 50%;
  transform: translateX(33%);
  min-height: 38px;
  min-width: 120px;
  --button-hover-background: #202121;
}
@media (min-width: 640px) {
  .front-page-listings-wrapper .recent-classifieds > .button {
    top: 59px;
    right: 0;
    bottom: auto;
    transform: none;
  }
}
@media (min-width: 1280px) {
  .front-page-listings-wrapper .recent-classifieds > .button {
    top: 85px;
  }
}
.front-page-listings-wrapper .list-of-results {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=/resources/cache/scss/360e2ae10486ec0131a59a545e8aa0e5.css.map */