/* Theme base styles */

/* Settings
Global variables, design tokens, and CSS custom properties.
Note: _macros.css (tools layer) needs to be imported into each stylesheet where macros are used and not included here
*/

/* All variables for customization */
:root {
    --color-primary: #FFD23C;
    --color-secondary: #F9A63A;
    --color-tertiary: #EE4045;
    --color-tertiary-alt: #ffd23c;
    --color-grey: #F3F3F3;
    --color-white: white;
    --color-black: black;
    --color-semidark: #847F7F;
    --color-darkgrey: #e1e1e1;
    --color-shadow:  rgba(0, 0, 0, 0.4);
    --color-shadow-alt: rgba(0, 0, 0, 0.82);
    --color-light: rgba(255, 255, 255, 0.6);
    --color-light-alt: rgba(255, 255, 255, 0.2);
    --color-banner: rgba(255, 255, 255, 0.7);
    --color-font: black;
    --color-transparent: transparent;
		

    --font-heading: "Instrument Sans", sans-serif;
    --font-body: "Instrument Sans", sans-serif;
    --font-code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    --font-pre: "Courier 10 Pitch", Courier, monospace;
    --font-bold: 700;
    --font-semibold: 600;
    --font-medium: 500;
    --font-normal: 400;
    --font-lighter: var(--font-normal);
    --font-black: bolder;
    --font-heading-size: 18px;
    --font-heading-size-lg: 36px;
    --font-heading-size-md: 28px;
    --font-body-size: 16px;
    --font-body-size-sm: 14px;
    --font-body-size-lg: 20px;
    --font-body-size-xs: 12px;
    --font-body-size-mini: 9px; 
    --font-jumbo: 40px;
    
    --ljh-brand-color-vintage-leather: #5E211C; /** vintage leather */
    --ljh-brand-color-vintage-leather-40: #360000;
    --ljh-brand-color-vintage-leather-txt: #CFBCBB; /** vintage leather text color */
    --ljh-brand-color-vintage-leather-text: var(--ljh-brand-color-vintage-leather-txt);
    --ljh-brand-color-young-leather: #AB826E; /** young leather */
    --ljh-brand-color-young-leather-40: #835A46;
    --ljh-brand-color-young-leather-txt: #f6f2f0; /** young leather text color */
    --ljh-brand-color-young-leather-text: var(--ljh-brand-color-young-leather-txt);
    --ljh-brand-color-dark-ocean: #223F57; /** dark ocean */
    --ljh-brand-color-dark-ocean-40: #00172F;
    --ljh-brand-color-dark-ocean-txt: #BDC5CD; /** dark ocean text color */
    --ljh-brand-color-dark-ocean-text: var(--ljh-brand-color-dark-ocean-txt);
    --ljh-brand-color-light-ocean: #6B708A; /** light ocean */
    --ljh-brand-color-dark-gum: #626F5C; /** dark gum */
    --ljh-brand-color-dark-gum-40: #3A4734;
    --ljh-brand-color-dark-gum-txt: #D0D4CE; /** dark gum text color */
    --ljh-brand-color-dark-gum-text: var(--ljh-brand-color-dark-gum-txt);
    --ljh-brand-color-light-gum: #619975; /** light gum */
    --ljh-brand-color-light-gum-40: #39714D;
    --ljh-brand-color-dark-clay: #AE8F73; /** dark clay */
    --ljh-brand-color-dark-clay-40: #86674B;
    --ljh-brand-color-dark-clay-txt: #E7DDD5; /** dark clay text color */
    --ljh-brand-color-dark-clay-text: var(--ljh-brand-color-dark-clay-txt);
    --ljh-brand-color-light-clay: #E5D2AC; /** light clay */
    --ljh-brand-color-linen: #FFF9EB; /** linen */
    --ljh-brand-color-linen-40: #D7CEBE;
    --ljh-brand-color-linen-txt: var(--ljh-brand-color-vintage-leather); /** linen text color */
    --ljh-brand-color-linen-text: var(--ljh-brand-color-linen-txt);
    --ljh-brand-color-paper: white; /** paper */
    --ljh-brand-color-ink: black; /** ink */
    --ljh-brand-color-light-gray: #e8ebee; /** light gray */
    --ljh-font-family: "Instrument Sans", sans-serif;
    --ljh-font-size: 16px;
    --ljh-font-weight: var(--font-normal);
    --ljh-font-color: black;
    --ljh-link-color: var(--ljh-brand-color-vintage-leather-40);
    --ljh-h1-font-size: 36px;
    --ljh-h2-font-size: 30px;
    --ljh-h3-font-size: 28px;
    --ljh-h4-font-size: 24px;
    --ljh-h5-font-size: 16px;
    --ljh-h6-font-size: 14px;
    --ljh-heading-color: var(--ljh-brand-color-vintage-leather);
    --ljh-button-color: var(--ljh-brand-color-vintage-leather-text);
    --ljh-button-color-hover: var(--ljh-brand-color-vintage-leather);
    --ljh-button-bgcolor: var(--ljh-brand-color-vintage-leather);
    --ljh-button-bgcolor-hover: var(--ljh-brand-color-linen);
    --ljh-button-border-color: var(--ljh-brand-color-vintage-leather);
    --ljh-button-border-color-hover: var(--ljh-button-border-color);
    --ljh-button-border-radius: 100px;
    --ljh-cta-hover-opacity: 0.6;
    --ljh-section-spacing: 40px;
    --ljh-section-paragraph-spacing: 1rem;
    --ljh-button-spacing-x: 30px;
    --ljh-button-spacing-y: 5px;
    --ljh-input-field-height: 46px;
    --ljh-checkbox-radio-size: 18px;

    --ljh-container-width: 1112px;

    --color-grey: var(--ljh-brand-color-light-gray);
    --font-body-size: var(--ljh-font-size);
}
@media (min-width: 768px) {
    :root {
        --ljh-section-spacing: 80px;
    }
}
@media (min-width: 1440px) {
  --ljh-container-width: 1240px;
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767.98px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139.98px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767.98px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139.98px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}


/* custom grid */
/*
# General
# single elements / general tags style
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 156px;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
}
body.body--full {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}
*:focus, *:focus-within,
*:before:focus,
*:before:focus-within,
*:after:focus,
*:after:focus-within {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

input, select {
  width: 100%;
  font-family: var(--ljh-font-family);
}


/* Grids */
/*
# Grid
# Base of all used Grid system
*/
.grid {
  display: grid;
}
.grid--1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 767.98px) {
  .grid--1 {
    grid-template-columns: 1fr;
  }
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  .grid--2 {
    grid-template-columns: 1fr;
  }
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767.98px) {
  .grid--4 {
    grid-template-columns: 1fr;
  }
}
.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767.98px) {
  .grid--5 {
    grid-template-columns: 1fr;
  }
}
.grid--6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 767.98px) {
  .grid--6 {
    grid-template-columns: 1fr;
  }
}
.grid--7 {
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 767.98px) {
  .grid--7 {
    grid-template-columns: 1fr;
  }
}
.grid--8 {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 767.98px) {
  .grid--8 {
    grid-template-columns: 1fr;
  }
}
.grid--9 {
  grid-template-columns: repeat(9, 1fr);
}
@media (max-width: 767.98px) {
  .grid--9 {
    grid-template-columns: 1fr;
  }
}
.grid--10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 767.98px) {
  .grid--10 {
    grid-template-columns: 1fr;
  }
}
.grid--11 {
  grid-template-columns: repeat(11, 1fr);
}
@media (max-width: 767.98px) {
  .grid--11 {
    grid-template-columns: 1fr;
  }
}
.grid--12 {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767.98px) {
  .grid--12 {
    grid-template-columns: 1fr;
  }
}
.grid--40-60 {
  grid-template-columns: 40% 60%;
}
@media (max-width: 767.98px) {
  .grid--40-60 {
    grid-template-columns: 1fr;
  }
}
.grid--65-35 {
  grid-template-columns: 65% 35%;
}
@media (max-width: 767.98px) {
  .grid--65-35 {
    grid-template-columns: 1fr;
  }
}
.grid--60-40 {
  grid-template-columns: 60% 40%;
}
@media (max-width: 767.98px) {
  .grid--60-40 {
    grid-template-columns: 1fr;
  }
}
.grid--45-55 {
  grid-template-columns: 45% 55%;
}
@media (max-width: 767.98px) {
  .grid--45-55 {
    grid-template-columns: 1fr;
  }
}
.grid--75-25 {
  grid-template-columns: 75% 25%;
}
@media (max-width: 767.98px) {
  .grid--75-25 {
    grid-template-columns: 1fr;
  }
}
.grid--25-75 {
  grid-template-columns: 25% 75%;
}
@media (max-width: 767.98px) {
  .grid--25-75 {
    grid-template-columns: 1fr;
  }
}
.grid--70-30 {
  grid-template-columns: 70% 30%;
}
@media (max-width: 767.98px) {
  .grid--70-30 {
    grid-template-columns: 1fr;
  }
}
.grid--gap-1 {
  gap: 0.5em;
}
.grid--gap-2 {
  gap: 1em;
}
.grid--gap-3 {
  gap: 1.5em;
}
.grid--gap-4 {
  gap: 2em;
}
.grid--gap-5 {
  gap: 2.5em;
}

.flex {
  display: flex;
}
@media (max-width: 767.98px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}
.flex--row-reverse {
  flex-direction: row-reverse;
}
.flex--column-reverse {
  flex-direction: column-reverse;
}
.flex--inherit {
  flex-direction: inherit;
}
.flex .flex__item.flex--1 {
  width: 8.33%;
  max-width: 8.33%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--1 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--2 {
  width: 16.66%;
  max-width: 16.66%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--2 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--3 {
  width: 25%;
  max-width: 25%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--3 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--4 {
  width: 33.33%;
  max-width: 33.33%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--4 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--5 {
  width: 41.66%;
  max-width: 41.66%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--5 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--6 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--6 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--7 {
  width: 58.33%;
  max-width: 58.33%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--7 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--8 {
  width: 66.66%;
  max-width: 66.66%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--8 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--9 {
  width: 75%;
  max-width: 75%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--9 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--10 {
  width: 83.33%;
  max-width: 83.33%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--10 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--11 {
  width: 91.66%;
  max-width: 91.66%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--11 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--12 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--12 {
    width: 100%;
    max-width: 100%;
  }
}
.flex--1 > .flex__item {
  width: 8.33%;
  max-width: 8.33%;
  flex: 0 0 auto;
}
.flex--2 > .flex__item {
  width: 16.66%;
  max-width: 16.66%;
  flex: 0 0 auto;
}
.flex--3 > .flex__item {
  width: 25%;
  max-width: 25%;
  flex: 0 0 auto;
}
.flex--4 > .flex__item {
  width: 33.33%;
  max-width: 33.33%;
  flex: 0 0 auto;
}
.flex--5 > .flex__item {
  width: 41.66%;
  max-width: 41.66%;
  flex: 0 0 auto;
}
.flex--6 > .flex__item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 auto;
}
.flex--7 > .flex__item {
  width: 58.33%;
  max-width: 58.33%;
  flex: 0 0 auto;
}
.flex--8 > .flex__item {
  width: 66.66%;
  max-width: 66.66%;
  flex: 0 0 auto;
}
.flex--9 > .flex__item {
  width: 75%;
  max-width: 75%;
  flex: 0 0 auto;
}
.flex--10 > .flex__item {
  width: 83.33%;
  max-width: 83.33%;
  flex: 0 0 auto;
}
.flex--11 > .flex__item {
  width: 91.66%;
  max-width: 91.66%;
  flex: 0 0 auto;
}
.flex--12 > .flex__item {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
.flex__item {
  flex: 0 0 auto;
}
.flex__item--grow-fill {
  flex: 1 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
}
.row-fluid [class*='span'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* floating bar section */
.section-floatbar {
  position: relative;
  z-index: 1;
}
.section-floatbar::before {
  position: absolute;
  right: calc(100% - 50px);
  top: -30px;
  width: 2px;
  height: 150px;
  content: "";
  background-image: linear-gradient(180deg,var(--color-primary) 0%,var(--color-secondary) 42.19%,var(--color-tertiary) 100%);
  z-index: 2;
  transition: top .3s ease-in;
}
.section-floatbar.section--viewed::before, .section--viewed .section-floatbar::before {
  top: calc(100% - 75px);
  transition: top .6s ease-in;
}
.section-floatbar.section-floatbar--right::before {
  right: 50px;
}
.section-floatbar.section-floatbar--bottom::before {
  right: calc(100% - 32px);
  top: unset;
  bottom: -21px;
  height: 42px;
  transition: bottom .3s ease-in;
}
.section-floatbar.section-floatbar--bottom:hover::before {
  bottom: calc(100% - 21px);
  transition: bottom .2s ease-in;
}
.os-scrollbar-track {
  background-color: #aeaeae !important;
  width: 1px !important;
  opacity: 1 !important;
}

.os-scrollbar-handle {
  background-color: var(--ljh-brand-color-ink, black) !important;
  width: 5px !important;
  border-radius: 50px !important;
  left: -150% !important;
  overflow: hidden !important;
}

div.dnd-row+div.dnd-row,
div.dnd-section+div.dnd-section {
  margin-top: initial;
}

.section-floatbar.section-floatbar--bottom::before {
  background-image: none;
  background-color: var(--ljh-brand-color-vintage-leather);
}
.content-wrapper, .container-wrapper {
  max-width: var(--ljh-container-width);
}

.container-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 100%;
}

.dnd-section .dnd-column {
  padding: 0 0;
}

@media (max-width: 767.98px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


div.dnd-row+div.dnd-row,
div.dnd-section+div.dnd-section {
  margin-top: initial;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* All font-related styles including heading and text variation */

body {
  line-height: 1.4;
  word-break: break-word;
  font-family: var(--ljh-font-family);
  font-size: var(--ljh-font-size);
  font-weight: var(--ljh-font-weight);
  color: var(--ljh-font-color);
  background-color: var(--ljh-brand-color-linen);
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  font-weight: var(--font-normal);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* custom */
/* Text component */
h1,
.h1,
.heading-big {
  color: var(--ljh-brand-color-ink, black);
  font-size: 36px;
}

.section-heading,
.heading--section,
.heading--section-mini {
  --color-font: var(--ljh-heading-color);
  font-size: var(--ljh-h2-font-size) !important;
  font-weight: var(--font-semibold) !important;
  line-height: 1.2;
  color: var(--ljh-heading-color);
  margin-bottom: 15px;
}
.heading--section {
  margin-bottom: 32px;
}

.heading--semantic {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.heading--sm,
.heading--section-sm {
  font-size: 18px;
}

/* Font modifier */
.font--mini {
  font-size: 9px;
}

.font--sm {
  font-size: 14px;
}

.font--md {
  font-size: 16px;
}

.font--lg {
  font-size: 20px;
}

.font--bold {
  font-weight: var(--font-medium);
}

.font--lighter {
  font-weight: var(--font-lighter);
}

.font--bolder {
  font-weight: var(--font-medium);
}

.font--black {
  font-weight: var(--font-semibold);
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--inherit {
  text-align: inherit;
}

.text--decor-none {
  text-decoration: none;
}

.text--decor-underline {
  text-decoration: underline;
}

.text--decor-overline {
  text-decoration: overline;
}

.text--decor-line-through {
  text-decoration: line-through;
}
strong,
b {
  font-weight: var(--font-medium);
}

h1, h2, h3, h4, h5, h6, p, a, button {
  font-family: var(--ljh-font-family);
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: var(--ljh-section-paragraph-spacing);
  margin-bottom: var(--ljh-section-paragraph-spacing);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--ljh-heading-color);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: calc(var(--ljh-section-paragraph-spacing) + 0.5rem);
}
h1, h2, h3 {
  font-weight: var(--font-semibold);
}
h1 {
  font-size: var(--ljh-h1-font-size);
  line-height: 1.1;
}
h2 {
  font-size: var(--ljh-h2-font-size);
  line-height: 1.2;
}
h3 {
  font-size: var(--ljh-h3-font-size);
  line-height: 1.3;
}
h4 {
  font-size: var(--ljh-h4-font-size);
  font-weight: var(--font-medium);
  line-height: 1.4;
}
h5 {
  font-size: var(--ljh-h5-font-size);
  font-weight: var(--font-normal);
  line-height: 1.5;
}
h6 {
  font-size: var(--ljh-h6-font-size);
  font-weight: var(--font-bold);
  line-height: 1.5;
}
/* All buttons component base */

button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* custom */
.button,
button.button {
  display: inline-block;
  width: auto;
  min-width: 128px;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  color: var(--ljh-brand-color-ink, black);
}
.button--black,
button.button--black {
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
  border-color: var(--ljh-brand-color-ink, black);
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--black:hover,
button.button--black:hover {
  background-color: transparent;
  color: var(--ljh-brand-color-ink, black);
}
.button--black:hover > [class^="img-icon"],
button.button--black:hover > [class^="img-icon"] {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.button--transparent,
button.button--transparent {
  background-color: transparent;
  color: var(--ljh-brand-color-ink, black);
  border-color: var(--color-darkgrey);
}
.button--transparent:hover,
button.button--transparent:hover {
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
  border-color: var(--ljh-brand-color-ink, black);
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--transparent:hover > [class^="img-icon"],
button.button--transparent:hover > [class^="img-icon"] {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.button--outline,
button.button--outline {
  border-color: var(--ljh-brand-color-ink, black);
}
.button--outline:hover,
button.button--outline:hover {
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--outline:hover > [class^="img-icon"],
button.button--outline:hover > [class^="img-icon"] {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.button--blank,
button.button--blank {
  border-color: transparent;
  background-color: transparent;
}
.button--blank:hover,
button.button--blank:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
.button--underline,
button.button--underline {
  border: 0;
  padding: 0;
  min-width: unset;
  border-bottom: 1px solid var(--ljh-brand-color-ink, black);
  opacity: 0.7;
  line-height: 1.4;
  height: auto;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
.button--underline:hover,
button.button--underline:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
.button--lg,
button.button--lg {
  height: 46px;
  line-height: 46px;
}
.button--fill,
button.button--fill {
  width: 100%;
  max-width: 100%;
}
.button > [class^="img-icon"],
button.button > [class^="img-icon"] {
  margin-left: 8px;
  margin-bottom: -0.1em;
}
.widget-span .button, .widget-span button.button {
  height: auto;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px; 
}

.input {
  height: 32px;
  line-height: 32px;
}

select {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .button {
    height: auto;
    line-height: 1.1;
    padding: 10px 20px;
  }
}

.button,
button.button {
  height: auto;
  transition: background-color 0.3s ease-in, color 0.3s ease-in, border-color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3, border-color 0.3s ease-in;
}
.button [class^=img-icon],
button.button [class^=img-icon] {
  opacity: var(--ljh-cta-hover-opacity);
  transition: all 0.3s ease-in;
}
.button:hover [class^=img-icon],
button.button:hover [class^=img-icon] {
  opacity: var(--ljh-cta-hover-opacity);
}

.button.button--black, .hs-button.primary, .widget-span .button, .widget-span button.button, .breadcrumb__share {
  font-size: 16px;
  font-weight: var(--font-normal);
  line-height: 1.5;
  background-color: var(--ljh-button-bgcolor);
  color: var(--ljh-button-color);
  border-radius: var(--ljh-button-border-radius);
  border: 1px solid var(--ljh-button-border-color);
  padding: var(--ljh-button-spacing-y) var(--ljh-button-spacing-x);
  font-family: var(--ljh-font-family);
}
.button.button--black:hover, .hs-button.primary:hover, .widget-span .button:hover, .widget-span button.button:hover, .breadcrumb__share:hover {
  background-color: var(--ljh-button-bgcolor-hover);
  color: var(--ljh-button-color-hover);
  border-color: var(--ljh-button-border-color-hover);
}
.button.button--black:hover [class^=img-icon] {
  filter: invert(1);
}
.button.button--black:not(:hover) {
  background-color: var(--ljh-button-bgcolor);
  color: var(--ljh-button-color);
  border-color: var(--ljh-button-border-color);
}

.button.button--transparent {
  --ljh-button-color: black;
  --ljh-button-color-hover: white;
  --ljh-button-bgcolor: white;
  --ljh-button-bgcolor-hover: black;
  --ljh-button-border-color: black;
  --ljh-button-border-color-hover: white;
  font-size: 16px;
  font-weight: var(--font-normal);
  line-height: 1.5;
  background-color: var(--ljh-button-bgcolor);
  color: var(--ljh-button-color);
  border-radius: var(--ljh-button-border-radius);
  border: 1px solid var(--ljh-button-border-color);
  padding: var(--ljh-button-spacing-y) var(--ljh-button-spacing-x);
}
.button.button--transparent [class^=img-icon] {
  opacity: 1;
}
.button.button--transparent:hover {
  background-color: var(--ljh-button-bgcolor-hover);
  color: var(--ljh-button-color-hover);
  border-color: var(--ljh-button-border-color-hover);
}
.button.button--transparent:hover [class^=img-icon] {
  opacity: 1;
  filter: invert(1);
}
.button.button--transparent:not(:hover) {
  background-color: var(--ljh-button-bgcolor);
}

.buticon .buticon__grid__item {
  background-color: var(--ljh-brand-color-paper, white);
  border: 1px solid var(--ljh-button-color-hover);
}
.buticon .buticon__grid__item:hover {
  background-color: var(--ljh-button-color-hover);
  color: var(--ljh-brand-color-vintage-leather-text) !important;
}
/* Forms and inputs component base */

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* firefox placeholder fix */
::placeholder {
  color: var(--ljh-brand-color-ink, black);
  opacity: 1;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: var(--color-black, black) !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--ljh-brand-color-paper, white);
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: var(--ljh-brand-color-paper, white);
}

/* Inputs - file picker */

form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ef6b51;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* custom */
/*
# Form element's style
# Base of all used Form elements
*/
::placeholder {
  color: var(--color-semidark);
}

.form input[type="text"],
.form input[type="email"],
.form input[type="phone"],
.form input[type="password"],
.form input[type="range"],
.form input[type="file"],
.form input[type="date"],
.form input[type="datetime-local"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="time"],
.form input[type="week"],
.form input[type="url"],
.form input[type="number"],
.form textarea {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid var(--color-darkgrey);
  width: 100%;
  font-family: var(--ljh-font-family);
}
.form textarea {
  min-height: 60px;
  padding: 3px 7px;
  resize: none;
  display: block;
}
.form [class*="__field"] {
  margin-bottom: 16px;
}

.checkbox {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: var(--color-font);
}
.checkbox__label {
  padding-left: 10px;
  cursor: pointer;
}
.checkbox__label::before,
.checkbox__label::after {
  cursor: pointer;
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--ljh-brand-color-paper, white);
  border: 1px solid var(--color-darkgrey);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.checkbox__label::after {
  opacity: 0;
  content: "";
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
  z-index: 2;
  background-image: url(https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/check.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.checkbox input:checked + .checkbox__label::after {
  opacity: 1 !important;
}
.checkbox input {
  display: none;
  height: 0;
}
.checkbox ::selection {
  background-color: transparent;
}

input.checkbox {
  display: none;
}

.radio--button .radio__label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: var(--ljh-brand-color-ink, black);
  border: 1px solid #f3f3f3;
}
.radio--button .radio__label:hover {
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
  border-color: var(--ljh-brand-color-ink, black);
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.radio--button input {
  display: none;
}
.radio--button input:checked + .radio__label {
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
}
.radio ::selection {
  background-color: transparent;
}

.range-slider {
  position: relative;
  z-index: 1;
  background-color: var(--color-darkgrey);
  height: 2px;
  width: 280px;
}
@media (max-width: 767.98px) {
  .range-slider {
    width: 100%;
  }
}
.range-slider__value {
  width: 53%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 10%;
  background-color: var(--ljh-brand-color-ink, black);
}
.range-slider__min,
.range-slider__max {
  background-color: var(--ljh-brand-color-ink, black);
  position: absolute;
  top: 50%;
  left: 0;
  left: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.range-slider__max {
  left: unset;
  right: 0;
  right: 35%;
}

.input-box--floating-placeholder {
  position: relative;
  z-index: 3;
}
.input-box--floating-placeholder::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 1em;
  color: var(--ljh-brand-color-ink, black);
  content: attr(data-placeholder);
  display: none;
}
.input-box--floating-placeholder input {
  padding-right: 35px !important;
}

.nice-select {
  border-radius: 0;
  border: 1px solid var(--color-darkgrey);
  width: 100%;
  min-width: 100%;
  font-family: var(--ljh-font-family);
  height: 32px;
  line-height: 32px;
}
.nice-select:hover,
.nice-select:focus,
.nice-select.open {
  border-color: var(--color-darkgrey) !important;
}
.nice-select .nice-select-dropdown {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 1px 1px 4px rgba(132, 127, 127, 0.18);
}
.nice-select .list {
  margin: 0;
}
.nice-select .option,
.nice-select .option.selected {
  font-weight: var(--font-lighter);
}

.select-multiple {
  position: relative;
  z-index: 1;
  width: 100%;
  z-index: 2;
}
.select-multiple__button {
  display: block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid var(--color-darkgrey);
  background-color: var(--ljh-brand-color-paper, white);
  width: 100%;
  font-family: var(--ljh-font-family);
  color: var(--color-semidark);
  position: relative;
}
.select-multiple__button::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.select-multiple__container {
  padding: 20px 10px;
  border: 1px solid var(--color-darkgrey);
  background-color: var(--ljh-brand-color-paper, white);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in,
    visibility 0.1s 0.3s;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.select-multiple__container > * {
  cursor: pointer;
}
.select-multiple__container .checkbox__label::before,
.select-multiple__container .checkbox__label::after {
  border-color: var(--color-darkgrey);
}
.select-multiple--active .select-multiple__container {
  max-height: 300px;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in,
    visibility 0.1s 0.3s;
}
.input-box--floating-placeholder::after {
  opacity: 0;
  visibility: hidden;
}

.ljha-integration .property-search__form.form select, .site-header .ljha-integration .quicksearch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437%3B' xml:space='preserve'%3E%3Cpolygon points='386.258 91.567 203.718 273.512 21.179 91.567 0 112.815 203.718 315.87 407.437 112.815 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat !important;
  background-position: calc(100% - 0.7em) center !important;
  background-size: 1em !important;
  background-color: var(--ljh-brand-color-paper, white) !important;
}


/* Hubspot's Form */
form.hs-form .hs_recaptcha .input,
form.hs-form .hs-fieldtype-booleancheckbox .input {
  height: unset;
  line-height: unset;
}
form.hs-form .hs-form-field label {
  display: none;
}
form.hs-form .hs-form-field .inputs-list label {
  display: inline-block;
}
form.hs-form .hs-form-field label.hs-form-booleancheckbox-display {
  display: flex;
  flex-wrap: wrap;
}
form.hs-form .hs-form-field label.hs-form-booleancheckbox-display > * {
  flex: 0 0 auto;
  width: auto;
}
form.hs-form .hs-form-field label.hs-form-booleancheckbox-display > span {
  max-width: calc(100% - 40px);
  margin-left: 12px;
}
form.hs-form input[type="text"],
form.hs-form select,
form.hs-form input[type="password"],
form.hs-form input[type="phone"],
form.hs-form input[type="email"],
form.hs-form input[type="tel"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid var(--color-darkgrey);
  width: 100%;
  font-family: var(--ljh-font-family);
}
form.hs-form .hs-button {
  height: unset;
  line-height: 1.2;
  font-size: 1em;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 16px 32px;
}
form.hs-form .hs-button:hover {
  border: 1px solid var(--color-black);
}
.multiple-keywords__selection:empty {
    display: none;
}
form.hs-form .input {
  height: unset;
  line-height: unset;
}
form.hs-form .hs-form-radio input {
  height: auto;
}
form.hs-form .hs-form-radio .hs-input {
  margin-bottom: 0;
}

.hero-form__form .hbspt-form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
  border-color: var(--ljh-brand-color-ink, black);
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.hero-form__form .hbspt-form .hs-button:hover,
.hero-form__form .hbspt-form .hs-button.button--black:hover {
  background-color: transparent;
  color: var(--ljh-brand-color-ink, black);
}
.hbspt-form .form {
  padding: 0;
  background-color: transparent;
}
.news-list__button-more .button {
  height: auto;
}

.listing-results__form__selection {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.listing-results__form__selection .selection__item {
  padding: 4px;
  background-color: var(--color-grey);
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.listing-results__form__selection .selection__item [class*="img-icon"] {
  width: 0.7em;
  height: 0.7em;
  margin-left: 5px;
  cursor: pointer;
}
.property-search__form.form select::placeholder, .property-search__form.form input[type=text]::placeholder {
  color: var(--ljh-brand-color-ink, black);
}

.hero-form__form .hs-form .input input:not([type="checkbox"]):not([type="radio"]), .hero-form__form .hs-form .input textarea {
  width: 100% !important;
}
.hero-form__form .hs-form .input textarea {
  border: 1px solid rgb(225, 225, 225);
}
@media (max-width: 767.98px) {
  div.hero-form__form {
    max-width: 100%;
  }
  div.hero-form__form input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}
.property-search__form .form__arrow {
  pointer-events: none !important;
  touch-action: none !important;
}
@media (max-width: 767.98px) {
  .checkbox__label {
    text-align: left;
  }
  form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    font-size: 16px !important;
  }
  form select, form textarea {
    -webkit-appearance: none;
  }
  .search-query .search-query__form.form .form__field {
    margin-bottom: 10px;
    margin-top: 8px;
  }
}



form, form.hs-form, form.form {
  font-family: var(--ljh-font-family);
}
form.hs-form input[type=email], 
form.hs-form input[type=password], 
form.hs-form input[type=phone], 
form.hs-form input[type=tel], 
form.hs-form input[type=text], 
form.hs-form select, 
form.hs-form textarea,
form.form input[type=email], 
form.form input[type=password], 
form.form input[type=phone], 
form.form input[type=tel], 
form.form input[type=text], 
form.form select, 
form.form textarea {
  font-family: var(--ljh-font-family);
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 15px;
  height: auto;
  min-height: var(--ljh-input-field-height);
  border: 1px solid black;
  border-radius: 0;
}
form.hs-form textarea,
form.form textarea {
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
form.hs-form input[type=checkbox],
form.hs-form input[type=radio],
form.form input[type=checkbox],
form.form input[type=radio] {
  width: var(--ljh-checkbox-radio-size);
  height: var(--ljh-checkbox-radio-size);
}
form.hs-form .hs-form-field label.hs-form-booleancheckbox-display>input[type=checkbox],
form.hs-form .hs-form-field label.hs-form-booleancheckbox-display>input[type=radio],
form.hs-form .form-field label.hs-form-booleancheckbox-display>input[type=checkbox],
form.hs-form .form-field label.hs-form-booleancheckbox-display>input[type=radio] {
  width: var(--ljh-checkbox-radio-size);
  height: var(--ljh-checkbox-radio-size);
}
form.hs-form input[type=submit].hs-button.primary,
form.form input[type=submit].hs-button.primary {
  font-size: 16px;
  font-weight: var(--font-normal);
  line-height: 1.5;
  background-color: var(--ljh-button-bgcolor);
  color: var(--ljh-button-color);
  border-radius: var(--ljh-button-border-radius);
  border: 1px solid var(--ljh-button-border-color);
  padding: var(--ljh-button-spacing-y) var(--ljh-button-spacing-x);
}
form.hs-form input[type=submit].hs-button.primary:hover,
form.form input[type=submit].hs-button.primary:hover {
  background-color: var(--ljh-button-bgcolor-hover);
  color: var(--ljh-button-color-hover);
  border-color: var(--ljh-button-border-color-hover);
}

/** form field column overrides */
form.hs-form fieldset.form-columns-1 .hs-input,
form.form fieldset.form-columns-1 .hs-input {
  width: 100%;
} 
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
﻿/*
# Tabs element's style
# Base of all used Tabs elements
*/
.tabs {
  position: relative;
  z-index: 1;
}
.tabs__border {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 3;
  display: block;
  background-image: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 42.19%, var(--color-tertiary) 100%);
  opacity: 1;
  transition: left 0.42s, opacity 0.1s ease-in;
}
.tabs__nav {
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .tabs__nav {
    flex-wrap: wrap;
  }
}
.tabs__item {
  color: var(--ljh-brand-color-ink, black);
  font-weight: var(--font-medium);
  padding-bottom: 5px;
  margin-right: 64px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.tabs__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: -50%;
  display: block;
  background-color: #bbbbbb;
  opacity: 0;
  transition: left 2s, opacity 0.1s ease-in;
}
.tabs__item:hover::after {
  left: 0;
  opacity: 0;
  transition: left 0.3s ease-in, opacity 0.1s ease-in;
}
.tabs__item.tabs__item--active:hover::after {
  opacity: 0;
}
.tabs__item:not(.tabs__item--active):hover::after {
  background-color: #bbbbbb;
  background-image: none;
  opacity: 1;
}
.tabs__item:not([class*="--active"]):hover {
  border-color: var(--color-primary);
}
.tabs__item:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .tabs__item {
    width: 50%;
    margin-right: 0;
  }
}
.tabs__panel {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.1s ease-in, opacity 0.5s ease-in;
}
.tabs__panel:not(.tabs__panel--active) {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.1s 0.3s ease-in, opacity 0.3s ease-in;
}
.tabs__item:not(.tabs__item--active):hover::after {
  background-color: transparent;
  visibility: hidden;
}
.tabs__item::after {
  display: none !important;
}
@media (min-width: 1112px) {
  .article-tabs__container .news-list {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1111.98px) {
  .article-tabs__header, .article-tabs__caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.article-tabs__tabnav.tabs__nav .tabs__item {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .article-tabs .tns-controls {
    display: block !important;
  }
  .article-tabs .tns-controls button[data-controls*=prev], .article-tabs .tns-controls button[data-controls*=next] {
    display: inline-block;
  }
  .article-tabs__tabnav.tabs__nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: auto;
    text-align: center;
    order: 3;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
    padding: 10px 0px 4px;
  }
  .article-tabs__tabnav.tabs__nav .tabs__item {
    margin: 0 !important;
    font-size: 18px;
    color: var(--color-font);
    font-weight: var(--font-normal)!important;
    flex: 0 0 auto;
  }
  .libtabs__item::after {
    content: attr(data-label) !important;
    max-width: max-content;
    overflow: hidden;
    color: transparent !important;
  }
  .property-listings .property-listings__tab-item.libtabs__item--active ~ .property-listings__tab-item.libtabs__item--active::after,
  .article-tabs__tabnav.tabs__nav .tabs__item.libtabs__item--active ~  .article-tabs__tabnav.tabs__nav .tabs__item.libtabs__item--active::after{
    display: none !important;
  }
  .body-container--blog-post .article-column .news-list__list:not(.tns-slider) {
    opacity: 0;
  }
  .body-container--blog-post .article-column .news-list__list {
    display: flex;
    gap: 0;
  }
  .body-container--blog-post .news-list__item {
    padding-top: 10%;
  }
  .article-column--blog .news-list__item.news-list__item--hoverable {
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .article-tabs .news-list__list {
    display: flex;
    gap: 0;
    grid-template-columns: unset;
  }
  .article-tabs .news-list__item {
    padding-top: 39vw;
  }
  .article-tabs__tabnav.tabs__nav .tabs__item.tabs__item--active::after {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary) 42.19%, var(--color-tertiary));
    content: attr(data-label);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    display: block !important;
    opacity: 1 !important;
    max-width: max-content;
    overflow: hidden;
    color: transparent !important;
  }
}
.tabs__border {
  background-image: none;
  background-color: var(--ljh-brand-color-vintage-leather);
}
/*
# Icons
# Custom image icons (SVG) for pages
*/
[class*=img-icon] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-icon--menu {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/menu.svg");
}
.img-icon--search {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/search.svg");
}
.img-icon--search-white {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/search-alt.svg");
}
.img-icon--filter {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/filter.svg");
}
.img-icon--filter-white {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/filter-white.svg");
}
.img-icon--reset {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/reset.svg");
}
.img-icon--bed {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/bed.svg");
}
.img-icon--bath {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/bath.svg");
}
.img-icon--car {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/car.svg");
}
.img-icon--floor {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/area.svg");
}
.img-icon--land {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/area.svg");
}
.img-icon--close {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/close.svg");
}
.img-icon--close-bold {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/close-bold.svg");
}
.img-icon--email {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/email.svg");
}
.img-icon--people {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/people.svg");
}
.img-icon--favourite {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/favourite.svg");
}
.img-icon--favourite-alt {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/favourite-white.svg");
}
.img-icon--share {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/share.svg");
}
.img-icon--link {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/link.svg");
}
.img-icon--flag {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/flag.svg");
}
.img-icon--calendar {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/calendar.svg");
}
.img-icon--house {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/house.svg");
}
.img-icon--description {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/description.svg");
}
.img-icon--gallery {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/gallery.svg");
}
.img-icon--map {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/map.svg");
}
.img-icon--video {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/video.svg");
}
.img-icon--virtual-tour {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/virtual-tour.svg");
}
.img-icon--favourite {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/favourite-outline.svg");
}
.img-icon--brochure {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/brochure.svg");
}
.img-icon--floorplan {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/floorplan.svg");
}
.img-icon--angle-down-black {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/angle-down-black.svg");
}
.img-icon--diamond {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/diamond.svg");
}
.img-icon--arrow-right {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/arrow-right.svg");
}
.img-icon--people-white {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/people-white.svg");
}
.img-icon--facebook {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/facebook.svg");
}
.img-icon--twitter {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/x.svg") !important;
}
.img-icon--linkedin {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/linkedin.svg");
}
.img-icon--youtube {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/youtube.svg");
}
.img-icon--instagram {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/instagram.svg");
}
.img-icon--google {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/google.svg");
}
.img-icon--microsoft {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/microsoft.svg");
}
.img-icon--apple {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/apple.svg");
}
.img-icon--brand {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/brand.svg");
}
.img-icon--header-more {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/header-more.svg");
}
.img-icon--plus {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/plus.svg");
}
.img-icon--minus {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/minus.svg");
}
.img-icon--agent-login {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/agent-login.svg");
}
.img-icon--phone {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/phone.svg");
}
.img-icon--connect {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/connect.svg");
}
.img-icon--map-pin {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/map-pin.svg");
}
.img-icon--arrow {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/arrow-right.svg");
  filter: invert(1);
}
/* Listing item component base */

/* loader */
.listings__item--loader figure,
.listings__item--loader .listings__item__overview > * {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 1em;
  display: block;
}
.listings__item--loader .listings__item__overview > * {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.listings__item--loader .listings__item__overview > *:first-child {
  width: 80%;
}
.listings__item--loader figure::before,
.listings__item--loader .listings__item__overview > *::before,
.listings__item--loader figure::after,
.listings__item--loader .listings__item__overview > *::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-darkgrey);
}

.listings__item--loader figure::after,
.listings__item--loader .listings__item__overview > *::after {
  width: 20%;
  background-color: var(--color-light);
  transform: skewX(-27deg);
  filter: blur(7px);
  animation: loaderRight 0.7s linear infinite;
}
/*
# Slider
# base for all slider
*/
.slider *::selection {
  background-color: transparent;
}
.slider.tns-carousel {
  display: flex;
  gap: 0;
}
.tns-outer {
  position: relative;
  z-index: 1;
}
.tns-outer:hover {
  cursor: url(https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/arrow-right.svg) 4 5, auto;
  cursor: pointer;
}
.tns-controls {
  display: none;
}
.tns-controls button[data-controls*=prev],
.tns-controls button[data-controls*=next] {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(100% + 50px);
  width: 48px;
  height: 25px;
  font-size: 48px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .tns-controls button[data-controls*=next] {
    left: unset;
    right: 10px;
    display: none;
  }
}
.tns-nav button {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--ljh-brand-color-ink, black);
  opacity: 0.3;
  cursor: pointer;
  margin-right: 16px;
  border-radius: 50%;
}
.tns-nav button.tns-nav-active, .tns-nav button:hover {
  opacity: 1;
}
.tns-controls {
  display: block !important;
}
.tns-controls .img-icon--arrow-left {
  background-image: url(https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/angle-left.svg) !important;
}
.tns-controls .img-icon--arrow-right {
  background-image: url(https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/angle-right.svg) !important;
}
.tns-controls button {
  width: 25px !important;
  height: 25px !important;
  font-size: 16px !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border: 0 !important;
  top: 50% !important;
  left: -25px !important;
  position: absolute !important;
  transform: translateY(-50%) !important;
}
.tns-controls button[data-controls*='next'] {
  left: unset !important;
  right: -25px !important;
}
.slider-btn--hidden .tns-controls button[data-controls*='prev'], .slider-btn--hidden .tns-controls button[data-controls*='next'] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .tns-nav button:last-child {
    position: relative;
    transform: translateY(-30%);
  }
  .tns-nav button:last-child::after {
    content: "";
    width: 24px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/arrow-right.svg") !important;
    font-size: 20px;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    top: -3px;
    left: calc(100%);
  }
  .tns-controls .img-icon--arrow-right, .tns-controls .img-icon--arrow-left {
    opacity: .3;
  }
}
@media (max-width: 767.98px) {
  .news-list__wrapper .tns-controls {
    display: block;
  }
  .news-list__wrapper .tns-controls button[data-controls*=prev],
  .news-list__wrapper .tns-controls button[data-controls*=next] {
    display: inline-block;
  }
  .news-list__wrapper .tns-controls button[data-controls*="next"], .news-list__wrapper .tns-controls button[data-controls*="prev"] {
    display:none;
  }
  .tns-slider > .libtabs__item {
    position: relative;
  }
  .tns-slider * {
    backface-visibility: hidden;
  }
  .article-tabs .tns-outer {
    width: 100%;
  }
}
/* Popup component base */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.8);
}
.popup:not(.open) {
  display: none;
}
.popup--open {
  display: flex !important;
}
.popup__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 978px;
  width: 100%;
  margin: auto;
  background-color: var(--ljh-brand-color-paper, white);
  padding: 36px;
  position: relative;
}
.popup--padded {
  padding-top: 50px;
  padding-bottom: 50px;
}
.popup--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  display: inherit;
}
.popup--video .popup__wrapper {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 56.25%;
  padding-bottom: 550.125px;
}
.popup--video .popup__wrapper .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .popup__close {
    background-color: var(--ljh-brand-color-paper, white);
    z-index: 2;
  }
}

/* google map style */
.gmap .gm-style .gm-style-iw-c,
.gmap .gm-style .gm-style-iw-d {
  padding: 0;
}
.gmap .gm-style .gm-style-iw-d {
  overflow: unset !important;
}
.gmap .gmap__info__wrapper {
  padding: 20px;
}
.popup__wrapper.office-group-popup-share__wrapper {
  max-width: 40vw;
  position: relative;
  padding-top: 100px;
}

/* Slot effects with animation handler */

.slot {
  position: relative;
  z-index: 1;
  font-size: 80px;
  font-weight: var(--font-lighter);
  line-height: 1;
  margin-bottom: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.slot__item {
  position: relative;
  z-index: 1;
  color: var(--ljh-brand-color-paper, white) !important;
  visibility: hidden;
  overflow: hidden;
}
.slot span {
  background-image: linear-gradient(to right, var(--color-primary) 10%, var(--color-tertiary) 70%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 4px;
  text-align: center;
  min-width: 0.35em !important;
}
.slot__panel {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  visibility: visible;
  z-index: 2;
}
.slot--play .slot__panel {
  animation: slotUp 1.5s ease-in forwards;
}

@keyframes slotUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% + 1em));
  }
}
.hubdb-ebook .banner-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 96px 30px;
}
.hubdb-ebook .banner-cta__wrapper {
  width: 70%;
  background-color: rgba(255,255,255,.9);
  padding: 64px;
  display: flex;
  flex-direction: column;
}
.hubdb-ebook .banner-cta__heading.heading--section {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.1;
  padding: 0 10%;
}
.hubdb-ebook .banner-cta__caption {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}
.hubdb-ebook .banner-cta__caption p:last-child {
  margin-bottom: 0;
}
.hubdb-ebook .banner-cta__button.button {
  height: unset;
  line-height: unset;
  padding: 16px 32px;
  width: auto;
  max-width: max-content;
  margin: 48px auto 0;
  font-size: 14px;
}


@media (max-width: 991.98px) {
  .hubdb-ebook .banner-cta__wrapper {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }
  .hubdb-ebook .banner-cta__heading.heading--section {
    padding: 0;
  }
  .hubdb-ebook .banner-cta__button {
    margin-top: 20px;
  }
}
/* base section */
.hubdb-ebook .article-column {
  width: 100%; 
  margin: 0 0;
  padding: 96px 30px;
}
.hubdb-ebook .article-column__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1111.98px;
  margin: 0 auto;
}
.hubdb-ebook .article-column__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.hubdb-ebook .article-column__heading.heading--section {
  margin-bottom: 48px;
  text-align: center;
  line-height: 1;
}
.hubdb-ebook .article-column__caption {
  margin-bottom: 48px;
  text-align: center;
  line-height: 1;
}
.hubdb-ebook .article-tabs__tabnav.tabs__nav {
  font-size: 18px;
  font-weight: var(--font-medium);
  position: relative;
  margin-bottom: 0;
}
.hubdb-ebook .article-tabs__header .tabs__item:not(:last-child) {
  margin-right: 40px;
}


/* news list */
.hubdb-ebook .article-column__heading + .article-tabs__container > .news-list {
  padding-top: 0
}
.hubdb-ebook .news-list.news-list--tabs {
  padding: 0 0 40px !important; 
}
.hubdb-ebook .news-list__heading {
  display: block;
}
.hubdb-ebook .news-list__wrapper {
  width: 100%;
  display: block;
}
.hubdb-ebook .news-list__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.hubdb-ebook .news-list__item {
  position: relative;
  z-index: 1;
  background: var(--ljh-brand-color-paper, white);
  padding-top: 56.25%;
  box-shadow: 0 0 14px rgb(132 127 127 / 18%);
}
.hubdb-ebook .news-list__item--hoverable .news-list__item__img {
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
  z-index: 1;
  background-color: var(--color-darkgrey);
  margin: 0;
  
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 0;
  transition: height 0.3s ease-in, padding-bottom 0.3s ease-in;
}
.hubdb-ebook .news-list__item--hoverable .news-list__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: block;
}
.hubdb-ebook .news-list__item--hoverable:hover .news-list__item__img {
  height: auto;
  padding-bottom: 56.25%;
  transition: height 0.3s ease-in;
  height: 0;
  padding-bottom: 56.25%;
}
.hubdb-ebook .news-list__item__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 22px;
  color: var(--ljh-brand-color-paper, white);
}
.hubdb-ebook .news-list__item--hoverable .news-list__item__caption {
  font-size: 28px;
}
.hubdb-ebook .news-list__item--hoverable .news-list__item__wrapper {
  padding: 32px 27px;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 15vh;
}
.hubdb-ebook .news-list__item__info {
  font-size: 12px;
  color: var(--color-semidark);
  margin-bottom: 16px;
}
.hubdb-ebook .news-list__item__info a {
  color: var(--color-semidark);
}
.hubdb-ebook .news-list__item__title {
  font-size: 14px;
  font-weight: var(--font-semibold);
  margin-bottom: 16px;
}
.hubdb-ebook .news-list__item__overview {
  font-size: 14px;
  margin-bottom: 16px;
}
.hubdb-ebook .news-list__item__link {
  color: var(--color-semidark);
  font-size: 14px;
  border-bottom: 1px solid var(--color-semidark);
  min-width: unset;
  width: max-content;
  display: inline-flex;
  padding: 0;
  height: auto;
  line-height: 1.4;
}
.hubdb-ebook .news-list__item__tags {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.hubdb-ebook .news-list__item__tag {
  background-color: var(--color-light);
  font-size: 12px;
  font-weight: var(--font-semibold);
  padding: 4px 8px;
  color: var(--color-font);
}
.hubdb-ebook .news-list__item__tag:not(:last-child) {
  margin-right: 8px;
}
.hubdb-ebook .news-list__no-item {
  width: 100%;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 4;
}
.hubdb-ebook .news-list__button-more {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1111.98px) {
  .hubdb-ebook .article-column .article-tabs__wrapper.container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .hubdb-ebook .article-column .article-tabs__wrapper.container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hubdb-ebook .article-column .news-list__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hubdb-ebook .article-column .news-list__list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1112px) {
  section.card-icon__module, section.news-list, section.article-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.banner-cta {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.news-list__list {
    grid-template-columns: repeat(2, 1fr);
  }
  div.news-list__list.news-list__list--6.news-list__list--default {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }
}
@media (min-width: 768px) and (max-width: 1111.98px) {
  .container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  div.column-image__content {
    padding-left: 30px;
  }
  .column-image .column-image__content {
    order: 1;
    padding-left: 0;
  }
  .column-image .column-image__thumbnail {
    order: 2;
  }
  .article-column .news-list .news-list__item, .ebook-column .ebook-list .ebook-list__item {
    padding-top: 0;
  }
  .article-column .news-list__item__overview, .ebook-column .ebook-list__item__overview {
    height: 0;
    overflow: hidden;
  }
  .article-column .news-list__item--hoverable .news-list__item__wrapper, .ebook-column .ebook-list__item--hoverable .ebook-list__item__wrapper {
    min-height: unset;
    padding-bottom: 29vw;
  }
  .article-column .news-list__list, .ebook-column .ebook-list__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
  }
  .article-column .news-list__item--hoverable .news-list__item__caption, .ebook-column .ebook-list__item--hoverable .ebook-list__item__caption {
    font-size: 24px;
  }
  .ebook-list__item--hoverable:hover .ebook-list__item__img, .news-list__item--hoverable:hover .news-list__item__img {
    height: 100% !important;
    padding-bottom: 0px !important;
  }
  .news-list__list.news-list__list--default, .article-column .news-list__list {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}
@media (max-width: 991.98px) {
  section.article-column {
    padding: 30px 30px;
  }
  section.article-column .news-list {
    padding: 5px 0;
  }
  .column-image .column-image__thumbnail {
    order: 1;
  }
  .column-image .column-image__content {
    order: 2;
    padding-top: 20px;
  }
  .news-list__list.news-list__list--default, .article-column .news-list__list {
    grid-template-columns: unset;
    display: flex;
  }
  .news-list__item--hoverable:hover .news-list__item__img {
    height: 100% !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .news-list__item.news-list__item--hoverable {
    padding-top: 0;
    height: 105vw;
  }
  .hubdb-ebook .article-column .news-list__list {
    gap: 0;
    grid-template-columns: unset;
  }
  .article-column .tns-inner {
    padding: 20px 0;
  }
  .news-list__item--hoverable .news-list__item__wrapper {
    height: 0;
    overflow: hidden;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Styling of Site's Header and it's components */

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1149.98px) and (min-width: 768px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}
.header__logo--main img {
  max-height: 26px;
}
.site-header__logo {
  display: flex;
}
.site-header__office {
  font-size: 22px;
  margin-left: 20px;
  font-weight: var(--font-normal);
  margin-top: -4px;
}

@media (max-width: 767.98px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
  margin-right: auto;
}
.header__logo--main .logo-company-name {
  max-height: 26px;
  margin-bottom: 5px;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: var(--ljh-brand-color-paper, white);
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 768px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767.98px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767.98px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #f8fafc;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: var(--font-semibold);
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* custom Header style */
.site-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.site-header__container.content-wrapper {
  max-width: 100%;
}
.site-header__navigation {
  margin-left: auto;
}
.site-header__menu {
  display: flex;
  align-items: center;
}
.site-header__menu .menu__item {
  margin: 0 19px;
}
.site-header__menu .menu__item a {
  color: var(--color-font);
}
.site-header__menu .menu__item__login {
  font-size: 20px;
}

/*
# Header
# base for all header element and site's header
*/
.site-header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 24px 50px 24px;
  background-color: var(--ljh-brand-color-paper, white);
  width: 100%;
  min-height: 70px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-darkgrey);
}
@media (max-width: 767.98px) {
  .site-header {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100vw;
  }
}
.site-header__brand {
  max-height: 29px;
  width: auto;
}
.site-header__title {
  margin-left: 20px;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .site-header__title {
    font-size: 14px;
    display: none;
  }
}
.site-header__menu {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .site-header__menu {
    display: none;
  }
}
.site-header__menu .menu__item {
  position: relative;
  z-index: 1;
}
.site-header__menu .menu__item > a {
  display: block;
  padding: 0;
  font-weight: var(--font-medium);
  color: var(--ljh-brand-color-ink, black);
}
.site-header__menu .menu__item.menu__item--active .menu__sub {
  height: auto;
  width: auto;
  min-width: 150px;
  opacity: 1;
}
.site-header__menu .menu__item:hover > a {
  color: var(--color-semidark);
}
.site-header__menu .menu__item:hover .menu__sub {
  height: auto;
  width: auto;
  min-width: 210px;
  opacity: 1;
}
.site-header__menu .menu__item--login {
  margin: 10px 19px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.site-header__menu .menu__item--login span {
  width: 25px;
  height: 25px;
  display: block;
}
.site-header__menu .menu__sub {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--ljh-brand-color-paper, white);
  display: block;
  box-shadow: 0 1px 2px var(--color-shadow);
}
.site-header__menu .menu__sub .menu__sub__item {
  display: block;
  width: 100%;
  padding: 8px 16px;
  color: var(--color-semidark);
  white-space: nowrap;
}
.site-header__menu .menu__sub .menu__sub__item:hover {
  background-color: var(--color-darkgrey);
}
.site-header .header-search {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .site-header .header-search {
    margin-left: auto;
  }
}
.site-header .header-search__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--ljh-brand-color-ink, black);
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 19px;
}
.site-header .header-search__container {
  display: block;
  width: 100vw;
  position: fixed;
  top: 88px;
  left: 0;
  background-color: var(--color-grey);
  visibility: hidden;
  opacity: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .site-header .header-search__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .header-search--active .header-search__container {
  visibility: visible;
  opacity: 1;
}
.site-header .quicksearch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 767.98px) {
  .site-header .quicksearch {
    flex-wrap: wrap;
  }
}
.site-header .quicksearch > *:not(:last-child) {
  margin-right: 16px;
  height: 32px;
  line-height: 32px;
}
.site-header .quicksearch input,
.site-header .quicksearch select {
  border: 0;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .quicksearch__keywords {
  flex: 1 0 auto;
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__keywords {
    width: 100%;
    margin-bottom: 10px;
  }
}
.site-header .quicksearch__keywords__selection {
  width: auto;
  max-width: 40%;
  overflow-x: auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.site-header .quicksearch__keywords__selection::-webkit-scrollbar {
  display: none;
}
.site-header .quicksearch__keywords__selection .selection__item {
  background-color: var(--color-grey);
  height: calc(90% - 8px);
  margin: auto 8px;
  position: relative;
  z-index: 1;
  padding: 0 24px 0 8px;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  white-space: nowrap;
}
.site-header
  .quicksearch__keywords__selection
  .selection__item
  [class^="img-icon"] {
  margin-left: 8px;
  height: 8px;
  width: 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.site-header
  .quicksearch__keywords__selection
  .selection__item
  [class^="img-icon"]:hover {
  opacity: 0.6;
}
.site-header .quicksearch__keywords__text {
  width: calc(100% - 230px);
  max-width: calc(100% - 230px);
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__category {
    width: calc(50% - 8px);
    margin-bottom: 10px;
  }
}
.site-header .quicksearch__type {
  min-width: 128px;
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__type {
    width: calc(50% - 8px);
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__filter {
    display: none;
  }
}

.site-header .quicksearch__filter__container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--color-grey);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}
.site-header .quicksearch__filter .filter__label {
  margin-right: 16px;
  width: 340px;
  max-width: 340px;
  white-space: nowrap;
}
.site-header .quicksearch__filter .filter__range-slider {
  margin-right: 35px;
}
.site-header .quicksearch__filter .range-slider {
  position: relative;
  z-index: 1;
  background-color: var(--color-semidark);
  height: 2px;
  width: 280px;
}
.site-header .quicksearch__filter .range-slider__value {
  width: 53%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 10%;
  background-color: var(--ljh-brand-color-ink, black);
}
.site-header .quicksearch__filter .range-slider__min,
.site-header .quicksearch__filter .range-slider__max {
  background-color: var(--ljh-brand-color-ink, black);
  position: absolute;
  top: 50%;
  left: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.site-header .quicksearch__filter .range-slider__max {
  left: unset;
  right: 35%;
}
.site-header .quicksearch__filter .filter__bbc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 35px;
}
.site-header .quicksearch__filter .filter__bbc > [class^="filter__"] {
  width: 128px;
}
.site-header
  .quicksearch__filter
  .filter__bbc
  > [class^="filter__"]:nth-child(2) {
  margin: 0 35px;
}
.site-header .quicksearch__filter .filter__suburb {
  font-size: 14px;
  line-height: 1.1;
}
.site-header .quicksearch__filter--expand .quicksearch__filter__container {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__filter-advanced {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .site-header .quicksearch__filter-advanced .button {
    width: 100%;
  }
  .property-search {
    display: none;
  }
  .property-search__form > * {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__button {
    margin-top: 4px;
    width: 100%;
  }
  .site-header .quicksearch__button .button {
    width: 100%;
  }
}
.site-header__sidenav {
  position: relative;
  z-index: 3;
  background-color: var(--ljh-brand-color-paper, white);
}
.site-header__sidenav .sidenav__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--ljh-brand-color-ink, black);
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/menu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 19px;
  cursor: pointer;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .site-header__sidenav .sidenav__icon {
    margin: 10px 0;
  }
}
.site-header__sidenav .sidenav__container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 478px;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  background-color: var(--ljh-brand-color-paper, white);
  padding: 25px 50px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.2s ease-in, visibility 0.1s 0.2s, opacity 0.1s 0.2s;
  -webkit-transition: transform 0.2s ease-in, visibility 0.1s 0.2s,
    opacity 0.1s 0.2s;
  -moz-transition: transform 0.2s ease-in, visibility 0.1s 0.2s,
    opacity 0.1s 0.2s;
  -ms-transition: transform 0.2s ease-in, visibility 0.1s 0.2s,
    opacity 0.1s 0.2s;
  -o-transition: transform 0.2s ease-in, visibility 0.1s 0.2s, opacity 0.1s 0.2s;
}
.site-header__sidenav .find-agent__form {
  padding: 0;
  display: flex;
  margin-bottom: 30px;
}
.site-header__sidenav .find-agent__button.button {
    min-width: unset;
    padding: 0 15px;
}
.site-header__sidenav .find-agent__button.button span {
  filter: invert(1);
  margin-left: 0;
}
.site-header__sidenav .find-agent__button.button:hover span {
  filter: invert(0);
}
.site-header__sidenav .heading--section {
  font-size: 20px;
  margin-bottom: 0;
}
.site-header__sidenav p {
  margin-bottom: 0;
}
.sidenav__container section:not(:last-child) {
  margin-bottom: 30px;
}
.site-header__sidenav .sidenav__overview-panel.tabs__panel:not(.tabs__panel--active):first-child:last-child {
  position: static;
  overflow: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header__sidenav .sidenav__container {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .site-header__sidenav .sidenav__container {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.site-header__sidenav .sidenav__container a {
  color: var(--ljh-brand-color-ink, black);
}
.site-header__sidenav .sidenav__container .sidenav__header {
  padding-bottom: 21px;
  border-bottom: 1px solid var(--color-darkgrey);
  margin-bottom: 48px;
}
.site-header__sidenav
  .sidenav__container
  .sidenav__header
  .sidenav__header__link {
  color: var(--ljh-brand-color-ink, black);
}
.site-header__sidenav .sidenav__container .sidenav__search {
  margin-bottom: 50px;
}
.site-header__sidenav .sidenav__container .sidenav__search__input {
  border: 1px solid var(--color-semidark);
  height: 36px;
  line-height: 36px;
  padding: 0 34px;
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/search-alt.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 12px center;
  background-blend-mode: difference;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .site-header__sidenav .sidenav__container .sidenav__menu__item {
    margin-bottom: 0;
    font-weight: var(--font-medium);
  }
}
.site-header__sidenav .sidenav__container .sidenav__menu__item > a {
  font-size: 28px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: -50%;
  display: block;
  background-image: linear-gradient(
    90deg,
    var(--color-primary) 0%,
    var(--color-secondary) 42.19%,
    var(--color-tertiary) 100%
  );
  opacity: 0;
  transition: left 2s, opacity 0.1s ease-in;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item--active a::after,
.site-header__sidenav .sidenav__container .sidenav__menu__item:hover a::after {
  left: 0;
  opacity: 1;
  transition: left 0.3s ease-in, opacity 0.3s ease-in;
}
.site-header__sidenav
  .sidenav__container
  .sidenav__menu__item:not(.sidenav__menu__item--active):hover
  a::after {
  background-image: none;
  background-color: #bbbbbb;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item .menu__sub {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
  height: 0;
  transform-origin: center top;
  transform: scaleY(0);
  transition: height 0.3s ease-in, transform 0.3s ease-in;
}
.site-header__sidenav
  .sidenav__container
  .sidenav__menu__item
  .menu__sub__item {
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 8px;
  font-size: 18px;
}
.site-header__sidenav
  .sidenav__container
  .sidenav__menu__item--expand
  .menu__sub {
  overflow: visible;
  height: auto;
  transform: scaleY(1);
  transition: height 0.3s ease-in, transform 0.3s ease-in;
}
.site-header__sidenav .sidenav__container .sidenav__menusub {
  margin-top: 16px;
}
.site-header__sidenav .sidenav__container .sidenav__menusub__item {
  font-size: 18px;
  font-weight: var(--font-medium);
}
@media (min-width: 768px) {
  .site-header__sidenav .sidenav__container .sidenav__menusub {
    display: none;
  }
}
.site-header__sidenav .sidenav__container .sidenav__footer-links {
  margin-top: auto;
}
.site-header__sidenav .sidenav__container .sidenav__footer-links__heading {
  font-size: 18px;
  font-weight: var(--font-medium);
}
.site-header__sidenav .sidenav__overview {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 164px;
  background-color: var(--color-grey);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(100% - 478px);
  overflow-y: auto;
  transform: translateX(100vw);
  transition: transform 0.3s ease-in;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header__sidenav .sidenav__overview {
    width: calc(100% - 400px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .site-header__sidenav .sidenav__overview {
    padding-top: 210px;
  }
}
.site-header__sidenav .sidenav__overview-search {
  margin-bottom: 164px;
  align-items: center;
  width: 100%;
  display: none;
}
.site-header__sidenav .sidenav__overview-search .input {
  border: 1px solid transparent;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin-right: 16px;
}
.site-header__sidenav .sidenav__overview-search .button {
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
}
.site-header__sidenav .sidenav__overview-links {
  display: none;
  width: 100%;
}
.site-header__sidenav .sidenav__overview-links.active {
  display: grid;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header__sidenav .sidenav__overview-links.active {
    display: flex;
    flex-direction: column;
  }
}
.site-header__sidenav .sidenav__overview-links__heading {
  font-weight: var(--font-medium);
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--color-font);
}
.site-header__sidenav .sidenav__overview-links__item {
  margin-bottom: 10px;
}
.site-header__sidenav .sidenav__overview-links__item a {
  opacity: 0.6;
  color: var(--ljh-brand-color-ink, black);
  font-size: 14px;
}
.site-header__sidenav .sidenav__overview-links__item a:hover {
  opacity: 1;
}
.site-header__sidenav .sidenav__overview-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 10px;
}
.site-header__sidenav--expand .sidenav__icon {
  position: relative;
  z-index: 12;
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/close.svg");
  margin-top: 0;
  margin-right: 0;
}
.site-header__sidenav--expand::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  z-index: -1;
  background-color: var(--color-shadow);
  content: "";
}
.site-header__sidenav--expand .sidenav__container {
  display: flex;
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.2s ease-in;
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -ms-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
}
.site-header__sidenav--expand .sidenav__overview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.2s ease-in;
}
.sidenav__overview-nav.tabs__nav {
  margin-bottom: 50px;
}
.sidenav__overview-nav.tabs__nav .tabs__item,
.sidenav__overview-nav.tabs__nav .tabs__item:hover {
  font-weight: var(--font-lighter);
}

.sidenav__footer-links__item {
  margin-bottom: 16px;
}
.sidenav__footer-offices {
  margin-top: auto;
}

/* header submenu mobile */
@media (min-width: 768px) {
  .sidenav__overview-mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .sidenav__overview-mobile {
    margin: 30px 0;
  }
  .sidenav__overview-mobile .sidenav__overview-nav.tabs__nav .tabs__item {
    width: 100%;
    font-weight: var(--font-medium);
  }
  .sidenav__overview-mobile
    .sidenav__overview-nav.tabs__nav
    .tabs__item.tabs__item--active {
    color: var(--color-secondary);
  }
  .sidenav__overview-mobile .tabs__border {
    display: none !important;
  }
}

.hs-tools-menu.hs-collapsed {
  display: none !important;
}
.breadcrumb__divider {
  display: inline-block;
  width: 1px;
  height: 1em;
  background: var(--color-font);
  margin: 0 0.3em;
}
.nice-select {
  width: 100%;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item > a::after { display: none !important; }

.filter-results__fields--bbc.form [class*="__field"] {
  margin-bottom: 0;
}
.filter-results__category {
  margin-bottom: 32px;
}

.ljha-integration[data-origin="land-au"] .filter-results__fields--bbc {
  grid-template-columns: 100%;
}
.ljha-integration[data-origin="land-au"]
  .filter-results__fields--bbc.form
  [class*="__field"] {
  padding-left: 0;
}
.ljha-integration[data-origin="commercial-au"] .filter-results__fields--bbc {
  grid-template-columns: 25% 37.5% 37.5%;
}

.ljha-integration[data-origin="commercial-au"]
  .filter-results__fields--bbc.form
  .filter__bed,
.ljha-integration[data-origin="commercial-au"]
  .filter-results__fields--bbc.form
  .filter__bath {
  display: none;
}
.ljha-integration[data-origin="commercial-au"]
  .filter-results__fields--bbc
  .filter-results__field {
  width: 100%;
}
.ljha-integration[data-origin="commercial-au"]
  .filter-results__fields--bbc
  .filter__car {
  grid-column: 1 / span 3;
}
.site-header .quicksearch__filter .filter__bbc>[class^="filter__"]:nth-child(2) {
  margin: auto;
}
.office-group__slider__item__content {
  cursor: pointer;
}
.office-group__slider__item__content .img-icon--arrow {
  position: absolute;
  right: 15px;
  bottom: 3px;
  font-size: 50px;
}
.office-group__slider__item__buttons {
  opacity: 0;
  transform: rotateY(179deg);
  transition: opacity .5s ease-in, transform .5s ease-in;
}
.office-group__slider__item__content:hover .office-group__slider__item__buttons {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity .5s ease-in, transform .5s ease-in;
}

/* Floating Hubspot Banner */
body.hs-web-interactives-top-banner-open main {
  position: relative;
}
body.hs-web-interactives-top-banner-open main .breadcrumb {
  position: absolute;
}

body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper {
    margin-top: auto;
}

body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header {
    top: 92px;
}

body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header .header-search__container {
    top: 150px;
}
body.hs-web-interactives-top-banner-open .hero-form.hero-form--nonlibs {
  padding-top: 0;
  min-height: calc(95vh - 10px);
}
body.hs-web-interactives-top-banner-open .agent-office-results {
  padding-top: 30px;
}
body.hs-web-interactives-top-banner-open .property-header .breadcrumb {
  top: auto;
  position: fixed;
}
body.hs-web-interactives-top-banner-open .breadcrumb-office-agent {
  top: unset;
  transform: translateY(-4px);
}
body.hs-web-interactives-top-banner-open .breadcrumb-office {
  top: unset;
  transform: translateY(0);
}
body.hs-web-interactives-top-banner-open .body-container--office-team-group .breadcrumb-office-agent {
    transform: translateY(-54px)
}
body.hs-web-interactives-top-banner-open .hero-form {
  padding-top: 0;
}
body.hs-web-interactives-top-banner-open main.body-container-wrapper {
  padding-top: 92px;
}
@media (max-width: 1023.98px) {
  html.body--noscroll div#hs-web-interactives-top-anchor {
    z-index: 1 !important;
  }
  .body--noscroll body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header {
      top: 0 !important;
  }
  body.hs-web-interactives-top-banner-open .breadcrumb-office {
    top: unset;
    transform: translateY(0);
  }
  body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header {
    top: auto;
  }
  body.hs-web-interactives-top-banner-open main.body-container-wrapper header.property-header__agentoffice.property-header {
    top: auto;
  }
  body.hs-web-interactives-top-banner-open .agent-office-results {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .site-header__sidenav .sidenav__container .sidenav__header {
    margin-bottom: calc(48px + 84px);
  }
  body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header {
    top: auto;
  }
  body.hs-web-interactives-top-banner-open .hero-gallery__content {
    padding-bottom: 30%; 
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .sidenav__overview-panel.grid--3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  html.body--noscroll {
    max-height: 100vh;
    overflow: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  body.hs-web-interactives-top-banner-open main.body-container-wrapper {
    padding-top: 50px;
  }
  body.hs-web-interactives-top-banner-open .breadcrumb-office {
    top: unset;
    transform: translateY(38%);
  }
  .header__logo--main img[src*="ommercial"] {
    max-width: 47vw;
    transform: translateY(-25%);
  }
}
@media (max-width: 991.98px) {
  .header-search__icon.img-icon--search {
    position: relative;
  }
  .header-search__icon.img-icon--search::before {
    content: "Search";
    display: inline-block;
    position: absolute;
    word-break: keep-all;
    top: 50%;
    right: calc(100% + 12px);
    transform: translateY(-50%);
  }
  .header-search--active .header-search__icon.img-icon--search::before {
    display: none;
  }
}
.site-header__sidenav .sidenav__container .sidenav__menu__item.sidenav__menu__item--active > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  display: block !important;
  background-image: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 42.19%, var(--color-tertiary) 100%);
  transition: left 2s, opacity 0.1s ease-in;
  left: 0;
  opacity: 1;
}
@media (min-width: 1112px) {
  div.property-header__buttons {
    display: none;
  }
  .property-header .property-header__cta .img-icon--header-more {
    display: none;
  }
  header.property-header {
    padding-right: 8%;
    padding-left: 8%;
    min-height: 68px;
  }
  header.property-header + .listing-results {
    padding-top: 40px;
  }
  div.property-header__wrapper {
    padding-right: 0;
  }
  .site-header .quicksearch .multiple-keywords {
    height: 32px;
  }
  .site-header .quicksearch div.multiple-keywords:not(.multiple-keywords--oversize) {
    padding-left: 2px;
  }
  .site-header .quicksearch div.multiple-keywords__selection {
    max-width: 80%;
  }
  .property-search__form.form .property-search__keywords:not(.multiple-keywords--oversize) {
    padding-left: 4px;
  }
  .multiple-keywords__selection, .multiple-categories__selection, .multiple-features__selection, .multiple-tags__selection {
    padding: 0 !important;
  }
  .property-search__form.form .property-search__keywords {
    border-radius: 3px;
  }
  div.simplesearch__button button {
    height: 31px;
  }
}
@media (min-width: 992px) {
  .breadcrumb__share--mobile {
    display: none !important;
  }
  .property-header .img-icon--header-more {
    background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/minus.svg");
    position: relative;
  }
  .property-header .img-icon--header-more::before {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/minus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in;
  }
  div.property-header__buttons {
    display: none;
  }
}
@media (max-width: 1111.98px) {
  .site-header .header-search--active .header-search__icon {
    z-index: 2;
    position: relative;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1l17 17M4 18L21 1' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E);
  }
  .property-header__cta span.img-icon--header-more {
    position: relative;
  }
  .property-header .img-icon--header-more, .property-header .img-icon--header-more::before {
    background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/minus.svg");
  }
  .property-header .img-icon--header-more::before {
    content: "";
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% center;
    position: absolute;
    top: 0px;
    left: 0px;
    transform-origin: center center;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in 0s;
  }
  .property-header__buttons {
    display: none;
  }
  .site-header .header-search:not(.header-search--active) .quicksearch__filter.morefilter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1111.98px) {
  .property-header .property-header__cta {
    justify-content: flex-end;
  }
  .property-header__cta span.img-icon--header-more {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .site-header__sidenav .sidenav__overview-links__heading {
    margin-top: 20px;
  }
  .site-header .header-search .quicksearch__filter__container {
    flex-direction: column;
    padding: 0 30px 30px;
  }
  .site-header .header-search .quicksearch__filter .filter__label {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    margin-bottom: 6px;
  }
  .site-header .header-search .quicksearch__filter .filter__range-slider {
    margin-right: 0;
    width: 100%;
  }
  .site-header .header-search .quicksearch__filter .range-slider {
    width: 100%;
  }
  .site-header .header-search .quicksearch__filter .filter__bbc {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
  .site-header .header-search .quicksearch__filter .filter__bbc > [class^=filter__] {
    width: 100%;
    margin-right: 0;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .breadcrumb__share--mobile {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  .property-header .property-header__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: flex-start;
  }
  .property-header .breadcrumb {
    max-width: 100%;
    width: 100%;
  }
  .property-header .property-header__buttons {
    display: none;
  }
  .property-header .property-header__cta {
    padding-top: 0px;
    width: 100%;
  }
  .property-header__cta span.img-icon--header-more {
    margin-left: auto;
  }
  .breadcrumb .breadcrumb__current__page {
    white-space: unset;
  }
  .breadcrumb .breadcrumb__section {
    margin-bottom: 0;
  }
  header.property-header {
    position: fixed;
  }
  /*  mobile header search  */
  .site-header .header-search--active .header-search__icon {
    z-index: 2;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1L21 18' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 18L21 0.999999' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .site-header .quicksearch::before {
    content: "Search";
    display: block;
    font-size: 24px;
    font-weight: var(--font-medium);
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .site-header .header-search:not(.header-search--active) .header-search__container {
    top: 0 !important;
    transform: translateX(100%);
    transition: transform .3s ease-in, visibility 1s .3s, opacity 1s .3s;
  }
  .site-header .header-search__container {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100% !important;
    background-color: var(--ljh-brand-color-paper, white) !important;
    padding-top: 24% !important;
    transform: translateX(0%);
    transition: transform .3s ease-in;
  }
  .site-header .quicksearch > *:not(:last-child) {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .site-header .quicksearch input, .site-header .quicksearch select {
    border: 1px solid var(--color-darkgrey) !important;
    border-radius: 0 !important;
  }
  .site-header .quicksearch .multiple-keywords input {
    border: 0 !important;
    margin-left: 0 !important;
    padding-right: 27px;
  }
  .site-header .quicksearch .multiple-keywords {
    border: 1px solid var(--color-darkgrey);
  }
  .site-header .quicksearch__keywords__text.multiple-keywords--oversize:not(:hover) .multiple-keywords__selection {
    visibility: visible;
    opacity: 1;
  }
  .site-header .quicksearch__filter {
    height: auto !important;
  }
  .site-header .quicksearch__filter.morefilter > .button {
    display: none !important;
  }
  .site-header .quicksearch__filter__container {
    position: static !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    padding: 0 !important;
    background-color: transparent;
  }
  .site-header .header-search .quicksearch__filter .filter__bbc > [class^="filter__"] {
    margin-bottom: 20px !important;
  }
  .site-header .quicksearch__filter .filter__suburb {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-search--active .header-search__container {
    max-height: 100vh;
    overflow-y: auto;
  }
  .property-header .property-header__cta {
    padding-top: 0;
  }
  header.property-header .breadcrumb {
    display: none;
  }
  .property-header .img-icon--header-more {
    background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/minus.svg");
    position: relative;
  }
  .property-header .img-icon--header-more::before {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/minus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in;
  }
  .site-header .header-search__container {
    min-height: 100vh !important;
  }
  .site-header .header-search__container .quicksearch__filter {
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .site-header .header-search__container .quicksearch__filter .button {
    width: 100%;
  }
  .quicksearch__filter-advanced {
    display: none;
  }
  .breadcrumb__share, .breadcrumb__share~.button {
    display: none;
  }
  .breadcrumb .button.breadcrumb__share {
    display: none;
  }
  div.breadcrumb {
    display: none !important;
  }
  .site-header__container.content-wrapper {
    padding: 0;
  }
  .site-header__container .header__logo--main {
    margin-left: -15px;
  }
  .site-header .header-search--active .header-search__container {
    padding-bottom: 100px;
  }
  .site-header__sidenav .sidenav__container .sidenav__footer-links {
    margin-bottom: 25vw;
  }
}





.site-header {
  background-color: var(--ljh-brand-color-linen);
}
.site-header__sidenav {
  background-color: transparent;
}
.site-header__sidenav .sidenav__overview {
  background-color: var(--ljh-brand-color-linen);
}

/** search bar */
.site-header .quicksearch {
  --ljh-input-field-height: 40px;
}
.site-header .quicksearch > *,
.site-header .quicksearch > *:not(:last-child) {
  background-color: transparent;
}
.site-header .quicksearch .multiple-keywords,
.site-header .quicksearch > .quicksearch__notification {
  height: auto;
  padding: 0;
  border: 0;
}
.site-header .quicksearch select,
.site-header .quicksearch input[type=text] {
  font-family: var(--ljh-font-family);
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 15px;
  height: var(--ljh-input-field-height);
  min-height: var(--ljh-input-field-height);
  border: 1px solid var(--ljh-brand-color-ink, black) !important;
  border-radius: 100px !important;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
}
.site-header .quicksearch select {
  padding-right: 40px;
}
.site-header .quicksearch button.button {
  height: var(--ljh-input-field-height);
}

body:not(.hs-web-interactives-top-banner-open) .property-header {
  top: 94px !important;
}
.property-header .property-header__wrapper > *:not(:last-child) {
  flex: 1;
}
.property-header .breadcrumb .breadcrumb__section {
  flex: 1;
}
.property-header .breadcrumb .breadcrumb__wrapper {
  max-width: initial;
}
@media (min-width: 768px) {
  .property-header .property-header__cta {
    width: initial;
    margin-left: auto;
  }
}
.site-header .quicksearch button.button.button--transparent:hover {
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
}
.site-header .quicksearch > * {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .site-header .quicksearch > *,
  .site-header .quicksearch > *:not(:last-child) {
    height: var(--ljh-input-field-height);
  }
  .site-header .quicksearch > .quicksearch__keywords {
    width: initial;
  }
}

/** sidenav */
.site-header__sidenav .sidenav__container .sidenav__header {
  padding-right: 30px;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item.sidenav__menu__item--active>a:after {
  background-image: none;
  background-color: var(--ljh-brand-color-vintage-leather);
}
.sidenav__search form.simplesearch {
  position: relative;
  display: flex;
}
.sidenav__search form.simplesearch .simplesearch__keywords input[type=text] {
  font-family: var(--ljh-font-family);
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 15px;
  padding-right: 40px;
  height: var(--ljh-input-field-height);
  min-height: var(--ljh-input-field-height);
  border: 1px solid var(--ljh-brand-color-ink, black);
  border-radius: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
}
.sidenav__search form.simplesearch .simplesearch__button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: var(--ljh-input-field-height);
  height: var(--ljh-input-field-height);
}
.sidenav__search form.simplesearch .simplesearch__button .button.button--black {
  background-color: transparent;
  border: 0;
  border-radius: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ljh-input-field-height);
  height: var(--ljh-input-field-height);
}
.sidenav__search form.simplesearch .simplesearch__button .button.button--black .img-icon--search-white {
  filter: invert(0);
}





/** property listings : .property-header.template--listing-results */
.listing-results .listing-results__form.form {
  background-color: transparent;
  padding: 0;
}
.listing-results .listing-results__filter .listing-results__form.form .form__field.form__field--keyvalue {
  align-items: center;
}
/** END */
/*
# Footer
# Base for all footer elements and site's footer
*/
.site-footer {
  padding: 4.25rem 0 0px;
  background-color: #F3F3F3;
}
@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 30px;
    background-color: var(--ljh-brand-color-paper, white);
  }
}
.site-footer__head {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-end;
  flex-wrap: nowrap;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .site-footer__head {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-footer__head {
    align-items: center;
  }
}
.site-footer__brand {
  height: 20px;
  width: auto;
}
.site-footer__brand img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .site-footer__brand {
    height: auto;
    order: 1;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
    padding-right: 0;
    display: flex;
  }
  .site-footer__brand img {
    display: block;
    min-height: 30px;
    max-height: 30px;
    width: auto;
  }
}
.site-footer .footer__category {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 8px 0;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  z-index: 1;
}
.site-footer .footer__category .tabs__border {
  bottom: -1px;
}
@media (max-width: 767.98px) {
  .site-footer__head .tns-outer {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .site-footer__head .tns-controls {
    display: block;
  }
  .site-footer__head .tns-controls button[data-controls*="next"], .site-footer__head .tns-controls button[data-controls*="prev"] {
    display: inline-block;
    z-index: 3;
  }
  .site-footer__head .tns-controls button[data-controls*="prev"] {
    left: 0 !important;
  }
  .site-footer__head .tns-controls button[data-controls*="next"] {
    right: 0 !important;
  }
  .site-footer__head .tns-controls .img-icon--arrow-left, .site-footer__head .tns-controls .img-icon--arrow-right {
    opacity: 1;
  }
  .site-footer__head .tns-inner {
    background-color: var(--color-grey);
  }
  .flex .footer__category.flex__item.flex--8 {
    max-width: inherit;
  }
  .flex .footer__category .footer__category__item {
    text-align: center;
  }
  .site-footer__head.flex .site-footer__brand {
    padding-top: 20px;
  }
  .site-footer .footer__category::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .site-footer .footer__category .tabs__border {
    display: none !important;
  }
  nav.site-footer__credits a:not(:last-child) {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-footer .footer__category__item.flex__item {
    width: auto;
    max-width: unset;
    margin-right: 11px;
  }
}
.site-footer .footer__category__item > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--ljh-brand-color-ink, black);
}
.site-footer .footer__category__item > a::after {
  display: none;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 42.19%, var(--color-tertiary) 100%);
  position: absolute;
  bottom: -5px;
  left: -50%;
  content: "";
  opacity: 0;
}
@media (max-width: 767.98px) {
  .site-footer .footer__category__item > a {
    font-size: 18px;
  }
}
.site-footer .footer__category__item--active, .site-footer .footer__category__item:hover {
  font-weight: var(--font-medium);
  position: relative;
}
.site-footer .footer__category__item--active > a::after, .site-footer .footer__category__item:hover > a::after {
  left: 0;
  opacity: 1;
  transition: left 0.3s ease-in, opacity 0.3s ease-in;
  background-image: none;
  background-color: #c8c8c8;
}
.site-footer .footer__category__item>a::after, .site-footer .footer__category__item:hover>a::after {
  display: none !important;
}
@media (max-width: 767.98px) {
  .site-footer .footer__category__item--active > a::after, .site-footer .footer__category__item:hover > a::after {
    display: none;
  }
}
.site-footer .footer__category__item > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--ljh-brand-color-ink, black);
}
@media (max-width: 767.98px) {
  .site-footer .footer__category__item {
    margin-bottom: 0;
  }
}
.site-footer .footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #E5E5E5;
  padding: 8px 0;
}
@media (max-width: 767.98px) {
  .site-footer .footer__social {
    text-align: center;
    justify-content: center;
    border-bottom: 0;
    order: 2;
  }
}
.site-footer .footer__social > a {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.site-footer .footer__social > a:last-child {
  margin-right: 0;
}
.site-footer .footer__social [class^=social__icon] {
  width: 100%;
  height: 100%;
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/facebook.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.site-footer .footer__social .social__icon--facebook {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/facebook.svg");
}
.site-footer .footer__social .social__icon--instagram {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/instagram.svg");
}
.site-footer .footer__social .social__icon--twitter {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/x.svg");
}
.site-footer .footer__social .social__icon--linkedin {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/linkedin.svg");
}
.site-footer .footer__social .social__icon--youtube {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/youtube.svg");
}
.site-footer__body {
  padding-top: 32px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .site-footer__body {
    margin-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-footer__body .footer__panel:not(.footer__panel--active) {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-footer__body .footer__panel {
    flex-wrap: wrap;
  }
}
.site-footer__body .footer__menu {
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-footer__body .footer__menu.flex__item.flex--2 {
    width: 33.33%;
    max-width: 33.33%;
  }
}
.site-footer__body .footer__menu__heading, .site-footer__body .footer__menu > p.footer__menu__heading {
  font-size: 18px;
  font-weight: var(--font-medium);
  margin-bottom: 16px;
  display: block;
}
.site-footer__body .footer__menu__item, .site-footer__body .footer__menu > p {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .site-footer__body .footer__menu__item, .site-footer__body .footer__menu > p {
    padding-right: 0;
  }
}
.site-footer__body .footer__menu__item a, .site-footer__body .footer__menu > p a {
  color: var(--ljh-brand-color-ink, black);
}
.site-footer__body .footer__menu__item a:hover, .site-footer__body .footer__menu > p a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .site-footer__body .footer__menu {
    margin-bottom: 20px;
    text-align: center;
    max-height: 30px;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
  }
  .site-footer__body .footer__menu--expand {
    max-height: 200rem;
    transition: max-height 0.3s ease-in;
  }
}
.site-footer__credits {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  margin-top: 26px;
  border-top: 1px solid rgba(132, 127, 127, 0.18);
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .site-footer__credits {
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.site-footer__credits a {
  color: var(--ljh-brand-color-ink, black);
  padding: 0 12px;
}
.site-footer__credits a:first-child {
  padding-left: 0;
}
@media (min-width: 1112px) {
  .site-footer .flex .site-footer__brand.flex__item.flex--2 {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer__credits a {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    width: 100%;
  }
  .site-footer__credits a:not(:last-child) {
    padding-right: 10px;
  }
  .site-footer__credits a:first-child {
    width: 100%;
    flex: 1 0 auto;
    display: block;
  }
}

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
}

.pagination__link,
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  text-decoration: none;
}

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
}

.pagination__link--disabled .pagination__link-text {
  color: #B0C1D4 !important;
}

.pagination__link--first,
.pagination__link--prev {
  margin-right: 0.7rem;
}

.pagination__link--first {
  margin-left: 0;
}

.pagination__link--number {
  border: 2px solid transparent;
  border-radius: 6px;
  margin: 0 0.175rem;
  padding: 0.25rem 0.4rem;
}

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  border-color: #B0C1D4;
}

.pagination__link--last,
.pagination__link--next {
  margin-left: 0.7rem;
}

.pagination__link--last {
  margin-right: 0;
}

.pagination__link-icon svg,
.pagination__link-icon svg {
  height: 16px;
  margin: 0 0.3rem;
  width: 16px;
}
.ebook-list__pagination {
  margin-top: 64px;
}
.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: ;
}
.ebook-list__pagination .pagination__link--disabled .pagination__link-icon svg,
.ebook-list__pagination .pagination__link--disabled .pagination__link-icon svg {
  fill: #B0C1D4 !important;
}
.site-footer .footer__social .social__icon--youtube {
  transform: translateY(12%);
}
@media (min-width: 1000px) and (max-width: 1119.98px) {
  .site-footer .footer__category {
    padding-left: 30px;
  }
  .site-footer .footer__social {
    padding-right: 26px;
  }
}
@media (min-width: 1112px) {
  .site-footer .footer__category {
    padding-left: 30px;
  }
  /*  evenly submenu  */
  .site-footer .footer__panel {
    padding-left: 0px;
    justify-content: space-between;
  }
  .site-footer .footer__social {
    padding-right: 19px;
  }
  .site-footer__body .footer__menu:nth-of-type(1) {
    margin-right: 30px;
  }
  .site-footer__body .footer__menu:nth-of-type(6) {
    width: 16.66%;
    max-width: calc(16.66% - 30px);
  }
  .flex .site-footer__brand.flex__item.flex--2 {
    width: auto;
  }
  .site-footer .flex .footer__category.flex__item.flex--8 {
    justify-content: flex-start;
  }
  .site-footer .footer__category__item>a {
    margin-right: 75px;
  }
  .site-footer .flex .footer__category__item.flex__item.flex--3 {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  footer.site-footer .footer__category {
    justify-content: space-between;
  }
  footer.site-footer .footer__category__item.flex__item {
    width: fit-content;
  }
}




.site-footer {
  background-color: var(--ljh-brand-color-linen);
}
.site-footer__head > nav {
  border-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .site-footer__head .tns-inner {
    background-color: transparent;
    border: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767.98px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}


/* layout spacing */
.parsection-article-column + .parsection-card-icon__module section {
    padding-top: 0;
}

/* Container with crop function */
.container-crop {
  max-height: 12.5em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .container-crop {
    max-height: unset !important;
  }
}
.container-crop__toggle {
  display: inline-block;
  margin-top: 5px;
  color: var(--color-semidark);
  text-decoration: underline;
  margin-bottom: 1em;
}
.container-crop__toggle::before {
  content: attr(data-label-more);
}
@media (max-width: 767.98px) {
  .container-crop__toggle {
    display: none !important;
  }
}
.container-crop--expand {
  max-height: unset !important;
}
.container-crop--expand + .container-crop__toggle::before {
  content: attr(data-label-less);
}

[class*="column-image"] a:not(.button), .section-generic a:not(.button) {
  font-weight: var(--font-semibold);
  color: var(--color-font);
  text-decoration: none;
}
[class*="column-image"] a:not(.button):hover, .section-generic a:not(.button):hover {
  color: var(--color-font);
}
[class*="column-image"] a:not(.button):visited, .section-generic a:not(.button):visited {
  font-weight: var(--font-semibold);
  color: var(--color-font);
  text-decoration: none;
}



/** breadcrumb : .breadcrumb */
body .breadcrumb.breadcrumb--grey {
  background: var(--ljh-brand-color-paper, white);
  padding: 20px 30px;
  position: fixed;
  top: 94px;
  width: 100%;
  z-index: 3;
}

.breadcrumb .breadcrumb__share {
  color: var(--ljh-brand-color-paper, white);
}
.breadcrumb .breadcrumb__share:not(:hover) span.img-icon--share {
  filter: invert(100%);
  opacity: 1 !important;
}

.breadcrumb .button:hover {
  background-color: var(--ljh-brand-color-paper, white);
  color: var(--ljh-button-color-hover);
}
.breadcrumb .button:not(:last-child) {
  margin-right: 10px;
}
.breadcrumb .button.button--black {
  --ljh-button-spacing-x: 20px;
  --ljh-button-color: var(--ljh-brand-color-vintage-leather-text);
  --ljh-button-color-hover: var(--ljh-brand-color-vintage-leather);
  --ljh-button-bgcolor: var(--ljh-brand-color-vintage-leather);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-linen);
  --ljh-button-border-color: var(--ljh-brand-color-vintage-leather);
  --ljh-button-border-color-hover: var(--ljh-brand-color-vintage-leather);
  font-size: 14px;
  line-height: 1.5;
  height: auto;
  padding: var(--ljh-button-spacing-y) var(--ljh-button-spacing-x);
}
.breadcrumb .button--black:not(:hover) {
  color: var(--ljh-brand-color-paper, white);
}

.breadcrumb-office .button {
  height: auto !important;
}
.breadcrumb-office .button.button--black {
  font-size: 16px;
  font-weight: var(--font-normal);
  line-height: 1.5;
  background-color: var(--ljh-brand-color-vintage-leather);
  color: var(--ljh-brand-color-vintage-leather-text);
  border-radius: var(--ljh-button-border-radius);
  border: 1px solid var(--ljh-brand-color-vintage-leather);
  padding: var(--ljh-button-spacing-y) var(--ljh-button-spacing-x);
}
.breadcrumb .breadcrumb__wrapper .button.breadcrumb__share {
  color: var(--ljh-brand-color-vintage-leather-text);
  padding: var(--ljh-button-spacing-y) var(--ljh-button-spacing-x);
  font-size: 14px;
  line-height: 1.4;
  height: auto;
}
.breadcrumb-office .button.button--black:hover{
  background-color: var(--ljh-button-bgcolor-hover);
  color: var(--ljh-button-color-hover);
  border-color: var(--ljh-button-border-color-hover);
}
.breadcrumb-office .button.button--black:not(:hover) {
  color: var(--ljh-brand-color-vintage-leather-text);
}
.breadcrumb-office-agent .simplesearch__notification {
  padding: 0;
}
.breadcrumb-office-agent .simplesearch__notification label:empty {
  display: none;
}
.breadcrumb-office-agent .simplesearch__notification .search-notification:not(:empty) {
  padding: 10px 0 10px;
}
@media (min-width: 768px) {
  .breadcrumb.breadcrumb--grey .breadcrumb__wrapper .breadcrumb__section:not(:last-child) {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-office__section:not(:last-child) {
    margin-right: 15px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .breadcrumb-office__wrapper {
    flex-wrap: wrap;
    align-items: center;
  }
  .breadcrumb-office-agent {
    display: block !important;
    visibility: visible !important;
  }
  .breadcrumb-office-agent .breadcrumb-office-agent__section {
    margin-bottom: 0 !important;
  }
}
/** END */

/* libtabs */
.libtabs__item:not(.libtabs__item--active):hover::after, .libtabs__item:not(.libtabs__item--active)::after {
  display: none !important;
}

/** find agent : section.find-agent */
section.find-agent {
  --ljh-font-color: var(--ljh-brand-color-dark-ocean);
  --ljh-heading-color: var(--ljh-brand-color-dark-ocean);
  --color-white: var(--ljh-brand-color-light-gray);
  background-color: var(--ljh-brand-color-light-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--ljh-section-spacing);
  padding-bottom: var(--ljh-section-spacing);
  color: var(--ljh-font-color);
}
section.find-agent .simple-search__container {
  width: 100%;
  max-width: 440px;
}
section.find-agent form.simplesearch {
  position: relative;
}
section.find-agent form.simplesearch .simplesearch__keywords input[type=text] {
  font-family: var(--ljh-font-family);
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 15px;
  padding-right: 40px;
  height: auto;
  min-height: var(--ljh-input-field-height);
  border: 1px solid var(--ljh-brand-color-paper, white);
  border-radius: 100px;
}
section.find-agent form.simplesearch .simplesearch__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
section.find-agent form.simplesearch .simplesearch__button .button.button--black {
  padding: 0;
  border: 0;
  width: 40px;
  height: 100% !important;
  background-color: transparent;
}
section.find-agent form.simplesearch .simplesearch__button .button.button--black .img-icon--search-white {
  filter: invert(0);
}
section.find-agent .search-suggestion .ljha-search-suggest-header, 
section.find-agent .search-suggestion .ljha-search-suggestion-header {
  background-color: var(--ljh-brand-color-paper, white);
}
section.find-agent .simplesearch__notification {
  padding: 0;
}
section.find-agent .search-notification:empty {
  display: none;
}
/** END */




/** property search : section.property-search */
.property-search__form.form .property-search__keywords .multiple-keywords__selection {
  overflow: visible !important;
}
section.property-search {
  --color-light: transparent;
}
section.property-search .property-search__form .property-search__keywords {
  background-color: transparent;
  border: 0;
  height: auto;
}
section.property-search .property-search__form .property-search__keywords input[type="text"] {
  margin: 0;
}
section.property-search .property-search__form input[type="text"],
section.property-search .property-search__form select,
section.property-search .property-search__form button {
  font-family: var(--ljh-font-family);
  font-size: 16px !important;
  padding: 0 15px !important;
  border-radius: 100px;
  min-height: var(--ljh-input-field-height);
  border: 1px solid var(--ljh-brand-color-ink, black) !important;
}
section.property-search .property-search__form select {
  padding: 0 15px !important;
}
section.property-search .property-search__form button.property-search__filter {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ljh-brand-color-paper, white);
  color: var(--ljh-brand-color-ink, black);
}
section.property-search .property-search__form button.property-search__filter [class^=img-icon] {
  opacity: 1;
}
section.property-search .property-search__form button.property-search__filter:hover {
  background-color: var(--ljh-brand-color-ink, black);
  color: var(--ljh-brand-color-paper, white);
}
section.property-search .property-search__form button.property-search__filter:hover > [class^=img-icon] {
  filter: invert(1);
}
section.property-search .property-search__form button.property-search__submit {
  border-color: var(--ljh-brand-color-ink, black) !important;
}
section.property-search .property-search__form button.property-search__submit:hover {
  background-color: var(--ljh-brand-color-linen);
  color: var(--ljh-brand-color-vintage-leather);
}
section.property-search .property-search__form button.property-search__submit:hover > [class^=img-icon] {
  filter: invert(1);
}
section.property-search .property-search__more {
  --color-light: white;
  border-radius: 10px;
}

section.property-search .property-search__form button, section.property-search .font--bolder, section.property-search .property-search__form input[type=text], section.property-search .property-search__form select{
  font-weight: var(--font-semibold) !important;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .property-search__form button.property-search__submit {
    margin-top: 0;
  }
}
/** END */



/** property listings : section.property-listings */
div.parsection-property-listings-module {
  background-color: var(--ljh-brand-color-young-leather);
}
section.property-listings {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-young-leather-text);
  --color-font: var(--ljh-brand-color-young-leather-text);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--ljh-section-spacing);
  padding-bottom: var(--ljh-section-spacing);
  background-color: var(--ljh-brand-color-young-leather);
  color: var(--ljh-font-color);
}
section.property-listings .listings__item {
  --ljh-font-color: black;
  --ljh-heading-color: var(--ljh-brand-color-vintage-leather);
  color: var(--ljh-font-color);
}
section.property-listings .property-listings__tab-item {
  color: var(--ljh-brand-color-paper, white);
}
section.property-listings .property-listings__tab-item:hover {
  color: var(--ljh-brand-color-paper, white);
  text-decoration: underline;
  text-underline-offset: 5px;
}
section.property-listings .libtabs__border {
  display: none;
}
section.property-listings .listings__item .listings__item__suburb {
  font-size: var(--ljh-font-size);
  font-weight: var(--font-bold);
  margin-top: 0;
  margin-bottom: 15px;
}
section.property-listings .listings__item .listings__item__overview {
  text-align: left;
}
@media (min-width: 992px) {
  section.property-listings .property-listings__heading {
    text-align: left;
  }
  section.property-listings .property-listings__heading + .property-listings__tabs .property-listings__tab-nav {
    position: absolute;
    top: -60px;
    right: -8px;
  }
  section.property-listings .property-listings__container {
    width: initial;
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (max-width: 767.98px) {
  section.property-listings .property-listings__wrapper .property-listings__tab-nav.libtabs__nav {
    justify-content: center !important;
  }
  section.property-listings .property-listings__wrapper .property-listings__tab-nav.libtabs__nav a {
    color: var(--ljh-brand-color-paper, white) !important;
  }
  section.property-listings .property-listings__wrapper .property-listings__tab-nav.libtabs__nav a:not(:last-child) {
    margin-right: 10px;
  }
  section.property-listings .property-listings__tab-item.libtabs__item--active:after {
    background-image: none;
  }
  section.property-listings .libtabs__panel--active .property-listings__panel {
    opacity: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }
  section.property-listings .libtabs__panel--active .property-listings__panel > * {
    flex: 0 0 calc(100vw - 60px);
    max-width: calc(100vw - 60px);
  }
}
/** END */



.body-container .parsection-column-image-icon.aw-first section.column-image-icon .button {
    --ljh-button-color: var(--ljh-brand-color-vintage-leather-text) !important;
  --ljh-button-color-hover: var(--ljh-brand-color-vintage-leather) !important;
   --ljh-button-bgcolor: var(--ljh-brand-color-vintage-leather)!important;
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-linen)!important;
  
  background-color: var(--ljh-button-bgcolor) !important;
    color: var(--ljh-button-color);
    border-color: var(--ljh-button-border-color);
  
  --color-font: var(--ljh-font-color);
}
.body-container .parsection-column-image-icon.aw-first section.column-image-icon .button:hover {
  --ljh-button-color-hover: var(--ljh-brand-color-vintage-leather) !important;
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-linen)!important;
  
  background-color: var(--ljh-button-bgcolor-hover) !important;
    color: var(--ljh-button-color-hover);
}


.body-container .parsection-column-image-icon.aw-second section.column-image-icon {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-gum-text);
  background-color: var(--ljh-brand-color-dark-gum);
  color: var(--ljh-font-color);
  --color-font: var(--ljh-font-color);
}
.body-container .parsection-column-image-icon.aw-second section.column-image-icon .button {
  --ljh-button-color: var(--ljh-brand-color-dark-gum-text);
   
  --ljh-button-color-hover: var(--ljh-brand-color-dark-gum);
  --ljh-button-bgcolor: var(--ljh-brand-color-dark-gum);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-border-color: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-gum-text);
}

.body-container .parsection-column-image-icon.aw-third section.column-image-icon
 {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-ocean-text);
  background-color: var(--ljh-brand-color-dark-ocean);
  color: var(--ljh-font-color);
   
  --color-font: var(--ljh-font-color);
}

span[data-hs-icon-hubl] svg {
    fill:  var(--ljh-font-color);
}

.body-container .parsection-column-image-icon.aw-third section.column-image-icon .button
{
  --ljh-button-color: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-color-hover: var(--ljh-brand-color-dark-ocean);
  --ljh-button-bgcolor: var(--ljh-brand-color-dark-ocean);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-border-color: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-ocean-text);
  width: 100%;
}

section.column-image.aw-second {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-gum-text);
  background-color: var(--ljh-brand-color-dark-gum);
  color: var(--ljh-font-color);
}
section.column-image.aw-second .button {
  --ljh-button-color: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-color-hover: var(--ljh-brand-color-dark-gum);
  --ljh-button-bgcolor: var(--ljh-brand-color-dark-gum);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-border-color: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-gum-text);
}

.body-container--home .parsection-column-image-icon.aw-third  section.column-image
 {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-ocean-text);
  background-color: var(--ljh-brand-color-dark-ocean);
  color: var(--ljh-font-color);
}
.body-container .parsection-column-image-icon.aw-third  section.column-image
 {
  --ljh-button-color: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-color-hover: var(--ljh-brand-color-dark-ocean);
  --ljh-button-bgcolor: var(--ljh-brand-color-dark-ocean);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-border-color: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-ocean-text);
  width: 100%;
}


/** section.column-tabs-feature */
section.column-tabs-feature {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.column-tabs-feature .column-tabs-feature__content {
    padding: 80px;
  }
}
/** END */



/** latest articles : section.article-column */
section.article-column {
  background-color: transparent;
  margin-top: var(--ljh-section-spacing);
  margin-bottom: var(--ljh-section-spacing);
  padding-top: 0;
  padding-bottom: 0;
}
/** END */



/** news hotboxes : section.news-list */
div.parsection-news-list:last-child section.news-list {
  background-color: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0;
}
section.news-list {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0;
  background: var(--ljh-brand-color-paper, white);
}
section.news-list .news-list__heading.heading--section {
  text-align: left;
}
section.news-list .button.button--transparent {
  --ljh-button-color: var(--ljh-brand-color-vintage-leather-text);
  --ljh-button-color-hover: var(--ljh-brand-color-vintage-leather);
  --ljh-button-bgcolor: var(--ljh-brand-color-vintage-leather);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-linen);
  --ljh-button-border-color: var(--ljh-brand-color-vintage-leather);
  --ljh-button-border-color-hover: var(--ljh-brand-color-vintage-leather);
}
section.news-list .article-tabs__caption:not(:last-child) {
  margin-bottom: 40px;
}
.article-tabs__container .news-list{
    background-color: var(--ljh-brand-color-linen);
}
section.news-list .news-list__item .news-list__item__caption {
  transition: all .2s ease-in;
}
section.news-list .news-list__item:hover .news-list__item__caption {
  transform: scale(0.9);
  transform-origin: left bottom;
}
section.news-list .news-list__item:not(.news-list__item--hoverable) {
  display: flex;
  flex-direction: column;
}
section.news-list .news-list__item:not(.news-list__item--hoverable) .news-list__item__wrapper {
  flex: 1;
}
section.news-list .news-list__item__info, section.news-list .news-list__item__info .news-list__item_author{
  color: var(--ljh-brand-color-ink, black);
  margin-bottom: 0;
}
section.news-list .news-list__item .news-list__item__wrapper {
  background: var(--ljh-brand-color-paper, white);
  height: 100%;
}
/** END */



/** .article tabs : section..article-tabs */
section.article-tabs {
  margin-top: var(--ljh-section-spacing);
  margin-bottom: var(--ljh-section-spacing);
  padding-top: 0;
  padding-bottom: 0;
}
section.article-tabs section.news-list {
  margin-top: 0;
  margin-bottom: 0;
}
section.article-tabs .article-tabs__tabnav.tabs__nav .tabs__item {
  color: var(--ljh-brand-color-vintage-leather);
  transition: opacity 0.3s ease-in;
}
section.article-tabs .article-tabs__tabnav.tabs__nav .tabs__item:hover {
  opacity: var(--ljh-cta-hover-opacity);
}
@media (max-width: 767.98px) {
  section.article-tabs .article-tabs__tabnav.tabs__nav .tabs__item.tabs__item--active:after {
    background-image: none;
    background-color: var(--ljh-brand-color-vintage-leather);
  }
}
.parsection-article-tabs:has(section.article-tabs),
.parsection-article-tabs:has(section.article-tabs) .article-tabs__container .news-list {
  background-color: transparent;
}
/** END */



/** card icon : section.card-icon__module */
section.card-icon__module {
  margin-top: var(--ljh-section-spacing);
  margin-bottom: var(--ljh-section-spacing);
  padding-top: 0;
  padding-bottom: 0;
}
/** END */



/** hovernav : section.hovernav */
section.hovernav {
  margin-top: var(--ljh-section-spacing);
  margin-bottom: var(--ljh-section-spacing);
  padding-top: 0;
  padding-bottom: 0;
}

/** END */



/** hovercard : section.hovercard */
section.hovercard {
  margin-top: var(--ljh-section-spacing);
  margin-bottom: var(--ljh-section-spacing);
  padding-top: 0;
  padding-bottom: 0;
}
section.hovercard .button.button--transparent {
  background-color: var(--ljh-brand-color-vintage-leather);
  border-color: var(--ljh-brand-color-vintage-leather);
  color: var(--ljh-brand-color-vintage-leather-text);
}
section.hovercard .button.button--transparent:hover {
  background-color: var(--ljh-brand-color-vintage-leather);
  color: var(--ljh-brand-color-paper, white);
}
/** END */



/** ebook column : section.ebook-column */
section.ebook-column {
  margin-top: var(--ljh-section-spacing);
  margin-bottom: var(--ljh-section-spacing);
  padding-top: 0;
  padding-bottom: 0;
}
/** END */



/** video slider : section.video-slider */
section.video-slider {
  margin-top: var(--ljh-section-spacing);
  margin-bottom: var(--ljh-section-spacing);
  padding-top: 0;
  padding-bottom: 0;
}
/** END */



/** video embed : section.card-icon__module */
section.embed-video {
  margin-top: var(--ljh-section-spacing);
  margin-bottom: var(--ljh-section-spacing);
  padding-top: 0;
  padding-bottom: 0;
}
section.embed-video .oembed_container {
  height: auto;
}
/** END */



/** resources nav : section.resources-nav */
section.resources-nav .resources-nav__wrapper {
  align-items: center;
}
section.resources-nav form.resources-nav__search {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
}
section.resources-nav form.resources-nav__search:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  height: 100%;
  padding: 0;
}
section.resources-nav form.resources-nav__search input[type=text] {
  font-family: var(--ljh-font-family);
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 15px;
  padding-left: 40px;
  height: auto;
  min-height: var(--ljh-input-field-height);
  border: 1px solid var(--ljh-brand-color-ink, black);
  border-radius: 100px;
  
}
/** END */



/** newsletter : section.newslettersub */
div.parsection-newslettersub {
  background-color: var(--ljh-brand-color-paper, white);
}
section.newslettersub {
  background-image: none !important;
  background-color: var(--ljh-brand-color-paper, white) !important;
}
section.newslettersub form.hs-form {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/** END */



/** signup form : section.signup-form */
div.section-signup-form {
  background-color: var(--ljh-brand-color-paper, white);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section.signup-form {
  background-image: none !important;
  background-color: var(--ljh-brand-color-paper, white) !important;
  padding: 35px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--ljh-section-spacing);
  padding-bottom: var(--ljh-section-spacing);
}
section.signup-form form.hs-form {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
section.signup-form .container-wrapper {
  padding: 0 !important;
}
/** END */


/** blog search query : section.search-query */
section.search-query form.form select,
section.search-query form.form input[type=text] {
  border-radius: 100px;
}
section.search-query form.form .search-query__form__keywords {
  position: relative;
  padding: 0 !important;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
section.search-query form.form .search-query__form__keywords:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.search-query form.form .search-query__form__keywords input[type=text] {
  padding-left: 40px;
}
/** END */



/** cardlist : section.cardlist */
section.cardlist .cardlist__grid__item {
  display: flex;
  flex-direction: column;
}
section.cardlist .cardlist__grid__item .cardlist__grid__item__content {
  flex: 1;
}


/* Listing item sticker */
.property-listings__panel .listings__item__sticker, .property-listings__panel span.listings__item__sticker--Auction{
  padding-top: 20px;
  border-bottom-left-radius: 10px !important;
  background-color: var(--ljh-brand-color-linen) !important;
  color: var(--ljh-brand-color-vintage-leather);
  max-width: 70px;
  text-align: left !important;
}

body .property-listings-module .property-listings__container .property-listings__panel span.listings__item__sticker--Auction{
  background-color: var(--ljh-brand-color-linen) !important;
  padding-top: 20px;
  border-bottom-left-radius: 10px !important;
  color: var(--ljh-brand-color-vintage-leather);
  max-width: 70px;
  text-align: left !important;
}
.property-listings__panel .listings__item__sticker--Sold{
  background-color: var( --ljh-brand-color-vintage-leather)!important;
  color: var(--ljh-brand-color-vintage-leather-text);
}


.property-listings__panel .listings__item__sticker--Leased{
  background-color: var( --ljh-brand-color-dark-ocean) !important;
  color: var(--ljh-brand-color-dark-ocean-text);
}
.property-listings__panel .listings__item__sticker--Auction{
  background-color: var(--ljh-brand-color-linen) !important;
   color: var(--ljh-brand-color-vintage-leather);
}

.listing-results__grid__content .listings__item__sticker {
  padding-top: 25px;
  border-bottom-left-radius: 10px !important;
 background-color: var(--ljh-brand-color-linen);
  color: var(--ljh-brand-color-vintage-leather);
  max-width: 70px;
}
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--Sold{
  background-color: var( --ljh-brand-color-vintage-leather)!important;
  color: var(--ljh-brand-color-vintage-leather-text);
}
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--Leased{
  background-color: var( --ljh-brand-color-dark-ocean) !important;
  color: var(--ljh-brand-color-dark-ocean-text);
}

.listing-results__grid__content .listings__item__sticker.listings__item__sticker--tender {
		background-color: var(--ljh-brand-color-linen)!important;
    color: var(--ljh-brand-color-linen-txt)!important;
}

.listing-results__grid__content .ljha-integration[data-profile="rent"] .listings__item__sticker,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--open,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--new,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--auction,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--tender {
		background-color: var(--ljh-brand-color-linen);
    color: var(--ljh-brand-color-linen-txt);
}

.listing-results__grid__content .ljha-integration[data-profile="sold"] .listings__item__sticker,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--under-contract,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--undercontract,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--sold,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--Sold{
		background-color: var(--ljh-brand-color-vintage-leather);
    color: var(--ljh-brand-color-vintage-leather-text);
}

.listing-results__grid__content .ljha-integration[data-profile="leased"] .listings__item__sticker,
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--leased {
		background-color: var(--ljh-brand-color-dark-ocean);
    color: var(--ljh-brand-color-dark-ocean-text);
}


.office-group__slider__item--parent .office-group__slider__item__wrapper:before{
      background-color: rgba(34, 63, 87, 0.82)!important;
  
}
.office-group__slider__item__wrapper:before {
    background: linear-gradient(0deg, rgba(34, 63, 87, .858), rgba(34, 63, 87, .679) 22%, rgba(34, 63, 87, 0) 66%)!important;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#223F57",GradientType=1)!important;
}


.template--office-contact .office-gmap{
  padding-top: 30px;
}



/* Popup Sharing */
.popup-share__buttons .button{
    background-color: var(--ljh-button-bgcolor);
    color: var(--ljh-button-color);
    border-radius: 20px;
    font-size: 14px;
    line-height: 2.5;
    height: auto;
}
.popup-share__buttons .button span{
  display: none;
}

.popup-share__buttons .button:hover{
    background-color: var(--ljh-button-bgcolor-hover);
    border-color: var(--ljh-button-border-color-hover);
    color: var(--ljh-button-color-hover);
}

.blog-post__meta{
  color: var(--ljh-brand-color-ink, black);
  margin-bottom: 15px;
}

form.hs-form .hs-form-field label{
  display: block;
}

.hs-blog-listing {
  background: var(--ljh-brand-color-paper, white);
}
.hs-blog-listing .news-list__item__wrapper, .hs-blog-listing .news-list__item{
  background-color: var(--ljh-brand-color-linen);
}

.hs-blog-listing .news-list__item__info, .hs-blog-listing .news-list__item__info .news-list__item_author{
  color: var(--ljh-brand-color-ink, black);
  margin:0;
}
.simplesearch__keywords {
    flex: 1 1 calc(100% - 65px);
}


.simplesearch__keywords input[type=text] {
    font-family: var(--ljh-font-family);
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}
.simplesearch__button .button{
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  padding: 0
}
.simplesearch__button .button:hover span.img-icon--search-white{
  filter: invert(0);
}

.site-header__menu .office-agent-search {
    border: 1px solid var(--color-grey);
    background: var(--ljh-brand-color-paper, white);
    padding: 15px;
}

body.hs-web-interactives-top-banner-open  .breadcrumb.breadcrumb--grey{
  top: 178px;
}

.body-container.body-container--blog-post.template--blog-post {
    background: var(--ljh-brand-color-paper, white);
}
.body-container.body-container--blog-post.template--blog-post .blog-comments:last-child {
  padding-bottom: 40px;
}

.body-container.body-container--blog-post.template--blog-post section.article-column.article-column--blog{
  background: var(--ljh-brand-color-linen);
}

body.hs-web-interactives-top-banner-open .breadcrumb-office{
  bottom: 0;
}

.template--office-article, .body-container.body-container--article.template--article {
    background: var(--ljh-brand-color-paper, white);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.property-listings__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1111.98px) {
  .resources-nav__wrapper {
    flex-direction: column;
  }
  .resources-nav__search {
    margin: 20px auto 10px;
  }
  section.hero-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .property-listings__wrapper.container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  div.floating-navigation {
    display: none;
  }
  a.floating-navigation__item {
    font-size: 14px;
  }
  .body-container--home .property-search {
    display: none;
  }
  .body-container--home .section-generic.text-center {
    text-align: left;
  }
  .property-search {
    top: calc(50% + 132px);
  }
  .property-search__form button.property-search__submit {
    margin-right: 0;
    margin-top: 17px;
  }
  body .embed-video.container-wrapper {
    padding: 0;
  }
  body .find-agent {
    text-align: left;
  }
  .find-agent .find-agent__form {
    width: 100%;
  }
  .hero-form__content {
    text-align: left;
  }
  .hero-form .hero-form__content__heading, .hero-form  .hero-form__content__heading * {
    max-width: 100%;
    text-align: left;
  }
  .hero-form__grid.grid {
    display: flex;
    flex-direction: column;
  }
  .hero-form__content__subheading, .hero-form__content__subheading p {
    text-align: left !important;
  }
  .form__heading, .appraisal-form__caption, .hero-form__form__subheading {
    text-align: left;
  }
  .selling-guides .selling-guides__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .property-listings .tns-outer .tns-controls {
    display: none !important;
  }
  .property-listings .tns-outer:nth-child(1) .tns-controls {
    display: block !important;
  }
  .property-listings .property-listings__wrapper .property-listings__tab-nav.libtabs__nav {
    margin-bottom: 10px;
  }
  form.resources-nav__search {
    padding-left: 40px;
  }
  .selling-guides__map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.selling-guides__map__container {
    display: block;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  section.property-listings .tns-outer:not(:first-child) {
    position: static;
  }
  .property-listings .property-listings__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .property-listings .property-listings__tab-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-start !important;
    text-align: center;
    order: 3;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 10px 0 4px;
  }
  .property-listings .property-listings__tab-nav .tabs__border {
    display: none;
    opacity: 0;
  }
  .property-listings .property-listings__tab-item {
    margin: 0;
  }
  .property-listings .tns-outer:not(:first-child) {
    box-shadow: 0 2px 10px rgba(0,0,0,.2)
  }
  .property-listings .listings__item {
    box-shadow: none !important;
  }
  .section-circle .section-circle__buttons__item {
    padding-bottom: 65.8vw;
  }
  .section-circle .section-circle__buttons__label {
    position: relative;
    padding-bottom: calc(65.8vw / 2);
    padding-top: calc(65.8vw / 2);
  }
  .hero-form__grid {
    max-width: 100%;
  }
  .resources-nav .resources-nav__links {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: auto;
    text-align: center;
    order: 3;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 10px 10px 4px;
  }
  .resources-nav .resources-nav__link {
    margin: 0 8px;
    font-size: 18px;
    color: var(--color-font);
    font-weight: var(--font-normal)!important;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .selling-guides__mobile-cta {
    width: 100%;
  }
  .selling-guides__mobile-cta .button {
    width: 100%;
  }
  .hero-gallery__content {
    padding: 20px;
  }
  section#hero-form-appraisal {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero-form__grid {
    display: flex;
    flex-direction: column;
  }
  .hero-form__grid.grid {
    grid-template-columns: unset;
  }
  .hero-form__grid .hero-form__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-form__grid .hero-form__form {
    width: 100%;
  }
  .hero-form__form input[type=submit] {
    max-width: 100%;
  }
  .hero-form__grid.container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  span.faq__list__item__label__text {
    max-width: 65%;
  }
  .property-listings .property-listings__tab-item.libtabs__item--active {
    position: relative;
  }
  .property-listings .property-listings__tab-item.libtabs__item--active::after {
    display: block !important;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 42.19%, var(--color-tertiary) 100%);
    content: attr(data-label);
    position: absolute;
    top: calc(100% + 0px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    opacity: 1 !important;
    overflow: hidden;
    color: transparent !important;
  }
  .resources-nav .resources-nav__links, .resources-nav {
    display: none;
  }
  .property-listings .property-listings__tab-item, .article-tabs .article-tabs__tabnav__item {
    display: inline-flex !important;
    color: var(--ljh-brand-color-ink, black) !important;
    justify-content: center;
    margin-bottom: 15px;
    white-space: no-wrap;
  }
  .property-listings .property-listings__wrapper .property-listings__tab-nav.libtabs__nav {
    margin-bottom: -14px;
  }
  .property-listings .tns-outer:first-child {
    margin-bottom: 20px;
  }
  .grid.column-list__wrapper {
    gap: 28px;
  }
  .link-list {
    text-align: center;
  }
}

.template--office-article .article-tabs__container .news-list, .body-container.body-container--article.template--article .article-tabs__container .news-list{
  background: var(--ljh-brand-color-paper, white);
}

.section-generic .container-crop__toggle{
     color: var(--ljh-brand-color-paper, white) !important;
    font-weight: var(--font-semibold);
    text-decoration: underline !important;
}
#hs_cos_wrapper_widget_1728619784235 hr {
    margin-top: 20px;
    margin-bottom: 29px;
}
 div.error-notfound p{
  
  --color-grey: var(--ljh-brand-color-paper, white);
}
section.selling-guides{
  --color-darkgrey: #AE8F73;
}
.widget-span .simplesearch__button .button{
  padding: 0
}
.simplesearch__button button:not(:hover) .img-icon--search-white{
     filter: invert(100%);
    opacity: 1;
}

.simplesearch__button button:hover .img-icon--search-white{
 filter: invert(0%);
 opacity: 1;
}
.template--agent-office-results-map .breadcrumb {
  display: none;
}
/** END */


/** agents cardbox grid items */
article.cardbox__grid__item {
  border: 1px solid var(--ljh-button-color-hover);
}
article.cardbox__grid__item:hover {
  background-color: var(--ljh-button-color-hover);
  color: var(--ljh-brand-color-vintage-leather-text);
}
article.cardbox__grid__item:hover .cardbox__grid__item__title,
article.cardbox__grid__item:hover .cardbox__grid__item__content a {
  color: var(--ljh-brand-color-vintage-leather-text);
}
article.cardbox__grid__item:hover .cardbox__grid__item__footer:before {
  background-color: rgba(255,255,255,0.4);
}
 

/* Accordion --- FAQ Module -- !! Child Theme is heavily cached */
.faq__list__item .faq__list__item__content a {
	font-weight: var(--font-bold);	
}

.faq__list__item .faq__list__item__content a:visited {
  color: var(--ljh-font-color);
}
/** END */

/* Header Logo ---- css/components/_header.css*/
.header__logo--main.site-header__logo a,
.header__logo--main.site-header__logo a img{
  display: block;
}

.header__logo--main img {
  max-height: 27px;
  width: 100%;
}

@media (max-width: 767.98px) {
	.header__logo--main img:not([src*="ommercial"]) {
				max-width: 131px;
  }
}
		
.listing-results__grid__content .listings__item__sticker.listings__item__sticker--Sold {
    background-color: var(--ljh-brand-color-vintage-leather) !important;
    color: var(--ljh-brand-color-vintage-leather-text);
}

.listing-results__grid__content .listings__item__sticker.listings__item__sticker--Rented {
    background-color: var(--color-secondary) !important;
    color: var(--ljh-brand-color-paper, white);
}

/* Footer Logo */

.site-footer__brand img {
  min-width: 101px;
}



/* top banner - hs-web-interactives-top-banner-open */
body.hs-web-interactives-top-banner-open  .body-container--article .breadcrumb {
  top: unset;
  transform: translateY(-91px);
}
@media (min-width: 768px) {
  main.body-container-wrapper:has(.breadcrumb.breadcrumb--grey) {
    padding-top: 165px;
  }
}
@media (max-width: 767.98px) {
  body.hs-web-interactives-top-banner-open .hero-form.hero-form--nonlibs {
    padding-top: 150px;
  }
}
/**
 * Linen → Gum → Ocean → ...
 * 
 * webbau335
 * 
 * */
.section-stripes-brand .dnd-section {
  padding-top: var(--ljh-section-spacing) !important;
  padding-bottom: var(--ljh-section-spacing) !important;
  background-image: none !important;
}
.section-stripes-brand .dnd-section:has(section.hero-gallery),
.section-stripes-brand .dnd-section:has(section.banner-counter) {
  --ljh-section-spacing: 0;
}
.section-stripes-brand .dnd-section p a:not(.button):hover {
  text-decoration: underline;
  color: var(--color-font-hover);
}
.section-stripes-brand .dnd-section .hero-short {
  position: relative;
  min-height: 250px;
  background-color: transparent;
  overflow: initial;
}
.section-stripes-brand .dnd-section .hero-short__img {
  max-width: 100%;
  object-fit: cover;
  position: static;
  max-height: calc(50vh + 98px);
}
.section-stripes-brand .dnd-section .hero-short.hero-short--half {
  height: auto;
}
.section-stripes-brand .dnd-section .hero-short.hero-short--half .hero-short__content {
  padding-bottom: 0;
  background-color: transparent;
  position: static;
}
.section-stripes-brand .dnd-section [class*="-background-layers"] {
  background-image: none !important;
}
.section-stripes-brand .dnd-section .dnd-column > .row-fluid-wrapper:not(:last-child) + .row-fluid-wrapper {
  margin-top: 20px;
}
.section-stripes-brand .dnd-section .embed-video__block,
.section-stripes-brand .dnd-section .oembed_container.oembed_container--full-size {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1111.98px;
}
.section-stripes-brand .dnd-section section {
  --ljh-section-spacing: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-stripes-brand .dnd-section .button-wrapper .button,
.section-stripes-brand .dnd-section .button-wrapper .button.button--black:not(:hover) {
  background-color: var(--ljh-button-bgcolor) !important;
  color: var(--ljh-button-color) !important;
  border-color: var(--ljh-button-border-color) !important;
}
.section-stripes-brand .dnd-section .button-wrapper .button:hover,
.section-stripes-brand .dnd-section .button-wrapper .button:focus,
.section-stripes-brand .dnd-section .button-wrapper .button.button--black:hover,
.section-stripes-brand .dnd-section .button-wrapper .button.button--black:focus {
  background-color: var(--ljh-button-bgcolor-hover) !important;
  color: var(--ljh-button-color-hover) !important;
  border-color: var(--ljh-button-border-color-hover) !important;
}
.section-stripes-brand .dnd-section section.column-image,
.section-stripes-brand .dnd-section section.column-image-icon,
.section-stripes-brand .dnd-section section.section-generic {
  background-color: transparent !important;
}
.section-stripes-brand .dnd-section section.column-image-icon .column-image-icon__thumbnail img {
  object-fit: contain;
}
.section-stripes-brand .dnd-section section.article-tabs .article-tabs__wrapper .article-tabs__header:not(:last-child) .article-tabs__heading {
  margin-bottom: 0;
}
.section-stripes-brand .dnd-section section.card-icon__module .card-icon__wrapper .card-icon__title + .card-icon__caption {
  margin-top: 0;
}
.section-stripes-brand .dnd-section > .row-fluid  > .span12.dnd-column > .row-fluid-wrapper.dnd-row > .row-fluid > .span12.dnd-module > .hs_cos_wrapper.widget-type-rich_text {
  padding-left: 20px;
  padding-right: 20px;
}

/** brand colors */
/** linen */
.section-stripes-brand .dnd-section:nth-child(3n+1) {
  --section-stripes-brand-bg-color: var(--ljh-brand-color-linen);
  --ljh-font-color: black;
  --ljh-heading-color: var(--ljh-brand-color-vintage-leather);
  --color-font: black;
  --color-font-hover: var(--ljh-brand-color-vintage-leather);
  background-color: var(--section-stripes-brand-bg-color);
  color: var(--ljh-font-color);
}
.section-stripes-brand .dnd-section:nth-child(3n+1) section.column-image-icon {
  --ljh-font-color: black;
  --ljh-heading-color: var(--ljh-brand-color-vintage-leather);
}
.section-stripes-brand .dnd-section:nth-child(3n+1) section.column-image-icon .button,
.section-stripes-brand .dnd-section:nth-child(3n+1) .button-wrapper .button,
.section-stripes-brand .dnd-section:nth-child(3n+1) form.hs-form input[type="submit"],
.section-stripes-brand .dnd-section:nth-child(3n+1) .button.button--black {
  --ljh-button-color: var(--ljh-brand-color-vintage-leather-text) !important;
  --ljh-button-color-hover: var(--ljh-brand-color-vintage-leather) !important;
  --ljh-button-bgcolor: var(--ljh-brand-color-vintage-leather) !important;
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-linen) !important;
  --ljh-button-border-color-hover: var(--ljh-brand-color-vintage-leather) !important;
}
.section-stripes-brand .dnd-section:nth-child(3n+1) section.column-image-icon .button:hover,
.section-stripes-brand .dnd-section:nth-child(3n+1) .button-wrapper .button:hover,
.section-stripes-brand .dnd-section:nth-child(3n+1) form.hs-form input[type="submit"]:hover,
.section-stripes-brand .dnd-section:nth-child(3n+1) .button.button--black:hover {
  --ljh-button-color-hover: var(--ljh-brand-color-vintage-leather) !important;
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-linen) !important;
  --ljh-button-border-color-hover: var(--ljh-brand-color-vintage-leather) !important;
}
.section-stripes-brand .dnd-section:nth-child(3n+1) section.section-generic {
  --ljh-font-color: black;
  --ljh-heading-color: var(--ljh-brand-color-vintage-leather);
  --ljh-heading-color: var(--ljh-brand-color-vintage-leather);
  --ljh-button-color: var(--ljh-brand-color-vintage-leather-text);
  --ljh-button-color-hover: var(--ljh-brand-color-vintage-leather);
  --ljh-button-bgcolor: var(--ljh-brand-color-vintage-leather);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-linen);
  --ljh-button-border-color-hover: var(--ljh-brand-color-vintage-leather);
}

/** gum */
.section-stripes-brand .dnd-section:nth-child(3n+2) {
  --section-stripes-brand-bg-color: var(--ljh-brand-color-dark-gum);
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-gum-text);
  --color-font: white;
  --color-font-hover: var(--ljh-brand-color-dark-gum-text);
  background-color: var(--section-stripes-brand-bg-color);
  color: var(--ljh-font-color);
}
.section-stripes-brand .dnd-section:nth-child(3n+2) section.column-image-icon {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-gum-text);
}
.section-stripes-brand .dnd-section:nth-child(3n+2) section.column-image-icon .button,
.section-stripes-brand .dnd-section:nth-child(3n+2) .button-wrapper .button,
.section-stripes-brand .dnd-section:nth-child(3n+2) form.hs-form input[type="submit"],
.section-stripes-brand .dnd-section:nth-child(3n+2) .button.button--black {
  --ljh-button-color: var(--ljh-brand-color-dark-gum-text) !important;
  --ljh-button-color-hover: var(--ljh-brand-color-dark-gum) !important;
  --ljh-button-bgcolor: var(--ljh-brand-color-dark-gum) !important;
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-gum-text) !important;
  --ljh-button-border-color: var(--ljh-brand-color-dark-gum-text) !important;
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-gum-text) !important;
}
.section-stripes-brand .dnd-section:nth-child(3n+2) section.column-image-icon .button:hover,
.section-stripes-brand .dnd-section:nth-child(3n+2) .button-wrapper .button:hover,
.section-stripes-brand .dnd-section:nth-child(3n+2) form.hs-form input[type="submit"]:hover,
.section-stripes-brand .dnd-section:nth-child(3n+2) .button.button--black:hover {
  --ljh-button-color-hover: var(--ljh-brand-color-dark-gum) !important;
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-gum-text) !important;
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-gum-text) !important;
}
.section-stripes-brand .dnd-section:nth-child(3n+2) section.section-generic {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-color: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-color-hover: var(--ljh-brand-color-dark-gum);
  --ljh-button-bgcolor: var(--ljh-brand-color-dark-gum);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-border-color: var(--ljh-brand-color-dark-gum-text);
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-gum-text);
}

/** ocean */
.section-stripes-brand .dnd-section:nth-child(3n+3) {
  --section-stripes-brand-bg-color: var(--ljh-brand-color-dark-ocean);
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-ocean-text);
  --color-font:  white;
  --color-font-hover: var(--ljh-brand-color-dark-ocean-text);
  background-color: var(--section-stripes-brand-bg-color);
  color: var(--ljh-font-color);
}
.section-stripes-brand .dnd-section:nth-child(3n+3) section.column-image-icon {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-ocean-text);
}
.section-stripes-brand .dnd-section:nth-child(3n+3) section.column-image-icon .button,
.section-stripes-brand .dnd-section:nth-child(3n+3) .button-wrapper .button,
.section-stripes-brand .dnd-section:nth-child(3n+3) form.hs-form input[type="submit"],
.section-stripes-brand .dnd-section:nth-child(3n+3) .button.button--black {
  --ljh-button-color: var(--ljh-brand-color-dark-ocean-text) !important;
  --ljh-button-color-hover: var(--ljh-brand-color-dark-ocean) !important;
  --ljh-button-bgcolor: var(--ljh-brand-color-dark-ocean) !important;
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-ocean-text) !important;
  --ljh-button-border-color: var(--ljh-brand-color-dark-ocean-text) !important;
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-ocean-text) !important;
}
.section-stripes-brand .dnd-section:nth-child(3n+3) section.column-image-icon .button:hover,
.section-stripes-brand .dnd-section:nth-child(3n+3) .button-wrapper .button:hover,
.section-stripes-brand .dnd-section:nth-child(3n+3) form.hs-form input[type="submit"]:hover,
.section-stripes-brand .dnd-section:nth-child(3n+3) .button.button--black:hover {
  --ljh-button-color-hover: var(--ljh-brand-color-dark-ocean) !important;
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-ocean-text) !important;
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-ocean-text) !important;
}
.section-stripes-brand .dnd-section:nth-child(3n+3) section.section-generic {
  --ljh-font-color: white;
  --ljh-heading-color: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-color: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-color-hover: var(--ljh-brand-color-dark-ocean);
  --ljh-button-bgcolor: var(--ljh-brand-color-dark-ocean);
  --ljh-button-bgcolor-hover: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-border-color: var(--ljh-brand-color-dark-ocean-text);
  --ljh-button-border-color-hover: var(--ljh-brand-color-dark-ocean-text);
}


.section-stripes-brand .dnd-section .row-fluid-wrapper:has([class*="widget_"][class*="-hidden"]) {
  display: none !important;
}


/** modules overrides */
@media (min-width: 768px) {
  .template--office-form.section-stripes-brand > .row-fluid-wrapper > .row-fluid > .widget-span > .dnd-section:has(.hero-short) {
    --ljh-section-spacing: 0;
  }
  .section-stripes-brand > .row-fluid-wrapper > .row-fluid > .widget-span > .dnd-section:first-child:has(.hero-short) {
    --ljh-section-spacing: 70px;
  }
}
.section-stripes-brand .dnd-section:has(.video-slider__wrapper) .video-slider--slider .tns-controls button[data-controls="prev"],
.section-stripes-brand .dnd-section:has(.video-slider__wrapper) .video-slider--slider .tns-controls button[data-controls="next"] {
  display: inline-block !important;
  width: 25px !important;
  height: 25px !important;
  font-size: 16px !important;
}
.section-stripes-brand .dnd-section:has(.video-slider__wrapper) .video-slider--slider .tns-controls button[data-controls="prev"] {
  left: 10px !important;
}
.section-stripes-brand .dnd-section:has(.video-slider__wrapper) .video-slider--slider .tns-controls button[data-controls="prev"] .img-icon--arrow-left {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/angle-left.svg") !important;
  filter: invert(1);
}
.section-stripes-brand .dnd-section:has(.video-slider__wrapper) .video-slider--slider .tns-controls button[data-controls="next"] {
  right: 10px !important;
}
.section-stripes-brand .dnd-section:has(.video-slider__wrapper) .video-slider--slider .tns-controls button[data-controls="next"] .img-icon--arrow-right {
  background-image: url("https://51125781.fs1.hubspotusercontent-na1.net/hubfs/51125781/raw_assets/public/ljh/images/module-icons/angle-right.svg") !important;
  filter: invert(1);
}
.section-stripes-brand .dnd-section:has(section.banner-counter) .banner-counter__wrapper,
.section-stripes-brand .dnd-section:has(section.stats-counter) section.stats-counter,
.section-stripes-brand .dnd-section:has(section.newslettersub) section.newslettersub,
.section-stripes-brand .dnd-section:has(section.newslettersub) div.parsection-newslettersub,
.section-stripes-brand .dnd-section:has(section.news-list) section.news-list,
.section-stripes-brand .dnd-section:has(section.office-group) section.office-group .office-group__wrapper,
.section-stripes-brand .dnd-section:has(section.resources-nav) section.resources-nav,
.section-stripes-brand .dnd-section:has(section.results-counter) section.results-counter,
.section-stripes-brand .dnd-section:has(section.search-query) section.search-query,
.section-stripes-brand .dnd-section:has(section.section-circle) section.section-circle,
.section-stripes-brand .dnd-section:has(section.find-agent) section.find-agent,
.section-stripes-brand .dnd-section:has(section.tabs-link-circular) section.tabs-link-circular,
.section-stripes-brand .dnd-section:has(section.testimonial-slider) section.testimonial-slider,
.section-stripes-brand .dnd-section:has(section.column-list) section.column-list,
.section-stripes-brand .dnd-section:has(section.banner-cta) .banner-cta__wrapper {
  background-color: var(--section-stripes-brand-bg-color) !important;
}
.section-stripes-brand .dnd-section:has(section.column-tabs-image) section.column-tabs-image .tabs__item {
  color: var(--color-font);
}


.template--office-form.section-stripes-brand .dnd-section:first-child {
  --ljh-section-spacing: 0;
}
.template--office-form.section-stripes-brand .dnd-section:first-child + .dnd-section {
  margin-top: 60px;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767.98px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.position-relative {
  position: relative;
  z-index: 1;
}
.copy-clipboard {
  position: relative;
  z-index: 1;
}
.copy-clipboard::after {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 10px;
  font-size: 0.8em;
  background-color: var(--color-shadow);
  box-shadow: 2px 2px 3px rgba(132, 127, 127, 0.18);
  color: var(--ljh-brand-color-paper, white);
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  content: "Copied to clipboard";
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
.copy-clipboard--copied::after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease-in, opacity 0.3s ease-in;
}


/* Pricing card */
.card__price {
  font-family: var(--ljh-font-family); 
  font-weight: var(--font-bold);
  text-decoration: none;
  font-style: normal;
  color: var(--ljh-brand-color-vintage-leather);
  font-size: 30px;
}

.card__body svg {
  fill: var(--ljh-brand-color-vintage-leather);
}

/* Social follow */

.social-links__icon {
  background-color: var(--ljh-brand-color-vintage-leather);
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: var(--ljh-brand-color-vintage-leather-40);
}

.social-links__icon:active {
  font-family: var(--ljh-font-family); 
  font-weight: var(--font-bold);
  text-decoration: none;
  font-style: normal;
  background-color: var(--ljh-brand-color-vintage-leather-40);
  color: var(--ljh-brand-color-vintage-leather);
  font-size: 30px;
}

.devdebug {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  background-color: rgb(176, 217, 230);
  border: 1px solid rgb(65, 149, 175);
}
.devdebug::before {
  content: "Developer Debug";
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}
.devdebug p {
  margin-bottom: 0;
}

.embed-widget:not(:has(.auctionsliveMainDiv)) .iframe_wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
}
.embed-widget:not(:has(.auctionsliveMainDiv)) .iframe_wrapper:before {
  content: '';
  display: block;
  padding-top: 56.25%; /* ratio 16:9 */
}
.embed-widget:not(:has(.auctionsliveMainDiv)) .iframe_wrapper * {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.widget-span ul:not([class]) {
  list-style-position: outside;
  margin-left: 1.2em;
}