

/* ==== INCLUDE: /css/normalize.css ==== */

/*! 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: bold;
}

/**
 * 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;
}


/* ==== INCLUDE: /css/reboot.css ==== */

/*
Reboot
Normalization of HTML elements, manually forked from Normalize.css to remove styles targeting irrelevant browsers while applying new styles.
Normalize is licensed MIT. https://github.com/necolas/normalize.css
* Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*
Document
1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
2. Change the default font family in all browsers.
3. Correct the line height in all browsers.
4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
5. Setting @viewport causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract.
6. Change the default tap highlight to be completely transparent in iOS.
*/
*,
*::before,
*::after {
  box-sizing: border-box; /* 1 */
}
html {
  font-family: sans-serif; /* 2 */
  line-height: 1.15; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
  -ms-overflow-style: scrollbar; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 6 */
}

/* stylelint-disable selector-list-comma-newline-after
Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
/*
Body
1. Remove the margin in all browsers.
2. As a best practice, apply a default `background-color`.
3. Set an explicit initial text-align value so that we can later use the `inherit` value on things like `<th>` elements.
*/
body {
  margin: 0; /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-weight: normal;
  /*line-height: 1.5;*/
  color: #212529;
  text-align: left; /* 3 */
  background-color: #fff; /* 2 */
}
/*
Suppress the focus outline on elements that cannot be accessed via keyboard.
This prevents an unwanted focus outline from appearing around elements that might still respond to pointer events.
Credit: https://github.com/suitcss/base
*/
[tabindex="-1"]:focus {
  outline: none !important;
}
/*
Content grouping
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 */
}
/*
Typography
*/
/*
Remove top margins from headings
By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top margin for easier control within type scales as it avoids margin collapsing.
*/
h1, h2 {
  margin: 0;
  padding-top: 0.2rem;
  padding-bottom: 1.5rem;
  line-height: 110%;
}

h3, h4, h5, h6 {
  margin: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  line-height: 110%;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0;
  padding: 0;
}
/*
Reset margins on paragraphs
Similarly, the top margin on `<p>`s get reset. However, we also reset the bottom margin to use `rem` units instead of `em`.
*/
p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
/*
Abbreviations
1. Remove the bottom border in Firefox 39-.
2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
3. Add explicit cursor to indicate changed behavior.
4. Duplicate behavior to the data-* attribute for our tooltip plugin
*/
abbr[title],
abbr[data-original-title] { /* 4 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted; /* 2 */
          text-decoration: underline dotted; /* 2 */
  cursor: help; /* 3 */
  border-bottom: 0; /* 1 */
}
address {
  padding-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  padding-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  padding-bottom: .5rem;
  margin-left: 0; /* Undo browser default */
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic; /* Add the correct font style in Android 4.3- */
}
b,
strong {
  font-weight: bold; /* Add the correct font weight in Chrome, Edge, and Safari */
}
small {
  font-size: 80%; /* Add the correct font size in all browsers */
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
/*
Links
*/
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
/*
And undo these styles for placeholder links/named anchors (without href) which have not been made explicitly keyboard-focusable (without tabindex). It would be more straightforward to just use a[href] in previous block, but that causes specificity issues in many other styles that are too complex to fix.
See https://github.com/twbs/bootstrap/issues/19402
*/
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
/*
Code
*/
pre,
code,
kbd,
samp {
  font-family: monospace, monospace; /* Correct the inheritance and scaling of font size in all browsers. */
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */
}
pre {
  /* Remove browser default top margin */
  margin-top: 0;
  /* Reset browser default of `1em` to use `rem`s */
  padding-bottom: 1rem;
  /* Don't allow content to break outside */
  overflow: auto;
  /* We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract. */
  -ms-overflow-style: scrollbar;
}
/*
Figures
*/
figure {
  /* Apply a consistent margin strategy (matches our type styles). */
  margin: 0;
  padding: 0 0 1rem;
}
/*
Images and content
*/
img {
  vertical-align: middle;
  border-style: none; /* Remove the border on images inside links in IE 10-. */
}
svg:not(:root) {
  overflow: hidden; /* Hide the overflow in IE */
}
/*
Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.
In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11 DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present. However, they DO support removing the click delay via `touch-action: manipulation`.
See:
* https://getbootstrap.com/docs/4.0/content/reboot/#click-delay-optimization-for-touch
* https://caniuse.com/#feat=css-touch-action
*  https://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
*/
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
/*
Tables
*/
table {
  border-collapse: collapse; /* Prevent double borders */
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  /* Matches default `<td>` alignment by inheriting from the `<body>`, or the closest parent with a set `text-align`. */
  text-align: inherit;
}
/*
Forms
*/
label {
  /* Allow labels to use `margin` for spacing. */
  display: inline-block;
  padding-bottom: .5rem;
}
/*
Remove the default `border-radius` that macOS Chrome adds.
Details at https://github.com/twbs/bootstrap/issues/24093
*/
button {
  border-radius: 0;
}
/*
Work around a Firefox/IE bug where the transparent `button` background results in a loss of the default `button` focus styles.
Credit: https://github.com/suitcss/base/
*/
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0; /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible; /* Show the overflow in Edge */
}
button,
select {
  text-transform: none; /* Remove the inheritance of text transform in Firefox */
}
/*
1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4.
2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/*
Remove inner border and padding from Firefox, but don't restore the outline like Normalize.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box; /* 1. Add the correct box sizing in IE 10- */
  padding: 0; /* 2. Remove the padding in IE 10- */
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  /*
  Remove the default appearance of temporal inputs to avoid a Mobile Safari bug where setting a custom line-height prevents text from being vertically centered within the input.

  See https://bugs.webkit.org/show_bug.cgi?id=139848
  and https://github.com/twbs/bootstrap/issues/11266
  */
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto; /* Remove the default vertical scrollbar in IE. */
  /* Textareas should really only resize vertically so they don't break their (horizontal) containers. */
  resize: vertical;
}
fieldset {
  /*
  Browsers set a default `min-width: min-content;` on fieldsets, unlike e.g. `<div>`s, which have `min-width: 0;` by default. So we reset that to ensure fieldsets behave more like a standard block element.

  See https://github.com/twbs/bootstrap/issues/12359
  and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
  */
  min-width: 0;
  /* Reset the default outline behavior of fieldsets so they don't affect page layout. */
  padding: 0;
  margin: 0;
  border: 0;
}
/*
1. Correct the text wrapping in Edge and IE.
2. Correct the color inheritance from `fieldset` elements in IE.
*/
legend {
  display: block;
  width: 100%;
  max-width: 100%; /* 1 */
  padding: 0;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline; /* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
}
/*
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;
}
[type="search"] {
  /*
  This overrides the extra rounded corners on search inputs in iOS so that our `.form-control` class can properly style them. Note that this cannot simply be added to `.form-control` as it's not specific enough.

  For details, see https://github.com/twbs/bootstrap/issues/11586.
  */
  outline-offset: -2px;
  -webkit-appearance: none;
}
/*
Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[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 {
  font: inherit;
  -webkit-appearance: button;
}
/*
Correct element displays
*/
output {
  display: inline-block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
template {
  display: none; /* Add the correct display in IE */
}
/*
Always hide an element with the `hidden` HTML attribute (from PureCSS).
Needed for proper display in IE 10-.
*/
[hidden] {
  display: none !important;
}

/* ==== INCLUDE: /css/block-system.css ==== */

:root {
    --text-color: black;
    --breakpoint-sm-width: 36rem;
    --breakpoint-md-width: 48rem;
    --breakpoint-lg-width: 62rem;
    --breakpoint-xl-width: 75rem;

    /*--max-content-width: 71.25rem;*/
    --max-content-width: 78.125rem;
    --min-content-margin: 0rem;
    --max-text-container-width: var(--max-content-width);
}

/*html.editing {*/
/*    --max-content-width: calc(78.125rem - 50px);*/
/*}*/

/* basic typography */

:root {
    --base-font-size: 16px;
    /*--body-line-height: 1.65;*/
    /*--heading-line-height: 1.15;*/
    --body-line-height: 1.6;
    --heading-line-height: 1.2;
    /*--text-normal: 1rem;*/
    /*--p-font-size: calc(1.1 * var(--text-normal));*/
    /*--text-xxxlarge: calc(2.2 * var(--text-normal));*/
    /*--text-xxlarge: calc(1.8 * var(--text-normal));*/
    /*--text-xlarge: calc(1.6 * var(--text-normal));*/
    /*--text-large: calc(1.4 * var(--text-normal));*/
    /*--text-medium: calc(1.2 * var(--text-normal));*/
    /*--text-small: calc(0.8 * var(--text-normal));*/
    --text-shade-background: #ededed;

    --p-font-size: clamp(1rem, calc(1rem + ((1vw - 0.225rem) * 0.47)), 1.25rem);

    --text-size1_5: clamp(0.95rem, calc(0.95rem + ((1vw - 0.225rem) * 0.57)), 1.25rem);
    --text-size1: clamp(0.9rem, calc(0.9rem + ((1vw - 0.225rem) * 0.19)), 1rem);
    --text-size2: clamp(1rem, calc(1rem + ((1vw - 0.225rem) * 0.47)), 1.25rem);
    --text-size3: clamp(1.2rem, calc(1.2rem + ((1vw - 0.225rem) * 0.57)), 1.5rem);
    --text-size4: clamp(1.4rem, calc(1.4rem + ((1vw - 0.225rem) * 0.66)), 1.75rem);
    --text-size5: clamp(1.6rem, calc(1.6rem + ((1vw - 0.225rem) * 0.76)), 2rem);
    --text-size6: clamp(1.8rem, calc(1.8rem + ((1vw - 0.225rem) * 1.33)), 2.5rem);
    --text-size7: clamp(2rem, calc(2rem + ((1vw - 0.225rem) * 1.9)), 3rem);
    --text-size8: clamp(2.2rem, calc(2.2rem + ((1vw - 0.225rem) * 2.47)), 3.5rem);
    --text-size9: clamp(2.4rem, calc(2.4rem + ((1vw - 0.225rem) * 3.04)), 4rem);
    --text-size10: clamp(2.6rem, calc(2.6rem + ((1vw - 0.225rem) * 3.61)), 4.5rem);
    --text-size11: clamp(2.8rem, calc(2.8rem + ((1vw - 0.225rem) * 4.19)), 5rem);
    --text-size12: clamp(3rem, calc(3rem + ((1vw - 0.225rem) * 4.76)), 5.5rem);
    --text-size13: clamp(3.2rem, calc(3.2rem + ((1vw - 0.225rem) * 5.33)), 6rem);
    --text-size14: clamp(3.4rem, calc(3.4rem + ((1vw - 0.225rem) * 5.9)), 6.5rem);
    --text-size15: clamp(3.6rem, calc(3.6rem + ((1vw - 0.225rem) * 6.47)), 7rem);

    --text-small: clamp(0.9rem, calc(0.9rem + ((1vw - 0.225rem) * 0.19)), 1rem);
    --text-normal: clamp(1rem, calc(1rem + ((1vw - 0.225rem) * 0.47)), 1.25rem);
    --text-medium: clamp(1.2rem, calc(1.2rem + ((1vw - 0.225rem) * 0.57)), 1.5rem);
    --text-large: clamp(1.4rem, calc(1.4rem + ((1vw - 0.225rem) * 0.66)), 1.75rem);
    --text-xlarge: clamp(1.6rem, calc(1.6rem + ((1vw - 0.225rem) * 0.76)), 2rem);
    --text-xxlarge: clamp(1.8rem, calc(1.8rem + ((1vw - 0.225rem) * 1.33)), 2.5rem);
    --text-xxxlarge: clamp(2rem, calc(2rem + ((1vw - 0.225rem) * 1.9)), 3rem);
}


/* accent colours */
:root {
    --g-accent-color: #333;
    /*--g-accent-color: rgb(210,92,13);*/
    /*--g-accent-color: #25abd1;*/
    --g-accent-text-color: rgb(255,255,255);
    --g-inverted-text-color: white;

    --g-paper-shade-color: rgba(0,0,0,0.04);
    --g-paper-color: white;

    --g-color-red: #dc3545;
}

html {
    font-size: var(--base-font-size, 16px);
}

body {
    color: var(--text-color, black);
    line-height: var(--body-line-height);
}

p {
    padding: 0;
    margin: 0;
    margin-bottom: calc(var(--p-font-size) * var(--body-line-height));
}

p:last-child {
    margin-bottom: 0;
}

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

h1 {
  margin-top: 0;
}

p { font-size: var(--p-font-size); }

h1, h1 *, .text-xxxlarge, .text-xxxlarge p {font-size: var(--text-xxxlarge); line-height: calc(var(--text-xxxlarge) * var(--heading-line-height));}

h2, h2 *, .text-xxlarge, .text-xxlarge p {font-size: var(--text-xxlarge); line-height: calc(var(--text-xxlarge) * var(--heading-line-height));}

h3, h3 *, .text-xlarge, .text-xlarge p {font-size: var(--text-xlarge); line-height: calc(var(--text-xlarge) * var(--heading-line-height));}

h4, h4 *, .text-large, .text-large p {font-size: var(--text-large); line-height: calc(var(--text-large) * var(--heading-line-height));}

h5, h5 *, .text-medium, .text-medium p {font-size: var(--text-medium); line-height: calc(var(--text-medium) * var(--heading-line-height));}

h6, h6 *, .text-medium, .text-medium p {font-size: var(--text-medium); line-height: calc(var(--text-medium) * var(--heading-line-height));}


.text-normal, .text-normal p { font-size: var(--text-normal); }

small, .text-small, .text-small p {font-size: var(--text-small);}

a:hover {
    /* don't underline */
    text-decoration: none;
}

/*body {*/
/*    line-height: 1.6;*/
/*}*/

/*h1,h2,h3,h4,h5,h6 {*/
/*    line-height: 1.1;*/
/*}*/

:root {
    --grid-gap: 1.4vw;
    --grid-col: calc((var(--max-content-width) - var(--grid-gap) * 11) / 12);
    --width-grid-col: var(--grid-col);
    --grid-col-withgap: calc(var(--grid-col) + var(--grid-gap));
    --width-grid-col-withgap: var(--grid-col-withgap);
    --width-cols-2: calc(var(--grid-col) * 2 + var(--grid-gap) * 1);
    --width-cols-4: calc(var(--grid-col) * 4 + var(--grid-gap) * 3);
    --width-cols-6: calc(var(--grid-col) * 6 + var(--grid-gap) * 5);
    --width-cols-8: calc(var(--grid-col) * 8 + var(--grid-gap) * 7);
    --width-cols-10: calc(var(--grid-col) * 10 + var(--grid-gap) * 9);
    --width-cols-12: calc(var(--grid-col) * 12 + var(--grid-gap) * 11);

    --spacing-1: calc(var(--grid-col-withgap) / 20);
    --spacing-2: calc(var(--spacing-1) * 2);
    --spacing-3: calc(var(--spacing-1) * 3);
    --spacing-4: calc(var(--spacing-1) * 4);
    --spacing-5: calc(var(--spacing-1) * 5);
    --spacing-6: calc(var(--spacing-1) * 6);
    --spacing-7: calc(var(--spacing-1) * 7);
    --spacing-8: calc(var(--spacing-1) * 8);
    --spacing-9: calc(var(--spacing-1) * 9);
    --spacing-10: calc(var(--spacing-1) * 10);
    --spacing-11: calc(var(--spacing-1) * 11);
    --spacing-12: calc(var(--spacing-1) * 12);
    --spacing-13: calc(var(--spacing-1) * 13);
    --spacing-14: calc(var(--spacing-1) * 14);
    --spacing-15: calc(var(--spacing-1) * 15);
    --spacing-16: calc(var(--spacing-1) * 16);
    --spacing-17: calc(var(--spacing-1) * 17);
    --spacing-18: calc(var(--spacing-1) * 18);
    --spacing-19: calc(var(--spacing-1) * 19);
    --spacing-20: calc(var(--spacing-1) * 20);
    --spacing-21: calc(var(--spacing-1) * 21);
    --spacing-22: calc(var(--spacing-1) * 22);
    --spacing-23: calc(var(--spacing-1) * 23);
    --spacing-24: calc(var(--spacing-1) * 24);

    /* font sizing */
    /*--p-font-size: clamp(1rem, 0.7040rem + 0.7040vw, 1.1rem);*/
    /*--text-xxxlarge: clamp(2.4rem, 1.8784rem + 2.0864vw, 3.052rem);*/
    /*--text-xxlarge: clamp(1.953rem, 1.5626rem + 1.5616vw, 2.441rem);*/
    /*--text-xlarge: clamp(1.5624rem, 1.2499rem + 1.2499vw, 1.953rem);*/
    /*--text-large: clamp(1.25rem, 0.9996rem + 1.0016vw, 1.563rem);*/
    /*--text-medium: clamp(1rem, 0.8000rem + 0.8000vw, 1.25rem);*/
    /*--text-normal: clamp(0.8rem, 0.6400rem + 0.6400vw, 1rem);*/
    /*--text-small: clamp(0.64rem, 0.5120rem + 0.5120vw, 0.8rem);*/

    /* colors */
    --button-bg: #333;
    --button-border: var(--button-bg);
    --button-text: #fff;
    --button-radius: 0.3rem;

    --col-gap-1: max(calc(var(--max-content-width) * 0.01), 1.5rem);
    --col-gap-2: max(calc(var(--max-content-width) * 0.02), 1.5rem);
    --col-gap-3: max(calc(var(--max-content-width) * 0.03), 1.5rem);
    --col-gap-4: max(calc(var(--max-content-width) * 0.04), 1.5rem);
    --col-gap-5: max(calc(var(--max-content-width) * 0.05), 1.5rem);
    --col-gap-6: max(calc(var(--max-content-width) * 0.06), 1.5rem);

    /* text sizes v2 */
    /*--text-size1: clamp(0.8rem, calc(0.8rem + ((1vw - 0.45rem) * 0.1429)), 0.85rem);*/
    /*--text-size1_5: clamp(0.85rem, calc(0.85rem + ((1vw - 0.45rem) * 0.4286)), 1rem);*/
    /*--text-size2: clamp(1rem, calc(1rem + ((1vw - 0.45rem) * 0.3571)), 1.1rem);*/
    /*--text-size3: clamp(1.2rem, calc(1.2rem + ((1vw - 0.45rem) * 0.5)), 1.375rem);*/
    /*--text-size4: clamp(1.4rem, calc(1.4rem + ((1vw - 0.45rem) * 0.6429)), 1.625rem);*/
    /*--text-size5: clamp(1.625rem, calc(1.625rem + ((1vw - 0.45rem) * 1.0714)), 2rem);*/
    /*--text-size6: clamp(1.875rem, calc(1.875rem + ((1vw - 0.45rem) * 1.4286)), 2.375rem);*/
    /*--text-size7: clamp(2.125rem, calc(2.125rem + ((1vw - 0.45rem) * 2.1429)), 2.875rem);*/
    /*--text-size8: clamp(2.5rem, calc(2.5rem + ((1vw - 0.45rem) * 2.8571)), 3.5rem);*/
    /*--text-size9: clamp(3rem, calc(3rem + ((1vw - 0.45rem) * 2.8571)), 4rem);*/
    /*--text-size10: clamp(3.5rem, calc(3.5rem + ((1vw - 0.45rem) * 4.2857)), 5rem);*/

    /*--p-font-size: clamp(1rem, calc(1rem + ((1vw - 0.45rem) * 0.2857)), 1.1rem);*/
    /*--text-xxxlarge: var(--text-size9);*/
    /*--text-xxlarge: var(--text-size7);*/
    /*--text-xlarge: var(--text-size5);*/
    /*--text-large: var(--text-size4);*/
    /*--text-medium: var(--text-size3);*/
    /*--text-normal: var(--text-size2);*/
    /*--text-small: var(--text-size1);*/

}
.block-layout .text {
    line-height: var(--body-line-height);
    /*-webkit-hyphens: auto;*/
}
.block-layout .sub-title,
.block-layout .title {
    line-height: var(--heading-line-height);
    overflow: visible;
    /* disabling 3 rule below due to issues reported: */
    /*word-break: break-word;*/
    overflow-wrap: break-word;
    /*hyphens: auto;*/
    /* in safari proper nouns are hyphenated */
    /*-webkit-hyphens: auto;*/
}

.block-layout.block-layout .text-size15.sub-title,
.block-layout.block-layout .text-size15.title,
.block-layout.block-layout .text-size15 ol,
.block-layout.block-layout .text-size15 ul,
.block-layout.block-layout .text-size15 p,
.block-layout.block-layout .text-size15 {
    font-size: var(--text-size15);
    line-height: 1.15;
}

.block-layout.block-layout .text-size14.sub-title,
.block-layout.block-layout .text-size14.title,
.block-layout.block-layout .text-size14 ol,
.block-layout.block-layout .text-size14 ul,
.block-layout.block-layout .text-size14 p,
.block-layout.block-layout .text-size14 {
    font-size: var(--text-size14);
    line-height: 1.15;
}

.block-layout.block-layout .text-size13.sub-title,
.block-layout.block-layout .text-size13.title,
.block-layout.block-layout .text-size13 ol,
.block-layout.block-layout .text-size13 ul,
.block-layout.block-layout .text-size13 p,
.block-layout.block-layout .text-size13 {
    font-size: var(--text-size13);
    line-height: 1.15;
}

.block-layout.block-layout .text-size12.sub-title,
.block-layout.block-layout .text-size12.title,
.block-layout.block-layout .text-size12 ol,
.block-layout.block-layout .text-size12 ul,
.block-layout.block-layout .text-size12 p,
.block-layout.block-layout .text-size12 {
    font-size: var(--text-size12);
    line-height: 1.15;
}

.block-layout.block-layout .text-size11.sub-title,
.block-layout.block-layout .text-size11.title,
.block-layout.block-layout .text-size11 ol,
.block-layout.block-layout .text-size11 ul,
.block-layout.block-layout .text-size11 p,
.block-layout.block-layout .text-size11 {
    font-size: var(--text-size11);
    line-height: 1.15;
}

.block-layout.block-layout .text-size10.sub-title,
.block-layout.block-layout .text-size10.title,
.block-layout.block-layout .text-size10 ol,
.block-layout.block-layout .text-size10 ul,
.block-layout.block-layout .text-size10 p,
.block-layout.block-layout .text-size10 {
    font-size: var(--text-size10);
    line-height: 1.15;
}
.block-layout.block-layout .text-size9.sub-title,
.block-layout.block-layout .text-size9.title,
.block-layout.block-layout .text-size9 ol,
.block-layout.block-layout .text-size9 ul,
.block-layout.block-layout .text-size9 p,
.block-layout.block-layout .text-size9 {
    font-size: var(--text-size9);
    line-height: 1.2;
}
.block-layout.block-layout .text-size8.sub-title,
.block-layout.block-layout .text-size8.title,
.block-layout.block-layout .text-size8 ol,
.block-layout.block-layout .text-size8 ul,
.block-layout.block-layout .text-size8 p,
.block-layout.block-layout .text-size8 {
    font-size: var(--text-size8);
    line-height: 1.25;
}
.block-layout.block-layout .text-size7.sub-title,
.block-layout.block-layout .text-size7.title,
.block-layout.block-layout .text-size7 ol,
.block-layout.block-layout .text-size7 ul,
.block-layout.block-layout .text-size7 p,
.block-layout.block-layout .text-size7 {
    font-size: var(--text-size7);
    line-height: 1.3;
}
.block-layout.block-layout .text-size6.sub-title,
.block-layout.block-layout .text-size6.title,
.block-layout.block-layout .text-size6 ol,
.block-layout.block-layout .text-size6 ul,
.block-layout.block-layout .text-size6 p,
.block-layout.block-layout .text-size6 {
    font-size: var(--text-size6);
    line-height: 1.35;
}
.block-layout.block-layout .text-size5.sub-title,
.block-layout.block-layout .text-size5.title,
.block-layout.block-layout .text-size5 ol,
.block-layout.block-layout .text-size5 ul,
.block-layout.block-layout .text-size5 p,
.block-layout.block-layout .text-size5 {
    font-size: var(--text-size5);
    line-height: 1.4;
}
.block-layout.block-layout .text-size4.sub-title,
.block-layout.block-layout .text-size4.title,
.block-layout.block-layout .text-size4 ol,
.block-layout.block-layout .text-size4 ul,
.block-layout.block-layout .text-size4 p,
.block-layout.block-layout .text-size4 {
    font-size: var(--text-size4);
    line-height: 1.45;
}
.block-layout.block-layout .text-size3.sub-title,
.block-layout.block-layout .text-size3.title,
.block-layout.block-layout .text-size3 ol,
.block-layout.block-layout .text-size3 ul,
.block-layout.block-layout .text-size3 p,
.block-layout.block-layout .text-size3 {
    font-size: var(--text-size3);
    line-height: 1.5;
}
.block-layout.block-layout .text-size2.sub-title,
.block-layout.block-layout .text-size2.title,
.block-layout.block-layout .text-size2 ol,
.block-layout.block-layout .text-size2 ul,
.block-layout.block-layout .text-size2 p,
.block-layout.block-layout .text-size2 {
    font-size: var(--text-size2);
    line-height: 1.55;
}
.block-layout.block-layout .text-size1.sub-title,
.block-layout.block-layout .text-size1.title,
.block-layout.block-layout .text-size1 ol,
.block-layout.block-layout .text-size1 ul,
.block-layout.block-layout .text-size1 p,
.block-layout.block-layout .text-size1 {
    font-size: var(--text-size1);
    line-height: 1.6;
}

.block-layout .w-cols-10 {
    width: var(--width-cols-10);
    margin-left: auto;
    margin-right: auto;
}

.block-layout .w-cols-8 {
    width: var(--width-cols-8);
    margin-left: auto;
    margin-right: auto;
}

.block-layout .w-cols-6 {
    width: var(--width-cols-6);
    margin-left: auto;
    margin-right: auto;
}

.block-layout .w-cols-4 {
    width: var(--width-cols-4);
    margin-left: auto;
    margin-right: auto;
}

.block-layout .w-cols-2 {
    width: var(--width-cols-2);
    margin-left: auto;
    margin-right: auto;
}

.block-layout .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: var(--grid-gap);
}


/*@media (max-width: 85rem) {*/
@media (max-width: 90.625rem) {
    :root {
        /*--min-content-margin: 6.23vw;*/
        /*--min-content-margin: 4.18vw;*/
        --min-content-margin: 8vw;
        --max-content-width: calc(100vw - var(--min-content-margin) * 2);
        /*--max-content-width: 90%;*/
    }

    /*html.editing {*/
    /*    --max-content-width: calc(100vw - var(--min-content-margin) * 2 - 50px);*/
    /*}*/
}

@media (max-width: 62rem) {
    :root {
        /*--min-content-margin: 6.23vw;*/
        /*--max-content-width: calc(100vw - var(--min-content-margin) * 2);*/
        /*--max-text-container-width: var(--max-content-width);*/
    }
}

@media (max-width: 35.94rem) {
    :root {
        /*--min-content-margin: 2.08vw;*/
        /*--max-content-width: calc(100vw - var(--min-content-margin) * 2);*/
    }
}

/* xs <=575px */
@media only screen and (max-width: 35.9999rem) {

}

/* s >= 576px */
@media only screen and (min-width: 36rem) {

}

/* m >= 768px*/
@media only screen and (min-width: 48rem) {

}

/* lg >= 960px */
@media only screen and (min-width: 60rem) {

}

/* xl >= 1140px */
@media only screen and (min-width: 71.25rem) {

}

.block-layout .fluid-container {
    width: 100%;
    position: relative;
}

.block-layout .w-100 {
    width: 100%;
}

.block-layout .abs-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block-layout .container {
    max-width: var(--max-content-width);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.block-layout .text-container {
    max-width: var(--max-text-container-width);
    padding: var(--grid-col-withgap);
}

.block-layout .heading-container {
    max-width: var(--max-text-container-width);
    padding: 0 var(--grid-col-withgap);
}

.block-layout .text-content {
    padding: 0 var(--grid-col-withgap);
}

.block-layout .cols-2 {
    column-count: 2;
    column-gap: var(--spacing-4);
}

.block-layout .has-dropcap:first-letter {
    float: left;
    position:relative;
    font-size: calc(var(--body-line-height) * 1em * 3.4);
    line-height: 0.6;
    margin: 0.1em 0.1em 0.1em 0;
}

.block-layout .elevation1 {
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
}
.block-layout .elevation2 {
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
}
.block-layout .elevation3 {
  box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
}
.block-layout .elevation4 {
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
}
.block-layout .elevation5 {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
}
.block-layout .elevation6 {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
}
.block-layout .elevation7 {
  box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
}
.block-layout .elevation8 {
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
}
.block-layout .elevation9 {
  box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
}
.block-layout .elevation10 {
  box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
}
.block-layout .elevation11 {
  box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
}
.block-layout .elevation12 {
  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
}
.block-layout .elevation13 {
  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
}
.block-layout .elevation14 {
  box-shadow: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
}
.block-layout .elevation15 {
  box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
}
.block-layout .elevation16 {
  box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
}
.block-layout .elevation17 {
  box-shadow: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
}
.block-layout .elevation18 {
  box-shadow: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
}
.block-layout .elevation19 {
  box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
}
.block-layout .elevation20 {
  box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
}
.block-layout .elevation21 {
  box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
}
.block-layout .elevation22 {
  box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
}
.block-layout .elevation23 {
  box-shadow: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
}
.block-layout .elevation24 {
  box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
}

@media (max-width: 52rem) {
    .block-layout .text-container .cols-2 {
        column-count: 1;
    }
}

.block-layout .fade-in,
.block-layout .slide-in-up,
.block-layout .slide-in-down {
    transition-property: transform, opacity;
    transition-duration: 0.8s, 0.8s;
    transition-timing-function: ease, linear;
}

.block-layout .fade-in {
    --visibility-ratio: 0.4;
}

/* xs <=575px */
@media only screen and (max-width: 35.9999rem) {
    .block-layout .fade-in {
        --visibility-ratio: 0.2;
    }
}

.block-layout .slide-in-up {
    --visibility-ratio: 0.1;
}

.block-layout .slide-in-down {
    --visibility-ratio: 0.3;
}

.block-layout .fx.fade-in {
    opacity: 0;
}

.block-layout .fx.slide-in-up {
    transform: translateY(10vh);
    opacity: 0;
}

.block-layout .fx.slide-in-down {
    transform: translateY(-10vh);
    opacity: 0;
}

/* forms : start */

.block-layout .mrp-dynamic-form .form-inner > h1,
.block-layout .mrp-dynamic-form .form-inner > h2,
.block-layout .mrp-dynamic-form .form-inner > h3,
.block-layout .mrp-dynamic-form .form-inner > h4,
.block-layout .mrp-dynamic-form .form-inner > h5
.block-layout .mrp-dynamic-form .form-inner > h6 {
    margin-bottom: 1rem;
}

.block-layout .form-buttons {
    margin-top: 1rem;
}

.block-layout .form-group {
    padding: 0.5rem 0;
}

.block-layout .form-container {
    max-width: var(--width-cols-8);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.block-layout .form-group-optin p {
    /* p in consent box is treated as a simple text */
    display: inline-block;
    font-size: inherit;
}

@media (max-width: 61.25rem) {
    .block-layout .form-container {
        max-width: var(--width-cols-10);
    }
}

@media (max-width: 50rem) {
    .block-layout .form-container {
        max-width: var(--width-cols-12);
    }
}

.block-layout .mrp-dynamic-form button.btn,
.block-layout .button {
    display: inline-flex;
    position: relative;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0px solid transparent;
    color: var(--g-inverted-text-color);
    background-color: var(--g-accent-color);
    border-color: var(--g-accent-color);
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.block-layout .mrp-dynamic-form button.btn .button-icon,
.block-layout .button .button-icon {
    margin-right: var(--spacing-2);
    fill: currentColor;
}

.block-layout .button.outlined {
    background-color: transparent;
    border: 1px solid var(--g-accent-color);
    color: var(--g-accent-color);
}

.block-layout .button.medium,
.block-layout .block-form button.medium {
    padding: 0.75rem 2.2rem;
    font-size: 1.15rem;
    line-height: 1.35;
}

.block-layout .button.small,
.block-layout .block-form button.small {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
}

.block-layout .button span.ripple {
  position: absolute; /* The absolute position we mentioned earlier */
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  /*background-color: rgba(255, 255, 255);*/
  background-color: rgb(210, 210, 210);
  opacity: 0.4;
}

.block-layout .button.outlined span.ripple {
    background-color: currentColor;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}


.block-layout .form-group > .control-wrapper > input.form-control,
.block-layout .form-group > .control-wrapper > textarea.form-control {
    border:1px solid #ddd;
    border-radius:4px;
    padding:4px;
    color:#474747;
}

.block-layout .control-wrapper ::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1; /* for older chrome versions. may no longer apply. */
}

.block-layout .control-wrapper :-moz-placeholder { /* Firefox 18- */
	color: #ccc;
	opacity: 1;
}

.block-layout .control-wrapper ::-moz-placeholder {  /* Firefox 19+ */
	color: #ccc;
	opacity: 1;
}

.block-layout .control-wrapper :-ms-input-placeholder {
	color: #ccc;
}

.block-layout .form-group > .control-wrapper > input.form-control {
    min-height:50px;
}

.block-layout .form-group > .control-wrapper > textarea.form-control.dynamic-form-long-text {
    min-height:180px;
}
.block-layout .form-group input::placeholder,
.block-layout .form-group textarea::placeholder {
    /*opacity: 0;*/
}


.block-layout .form-group > label {
    font-weight:300;
}

@media (max-width:600px) {

    .double-col-form .form-inner {
        display:block;
    }
}

/* forms: end */

.block-layout .hidden.hidden.hidden {
    display: none;
}

/* greedy rules */

.has-greedy .block-layout:not(.greedy) {
    display: none;
}

/* ==== INCLUDE: /css/blocks.css ==== */

html {
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
}

html:not(.editing) body {
    overflow: hidden;
}

/* undo overflow for body when IDX is open, otherwise listing details panels don't scroll */
html body.blocks-site.mrp-idx-inpage {
    overflow: inherit;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/*ol, ul {*/
/*    font-size: var(--p-font-size);*/
/*    padding-bottom: calc(var(--p-font-size) * var(--body-line-height));*/
/*    padding-left: calc(var(--p-font-size) * var(--body-line-height));*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 calc(var(--p-font-size) * var(--body-line-height)) 0;
}

.html-layout {
    background-color: white;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    /*overflow-x: hidden; !* never allow horizontal scroll *!*/
    /*overflow-y: auto; !* allow regular vertical scroll *!*/
    /*perspective: 1px; !* for parallax effects *!*/
    /*perspective-origin: 0 0;*/
    /*transform-style: preserve-3d; !* for parallax effects *!*/
    font-family: sans-serif;
    /*font-size: 0.9em;*/
    /*line-height: 1.1rem;*/
}

body.template #content-well,
body.alt-template #content-well {
    /* ensure a height to be visible */
    min-height: 50vh;
    min-height: 800px;
}

/* these two rules harden the body and wrapper div from janking when scrollbar appears / disappers */
html {
    overflow-x: hidden;
}

body > div[rel=mrp-layout] {
    /*width: 100vw;*/
    width: 100%;
}

body.template #content-well:after,
body.alt-template #content-well:after {
    /* ensure a height to be visible */
    content: "PAGE CONTENT";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba( 0, 0, 0, 0.1 );
    margin: 5vh;
    opacity: 0.7;
    color: orange;
}



#content-well, #mrp-header, #mrp-footer, #mrp-sidebar, #mrp-sidebar2,
#mrp-container1, #mrp-container2, #mrp-container3, #mrp-container4, #mrp-container5, #mrp-container6, #mrp-container7,
#mrp-container8, #mrp-container9, #mrp-container10, #mrp-container11, #mrp-container12, #mrp-container13,
#mrp-container14, #mrp-container15, #mrp-container16, #mrp-container17, #mrp-container18, #mrp-container19,
#mrp-container20 {
    position: relative;
}

.block-layout {
    position: relative;
}

/* panel background */
/* these media queries are done in pixels as they are "canonical" to the image pixel size */
/*@media only screen and (max-width: 1200px) {*/
/*    .block-layout > .with-smart-bg-outer {*/
/*        --bg-image: var(--bg-1200);*/
/*    }*/
/*}*/

/*.block-layout > *,*/
.block-layout > video.video,
.mrp-crea-attribution,
.provider-attribution {
    max-width: var(--max-content-width);
    margin-left: auto;
    margin-right: auto;
}

.block-layout > video.video {
    width: var(--max-content-width);
    display: flex;
}

.provider-attribution {
    padding-top: 4rem;
}

.mrp-crea-attribution,
.provider-attribution  {
    max-width: var(--max-content-width);
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
    margin-bottom: 4rem;
}

.mrp-crea-attribution {
    padding-top: 4em;
}

.provider-attribution + .mrp-crea-attribution {
    padding-top: 0;
}

.block-layout img,
.block-layout video,
.block-layout iframe,
.block-layout object,
.mrp-weblet-blog.mrp-weblet-blog.mrp-weblet-blog img,
.mrp-weblet-blog.mrp-weblet-blog.mrp-weblet-blog video,
.mrp-weblet-blog.mrp-weblet-blog.mrp-weblet-blog iframe,
.mrp-weblet-blog.mrp-weblet-blog.mrp-weblet-blog object
 {
    max-width: 100%;
}

.blocks-site .blog-entry-list .weblet_blog-entry-image-container {
    z-index: 5;
}

.weblet_blog-entry-heading a {
    display: block;
}

#mrp-header,
#mrp-footer {
    /*min-height: 200px;*/
}

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

/* unconfigured weblet styles */
.unconfigured > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem,4vw,4rem) clamp(2rem,10vw, 12rem);
    margin: 20px 0;
    background-color: #eee;
}

.unconfigured > div > * {
    text-align: center;
}

.unconfigured img,
.unconfigured svg {
    width: 7rem;
    margin-bottom: var(--spacing-8);
    color: rgba(0,0,0,0.3);
}

.unconfigured img {
    opacity: 0.3;
}

.unconfigured h1 {
    font-size: clamp(2rem,4vw,4rem);
    line-height: 120%;
    color: #666;
}

.unconfigured h3 {
    font-size: clamp(1.1rem,3vw,2rem);
    line-height: 140%;
    font-weight: normal;
    color: rgba(0,0,0,0.3);
}

.unconfigured h3 strong {
    font-size: clamp(1.1rem,3vw,2rem);
}

.unconfigured a {
    display: block;
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 120%;
    text-decoration: none;
    font-weight: bold;
}

.unconfigured.large > div {
    /*height: 80vh;*/
    /*min-height: 33rem;*/
}

.unconfigured.medium > div {
    /*min-height: 40vh;*/
}

.unconfigured.small > div {
}

.unconfigured .edit-link-wrapper,
.unconfigured .edit-link {
    display: none;
}

html.managed .unconfigured .edit-link-wrapper,
html.managed .unconfigured .edit-link {
    display: initial;
    white-space: nowrap;
}

html.managed .unconfigured .edit-link {
    display: inline-block;
    margin-top: var(--spacing-4);
    text-transform: uppercase;
}

/* START grid layout support */
.grid-order-2-1 {
    grid-auto-flow: dense;
}

.grid-2-reverse > *:nth-child(odd){
    grid-column: 2;
}
.grid-2-reverse > *:nth-child(even){
    grid-column: 1;
}
/* END grid layout support */

/* background 2 support */
.has-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.has-bg-image,
.has-bg-video,
.has-bg-color {
    color: rgba(255,255,255,0.8);
}

.has-light-bg {
    color: inherit;
}

.with-smart-bg-outer {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin-top: -0.2px;
    margin-bottom: -0.2px;
}

.with-smart-bg-outer.with-bg-image,
.with-smart-bg-outer.with-bg-color {
    color: white;
}

.with-smart-bg {
    /*background-color: yellow;*/
    position: absolute;
    z-index: -1;
    left: 0;
    top: -10%;
    right: 0;
    bottom: -10%;
    background-image: var(--bg-image);
    /*background-image: url(http://localhost:8080/w/w=reference-reg8.myrealpagewebsite.com/_media/Images/knt-WaUcTYPfiCU-unsplash.jpg);*/
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.with-smart-bg.with-scroll-fixed {
    background-attachment: fixed;
}
.with-smart-bg.with-scroll-fixed::before {
    background-attachment: fixed;
}
.with-smart-bg.with-scroll-fixed::after {
    background-attachment: fixed;
}

/* global fix for mobile */
@media (max-width: 767px) {
    .with-smart-bg.with-scroll-fixed.with-scroll-fixed {
        background-attachment: scroll;
        position: fixed;
        z-index: -1;
        pointer-events: none;
    }
    .with-smart-bg-outer.with-scroll-fixed-parent {
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    }
    /* this counter-acts issues on mobile safari with erratic scrolling showing portions of fixed div */
    html:not(.editing) .block-layout {
        /* disabling it until we figure it out */
        /*overflow: hidden;*/
        /*overflow-x:hidden;*/
    }
}


/* global fix for iOS */
/*@supports (-webkit-touch-callout: none) {*/
/*    .with-smart-bg.with-scroll-fixed.with-scroll-fixed {*/
/*        background-attachment: scroll;*/
/*        position: inherit;*/
/*        z-index: -1;*/
/*    }*/
/*}*/

@media only screen and (max-width: 1300px) {
    .with-smart-bg {
        --bg-image: var(--bg-1200);
    }
}

@media only screen and (max-width: 700px) {
    .with-smart-bg {
        --bg-image: var(--bg-800);
    }
}

/*
this tries to accommodate mobile browsers where the height is greater than width
since most images will be landscape and object-fit cover, the image becomes too
stretched to fit the height at lower res
*/
@media only screen and  (max-width: 700px) and (min-height: 500px) {
    .with-smart-bg {
        --bg-image: var(--bg-1200);
    }
}

/* bill: scales the image too much for mobile, especially landscape image */
/*@media only screen and (max-width: 400px) {*/
/*    .with-smart-bg {*/
/*        --bg-image: var(--bg-400);*/
/*    }*/
/*}*/

html.editing .with-smart-bg {
    transform: none !important;
}

.with-smart-bg {
    filter: var(--bg-filter);
}

.with-smart-bg.with-bg-video {
    top: 0;
    bottom: 0;
}

.with-smart-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.with-texture-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.with-texture-effect.canvas::after {
    background-image: url("/css/textures/canvas.png");
}
.with-texture-effect.dense::after {
    background-image: url("/css/textures/dense.png");
}
.with-texture-effect.fabric::after {
    background-image: url("/css/textures/fabric.png");
}
.with-texture-effect.geometric::after {
    background-image: url("/css/textures/geometric.png");
}
.with-texture-effect.lines::after {
    background-image: url("/css/textures/lines.png");
}
.with-texture-effect.tactile::after {
    background-image: url("/css/textures/tactile.png");
}

.with-texture-effect.cross-stripes::after {
    background-image: url("/css/textures/cross-stripes.png");
}
.with-texture-effect.dark-dot::after {
    background-image: url("/css/textures/dark-dot.png");
}
.with-texture-effect.egg-shell::after {
    background-image: url("/css/textures/egg-shell.png");
}
.with-texture-effect.fake-brick::after {
    background-image: url("/css/textures/fake-brick.png");
}
.with-texture-effect.outlets::after {
    background-image: url("/css/textures/outlets.png");
}
.with-texture-effect.subtle-carbon::after {
    background-image: url("/css/textures/subtle-carbon.png");
}
.with-texture-effect.worn-dots::after {
    background-image: url("/css/textures/worn-dots.png");
}

/*.with-smart-bg.with-color-effect::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-image: var(--bg-color-effect);*/
/*}*/

.with-smart-bg-outer.with-color-effect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: var(--bg-color-effect);
}

:root {
    --pan-strength: 10%;
    --zoom-strength: 1.5;
}

@keyframes pan-zoom {
    0% {
        transform: scale(1) translate(0,0);
    }
    50% {
        transform: scale(var(--zoom-strength))  translate( var(--pan-strength),  var(--pan-strength) );
    }
    100% {
        transform: scale(1)  translate(0,0);
    }
}

.with-smart-bg.with-animate-pan-zoom {
    top: calc(-1 * var(--pan-strength));
    bottom:  calc(-1 * var(--pan-strength));
    left:  calc(-1 * var(--pan-strength));
    right: calc(-1 * var(--pan-strength));
    animation: pan-zoom 200s infinite linear;
}

html.editing .with-smart-bg.with-animate-pan-zoom {
    animation: none;
}


/* maps */
.block-map-wrapper {
    position: absolute !important; /* mapbox likes to overwrite it with relative */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-map-wrapper .mapboxgl-marker svg {
    display: none;
}
.block-map-wrapper .mapboxgl-marker {
    top: 12px;
    filter:
    drop-shadow(0px 0px 2px rgba(255, 255, 255, 1))
    drop-shadow(0px 0px 4px rgba(255, 255, 255, 1));
}
.block-map-wrapper .mapboxgl-marker:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    pointer-events: none;
    background-color: var(--map-block-icon-color, #c00);
    margin-right: 0;
    -webkit-mask: var(--map-block-icon, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z'/%3e%3c/svg%3e"));
    -webkit-mask-size: cover;
    mask: var(--map-block-icon, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z'/%3e%3c/svg%3e"));
    mask-size: cover;
    cursor: pointer;
}

.mapboxgl-popup-content a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--text-color);
    margin: 0 -8px 0 2px;
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='color: rgb(231%2c 150%2c 20)%3b fill: rgb(231%2c 150%2c 20)%3b' data-color='rgb(231%2c 150%2c 20)'%3e%3cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'%3e%3c/path%3e%3c/svg%3e");
    -webkit-mask-size: cover;
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='color: rgb(231%2c 150%2c 20)%3b fill: rgb(231%2c 150%2c 20)%3b' data-color='rgb(231%2c 150%2c 20)'%3e%3cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'%3e%3c/path%3e%3c/svg%3e");
    mask-size: cover;
    opacity: 0.5;
}
.block-map-wrapper .mapboxgl-popup-content .mapboxgl-popup-close-button {
    display: none;
}

.block-map-wrapper .mapboxgl-popup {
    z-index: 1;
}

.block-map-wrapper .mapboxgl-popup-content {
    font-size: 1rem;
    padding: 10px 20px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
    text-align: center;
}

.block-map-wrapper .mapboxgl-popup-content .mapboxgl-popup-close-button {
    right: 5px;
    color: #ccc;
}

.block-map-wrapper .mapboxgl-popup-content .mapboxgl-popup-close-button:focus {
    outline: none;
}

.block-map-wrapper .mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
    background-color: inherit;
}

.map-block-grayscale canvas {
    filter: grayscale(0.9);
}

/* this needs to be global to prevent flash */
nav.vmenu.initial {
    display: none;
}

.responsive-embed-outer {
    position: relative;
}

.responsive-embed-inner {
    width: 100%;
    height: 0;
    /*padding-top: var(--ratio-percent);*/
    padding-top: max(var(--ratio-percent, 0px), 250px);
    position: relative;
}

.responsive-embed-outer .responsive-embed-inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.block-layout .box {
    position: relative;
    padding: var(--box-margin,0);
    color: var(--box-color,currentColor);
    border-radius: var(--box-border-radius,0);
}

.block-layout .box .box-inner {
    position: relative;
    background-color: var(--box-bg-color);
    padding: var(--box-padding,0);
    border-color: var(--box-border-color);
    border-width: var(--box-border-width,0);
    border-style: solid;
    border-radius: calc(var(--box-border-radius,0rem) - var(--box-margin,0rem) );
}

.ti-cursor {
    display: inline-block !important;
    font-weight: 200 !important;
    padding-left: 5px !important;
    transform: scale(1.4) translateY(-2px) !important;
}


/* toggle switch */
.toggle-switch-c-wrapper {

    --color: #777;
    --color-checked: #777;
    --color-unchecked: #777;
    --line: var(--color);
    --dot: var(--color-checked);
    --circle: var(--color-unchecked);
    --duration: .3s;
    --text: var(--color);
    cursor: pointer;
    z-index: 0;

    --factor: 2;
    --size: calc(1px * var(--factor));
    --dim: calc(var(--size) * 7);


    display: grid;
    grid-template-columns: min-content min-content min-content;
    grid-gap: calc(var(--size) * 4 );
    align-items: center;
    justify-content: center;
    /* consider regular 1rem to be appropriate for factor 3 */
    font-size: calc(1rem * var(--factor) / 3);
}

.toggle-switch-c {

    width: calc(var(--dim) * 2);
    height: var(--dim);
}

.toggle-switch-c label {
    padding: 0;
}

.toggle-switch-c input {
    display: none;
}

.toggle-switch-c input + div {
    position: relative;
}

.toggle-switch-c input + div::before,
.toggle-switch-c input + div::after {
    --s: 1;
    content: '';
    position: absolute;
    height: var(--size);
    top: calc(var(--dim) / 2 - 1px);
    width: var(--dim);
    background: var(--line);
    -webkit-transform: scaleX(var(--s));
    transform: scaleX(var(--s));
    -webkit-transition: -webkit-transform var(--duration) ease;
    transition: -webkit-transform var(--duration) ease;
    /*transition: transform var(--duration) ease;*/
    transition: transform var(--duration) ease, -webkit-transform var(--duration) ease;
}

.toggle-switch-c input + div::before {
    --s: 0;
    left: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 2px 0 0 2px;
}

.toggle-switch-c input + div::after {
    left: var(--dim);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 0 2px 2px 0;
}

.toggle-switch-c input + div span {
    /*padding-left: 56px;*/
    line-height: var(--dim);
    color: var(--text);
}

.toggle-switch-c input + div span::before {
    --x: 0;
    --b: var(--circle);
    --s: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: var(--dim);
    height: var(--dim);
    border-radius: 50%;
    box-shadow: inset 0 0 0 var(--s) var(--b);
    -webkit-transform: translateX(var(--x));
    transform: translateX(var(--x));
    -webkit-transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    /*transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;*/
    /*transition: box-shadow var(--duration) ease, transform var(--duration) ease;*/
    transition: box-shadow var(--duration) ease, transform var(--duration) ease, -webkit-transform var(--duration) ease;
    z-index: 1;
}

.toggle-switch-c input + div span:not(:empty) {
    padding-left: 64px;
}

.toggle-switch-c input:checked + div::before {
    --s: 1;
}

.toggle-switch-c input:checked + div::after {
    --s: 0;
}

.toggle-switch-c input:checked + div span::before {
    --x: var(--dim);
    --s: var(--dim);
    --b: var(--dot);
}

/* toggle switch */

/* quick message */
.quick-message {
    padding: 2rem 3rem;
    background-color: rgba(34,139,34, 0.9 );
    color: white;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    position: fixed;
    z-index: 20000;
    /*top: 50%;*/
    top: 3rem;
    left: 50%;
    transform: translate(-50%,0%);
    transition: opacity 0.5s linear;
    opacity: 0;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
    cursor: pointer;
}

.quick-message.error {
    background-color: rgba(220,53,69, 0.8 );
}


/* three dot pulse progress */
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
    /*--pulse-color: #9880ff;*/
    --pulse-color: #666;
    --size: 10px; /* not adjustable, adjust scale in parent element */
    position: relative;
    left: -9999px;
    width: var(--size);
    height: var(--size);
    border-radius: calc(var(--size) / 2);
    background-color: var(--pulse-color);
    color:var(--pulse-color) ;
    box-shadow: 9999px 0 0 calc(var(--size) / 2 * -1) var(--pulse-color);
    -webkit-animation: dot-pulse 1.5s infinite linear;
    animation: dot-pulse 1.5s infinite linear;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: var(--size);
    height: var(--size);
    border-radius: calc(var(--size) / 2);
    background-color: var(--pulse-color);
    color: var(--pulse-color);
}

.dot-pulse::before {
    box-shadow: 9980px 0 0 calc(var(--size) / 2 * -1) var(--pulse-color);
    -webkit-animation: dot-pulse-before 1.5s infinite linear;
    animation: dot-pulse-before 1.5s infinite linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10020px 0 0 calc(var(--size) / 2 * -1) var(--pulse-color);
    -webkit-animation: dot-pulse-after 1.5s infinite linear;
    animation: dot-pulse-after 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px var(--pulse-color);
    }
    30% {
        box-shadow: 9984px 0 0 2px var(--pulse-color);
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px var(--pulse-color);
    }
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px var(--pulse-color);
    }
    30% {
        box-shadow: 9984px 0 0 2px var(--pulse-color);
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px var(--pulse-color);
    }
}

@-webkit-keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px var(--pulse-color);
    }
    30% {
        box-shadow: 9999px 0 0 2px var(--pulse-color);
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px var(--pulse-color);
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px var(--pulse-color);
    }
    30% {
        box-shadow: 9999px 0 0 2px var(--pulse-color);
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px var(--pulse-color);
    }
}

@-webkit-keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px var(--pulse-color);
    }
    30% {
        box-shadow: 10014px 0 0 2px var(--pulse-color);
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px var(--pulse-color);
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px var(--pulse-color);
    }
    30% {
        box-shadow: 10014px 0 0 2px var(--pulse-color);
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px var(--pulse-color);
    }
}


/* accent colours */

.block-layout.block-layout.inverted {
    color: var(--g-inverted-text-color);
}

.block-layout.block-layout.accent-bg {
    background-color: var(--g-accent-color);
    color: var(--g-accent-text-color);
}


.block-layout.block-layout .accent-bg {
    background-color: var(--g-accent-color);
    color: var(--g-accent-text-color);
}

.block-layout.block-layout .accent-bg .button {
    background-color: var(--g-accent-text-color);
    border-color: var(--g-accent-text-color);
    color: var(--g-accent-color);
}

.block-layout .mrp-dynamic-form button.btn,
.block-layout .button {
    border-radius: var(--button-radius,0.3rem);
}

.block-layout .grayscale {
    filter: grayscale(1);
}
/* button-list */

.block-layout .button-list .button {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border-radius: var(--button-radius, 0);
    color: var(--fl-button-label-color, var(--panel-color, var(--g-accent-color)));
    padding: var(--button-padding);
    background-color: var(--fl-button-bg-color, var(--panel-color, var(--g-accent-color)));
    margin: 0;
    transition: all 0.2s linear;
    font-size: var(--button-font-size);
    display: flex;
    gap: 0.5em;
    --button-font-size: clamp(0.9rem, calc(0.9rem + ((1vw - 0.45rem) * 0.1333)), 1rem);
    --button-padding: 0.75em 1.5em;
}
.block-layout .button-list .button.no-label:not(.plain) {
    padding: 1em;
}
.block-layout .button-list .button:hover {
    transform: scale(1.05);
}
.block-layout .button-list.no-text-transform .button {
    text-transform: none;
}
.block-layout .button-list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: var(--gap) 0 0 0; /* NEW */
    width: 100%;
    --gap: 1rem;
    gap: var(--gap);
    align-items: center;
}
.block-layout .button-list label {
    padding: 0;
    line-height: 1.25em;
    cursor: pointer;
    color: var(--fl-button-label-color,var(--panel-color,var(--g-accent-text-color)));
}
.block-layout .button-list :not(.filled) label {
    color: var(--fl-button-label-color,var(--panel-color,var(--g-accent-color)));
}
.block-layout .button-list svg {
    fill: var(--fl-button-bg-color,var(--panel-color,var(--g-accent-color)));
    height: 1.25em;
    width: auto;
    min-width: 1.25em;
}
.block-layout .button-list :not(.filled) svg {
    fill: var(--fl-button-label-color,var(--panel-color,var(--g-accent-color)));
}
.block-layout .button-list .button.filled {
    border: 1px solid transparent;
}
.block-layout .button-list.filled label,
.block-layout .button-list .filled label {
    color: var(--fl-button-label-color,var(--g-inverted-text-color));
}
.block-layout .button-list .filled svg {
    fill: var(--fl-button-label-color,var(--g-inverted-text-color));
}
.block-layout .button-list img + label,
.block-layout .button-list svg + label {
    padding: 0;
}
.block-layout .button-list.icon-reverse img + label,
.block-layout .button-list.icon-reverse svg + label {
    padding: 0;
}
.block-layout .button-list.icon-reverse .button {
    flex-direction: row-reverse;
}
.block-layout .button-list .outlined {
    border-color: var(--fl-button-bg-color,var(--panel-color,var(--g-accent-color)));
    background-color: transparent;
}
.block-layout .button-list.button-list.left {
    justify-content: start;
}
.block-layout .button-list.button-list.center {
    justify-content: center;
}
.block-layout .button-list.button-list.right {
    justify-content: flex-end;
}
.block-layout .button-list.x-small {
    --gap: 1.15rem;
}
.block-layout .button-list a.x-small *,
.block-layout .button-list.x-small a {
    font-size: clamp(0.585rem, calc(0.585rem + ((1vw - 0.45rem) * 0.0867)), 0.65rem);
}
.block-layout .button-list.small {
    --gap: 1.25rem;
}
.block-layout .button-list a.small *,
.block-layout .button-list.small a {
    font-size: clamp(0.675rem, calc(0.675rem + ((1vw - 0.45rem) * 0.1)), 0.75rem);
}
.block-layout .button-list.medium {
    --gap: 1.5rem;
}
.block-layout .button-list a.medium *,
.block-layout .button-list.medium a {
    font-size: clamp(0.9rem, calc(0.9rem + ((1vw - 0.45rem) * 0.1333)), 1rem);
}
.block-layout .button-list.large {
    --gap: 1.65rem;
}
.block-layout .button-list a.large *,
.block-layout .button-list.large a {
    font-size: clamp(1.125rem, calc(1.125rem + ((1vw - 0.45rem) * 0.1667)), 1.25rem);
}
.block-layout .button-list.x-large {
    --gap: 2rem;
}
.block-layout .button-list a.x-large *,
.block-layout .button-list.x-large a {
    font-size: clamp(1.35rem, calc(1.35rem + ((1vw - 0.45rem) * 0.2)), 1.5rem);
}
.block-layout .button-list * {
    font-size: 100%;
}
.block-layout .button-list a.plain {
    padding: 0;
    background: none;
    border-radius: 0;
}
.block-layout .button-list.with-shadow .button:not(.plain) {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);
}
.block-layout .button-list.with-shadow .button:not(.plain):hover {
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
}
.button-list .button.button.plain:hover,
.button-list .button.button.plain {
    box-shadow: none;
}
.button-list .button {
    white-space: normal;
}


.block-layout .button-list img {
    height: 100%;
}
.block-layout .button-list a.x-small img,
.block-layout .button-list.x-small img {
    max-height: 1rem;
}
.block-layout .button-list a.small img,
.block-layout .button-list.small img {
    max-height: 1.5rem;
}
.block-layout .button-list a.medium img,
.block-layout .button-list.medium img,
.block-layout .button-list img {
    max-height: 2rem;
}
.block-layout .button-list a.large img,
.block-layout .button-list.large img {
    max-height: 2.5rem;
}
.block-layout .button-list a.x-large img,
.block-layout .button-list.x-large img {
    max-height: 3rem;
}
.block-layout .button-list a.x-small.plain img,
.block-layout .button-list.x-small.plain img {
    max-height: 1rem;
}
.block-layout .button-list a.small.plain img,
.block-layout .button-list.small.plain img {
    max-height: 2rem;
}
.block-layout .button-list a.medium.plain img,
.block-layout .button-list.medium.plain img,
.block-layout .button-list.plain img {
    max-height: 3rem;
}
.block-layout .button-list a.large.plain img,
.block-layout .button-list.large.plain img {
    max-height: 4rem;
}
.block-layout .button-list a.x-large.plain img,
.block-layout .button-list.x-large.plain img {
    max-height: 5rem;
}




/* accent-bg */
.accent-bg .button-list .filled svg {
    fill: var(--fl-button-label-color,var(--panel-color,var(--g-accent-color)));
}
.accent-bg .button-list :not(.filled) label,
.accent-bg .button-list label {
    color: var(--fl-button-label-color,var(--panel-color,var(--g-inverted-text-color)));
}
.accent-bg .button-list :not(.filled) svg,
.accent-bg .button-list svg {
    fill: var(--fl-button-label-color,var(--panel-color,var(--g-inverted-text-color)));
}
.block-layout.block-layout .accent-bg .button-list a.plain,
.accent-bg .button-list a.plain {
    background: none;
}
.accent-bg .button-list .filled label {
    color: var(--fl-button-label-color,var(--panel-color,var(--g-accent-color)));
}
.accent-bg .button-list .button {
    background-color: var(--fl-button-bg-color,var(--panel-color,var(--g-inverted-text-color)));
    color: var(--fl-button-label-color,var(--panel-color,var(--g-inverted-text-color)));
}
.block-layout.block-layout .accent-bg .button-list .outlined.button,
.accent-bg .button-list .outlined {
    border-color: var(--fl-button-bg-color,var(--panel-color,var(--g-inverted-text-color)));
    background-color: transparent;
}

/* accent-bg + inverted */
.inverted .button-list .filled svg,
.has-dark-bg .button-list .filled svg,
.accent-bg .button-list .filled svg {
    fill: var(--fl-button-label-color,var(--g-accent-color));
}
.inverted .button-list :not(.filled) label,
.inverted .button-list label,
.accent-bg .button-list :not(.filled) label,
.accent-bg .button-list label,
.has-dark-bg .button-list :not(.filled) label,
.has-dark-bg .button-list label {
    color: var(--fl-button-label-color,var(--panel-color,var(--g-inverted-text-color)));
}
.inverted .button-list :not(.filled) svg,
.inverted .button-list svg,
.accent-bg .button-list :not(.filled) svg,
.accent-bg .button-list svg,
.has-dark-bg .button-list :not(.filled) svg,
.has-dark-bg .button-list svg {
    fill: var(--fl-button-label-color,var(--panel-color,var(--g-inverted-text-color)));
}
.inverted .button-list a.plain,
.block-layout.block-layout .accent-bg .button-list a.plain,
.accent-bg .button-list a.plain,
.has-dark-bg .button-list a.plain {
    background: none;
}
.inverted .button-list .filled label,
.accent-bg .button-list .filled label,
.has-dark-bg .button-list .filled label  {
    color: var(--fl-button-label-color,var(--g-accent-color));
}
.inverted .button-list .button,
.accent-bg .button-list .button,
.has-dark-bg .button-list .button {
    background-color: var(--fl-button-bg-color,var(--panel-color,var(--g-inverted-text-color)));
    color: var(--fl-button-label-color,var(--panel-color,var(--g-inverted-text-color)));
}
.inverted .button-list .outlined,
.block-layout.block-layout .accent-bg .button-list .outlined.button,
.accent-bg .button-list .outlined,
.has-dark-bg  .button-list .outlined {
    border-color: var(--fl-button-bg-color,var(--panel-color,var(--g-inverted-text-color)));
    background-color: transparent;
}

/* when 2 button lists */

.button-list + .button-list {
    margin-top: calc(var(--p-font-size) * var(--body-line-height)) !important;
}

/* icon button */

.block-layout .button-list.icon-only .filled svg {
    fill: #fff;
}
.block-layout .button-list.icon-only .filled {
    background: var(--fl-button-label-color,var(--text-color));
    border-color: transparent;
}
.block-layout .button-list.icon-only .plain svg,
.block-layout .button-list.icon-only .outlined svg {
    fill: var(--fl-button-label-color,var(--text-color));
}
.block-layout .button-list.icon-only .outlined {
    border-color: var(--fl-button-label-color,var(--text-color));
}
.inverted .button-list.icon-only .filled {
    background: var(--fl-button-label-color,rgba(255,255,255,0.25));
}
.inverted .button-list.icon-only .plain svg,
.inverted .button-list.icon-only .outlined svg {
    fill: var(--fl-button-label-color,var(--g-inverted-text-color));
}
.inverted .button-list.icon-only .outlined {
    border-color: var(--fl-button-label-color,var(--g-inverted-text-color));
}

/* end of button-list */


.form-single-line-invalid {
    color: red;
}

/* PROTO FORMS  v2 */

.block-layout .box-form {
    position: relative;
}

@media (min-width:22rem) {

.block-layout .box-form .form-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
}

}
.block-layout div + .box-form {
    margin-top: 1rem;
}
.block-layout .buttons + .box-form {
    margin-top: 2rem;
}
.block-layout .box-form .form-group {
    display: flex;
    position: relative;
    margin: 0 0 0.75rem;
    padding: 0;
    flex-direction: column;
    font-size: var(--text-size2);
}
.block-layout .box-form .form-group {
    width: 100%;
}
.block-layout .box-form :not(.half-width) + .half-width {
    grid-column-start: 1;
}
.block-layout .box-form.sm .half-width,
.block-layout .box-form .title,
.block-layout .box-form :not(.half-width),
.block-layout .box-form .form-buttons,
.block-layout .block-layout-4-1 .block-column:nth-child(2n+2) .box-form .form-group.half-width,
.block-layout .block-layout-3-1 .block-column:nth-child(2n+2) .box-form .form-group.half-width,
.block-layout .block-layout-1-4 .block-column:nth-child(2n+1) .box-form .form-group.half-width,
.block-layout .block-layout-1-3 .block-column:nth-child(2n+1) .box-form .form-group.half-width,
.block-layout .block-layout-4 .box-form .form-group.half-width,
.block-layout .block-layout-5 .box-form .form-group.half-width {
    grid-column: 1 / 3;
}
.block-layout .box-form .title {
    text-align: left;
    font-size: var(--text-size5);
    margin: 0;
    padding: 0;
}
.block-layout .box-form input::placeholder,
.block-layout .box-form textarea::placeholder {
    color: transparent;
    opacity: 1;
}
.block-layout .box-form input.custom-placeholder::placeholder,
.block-layout .box-form textarea.custom-placeholder::placeholder {
    color: #aaa;
}
.block-layout .box-form .form-group.required > label::after {
    content: "*";
    color: var(--form-required-color, red);
    margin-left: 5px;
}
.quick-message.error {
    display: none;
}
.block-layout .box-form .form-group.has-error.form-group.has-error select,
.block-layout .box-form:not(.form-single-line) .form-group.has-error.form-group.has-error input,
.block-layout .box-form .form-group.has-error.form-group.has-error textarea {
    border-color: #f00;
}
.block-layout .box-form .form-group .control-error {
    display: block;
    width: 100%;
    padding: 0;
    order: 1;
    margin: 0;
}
.block-layout .box-form .form-group .control-error span {
    display: inline-block;
    text-align: left;
    padding: 2px 6px;
    color: #fff;
    background: #f00;
    border-radius: 5px;
    margin: 10px 10px 0 0;
    position: relative;
    font-size: 14px;
    left: 0;
}
.block-layout .box-form .control-error span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid red;
    position: absolute;
    top: -6px;
    left: 2px;
}
.block-layout .box-form.form-single-line .has-error:before {
    content: "!";
    position: absolute;
    left: 15px;
    font-size: 15px;
    bottom: 15px;
    width: 20px;
    line-height: 20px;
    background: red;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}
.block-layout .box-form.form-single-line .control-error {
    display: none;
}
.block-layout .box-form.form-single-line .has-error input.form-control {
    text-indent: 30px !important;
}
.block-layout .box-form.form-left-label:not(.sm) .control-error span {
    margin-left: max(100px, var(--label-width));
}
.block-layout .box-form .form-group > .control-wrapper select option[value=""] {
    color: #aaa;
}
.block-layout .box-form .form-group > .control-wrapper select option {
    color: var(--form-text-color, var(--text-color));
}
.block-layout .box-form .form-group > .control-wrapper select {
    border: 1px solid var(--form-outline-color, #aaa);
    background-color: var(--form-input-color, #fff);
    padding: 0 50px 0 10px;
    -webkit-padding-end: 50px !important;
    -webkit-padding-start: 10px !important;
    line-height: 48px;
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    background-image: none;
    cursor: pointer;
    color: var(--form-text-color, var(--text-color));
    border-radius: var(--button-radius,0.3rem);
}
.block-layout .box-form .form-group.form-group-select .control-wrapper span {
    position: relative;
    display: inline-block;
    width: 100%;
}
.block-layout .box-form .form-group.form-group-select .control-wrapper span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-mask: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20%3b' xml:space='preserve'%3e %3cpolygon points='10%2c15 18%2c5 2%2c5 '%3e%3c/polygon%3e %3c/svg%3e");
    -webkit-mask-size: cover;
    mask: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20%3b' xml:space='preserve'%3e %3cpolygon points='10%2c15 18%2c5 2%2c5 '%3e%3c/polygon%3e %3c/svg%3e");
    mask-size: cover;
    background-color: var(--form-accent-color, var(--g-accent-color));
    position: absolute;
    right: 16px;
    margin-top: 16px;
    pointer-events: none;
}
.block-layout .box-form .dynamic-form-separator {
    border-bottom: 1px solid var(--form-separator-color, #aaa);
    margin: 0.25rem 0 1rem;
    padding: 0 0 0.5rem 0;
    font-family: var(--title-font-family);
    font-size: var(--form-separator-text-size, var(--text-size3));
    text-align: left;
    counter-increment: separatorCounter;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}
.block-layout .box-form.form-separator-numbered .dynamic-form-separator:not(:empty)::before {
    content: counter(separatorCounter) " ";
    width: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    background: var(--form-button-color, var(--g-accent-color));
    margin-right: 10px;
    color: var(--form-button-label-color,var(--g-inverted-text-color));
    border-radius: 20px;
    font-family: var(--body-font-family);
    font-size: var(--text-size1);
}
.block-layout .box-form .dynamic-form-separator:empty {
    margin: 0.75rem 0 1rem;
    padding: 0;
}
.block-layout .box-form .dynamic-form-separator.only-space {
    border: none;
}
.block-layout .box-form .form-group .dynamic-form-comment,
.block-layout .box-form .form-group .dynamic-form-comment * {
    font-size: var(--text-size1);
    padding: 0;
    line-height: var(--body-line-height);
}
.block-layout .box-form input[type="radio"],
.block-layout .box-form input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    height: 20px;
    width: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    margin-top: 0.15em;
    position: absolute;
    left: 0;
    background-color: var(--form-input-color, #fff);
    cursor: pointer;
    border: 1px solid var(--form-outline-color, #aaa);
}
.block-layout .box-form input[type="checkbox"] {
    border-radius: 3px;
}
.block-layout .box-form input[type="checkbox"]:checked:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-mask: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20%3b' xml:space='preserve'%3e %3cpolygon points='15.9%2c4 7.4%2c12.4 4.1%2c9.1 2.3%2c10.9 7.4%2c16 17.7%2c5.8 '%3e%3c/polygon%3e %3c/svg%3e");
    -webkit-mask-size: cover;
    mask: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20%3b' xml:space='preserve'%3e %3cpolygon points='15.9%2c4 7.4%2c12.4 4.1%2c9.1 2.3%2c10.9 7.4%2c16 17.7%2c5.8 '%3e%3c/polygon%3e %3c/svg%3e");
    mask-size: cover;
    background-color: var(--form-accent-color, var(--g-accent-color));
    position: absolute;
}
.block-layout .box-form input[type="radio"] {
    border-radius: 10px;
}
.block-layout .box-form input[type="radio"]:checked:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-mask: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18%3b' xml:space='preserve'%3e %3ccircle cx='9' cy='9' r='5'%3e%3c/circle%3e %3c/svg%3e");
    -webkit-mask-size: cover;
    mask: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18%3b' xml:space='preserve'%3e %3ccircle cx='9' cy='9' r='5'%3e%3c/circle%3e %3c/svg%3e");
    mask-size: cover;
    background-color: var(--form-accent-color, var(--g-accent-color));
    position: absolute;
}
.block-layout .box-form .form-group label {
    display: flex;
    font-weight: normal;
    font-size: var(--form-label-text-size, var(--text-size1_5));
}
.block-layout .box-form .form-group .radio label,
.block-layout .box-form .form-group .checkbox label {
    padding: 0 0 0.5rem 1.85rem;
    position: relative;
    cursor: pointer;
}
.block-layout .box-form .form-group .radio label:last-child,
.block-layout .box-form .form-group .checkbox label:last-child {
    padding-bottom: 0;
}
.block-layout .box-form .form-group .radio,
.block-layout .box-form .form-group .checkbox {
    display: flex;
    flex-direction: column;
}
.block-layout .box-form .form-group.single-line .radio,
.block-layout .box-form .form-group.single-line .checkbox {
    flex-direction: row;
    column-gap: 1rem;
    flex-wrap: wrap;
}
.block-layout .box-form .form-group.form-group-optin > label,
.block-layout .box-form .form-buttons .buttons-left,
.block-layout .box-form.form-title-hide .title {
    display: none;
}
.block-layout .box-form .form-group > label {
    padding: 0 0 0.5rem 0;
}
.block-layout .box-form .form-buttons .buttons-left,
.block-layout .box-form .form-buttons .buttons-right,
.block-layout .box-form .form-group > .control-wrapper {
    padding: 0;
	display: block;
	width: 100%
}
.block-layout .box-form .buttons-right,
.block-layout .box-form.form-button-right .buttons-right {
    text-align: right;
}
.block-layout .box-form.form-button-center .buttons-right {
    text-align: center;
}
.block-layout .box-form.form-button-left .buttons-right {
    text-align: left;
}
.block-layout .box-form.form-button-full-width .buttons-right button.btn {
    width: 100%;
}
.block-layout.inverted .block-column:not(.has-dark-bg).has-bg .box-form .mrp-dynamic-form button.btn,
.block-layout.accent-bg .block-column:not(.has-dark-bg).has-bg .box-form .mrp-dynamic-form button.btn,
.block-layout .box-form .mrp-dynamic-form button.btn {
    padding: 0 1.5rem;
    line-height: 50px;
    font-size: clamp(0.9rem, calc(0.9rem + ((1vw - 0.45rem) * 0.1333)), 1rem);
    letter-spacing: 0.1rem;
    background-color: var(--form-button-color,var(--g-accent-color));
    color: var(--form-button-label-color,var(--g-inverted-text-color));
}
.block-layout.inverted .box-form .mrp-dynamic-form button.btn,
.block-layout.accent-bg .box-form .mrp-dynamic-form button.btn {
    background-color: var(--form-button-color,var(--g-inverted-text-color));
    color: var(--form-button-label-color,var(--g-accent-color));
}
.block-layout.inverted .block-column:not(.has-dark-bg).has-bg .box-form.form-button-outlined .mrp-dynamic-form button.btn,
.block-layout.accent-bg .block-column:not(.has-dark-bg).has-bg .box-form.form-button-outlined .mrp-dynamic-form button.btn,
.block-layout .box-form.form-button-outlined .mrp-dynamic-form button.btn {
    background-color: transparent;
    color: var(--form-button-label-color,var(--g-accent-color));
    border: 1px solid var(--form-button-color,var(--g-accent-color));
}
.block-layout.inverted .box-form.form-button-outlined .mrp-dynamic-form button.btn,
.block-layout.accent-bg .box-form.form-button-outlined .mrp-dynamic-form button.btn {
    background-color: transparent;
    color: var(--form-button-label-color,var(--g-inverted-text-color));
    border: 1px solid var(--form-button-color,var(--g-inverted-text-color));
}
.block-layout .box-form .mrp-dynamic-form button.btn {
    transition: all 0.2s linear;
}
.block-layout .box-form:not(.form-single-line) .mrp-dynamic-form button.btn:hover {
    transform: scale(1.05);
}
.block-layout .box-form .form-group > .control-wrapper > input.form-control,
.block-layout .box-form .form-group > .control-wrapper > textarea.form-control {
    border: 1px solid var(--form-outline-color, #aaa);
    border-radius: var(--button-radius,0.3rem);
    padding: 8px 14px;
    color: var(--form-text-color, var(--text-color));
    min-width: 5rem;
    background-color: var(--form-input-color, #fff);
    min-height: 50px;
}
.block-layout .box-form .form-group.form-group-long-text textarea.form-control {
    min-height: 150px;
}
.block-layout .box-form .form-group.form-group-long-text.short textarea.form-control {
    min-height: 100px;
}
.block-layout .box-form .form-group.form-group-long-text.medium textarea.form-control {
    min-height: 200px;
}
.block-layout .box-form .form-group.form-group-long-text.tall textarea.form-control {
    min-height: 300px;
}
.block-layout .box-form.has-button-icon .button.btn.submit-button .icon {
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-color: var(--form-button-icon-color,var(--form-button-label-color,var(--g-inverted-text-color)));
    margin-right: 0.5em;
    -webkit-mask: var(--form-button-icon);
    -webkit-mask-size: cover;
    mask: var(--form-button-icon);
    mask-size: cover;
}
.block-layout.inverted .box-form.has-button-icon .button.btn.submit-button .icon,
.block-layout.accent-bg .box-form.has-button-icon .button.btn.submit-button .icon {
    background-color: var(--form-button-icon-color,var(--form-button-label-color,var(--g-accent-color)));
}
.block-layout .box-form.form-button-outlined .button.btn.submit-button .icon {
    background-color: var(--form-button-icon-color,var(--form-button-label-color,var(--g-accent-color)));
}
.block-layout .box-form.button-icon-reverse .button.btn.submit-button {
    flex-direction: row-reverse;
}
.block-layout .box-form.button-icon-reverse .button.btn.submit-button .icon {
    margin-left: 0.5em;
    margin-right: 0;
}
.block-layout .box-form .button.submitting,
.block-layout .box-form .button.submitting:hover {
    animation: submit-button-feedback 2s infinite;
    color: transparent !important;
    background: #666 !important;
    border-color: #666 !important;
}
.block-layout .box-form .button.submitting .icon {
    background-color: transparent !important;
}
.block-layout .box-form .button.submitting:before {
    content: "";
    animation: submit-button-spinning 1.5s linear infinite;
    position: absolute;
    text-indent: 0;
    width: 25px;
    height: 25px;
    -webkit-mask: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18%3b' xml:space='preserve'%3e %3cg%3e %3cpath d='M7.7%2c3.7v1.5l3.6-2.3L7.7%2c0.6v1.8C4.6%2c3%2c2.3%2c5.7%2c2.3%2c9c0%2c1.8%2c0.7%2c3.5%2c2%2c4.8l0.9-0.9c-1-1-1.6-2.4-1.6-3.9 C3.5%2c6.4%2c5.3%2c4.3%2c7.7%2c3.7z'%3e%3c/path%3e %3cpath d='M15.7%2c9c0-1.8-0.7-3.5-2-4.8l-0.9%2c0.9c1%2c1%2c1.6%2c2.4%2c1.6%2c3.9c0%2c2.6-1.8%2c4.7-4.2%2c5.3v-1.5l-3.6%2c2.3l3.6%2c2.3v-1.8 C13.4%2c15%2c15.7%2c12.3%2c15.7%2c9z'%3e%3c/path%3e %3c/g%3e %3c/svg%3e");
    -webkit-mask-size: cover;
    mask: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18%3b' xml:space='preserve'%3e %3cg%3e %3cpath d='M7.7%2c3.7v1.5l3.6-2.3L7.7%2c0.6v1.8C4.6%2c3%2c2.3%2c5.7%2c2.3%2c9c0%2c1.8%2c0.7%2c3.5%2c2%2c4.8l0.9-0.9c-1-1-1.6-2.4-1.6-3.9 C3.5%2c6.4%2c5.3%2c4.3%2c7.7%2c3.7z'%3e%3c/path%3e %3cpath d='M15.7%2c9c0-1.8-0.7-3.5-2-4.8l-0.9%2c0.9c1%2c1%2c1.6%2c2.4%2c1.6%2c3.9c0%2c2.6-1.8%2c4.7-4.2%2c5.3v-1.5l-3.6%2c2.3l3.6%2c2.3v-1.8 C13.4%2c15%2c15.7%2c12.3%2c15.7%2c9z'%3e%3c/path%3e %3c/g%3e %3c/svg%3e");
    mask-size: cover;
    background-color: #fff !important;
}

@keyframes submit-button-spinning {
	to {
		transform: rotate(360deg);
	}
}
@keyframes submit-button-feedback {
	0% {
		opacity: 0.9;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 0.9;
	}
}

/* ----------- LEFT LABEL FORM ----------- */

@media (min-width:22rem) {

.block-layout .box-form.form-left-label {
    --label-width: min(30%,15rem);
}
.block-layout .box-form.form-left-label .has-half-width {
    --label-width: 10rem;
}
.block-layout .box-form.form-left-label.md .has-half-width {
    --label-width: min(30%,15rem);
}
.block-layout .box-form .form-group > label {
    line-height:normal;
}
.block-layout .box-form.form-left-label .form-group {
    margin: 0 0 1rem;
    padding: 0;
}
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .form-group > label {
    display: flex;
    width: var(--label-width);
    justify-content: flex-end;
    padding: 0 1rem 0 0;
    text-align: right;
}
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .form-group {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .form-group-text > label,
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .form-group-long-text > label,
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .form-group-select > label {
    height: 50px;
    align-items: center;
}
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .form-group > .control-wrapper,
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .form-group.form-group-text.half-width .control-wrapper {
    width: calc(100% - var(--label-width));
}
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .form-buttons,
.block-layout .container:not(.block-layout-4):not(.block-layout-5) .box-form.form-left-label:not(.sm) .title {
    padding-left: var(--label-width);
}
.block-layout .container .box-form.form-left-label.md .form-group.form-group {
    grid-column: 1 / 3;
}

.block-layout .box-form.form-left-label .title.title[style*="text-align: center"] {
    padding-left: 0 !important;
}

}

/* ----------- NO LABEL FORM ----------- */

.block-layout .box-form.form-no-label .form-inner {
    grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
    column-gap: 1rem;
}
.block-layout .box-form.form-no-label .form-group-select label,
.block-layout .box-form.form-no-label .form-group-long-text label,
.block-layout .box-form.form-no-label .form-group-text label {
    display: none;
}
.block-layout .box-form.form-no-label input::placeholder,
.block-layout .box-form.form-no-label textarea::placeholder {
    color: #aaa;
}
.block-layout .box-form.form-no-label .form-buttons {
    margin-top: 0;
}
.block-layout .box-form.form-no-label .form-group {
    margin: 0 0 1rem;
    padding: 0;
}
.block-layout .box-form.form-no-label .form-group-checkbox + .form-buttons,
.block-layout .box-form.form-no-label .form-group-radio + .form-buttons {
    margin-top: 0.75rem;
}
.block-layout .box-form.form-no-label .dynamic-form-separator:empty {
    margin: 0 0 1rem;
}

/* ----------- SINGLE LINE FORM ----------- */

.block-layout .box-form.form-single-line .title,
.block-layout .box-form.form-single-line .dynamic-form-separator,
.block-layout .box-form.form-single-line .form-group:not(.form-group-text),
.block-layout .box-form.form-single-line .form-group-long-text label,
.block-layout .box-form.form-single-line .form-group-text label {
    display: none;
}
.block-layout .box-form.form-single-line input::placeholder,
.block-layout .box-form.form-single-line textarea::placeholder {
    color: #aaa;
}
.block-layout .box-form.form-single-line .mrp-dynamic-form button.btn {
    width: 100%;
    height: 50px;
}
.block-layout .box-form.form-single-line.form-button-outlined .mrp-dynamic-form button.btn {
    line-height: 48px;
}
.block-layout .box-form.form-single-line .form-group input {
	padding-right: 0;
}
.block-layout .box-form.form-single-line .form-inner {
    display: flex;
    gap: 0;
}
.block-layout .box-form.form-single-line .mrp-dynamic-form button.btn {
    border-radius: 0 var(--button-radius,0.3rem) var(--button-radius,0.3rem) 0;
}
.block-layout .box-form.form-single-line.form-button-icon .form-buttons,
.block-layout .box-form.form-single-line.md .form-buttons {
    width: 50px;
    display: block;
    bottom: 0;
    right: 0;
}
.block-layout .box-form.form-single-line.form-button-icon .button.btn.submit-button .label,
.block-layout .box-form.form-single-line.md .button.btn.submit-button .label {
    display: none;
}
.block-layout .box-form.form-single-line.form-button-icon .button.btn.submit-button .icon,
.block-layout .box-form.form-single-line.md .button.btn.submit-button .icon {
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-color: var(--form-button-icon-color,var(--form-button-label-color,var(--g-inverted-text-color)));
    position: absolute;
    -webkit-mask: var(--form-button-icon, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z'/%3e%3c/svg%3e"));
    -webkit-mask-size: cover;
    mask: var(--form-button-icon, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z'/%3e%3c/svg%3e"));
    mask-size: cover;
    margin: 0;
}
.block-layout .box-form.form-single-line.form-button-outlined .button.btn.submit-button .icon {
    background-color: var(--form-button-icon-color,var(--form-button-label-color,var(--g-accent-color)));
}
.block-layout .box-form.form-single-line.sm .form-buttons {
    position: absolute;
    margin: 0 0 0.75rem;
}
.block-layout .box-form.form-single-line.sm .form-inner {
    flex-direction: column;
}
.block-layout .box-form.form-single-line.sm .form-group:nth-last-child(2) {
    width: calc(100% - 50px);
}
.block-layout .box-form.form-single-line.sm .form-group:nth-last-child(2) input.form-control {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.block-layout .box-form.form-single-line.form-center:not(.sm) .form-inner,
.block-layout .content-center .box-form.form-single-line:not(.sm) .form-inner {
    justify-content: center;
}
.block-layout .box-form.form-single-line.form-left:not(.sm) .form-inner,
.block-layout .content-left .box-form.form-single-line:not(.sm) .form-inner {
    justify-content: flex-start;
}
.block-layout .box-form.form-single-line.form-right:not(.sm) .form-inner,
.block-layout .content-right .box-form.form-single-line:not(.sm) .form-inner {
    justify-content: flex-end;
}
.block-layout .box-form.form-single-line:not(.sm) .form-buttons,
.block-layout .box-form.form-single-line:not(.sm) .form-group {
    width: auto;
    margin: 0;
    padding: 0;
}
.block-layout .box-form.form-single-line:not(.sm) .form-group > .control-wrapper > input.form-control,
.block-layout .box-form.form-single-line:not(.sm) .form-group > .control-wrapper > textarea.form-control {
    border-radius: 0;
	border-left: none;
	border-right: none;
}
.block-layout .box-form.form-single-line:not(.sm) .form-group:first-of-type input.form-control {
    border-radius: var(--button-radius,0.3rem) 0 0 var(--button-radius,0.3rem);
    border-left: 1px solid var(--form-outline-color, #aaa);
}
.block-layout .box-form.form-single-line:not(.sm) textarea:focus,
.block-layout .box-form.form-single-line:not(.sm) input:focus {
    outline: none;
}

/* END OF PROTO FORMS v2 */


/* Forms200c */

.forms-200c .titles + .text {
    margin-top: 1rem;
}
.forms-200c .sub-title,
.forms-200c .title {
    margin-bottom: 1rem;
}
.forms-200c .sub-title {
    font-family: unset;
    letter-spacing: 0.1rem;
}
.forms-200c .sub-title:not(.text-size) {
    font-size: var(--text-small);
}
.forms-200c .title-underline .sub-title {
    line-height: 1.5;
}
.forms-200c .title-underline .title:after {
    content: "";
    width: 8rem;
    height: 2px;
    background-color: var(--title-underline-color, var(--g-accent-color));
    display: block;
    margin-top: 1rem;
}
.forms-200c .title-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.forms-200c .title-underline .title.title[style*="center"]:after,
.forms-200c .content-center .title-underline .title:after {
    margin-left: auto;
    margin-right: auto;
}
.forms-200c .title-underline .title.title[style*="right"]:after,
.forms-200c .content-right .title-underline .title:after {
    margin-left: auto;
    margin-right: 0;
}
.forms-200c .title-underline .title.title[style*="left"]::after,
.forms-200c .content-left .title-underline .title:after {
    margin-left: 0;
    margin-right: auto;
}

/* ALIGNMENT */

.forms-200c .content-left {
    text-align: left;
}
.forms-200c .content-center {
    text-align: center;
}
.forms-200c .content-right {
    text-align: right;
}

/* LAYOUT */

@media (min-width:45rem) {

    .forms-200c .form-content-3-4.container {
        max-width: calc(var(--max-content-width) * 0.75);
    }
    .forms-200c .form-content-2-3.container {
        max-width: calc(var(--max-content-width) * 0.66);
    }
    .forms-200c .form-content-1-2.container {
        max-width: calc(var(--max-content-width) * 0.5);
    }
    .forms-200c .form-content-1-3.container {
        max-width: calc(var(--max-content-width) * 0.33);
    }

}



.block-layout.block-layout .block-form .dynamic-form-comment .text-size1 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size1 {
    font-size: var(--text-size1);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size2 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size2 {
    font-size: var(--text-size2);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size3 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size3 {
    font-size: var(--text-size3);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size4 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size4 {
    font-size: var(--text-size4);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size5 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size5 {
    font-size: var(--text-size5);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size6 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size6 {
    font-size: var(--text-size6);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size7 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size7 {
    font-size: var(--text-size7);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size8 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size8 {
    font-size: var(--text-size8);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size9 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size9 {
    font-size: var(--text-size9);
}
.block-layout.block-layout .block-form .dynamic-form-comment .text-size10 *,
.block-layout.block-layout .block-form .dynamic-form-comment .text-size10 {
    font-size: var(--text-size10);
}

/* end of forms v2 */


/* text fixes */
.text ol,
.text ul {
    font-size: var(--p-font-size);
    /*padding-bottom: calc(var(--p-font-size) * var(--body-line-height));*/
    /*margin-left: calc(var(--p-font-size) * var(--body-line-height));*/
    padding: 0;
    margin: 0 0 1.2em 1em;
}

.text > ul,
.text > ol {
    /*margin-left: 0;*/
}

.text li {
    list-style-position: outside;
}

.text ol:last-child,
.text ul:last-child {
    padding-bottom: 0;
}
.text h1:last-child, .text h2:last-child, .text h3:last-child, .text h4:last-child, .text h5:last-child, .text h6:last-child,
p:last-child {
    margin-bottom: 0;
}

.block-layout .text:not(:last-child) {
    /*margin-bottom: calc(var(--p-font-size) * var(--body-line-height));*/
    margin-bottom: 1.2em;
}

.text p {
    margin-bottom: 1em;
}

.text p:last-child,
.text ol:last-child,
.text ul:last-child {
    margin-bottom: 0;
}

.block-layout .block-top-shadow {
    box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    height: 30px;
}
.block-layout .block-bottom-shadow {
    box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    height: 30px;
}
/* fix for mapbox two fingure overlay warning */
.mapboxgl-touch-pan-blocker {
    z-index: 2;
}


/* correction for idx height in safari */

html.idx-hosted-mode:not(.editing) body > .html-layout.html-layout {
    height: 100%;
    max-height: 100%;
}

.weblet_blog-entry-text ul,
.weblet_blog-entry-text ol {
    padding: revert;
    margin: revert;
}

/*
===============================

 FOR ALL BLOCKS

===============================
*/

/* BUTTONS FILLED */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .filled label,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .filled label {
    color: var(--fl-button-label-color, var(--g-inverted-text-color, white));
}

/* BUTTONS FILLED SVG */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .filled svg,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .filled svg {
    fill: var(--fl-button-label-color, var(--g-inverted-text-color, white));
}

/* BUTTONS INDIVIDUAL FILLED */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .button.filled,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .button.filled {
    background-color: var(--fl-button-bg-color, var(--panel-color, var(--g-accent-color, black)));
    color: var(--fl-button-label-color, var(--panel-color, var(--g-accent-color, black)));
}

/* BUTTONS OUTLINED */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .outlined label,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .outlined label {
    color: var(--fl-button-label-color, var(--g-accent-color, black));
}

/* BUTTONS OUTLINED SVG */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .outlined svg,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .outlined svg {
    fill: var(--fl-button-label-color, var(--g-accent-color, black));
}

/* BUTTONS INDIVIDUAL OUTLINED */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .button.outlined,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .button.outlined {
    background-color: transparent;
    color: var(--fl-button-label-color, var(--panel-color, var(--g-inverted-text-color, white)));
    border-color: var(--fl-button-bg-color, var(--panel-color, var(--g-accent-color, black)));
}

/* BUTTONS PLAIN */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .plain label,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .plain label {
    color: var(--fl-button-label-color, var(--g-accent-color, black));
}

/* BUTTONS PLAIN SVG */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .plain svg,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .plain svg {
    fill: var(--fl-button-label-color, var(--g-accent-color, black));
}

/* BUTTONS INDIVIDUAL PLAIN */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list .button.plain,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list .button.plain {
    background-color: transparent;
    color: var(--fl-button-label-color, var(--panel-color, var(--g-inverted-text-color, white)));
}

/* SOCIAL MEDIA FILLED SVG */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .filled svg,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .filled svg {
    fill: var(--g-inverted-text-color);
}

.block-column.has-dark-bg.has-bg .button-list.icon-only .filled svg,
.block-column.has-dark-bg.has-bg .button-list.icon-only .filled svg {
    fill: var(--text-color);
}

.inverted .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .filled,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .filled {
    background-color: var(--fl-button-label-color, var(--text-color, black));
}

.block-column.has-dark-bg.has-bg .button-list.icon-only .filled,
.block-column.has-dark-bg.has-bg .button-list.icon-only .filled {
    background-color: var(--fl-button-label-color, var(--g-inverted-text-color, white));
}

/* SOCIAL MEDIA OUTLINED SVG */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .outlined svg,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .outlined svg {
    fill: var(--fl-button-label-color, var(--text-color, black));
}

.block-column.has-dark-bg.has-bg .button-list.icon-only .outlined svg,
.block-column.has-dark-bg.has-bg .button-list.icon-only .outlined svg {
    fill: var(--fl-button-label-color, var(--g-inverted-text-color, white));
}

.inverted .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .outlined,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .outlined {
    border-color: var(--fl-button-label-color, var(--text-color, black));
}

.block-column.has-dark-bg.has-bg .button-list.icon-only .outlined,
.block-column.has-dark-bg.has-bg .button-list.icon-only .outlined {
    border-color: var(--fl-button-label-color, var(--g-inverted-text-color, white));
}

/* SOCIAL MEDIA PLAIN SVG */
.inverted .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .plain svg,
.accent-bg .block-column:not(.has-dark-bg).has-bg .button-list.icon-only .plain svg {
    fill: var(--fl-button-label-color, var(--text-color, black));
}

.block-column.has-dark-bg.has-bg .button-list.icon-only .plain svg {
    fill: var(--fl-button-label-color, var(--g-inverted-text-color, white));
}

/* title reverse */
body.bts-title-reverse .block-layout .titles:not(.title-plain):not(.title-underline) {
    display: flex;
    flex-direction: column-reverse;
}

/* title underline */
body.bts-title-underline .block-layout .titles:not(.title-plain):not(.title-reverse) .title::after {
    content: "";
    width: 8rem;
    height: 2px;
    background-color: var(--title-underline-color, var(--g-accent-color));
    display: block;
    margin-top: 0.75rem;
}

body.bts-title-underline .block-layout .content-center .title:after,
body.bts-title-underline .block-layout .title.title[style*="center"]:after {
    margin-left: auto;
    margin-right: auto;
}

body.bts-title-underline .block-layout .content-right .title:after,
body.bts-title-underline .block-layout .title.title[style*="right"]:after {
    margin-left: auto;
    margin-right: 0;
}

body.bts-title-underline .block-layout .content-left .title:after,
body.bts-title-underline .block-layout .title.title[style*="left"]:after {
    margin-left: 0;
    margin-right: auto;
}

/*.block-layout .mapboxgl-popup {*/
/*    transition: opacity 200ms linear;*/
/*}*/

/* ==== INCLUDE: /css/blocks/menu200c.css ==== */

/* base css */

.menu-200c {
    z-index: 110;
}

.vmenu200c.initial,
.editing .vmenu200c.initial {
    display: none;
}

html.editing .block-layout.menu-200c {
    min-height: auto;
}


/* 
===============================

MAP PAGE STYLE

===============================
*/

/* 
.mrp-idx-inpage .menu-200c .secondary-menu {
display: none;
}
 */
.mrp-idx-inpage .menu-200c .menu-style {
    position: relative !important;
}


/* button image sizes */

.vmenu200c .button-list .no-label svg,
.vmenu200c .button-list img,
.menu-200c .button-list .no-label svg,
.menu-200c .button-list img {
    width: auto;
    height: 100%;
}

.vmenu200c .button-list.x-small .no-label svg,
.vmenu200c .button-list.x-small img,
.menu-200c .button-list.x-small .no-label svg,
.menu-200c .button-list.x-small img {
    max-height: 0.75rem;
}

.vmenu200c .button-list.small .no-label svg,
.vmenu200c .button-list.small img,
.menu-200c .button-list.small .no-label svg,
.menu-200c .button-list.small img {
    max-height: 1rem;
}

.vmenu200c .button-list .no-label svg,
.vmenu200c .button-list.medium .no-label svg,
.vmenu200c .button-list img,
.vmenu200c .button-list.medium img,
.menu-200c .button-list .no-label svg,
.menu-200c .button-list.medium .no-label svg,
.menu-200c .button-list img,
.menu-200c .button-list.medium img {
    max-height: 1.25rem;
}

.vmenu200c .button-list.large .no-label svg,
.vmenu200c .button-list.large img,
.menu-200c .button-list.large .no-label svg,
.menu-200c .button-list.large img {
    max-height: 2rem;
}

.vmenu200c .button-list.x-large .no-label svg,
.vmenu200c .button-list.x-large img,
.menu-200c .button-list.x-large .no-label svg,
.menu-200c .button-list.x-large img {
    max-height: 3rem;
}

.vmenu200c .button-list .button.outlined,
.vmenu200c .button-list .button.filled,
.menu-200c.block-layout .button-list .button.outlined,
.menu-200c.block-layout .button-list .button.filled {
    padding: 0.75em 1.25em;
}

.vmenu200c .button-list + .button-list,
.menu-200c.block-layout .button-list + .button-list {
    margin-top: 0 !important;
}

.menu-200c a[href^="tel:"] {
    white-space: nowrap;
}


.editing .menu-200c.menu-style-2,
.editing .menu-200c.menu-style-1 {
    min-height: var(--menu-h-max, 100px);
}

.editing .menu-200c .hmenu2 {
    pointer-events: none;
}

/* uncategorized css */

.hmenu2 > .mrp-menu-level-0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    column-gap: 1rem;
}

.hmenu2 > .mrp-menu-level-0 > li {
    padding: 0;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    position: relative;
}

.hover-menu2 .hmenu > .mrp-menu-level-0 li:hover ul {
    display: block;
}

.hover-menu2 .hmenu > .mrp-menu-level-0 li:hover > ul {
    opacity: 1;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 51px, 0px);
    display: block;
    z-index: 10;
    background-color: white;
    padding: var(--spacing-2) var(--spacing-4);
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s linear;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.menu-200c .menu-container.menu-container.fluid-container {
    max-width: 100%;
    padding-left: var(--col-gap-4);
    padding-right: var(--col-gap-4);
}

.menu-200c .outer {
    position: relative !important;
    height: auto;
}

.menu-200c .outer > div {
    position: relative;
}


/* 
===============================

SECONDARY MENU

===============================
*/

.vmenu200c .secondary-menu,
.menu-200c .secondary-menu {
    background-color: var(--topbar-bg, #eee);
    color: var(--topbar-color, #fff);
    z-index: 11;
}

.menu-200c .secondary-menu .menu-container {
    display: flex;
    padding: 0 0;
    justify-content: space-between;
    max-width: var(--max-content-width);
    margin: 0 auto;
    gap: 1rem;
}

.menu-200c .secondary-menu .menu-container > div {
    padding: 1rem 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.menu-200c.block-layout .secondary-menu .button-list {
    flex-wrap: wrap;
    align-content: center;
}

.menu-200c .secondary-menu .reverse {
    flex-direction: row-reverse;
}

.menu-200c .secondary-menu .reverse .buttons {
    justify-content: flex-end;
}

/*
.menu-200c .secondary-menu .social-media {
overflow-x: auto;
width: 100%;
scrollbar-width: 0;
scrollbar-width: none;
-ms-overflow-style: none; 
}

 */
/* 
.menu-200c .secondary-menu .social-media .button-list {
-webkit-line-clamp: 2;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-gap: .5rem;
}
 */


@media only screen and (max-width: 42rem) {
    .menu-200c .secondary-menu .social-media.hide-social,
    .menu-200c .secondary-menu .buttons.hide-label label {
        display: none;
    }
}


/*
===============================

MENU BASE

===============================
*/

.vmenu200c,
.menu-200c .fixed-on .fixed .menu-container {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.menu-200c .menu-container.menu-container.fluid-container .menu {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.vmenu200c .brand-container,
.menu-200c .brand-container {
    text-align: center;
}

.menu-200c .brand-container .logo-text {
    width: 100%;
}

.vmenu200c .brand-container div *,
.menu-200c .brand-container div * {
    margin: 0;
    text-align: center;
}

/* span used when link not present */
.vmenu200c .brand-container span,
.vmenu200c .brand-container a,
.menu-200c .brand-container span,
.menu-200c .brand-container a {
    display: grid;
    width: auto;
    padding: 1rem 0;
    grid-gap: 0.5rem;
    transform: scale(1);
}

.vmenu200c .brand-container span,
.vmenu200c .brand-container a {
    padding: 0;
}

.menu-200c .brand-container.logo-style-3 span,
.menu-200c .brand-container.logo-style-3 a {
    padding: 1rem 0;
    justify-content: center;
}

.menu-200c .menu-style-2 .brand-container.logo-style-3 span,
.menu-200c .menu-style-2 .logo-style-3 a {
    justify-content: flex-start;
}

.vmenu200c .brand-container.logo-style-3 span,
.vmenu200c .brand-container.logo-style-4 span,
.vmenu200c .brand-container.logo-style-3 a,
.vmenu200c .brand-container.logo-style-4 a,
.menu-200c .brand-container.logo-style-3 span,
.menu-200c .brand-container.logo-style-4 span,
.menu-200c .brand-container.logo-style-3 a,
.menu-200c .brand-container.logo-style-4 a {
    grid-gap: 0;
}

.vmenu200c .brand-container svg,
.menu-200c .brand-container svg,
.vmenu200c .brand-container img,
.menu-200c .brand-container img {
    width: auto;
    min-height: 100%;
    height: 100%;
    object-fit: contain;
    min-height: 2rem;
}

.vmenu200c .brand-container div,
.menu-200c .brand-container div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    grid-gap: 0.5rem;
}

.menu-200c .brand-container,
.menu-200c .brand-container span,
.menu-200c .brand-container a,
.menu-200c .menu {
    height: var(--menu-h-max);
    transition: 0.5s ease-out;
    grid-template-rows: 1fr auto;
    max-height: 70vw;
    max-width: 70vw;
}

.vmenu200c .brand-container,
.vmenu200c .brand-container span,
.vmenu200c .brand-container a {
    height: calc(0.5 * var(--menu-h-max));
    max-height: 70vw;
    min-height: 5rem;
}

.menu-200c .primary-menu .menu-container {
    transition: 0.5s ease-out;
    background: var(--menu-bg-color, #fff);
}

.menu-200c .fixed-on {
    position: relative;
    z-index: 500;
    width: 100vw;
    opacity: 1;
}

.vmenu200c .brand-container .title,
.menu-200c .brand-container .title {
    font-family: var(--custom-title-font-family, var(--title-font-family));
    font-style: var(--title-style);
    font-weight: var(--title-weight);
    text-transform: var(--title-case);
    letter-spacing: var(--title-spacing);
    line-height: 1.1 !important;
    word-break: normal;

    color: var(--subtitle, var(--text-color, black));
}

.vmenu200c .brand-container .subtitle,
.menu-200c .brand-container .subtitle {
    font-family: var(--custom-sub-title-font-family, var(--sub-title-font-family));
    font-style: var(--sub-title-style);
    font-weight: var(--sub-title-weight);
    text-transform: var(--sub-title-case);
    letter-spacing: var(--sub-title-spacing);
    line-height: 1.1 !important;
    word-break: normal;

    color: var(--subtitle, var(--text-color, black));
}

html .menu-200c .hmenu2 span,
html .menu-200c .hmenu2 a {
    padding: 0;
    display: block;
}

.menu-200c .fixed-on .fixed .menu-container {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease-out;
    width: 100%;
    max-width: 100%;
}

.menu-200c .hmenu2 {
    display: grid;
}

/* menu background image */
.menu-200c .primary-menu .menu-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: var(--menu-bg-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s ease-out;
    left: 0;
}

.menu-200c .primary-menu.light-fixed.fixed-on .menu-container:before,
.menu-200c .primary-menu.light .menu-container:before {
    opacity: var(--menu-bg-opacity, 0.5);
}

.menu-200c .primary-menu.dark-fixed.fixed-on .menu-container:before,
.menu-200c .primary-menu.dark .menu-container:before {
    opacity: var(--menu-bg-opacity-dark, 0.5);
}


/* 
===============================

MENU STYLE 1

===============================
*/

.menu-200c .menu-style-1 .menu {
    display: grid;
    grid-template-columns: 1fr minmax(var(--menu-h-max), calc(var(--menu-h-max) * var(--menu-w-max, 1.5))) 1fr;
    grid-gap: var(--spacing-4);
    align-items: center;
    justify-content: center;
    grid-template-rows: 1fr;
    height: var(--menu-h-max);
    max-width: var(--max-content-width);
    margin: 0 auto;
}

.menu-200c .menu-style-1 .brand-container {
    text-align: center;
    max-width: 70vw;
}

.menu-200c .menu-style-1 .vmenu-opener-container {
    display: flex;
    height: 100%;
    width: 2rem;
    align-items: center;
    width: 100%;
}

.menu-200c .menu-style-1 .vmenu-opener-container.left {
    grid-area: 1 / 1 / 1 / 1;
}

.menu-200c .menu-style-1 .vmenu-opener-container.right {
    grid-area: 1 / 3 / 1 / 3;
    justify-content: right;
}

.menu-200c .menu-items {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(20px, auto));
    gap: 1.25rem;
}

.menu-200c .menu-items.left {
    justify-content: flex-start;
}

.menu-200c .menu-items.right {
    justify-content: flex-end;
}

.menu-200c .button-list .button,
.vmenu200c .button-list .button,
.menu-200c .secondary-menu,
.vmenu200c .sidemenu-buttons,
.vmenu200c .sidemenu,
.menu-200c .menu-items {
    font-family: var(--custom-menu-font-family, var(--menu-font-family, var(--body-font-family)));
    font-style: var(--menu-style);
    font-weight: var(--menu-weight, var(--body-font-weight));
    text-transform: var(--menu-case);
    letter-spacing: var(--menu-spacing);
}

.menu-200c .hmenu2 {
    flex: 0 2 auto;
}

.vmenu200c .brand-container span,
.vmenu200c .brand-container a,
.menu-200c .brand-container span,
.menu-200c .brand-container a {
    justify-items: center;
    display: flex;
}

.vmenu200c .brand-container.logo-style-1 span,
.vmenu200c .brand-container.logo-style-1 a,
.menu-200c .brand-container.logo-style-1 span,
.menu-200c .brand-container.logo-style-1 a {
    flex-direction: column;
    justify-content: center;
}

/* LOGO STYLE 2 - LOGO WITH TEXT ON THE SIDE */

.vmenu200c .brand-container.logo-style-2 img,
.menu-200c .brand-container.logo-style-2 img {
    width: auto;
    min-width: 2rem;
}

.vmenu200c .brand-container.logo-style-2 div *,
.menu-200c .brand-container.logo-style-2 div * {
    text-align: left;
}

.vmenu200c .brand-container.logo-style-2 span,
.vmenu200c .brand-container.logo-style-2 a,
.menu-200c .brand-container.logo-style-2 span,
.menu-200c .brand-container.logo-style-2 a {
    display: flex;
    grid-gap: 1rem;
}


/* 
===============================

MENU STYLE 2

===============================
*/

.menu-200c .menu-style-2 .menu {
    display: grid;
    grid-template-columns: minmax(var(--menu-h-max), calc(var(--menu-h-max) * var(--menu-w-max, 1.5))) 1fr;
    max-width: var(--max-content-width);
    margin: 0 auto;
    grid-gap: 2rem;
}

.menu-200c .menu-style-2 .outer {
    position: relative;
    height: var(--menu-h-max);
}

.menu-200c .menu-style-2 .sticky {
    transition: height 0.5s ease-out !important;
    position: relative;
    box-shadow: none;
}

.menu-200c .menu-style-2 .menu-items {
    justify-content: flex-end;
    grid-gap: 1.5rem;
}

.menu-200c .menu-style-2 .menu ul {
    justify-content: flex-end;
    padding: 0;
}

.menu-200c .menu-style-2 .brand-container * {
    text-align: left;
    object-position: left;
}

.menu-200c .menu-style-2 .brand-container.logo-style-1 img,
.menu-200c .menu-style-2 .brand-container.logo-style-1 svg {
    align-self: flex-start;
}

.vmenu200c .brand-container.logo-style-3 a,
.vmenu200c .brand-container.logo-style-3 span {
    justify-content: center;
}


/*
===============================

MENU STYLE 2 Vertical Buttons

===============================
*/


.menu-200c .menu-style-2.vertical-buttons .menu-items {
    justify-content: flex-end;
    grid-column-gap: 1.5rem;
    grid-gap: 0;
    grid-template-columns: 1fr auto;
    margin: 0.5rem 0;
}

.menu-200c .menu-style-2.vertical-buttons a.vmenu-opener2 {
    display: block;
    visibility: hidden;
    width: 0;
}

.menu-200c .menu-style-2.vertical-buttons a.vmenu-opener2.mobile-show {
    margin-left: 1.5rem;
    visibility: visible;
    width: auto;
}

.menu-200c .menu-style-2.vertical-buttons .button-list ~ a.vmenu-opener2 {
    grid-area: 1 / 2 / 3 / 3;
}

.menu-200c .menu-style-2.vertical-buttons .button-list ~ .button-list + a.vmenu-opener2 {
    grid-area: 1 / 2 / 4 / 4;
}

.menu-200c .menu-style-2.vertical-buttons .button-list.button-list.left {
    justify-content: flex-end;
    margin-top: auto;
}

.menu-200c .menu-style-2.vertical-buttons .button-list.button-list.right {
    margin-bottom: auto;
}


@media only screen and (max-width: 67rem) {

    .menu-200c .menu-style-2.vertical-buttons a.vmenu-opener2 {
        margin-left: 1.5rem;
        visibility: visible;
        width: auto;
    }

    .menu-200c .menu-style-2.vertical-buttons .button-list ~ a.vmenu-opener2 {
        grid-area: 1 / 2 / 2 / 2;
    }

    .menu-200c .menu-style-2.vertical-buttons .button-list ~ .button-list + a.vmenu-opener2 {
        grid-area: 1 / 2 / 3 / 3;
    }

    .menu-200c .menu-style-2.vertical-buttons .button-list.button-list.left,
    .menu-200c .menu-style-2.vertical-buttons .button-list.button-list.right {
        margin: unset;
    }


}


/*
===============================

MENU STYLE 3

===============================
*/

.menu-200c .menu-style-3 .menu {
    display: grid;
    grid-template-columns: 1fr;
    max-width: var(--max-content-width);
    margin: 0 auto;
    grid-gap: 0rem;
    position: relative;
}

.menu-200c .menu-style-3 .brand-container span,
.menu-200c .menu-style-3 .brand-container a,
.menu-200c .menu-style-3 .brand-container {
    height: calc(var(--menu-h-max) * .6);
    margin: 0 auto
}

.menu-200c .menu-style-3 .menu-items {
    height: calc(var(--menu-h-max) * .4);
}

.menu-200c .menu-style-3 .outer {
    position: relative;
    height: var(--menu-h-max);
}

.menu-200c .menu-style-3 .fixed-on .brand-container span,
.menu-200c .menu-style-3 .fixed-on .brand-container a,
.menu-200c .menu-style-3 .fixed-on .brand-container {
    height: calc(var(--menu-h-min) * .6);
    transition: 0.5s ease-out;
}

.menu-200c .menu-style-3 .fixed-on .menu-items {
    height: calc(var(--menu-h-min) * .4);
    transition: 0.5s ease-out;
}

.menu-200c .menu-style-3 .menu-items {
    justify-content: center;
    grid-gap: 1rem;
    display: flex;
}

.menu-200c .menu-style-3 .menu-items .button-list {
    width: 20%;
}

.menu-200c .menu-style-3 .hmenu2 {
    flex-grow: 1;
}

.menu-200c .menu-style-3 .brand-container.logo-style-1 img,
.menu-200c .menu-style-3 .brand-container.logo-style-1 svg {
    align-self: center;
}

.menu-200c .menu-style-3 .menu ul {
    justify-content: center;
    padding: 0;
}

.menu-200c .menu-style-3 .brand-container * {
    text-align: center;
    object-position: center;
    width: auto;
}

.menu-200c .menu-style-3 .brand-container span,
.menu-200c .menu-style-3 .brand-container a {
    padding: 1.75rem 0 0.25rem;
}

.menu-200c .menu-style-3 .vmenu-opener2 {
    position: absolute;
    top: calc(var(--menu-h-max) * .25);
}

.menu-200c .menu-style-3 .vmenu-opener2.right {
    right: 0;
}

.menu-200c .menu-style-3 .fixed-on .vmenu-opener2 {
    position: absolute;
    top: calc(var(--menu-h-min) * .2);
}

.menu-200c .menu-style-3.menu-hide .menu-items .button-list {
    width: auto;
}

@media only screen and (max-width: 67rem) {

    /*
    .menu-200c .menu-style-3.menu-buttons-hide .menu,
    .menu-200c .menu-style-3.menu-buttons-hide.outer {
    height: calc(var(--menu-h-max));
    }
    .menu-200c .menu-style-3.menu-buttons-hide.fixed-menu.fixed-on,
    .menu-200c .menu-style-3.menu-buttons-hide .fixed-on .menu,
    .menu-200c .menu-style-3.menu-buttons-hide .fixed-on .outer {
    height: calc(var(--menu-h-min));
    }
     */
    .menu-200c .menu-style-3.menu-buttons-hide,
    .menu-200c .menu-style-3.menu-buttons-hide .menu,
    .menu-200c .menu-style-3.menu-buttons-hide .outer {
        height: calc(var(--menu-h-max) * .6);
    }

    .menu-200c .menu-style-3.menu-buttons-hide .menu-items {
        display: none;
    }

    .menu-200c .menu-style-3.menu-buttons-hide .brand-container span,
    .menu-200c .menu-style-3.menu-buttons-hide .brand-container a {
        padding: 1.5rem 0;
        /*
        height: calc(var(--menu-h-max));
         */
    }

    .menu-200c .menu-style-3.menu-buttons-hide.fixed-on .brand-container span,
    .menu-200c .menu-style-3.menu-buttons-hide.fixed-on .brand-container a {
        /* removed on M's request */
        /*height: calc(var(--menu-h-min));*/
    }

    .menu-200c .menu-style-3 .menu-items .button-list {
        width: auto;
    }

}

@media only screen and (max-width: 45rem) {


    .menu-200c .menu-style-3 .menu,
    .menu-200c .menu-style-3 .outer {
        height: calc(var(--menu-h-max) * .6);
    }


    .menu-200c .menu-style-3 .brand-container span,
    .menu-200c .menu-style-3 .brand-container a {
        padding-bottom: 1.5rem;
    }

    .menu-200c .menu-style-3.fixed-menu.fixed-on,
    .menu-200c .menu-style-3 .fixed-on .menu,
    .menu-200c .menu-style-3 .fixed-on .outer {
        height: calc(var(--menu-h-min) * .6);
    }

    .menu-200c .menu-style-3 .menu-items {
        display: none;
    }

}


/*
===============================

PRIMARY MENU CTA BUTTONS

===============================
*/

.menu-200c.block-layout .light-fixed.primary-menu.fixed-on .button-list :not(.filled) label,
.menu-200c.block-layout .light.primary-menu .button-list :not(.filled) label {
    color: var(--fl-button-label-color, var(--panel-color, var(--text-color, #000)));
}

.menu-200c.block-layout .dark-fixed.primary-menu.fixed-on .button-list :not(.filled) label,
.menu-200c.block-layout .dark.primary-menu .button-list :not(.filled) label {
    color: var(--fl-button-label-color, var(--panel-color, var(--g-inverted-text-color, #fff)));
}


/*
===============================

fixed-on FIXED SETTING

===============================
*/

.menu-200c .fixed-on,
.menu-200c .fixed-on .brand-container,
.menu-200c .fixed-on .brand-container span,
.menu-200c .fixed-on .brand-container a,
.menu-200c .fixed-on .menu {
    height: var(--menu-h-min, var(--menu-h-max));
    transition: 0.5s ease-out;
}

.menu-200c .menu-style-1 .fixed-on .brand-container {
    transform-origin: center center;
}

.menu-200c .menu-style-2 .fixed-on .brand-container {
    transform-origin: left center;
}

.menu-200c .fixed-menu {
    height: var(--menu-h-max);
    transition: 0.5s ease-out;
    max-height: 70vw;
}

.menu-200c .fixed-menu.fixed-on {
    height: var(--menu-h-min, var(--menu-h-max));
    transition: 0.5s ease-out;
}

.menu-200c .fixed-on.fixed-logo-text-hide .logo-text {
    display: none;
}

.menu-200c .fixed-on.fixed-logo-text-hide .brand-container a {
    grid-gap: 0;
}


/* 
===============================

DROPDOWN MENU

===============================
*/

.menu-200c .hmenu2 > .mrp-menu-level-0 > li.has-submenu > span:after,
.menu-200c .hmenu2 > .mrp-menu-level-0 > li.has-submenu > a:after {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E");
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0.5;
}

.hmenu2 > .mrp-menu-level-0 ul li {
    padding-right: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.menu-200c .hmenu2 ul ul li.has-submenu:after {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: .5;
}

.menu-200c .hmenu2 > ul > li span,
.menu-200c .hmenu2 > ul > li a {
    padding: 0.25rem 0;
    white-space: nowrap;
    display: flex;
    align-items: center;

    color: var(--menu-text-color, var(--text-color, black));

}

.menu-200c .hmenu2 ul ul li span,
.menu-200c .hmenu2 ul ul li a {
    padding: 0.75rem 0;
    margin-right: 0.5rem;
    line-height: 1;
    width: 100%;
    min-width: 10rem;
}

.menu-200c .hmenu2 > .mrp-menu-level-0 li > ul {
    opacity: 0;
    transition: visibility 0.5s 0s, opacity 0.5s 0s;
    display: grid;
    grid-template-rows: repeat(var(--dropdown-menu-column, 20), min-content);
    grid-auto-flow: column;
    position: absolute;
    border-radius: 5px;
    margin: 0px;
    padding: 0.5rem 1rem;
    visibility: hidden;
    background: var(--dropdown-bg-color, #fff);
    list-style: none;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    z-index: 15;
    column-gap: 1rem;
}

.menu-200c .hmenu2 > .mrp-menu-level-0 li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.menu-200c .hmenu2 ul ul li > span:after,
.menu-200c .hmenu2 ul ul li > a:after {
    content: "";
    background: var(--dropdown-text-color, var(--text-color, #000));
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 0.15;
}

.menu-200c .hmenu2 ul ul li.has-submenu:after {
    background: var(--dropdown-text-color, var(--text-color, #000));
}

.menu-200c .hmenu2 ul ul li:last-child > span:after,
.menu-200c .hmenu2 ul ul li:last-child > a:after {
    display: none;
}


/*
===============================

MOBILE MENU

===============================
*/

.vmenu200c .brand-container {
    transform: scale(0.75);
}

.vmenu200c .close-button {
    position: fixed;
    z-index: 1;
    padding: 1rem;
    cursor: pointer;
    display: block;
}

.vmenu200c.menu-count-0 .sidemenu {
    display: none;
}

.mm2-ocd--left .vmenu200c .close-button {
    right: 0;
}

.mm2-ocd--right .vmenu200c .close-button {
    left: 0;
    right: auto;
}

.vmenu200c .close-button * {
    pointer-events: none;
    height: var(--vmenu-icon-size, 30px);
    width: var(--vmenu-icon-size, 30px);
}

.vmenu200c .close-button,
.menu-200c a.vmenu-opener2 {
    z-index: 1;
}

.menu-200c .vmenu-opener2 svg {
    vertical-align: middle;
    height: var(--vmenu-icon-size, 30px);
    width: var(--vmenu-icon-size, 30px);
}


/* 
===============================

MOBILE CTA BUTTONS

===============================
*/


.vmenu200c.light .button-list :not(.filled) label {
    color: var(--fl-button-label-color, var(--panel-color, var(--text-color, #000)));
}

.vmenu200c.dark .button-list :not(.filled) label {
    color: var(--fl-button-label-color, var(--panel-color, var(--g-inverted-text-color, #fff)));
}


.sidemenu-footer.block-layout .button-list .button,
.sidemenu-buttons.block-layout .button-list .button,
.menu-200c.block-layout .button-list .button {
    margin: 0;
}

.menu-200c.block-layout .button-list {
    flex-wrap: nowrap;
}

.sidemenu-footer.block-layout .button-list,
.sidemenu-buttons.block-layout .button-list,
.menu-200c.block-layout .button-list {
    margin: 0;
    width: auto;
    grid-gap: 1rem;
    grid-row-gap: 0.5rem;
}

.sidemenu-footer.block-layout .button-list:not(.icon-only),
.sidemenu-footer.block-layout .button-list:not(.icon-only) a,
.sidemenu-buttons.block-layout .button-list:not(.icon-only),
.sidemenu-buttons.block-layout .button-list:not(.icon-only) a {
    width: 100%;
}

.sidemenu-header a {
    text-align: center;
}

.sidemenu-header img {
    width: var(--custom-logo-size);
    height: auto;
    max-height: var(--menu-h-max);
    object-fit: contain;
    min-width: 4rem;
}

.sidemenu-footer {
    margin-top: auto;
}

.sidemenu-buttons .menu-container {
    display: grid;
    grid-gap: 1rem;
}


/* responsive */

@media only screen and (min-width: 67rem) {
    .menu-200c .vmenu-opener2:not(.mobile-show) {
        display: none;
    }

}

@media only screen and (max-width: 67rem) {
    .menu-200c .primary-menu.menu-style-1 .vmenu-opener-container {
        visibility: visible;
    }

    .menu-200c .primary-menu .menu-items nav {
        display: none;
    }

    .menu-200c .primary-menu.menu-style-1 .menu-items.left {
        justify-content: flex-start;
    }

    .menu-200c .primary-menu.menu-style-1 .menu-items.right {
        justify-content: flex-end;
    }

    /*
    .menu-200c .menu-style-1 .menu {
    grid-template-columns: 1fr auto 1fr;
    }
     */
}

@media only screen and (max-width: 45rem) {
    .menu-200c .primary-menu.menu-style-2 .menu {
        grid-gap: 0;
    }

    .menu-200c .primary-menu .button-list {
        display: none;
    }

}


/*
===============================

COLOR MODES

===============================
*/


/* LIGHT MODE */

.menu-200c .light-fixed.fixed-on .brand-container.logo-fixed-image svg,
.menu-200c .dark.primary-menu .brand-container svg,
.menu-200c .light-fixed.fixed-on .brand-container.logo-fixed-image img,
.menu-200c .dark.primary-menu .brand-container img {
    display: var(--menu-logo-light, block);
}

.menu-200c .dark-fixed.fixed-on .brand-container.logo-fixed-image svg,
.menu-200c .primary-menu .brand-container svg.fixed,
.menu-200c .dark-fixed.fixed-on .brand-container.logo-fixed-image img,
.menu-200c .primary-menu .brand-container img.fixed {
    display: var(--menu-logo-dark, none);
}

/* DARK MODE */

.menu-200c .dark-fixed.fixed-on .brand-container.logo-fixed-image svg.fixed,
.menu-200c .dark.primary-menu .brand-container svg.fixed,
.menu-200c .dark-fixed.fixed-on .brand-container.logo-fixed-image img.fixed,
.menu-200c .dark.primary-menu .brand-container img.fixed {
    display: var(--menu-logo-dark, block);
}

.menu-200c .light-fixed.fixed-on .brand-container.logo-fixed-image svg.fixed,
.menu-200c .dark.primary-menu .brand-container svg,
.menu-200c .light-fixed.fixed-on .brand-container.logo-fixed-image img.fixed,
.menu-200c .dark.primary-menu .brand-container img {
    display: var(--menu-logo-light, none);
}


/* LIGHT MODE */

.vmenu200c.light .brand-container .title,
.menu-200c .light.primary-menu .brand-container .title {
    color: var(--title, var(--text-color, #000)) !important;
}

.vmenu200c.light .brand-container .subtitle,
.menu-200c .light.primary-menu .brand-container .subtitle {
    color: var(--subtitle, var(--text-color, #000)) !important;
}

.menu-200c .light.primary-menu .menu-container {
    background: var(--menu-bg-color, #fff);
}

html .menu-200c .light.primary-menu .hmenu2 span,
html .menu-200c .light.primary-menu .hmenu2 a {
    color: var(--menu-text-color, var(--text-color, #000));
}

.menu-200c .light.primary-menu .vmenu-opener2 svg {
    fill: var(--menu-text-color, var(--text-color, #000));
}

.menu-200c .light.primary-menu .hmenu2 > .mrp-menu-level-0 > li.has-submenu > span:after,
.menu-200c .light.primary-menu .hmenu2 > .mrp-menu-level-0 > li.has-submenu > a:after {
    background: var(--menu-text-color, var(--text-color, #000));
}


/* DARK MODE */

.vmenu200c.dark .brand-container .title,
.menu-200c .dark.primary-menu .brand-container .title {
    color: var(--title-fixed, var(--g-inverted-text-color, #fff)) !important;
}

.vmenu200c.dark .brand-container .subtitle,
.menu-200c .dark.primary-menu .brand-container .subtitle {
    color: var(--subtitle-fixed, var(--g-inverted-text-color, #fff)) !important;
}

.menu-200c .dark.primary-menu .menu-container {
    background: var(--menu-bg-color-fixed, var(--text-color, #000));
}

html .menu-200c .dark.primary-menu .hmenu2 span,
html .menu-200c .dark.primary-menu .hmenu2 a {
    color: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.menu-200c .dark.primary-menu .vmenu-opener2 svg {
    fill: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.menu-200c .dark.primary-menu .hmenu2 > .mrp-menu-level-0 > li.has-submenu > span:after,
.menu-200c .dark.primary-menu .hmenu2 > .mrp-menu-level-0 > li.has-submenu > a:after {
    background: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}


/* LIGHT FIXED MODE */

.vmenu200c.light-fixed.fixed-on .brand-container .title,
.menu-200c .light-fixed.fixed-on .brand-container .title {
    color: var(--title, var(--text-color, #000)) !important;
}

.vmenu200c.light-fixed.fixed-on .brand-container .subtitle,
.menu-200c .light-fixed.fixed-on .brand-container .subtitle {
    color: var(--subtitle, var(--text-color, #000)) !important;
}

.menu-200c .light-fixed.fixed-on .fixed .menu-container {
    background: var(--menu-bg-color, #fff);
}

html .menu-200c .light-fixed.fixed-on .hmenu2 span,
html .menu-200c .light-fixed.fixed-on .hmenu2 a {
    color: var(--menu-text-color, var(--text-color, #000));
}

.menu-200c .light-fixed.fixed-on .vmenu-opener2 svg {
    fill: var(--menu-text-color, var(--text-color, #000));
}

.menu-200c .light-fixed.fixed-on .hmenu2 > .mrp-menu-level-0 > li.has-submenu > span:after,
.menu-200c .light-fixed.fixed-on .hmenu2 > .mrp-menu-level-0 > li.has-submenu > a:after {
    background: var(--menu-text-color, var(--text-color, #000));
}


/* DARK FIXED MODE */

.vmenu200c.dark-fixed.fixed-on .brand-container .title,
.menu-200c .dark-fixed.fixed-on .brand-container .title {
    color: var(--title-fixed, var(--g-inverted-text-color, #fff)) !important;
}

.vmenu200c.dark-fixed.fixed-on .brand-container .subtitle,
.menu-200c .dark-fixed.fixed-on .brand-container .subtitle {
    color: var(--subtitle-fixed, var(--g-inverted-text-color, #fff)) !important;
}

.menu-200c .dark-fixed.fixed-on .fixed .menu-container {
    background: var(--menu-bg-color-fixed, var(--text-color, #000));
}

html .menu-200c .dark-fixed.fixed-on .hmenu2 span,
html .menu-200c .dark-fixed.fixed-on .hmenu2 a {
    color: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.menu-200c .dark-fixed.fixed-on .vmenu-opener2 svg {
    fill: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.menu-200c .dark-fixed.fixed-on .hmenu2 > .mrp-menu-level-0 > li.has-submenu > span:after,
.menu-200c .dark-fixed.fixed-on .hmenu2 > .mrp-menu-level-0 > li.has-submenu > a:after {
    background: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}


/* DROPDOWN MENU COLOR */

html .menu-200c .primary-menu.primary-menu .hmenu2 ul ul span,
html .menu-200c .primary-menu.primary-menu .hmenu2 ul ul a {
    color: var(--dropdown-text-color, var(--text-color, #000));
}


/* LIGHT MODE */

.vmenu200c.light {
    background: var(--menu-bg-color, var(--g-inverted-text-color, #fff));
}

.vmenu200c.light .sidemenu li.has-submenu:before {
    background-color: var(--menu-text-color, var(--text-color, #000));
}

.vmenu200c.light .sidemenu a,
.vmenu200c.light .sidemenu span {
    color: var(--menu-text-color, var(--text-color, #000));
}

.vmenu200c.mm2-spn--vertical.light .sidemenu ul ul:before {
    border-top: 1px solid var(--menu-text-color, var(--text-color, #000));
}

.vmenu200c.light .sidemenu ul:before,
.vmenu200c.light .sidemenu li:after {
    border-top: 1px solid var(--menu-text-color, var(--text-color, #000));
}

.vmenu200c.light .sidemenu span:not(:last-child):after,
.vmenu200c.light .sidemenu a:not(:last-child):after {
    border-right: 1px solid var(--menu-text-color, var(--text-color, #000));
}

.vmenu200c.light .close-button * {
    fill: var(--menu-text-color, var(--text-color, #000));
}


/* DARK MODE */

.vmenu200c.dark {
    background: var(--menu-bg-color-fixed, var(--text-color, #000))
}

.vmenu200c.dark .sidemenu li.has-submenu:before {
    background-color: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.vmenu200c.dark .sidemenu a,
.vmenu200c.dark .sidemenu span {
    color: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.vmenu200c.mm2-spn--vertical.dark .sidemenu ul ul:before {
    border-top: 1px solid var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.vmenu200c.dark .sidemenu ul:before,
.vmenu200c.dark .sidemenu li:after {
    border-top: 1px solid var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.vmenu200c.dark .sidemenu span:not(:last-child):after,
.vmenu200c.dark .sidemenu a:not(:last-child):after {
    border-right: 1px solid var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}

.vmenu200c.dark .close-button * {
    fill: var(--menu-text-color-fixed, var(--g-inverted-text-color, #fff));
}


/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 *
 * Modified version 2023
 *
 */

:root {
    /*
    --mm2-ocd-width:80%;
    --mm2-ocd-min-width:200px;
    --mm2-ocd-max-width:440px;
     */
    --mm2-spn-item-height: 45px;
    --mm2-spn-item-indent: 20px;
    --mm2-spn-line-height: 20px;
}

body.mm2-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.mm2-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

.sidemenu .mm2-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, .25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.mm2-ocd__content {
    transform: translateX(100%);
    position: fixed;
    backface-visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 999;
    max-width: 350px;
    transition: transform 0.4s 0s;
    width: 80%;
}

@media only screen and (max-width: 20rem) {
    .mm2-ocd__content {
        width: 100%;
    }
}

/* sidemenu LEFT position */

.mm2-ocd--left .mm2-ocd__content {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

/* sidemenu RIGHT position */

.mm2-ocd--right .mm2-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm2-ocd--open .mm2-ocd__content {
    transform: translateX(0);
    transition: transform 0.4s 0s;
}

/* sidemenu curtain */

.mm2-ocd__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    display: block;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.mm2-ocd--open .mm2-ocd__backdrop {
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.mm2-ocd--left .mm2-ocd__backdrop {
    right: 0;
}

.mm2-ocd--right .mm2-ocd__backdrop {
    left: 0;
}

.vmenu200c,
.vmenu200c a,
.vmenu200c li,
.vmenu200c span,
.vmenu200c ul {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vmenu200c {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.vmenu200c .sidemenu ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 130%;
    padding-right: 30%;
    line-height: 24px;
    line-height: var(--mm2-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    cursor: default;
}

.vmenu200c > ul {
    left: 0;
}

.vmenu200c .sidemenu ul.mm2-spn--open {
    left: 0;
}

.vmenu200c .sidemenu ul.mm2-spn--parent {
    left: -30%;
    overflow-y: hidden;
}

.vmenu200c .sidemenu li {
    position: relative;
    background: inherit;
    cursor: pointer;
}

.vmenu200c .sidemenu-header {
    padding: var(--mm2-spn-item-indent);
    padding-bottom: 0;
    max-height: 70vw;
}

.vmenu200c .brand-container {
    max-width: 100%;
}

.vmenu200c .sidemenu-footer .button-list,
.vmenu200c .sidemenu-buttons .button-list {
    grid-row-gap: 1rem;
}

.vmenu200c .sidemenu-buttons {
    padding: var(--mm2-spn-item-indent);
    grid-gap: 1rem;
    display: grid;
}

.vmenu200c .sidemenu-footer {
    padding-top: 0;
}

.vmenu200c .social-media .button-list.button-list {
    justify-content: center;
    display: flex;
}

.vmenu200c .social-media,
.vmenu200c .buttons a {
    width: 100%;
}

.vmenu200c .sidemenu-footer .menu-container {
    display: grid;
    grid-gap: 2rem;
    padding: var(--mm2-spn-item-indent);
}

.vmenu200c .sidemenu-footer .social-media {
    order: 1;
}

.vmenu200c .sidemenu li.has-submenu:before {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: calc(var(--mm2-spn-item-height) * 0.5);
    height: calc(var(--mm2-spn-item-height) * 0.5);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: calc(var(--mm2-spn-item-height) * 0.5);
    position: absolute;
    top: calc(var(--mm2-spn-item-height) * 0.25);
    right: calc(var(--mm2-spn-item-height) * 0.25);
    opacity: 0.5;
}

.vmenu200c .sidemenu li.mm2-spn--open-parent:before {
    -webkit-transform: rotate(90deg) translate(0%, 0%);
    -ms-transform: rotate(90deg) translate(0%, 0%);
    transform: rotate(90deg) translate(0%, 0%);
}

.sidemenu .mm2-spn--open span:not(:last-child),
.sidemenu .mm2-spn--open a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm2-spn-item-height));
}

.vmenu200c.mm2-spn--vertical .sidemenu ul ul:before {
    content: '';
    display: block;
    opacity: 0.15;
}

.vmenu200c .sidemenu ul:before,
.vmenu200c .sidemenu li:after {
    content: '';
    display: block;
    margin-left: var(--mm2-spn-item-indent);
    opacity: 0.15;
}

.vmenu200c .sidemenu a,
.vmenu200c .sidemenu span {
    position: relative;
    z-index: 1;
    padding: calc((var(--mm2-spn-item-height) - var(--mm2-spn-line-height)) / 2) var(--mm2-spn-item-indent);
    text-decoration: none;
}

.vmenu200c .sidemenu span:not(:last-child):after,
.vmenu200c .sidemenu a:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
}

.vmenu200c .sidemenu span {
    background: 0 0;
}

.vmenu200c.mm2-spn--vertical {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vmenu200c.mm2-spn--vertical .sidemenu ul {
    width: 100%;
    padding-right: 0;
    position: static;
}

.vmenu200c.mm2-spn--vertical .sidemenu ul ul {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear, max-height .4s linear;
    -o-transition: opacity .4s linear, max-height .4s linear;
    transition: opacity .4s linear, max-height .4s linear;
    padding-left: var(--mm2-spn-item-indent);
}

.vmenu200c.mm2-spn--vertical .sidemenu ul ul:after {
    height: calc(var(--mm2-spn-item-height) / 2);
}

.vmenu200c.mm2-spn--vertical .sidemenu ul.mm2-spn--open {
    max-height: 3000px;
    opacity: 1;
}

.vmenu200c.mm2-spn--vertical .sidemenu li.mm2-spn--open:before {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%, 0);
}

.vmenu200c.mm2-spn--vertical .sidemenu ul ul li:last-child:after {
    content: none;
    display: none;
}

.mm2-ocd {
    -webkit-transition-duration: 0.01s, .3s;
    -o-transition-duration: 0.01s, .3s;
    transition-duration: 0.01s, .3s;
}

html.mm2-ocd-opened,
html.mm2-ocd-opened body {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.vmenu200c.mm2-spn--vertical .sidemenu ul ul:after {
    height: 0;
}

/* ==== INCLUDE: /css/blocks/blog200c.css ==== */

/* MESSAGE */

.editing .blog-200c.greedy:before {
    content: "⚠️ Note: Other blocks are hidden while in Blog Post View - Return to Blog List View to view, edit or add other blocks";
    padding: 20px 15px;
    display: block;
    background: #ffe;
    border-bottom: 1px solid #ddd;
}

/* MAIN CONTAINER */

.blog-200c .blog-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    grid-gap: calc(var(--grid-gap) * 3);
    --visibility-ratio: 0;
    z-index: 0;
}

/* TEXT */

.blog-200c .blog-entry .weblet_blog-entry-text a {
    color: var(--g-accent-color);
}

.blog-200c .weblet_blog-entry-heading a {
    color: currentColor;
}

.blog-200c .blog-container .weblet_blog-entry-image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1.5rem;
    float: none;
}

/* BUTTON */

.blog-200c .weblet_blog-entry-full-link a,
.blog-200c .mrp-dynamic-form button.btn,
.blog-200c .weblet_blog-entry-text [data-type="button"] a,
.blog-200c .weblet_blog-entry-text [data-type="download-link"] a {
    background: var(--button-post-color, var(--g-accent-color));
    color: var(--button-post-label-color, white);
    padding: clamp(0.9rem, calc(0.9rem + ((1vw - 0.45rem) * 0.1333)), 1rem) clamp(1.8rem, calc(1.8rem + ((1vw - 0.45rem) * 0.2667)), 2rem);
    font-weight: normal;
    border-radius: var(--button-radius, 0);
    transition: all 0.2s linear;
    line-height: 1.25em;
    letter-spacing: 1px;
    font-size: var(--text-size1);
    text-transform: var(--button-post-case, uppercase);
    pointer-events: auto;
    border: none;
    word-break: break-all;
}

.blog-200c .weblet_blog-entry-full-link a:hover,
.blog-200c .mrp-dynamic-form button.btn:hover,
.blog-200c .weblet_blog-entry-text [data-type="button"] a:hover,
.blog-200c .weblet_blog-entry-text [data-type="download-link"] a:hover {
    filter: saturate(4);
    transform: scale(1.05);
}

.blog-200c .weblet_blog-entry-full-link {
    margin: 0;
}

.blog-200c .weblet_blog-entry-text:not(.empty) + .weblet_blog-entry-full-link {
    margin-top: 1rem;
}

.blog-200c .weblet_blog-entry-full-link a {
    display: inline-block;
    text-transform: var(--button-list-case, uppercase);
}

.blog-200c .blog-entry-list .weblet_blog-entry-full-link a {
    background: var(--button-list-color, var(--g-accent-color));
    color: var(--button-list-label-color, white);
}

.blog-200c .blog-list-style-3 .weblet_blog-entry-full-link a {
    padding: 8px 10px;
    font-size: small;
}

.blog-200c .blog-list-style-3 .weblet_blog-entry-full-link a:hover {
    transform: none;
    filter: none;
}

.blog-200c .weblet_blog-entry-full-link a:after {
    content: var(--blog-post-button-text-after, " more");
}

.blog-200c .weblet_blog-entry-full-link a:before {
    content: var(--blog-post-button-text-before, "");
}

/* IMAGE */

.blog-200c .blog-entry-list .weblet_blog-main-image-link {
    float: none;
    width: 100%;
    margin: 0;
}

.blog-200c .weblet_blog-blog-entry:hover a.weblet_blog-main-image-link .missing-photo span,
.blog-200c .weblet_blog-blog-entry:hover a.weblet_blog-main-image-link img {
    transform: scale(1.05);
}

.blog-200c .weblet_blog-blog-entry a.weblet_blog-main-image-link .missing-photo span,
.blog-200c .weblet_blog-blog-entry a.weblet_blog-main-image-link img {
    transition: transform 1s ease-in-out;
}

.blog-200c .weblet_blog-entry-image-container:after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1) !important;
    z-index: 8;
}

.blog-200c .weblet_blog-navigation-sa-heading {
    background: transparent;
    padding-left: 0;
    text-transform: uppercase;
    margin: 0;
}

/* RSS */

.blog-200c .weblet_blog-syndication-section {
    text-align: left;
    margin-top: 1rem;
    order: 1;
}

.blog-200c .weblet_blog-syndication-section a {
    display: flex;
}

.blog-200c .weblet_blog-syndication-section i {
    display: none;
}

.blog-200c .weblet_blog-syndication-section span {
    margin: 0;
    color: var(--text-color);
}

.blog-200c .weblet_blog-syndication-section span:after {
    content: " Feed";
}

.blog-200c .weblet_blog-syndication-section a:before {
    background-color: var(--blog-nav-prev-color, var(--blog-nav-icon-color, var(--g-accent-color)));
    -webkit-mask: var(--blog-rss) no-repeat;
    mask: var(--blog-rss) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    content: '';
    --blog-rss: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3ccircle cx='6.18' cy='17.82' r='2.18'/%3e%3cpath d='M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 60rem) {
    .blog-200c .blog-container {
        grid-template-columns: minmax(0, 1fr);
    }

    .blog-200c .weblet_blog-navigation-sa {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: var(--grid-gap);
    }

    .blog-200c .weblet_blog-navigation-sa .weblet_blog-navigation-sa-heading {
        grid-column: span 2;
    }
}

@media only screen and (max-width: 28rem) {
    .blog-200c .weblet_blog-navigation-sa {
        grid-template-columns: 1fr;
    }

    .blog-200c .weblet_blog-navigation-sa .weblet_blog-navigation-sa-heading {
        grid-column: span 1;
    }
}

/* LISTING BANNER */

.blog-200c .mrp-weblet-blog .listing-banner.listing-banner {
    display: none;
}

.blog-200c .blog-container .new-listing .weblet_blog-entry-image-container:before {
    content: var(--label-new-text, "New Listing");
    background: var(--label-new-color, #1b0);
}

.blog-200c .blog-container .sold-listing .weblet_blog-entry-image-container:before {
    content: var(--label-sold-text, "Sold Listing");
    background: var(--label-sold-color, #d00);
}

.blog-200c .blog-container .open-house .weblet_blog-entry-image-container:before {
    content: var(--label-open-text, "Open House");
    background: var(--label-open-color, #f80);
}

.blog-200c .blog-container .open-house .weblet_blog-entry-image-container:before,
.blog-200c .blog-container .sold-listing .weblet_blog-entry-image-container:before,
.blog-200c .blog-container .new-listing .weblet_blog-entry-image-container:before {
    color: var(--label-text-color, #fff);
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0;
    transform: translate(0%, 0%) rotate(35deg);
    text-align: center;
    position: absolute;
    left: auto;
    z-index: 10;
    width: 250px;
    overflow: hidden;
    font-weight: bold;
    line-height: 1;
    top: 35px;
    letter-spacing: 2px;
    right: -60px;
    height: auto;
    background-image: none;
}

/* LIST */

.blog-200c .weblet_blog-entry-divider {
    display: none;
}

/* TEXT */

.blog-200c .weblet_blog-entry-text .block-p:empty,
.blog-200c .weblet_blog-entry-text.empty {
    display: none;
}

.blog-200c .weblet_blog-entry-text p,
.blog-200c .weblet_blog-entry-text .block-p {
    margin: 0 0 1.2em;
}

.blog-200c .weblet_blog-entry-text .block-p:last-child {
    margin: 0;
}

/* IMAGE */

.blog-200c .weblet_blog-entry_text > [data-type]:not([data-type=""]),
.blog-200c .weblet_blog-entry-text > [data-type]:not([data-type=""]) {
    margin: 0 0 1.2em;
}

.blog-200c .weblet_blog-entry-text [data-type="download-link"] {
    padding: 0;
    margin: 0 0 1.4em;
}

.blog-200c .blog-entry-list .weblet_blog-entry-image-container.missing-photo {
    aspect-ratio: var(--blog-list-image, 16/9);
    min-height: unset;
}

.blog-200c #photoplaceholder img,
.blog-200c .weblet_blog-entry-image-container img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-200c .blog-entry .weblet_blog-entry-image-container.missing-photo {
    aspect-ratio: var(--blog-post-image, 16/9);
    min-height: unset;
}

/* BLOG NAV */

.blog-200c .weblet_blog-navigation-sa-item a {
    color: var(--g-accent-color);
}

.blog-200c .blog-container .weblet_blog-navigation-sa-section.weblet_blog-navigation-sa-section:empty {
    display: none;
}

/* LEFT */

.blog-200c .blog-container.blog-nav-left {
    grid-template-columns: 200px 1fr;
}

.blog-200c .blog-container.blog-nav-left .blog-nav {
    order: -1;
}

/* TOP */

.blog-200c .blog-container.blog-nav-top,
.blog-200c .blog-container.blog-nav-none {
    grid-template-columns: 1fr;
    grid-gap: 0;
}

.blog-200c .blog-container.blog-nav-none .blog-nav {
    display: none;
}

.blog-200c .weblet_blog-navigation-sa-section {
    margin-bottom: 1rem;
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-section {
    margin-bottom: 0;
}

.blog-200c .blog-container.blog-nav-top .blog-nav {
    order: -1;
}

.blog-200c .blog-container .weblet_blog-navigation-sa-divider {
    display: none;
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-section {
    position: relative;
    display: inline-block;
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin: 0 0 20px;
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-items {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 8px 15px;
    right: 0;
    max-height: 600px;
    overflow-y: scroll;
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-items a {
    display: block;
    padding: 5px 0;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-item:last-child a {
    border-bottom: none;
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-section:hover .weblet_blog-navigation-sa-items {
    display: block;
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-heading {
    background: #fff;
    padding: 0 25px 0 10px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    line-height: 24px;
    position: relative;
    margin: 0;
}

.blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-heading:after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M7 10l5 5l5-5z'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
    position: absolute;
    opacity: 0.25;
}

@media (max-width: 45rem) {
    .blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-heading {
        margin: 0;
    }

    .blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-section {
        position: unset;
        margin: 0;
    }

    .blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa-items {
        width: 100%;
    }

    .blog-200c .blog-container.blog-nav-top .weblet_blog-navigation-sa {
        flex-direction: column;
        gap: 10px;
        margin: 1rem 0;
    }
}

/* ************** */
/* BLOG LIST      */
/* ************** */

.blog-200c .blog-container h2.weblet_blog-entry-heading {
    padding: 0;
    margin: 0 0 0.5rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: var(--text-xxlarge);
    font-weight: unset;
}

.blog-200c .blog-container h2.weblet_blog-entry-heading * {
    line-height: 1.4;
    font-size: 100%;
}

.blog-200c .blog-container.list-title-1 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size1);
}

.blog-200c .blog-container.list-title-2 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size2);
}

.blog-200c .blog-container.list-title-3 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size3);
}

.blog-200c .blog-container.list-title-4 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size4);
}

.blog-200c .blog-container.list-title-5 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size5);
}

.blog-200c .blog-container.list-title-6 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size6);
}

.blog-200c .blog-container.list-title-7 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size7);
}

.blog-200c .blog-container.list-title-8 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size8);
}

.blog-200c .blog-container.list-title-9 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size9);
}

.blog-200c .blog-container.list-title-10 .blog-entry-list h2.weblet_blog-entry-heading * {
    font-size: var(--text-size10);
}

/* MISSING PHOTO */

.blog-200c .blog-container.hide-missing-list .weblet_blog-entry-image-container.missing-photo,
.blog-200c .blog-container.hide-missing-post .weblet_blog-entry-image-container.missing-photo {
    display: none;
}

.blog-200c .blog-container .missing-photo .weblet_blog-entry-image-container-parallax:before,
.blog-200c .blog-container .weblet_blog-entry-image-container.missing-photo span {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: var(--blog-missing-post, var(--blog-missing-image));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    --blog-missing-image: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1200 900' style='color: rgb(173%2c 125%2c 125)%3b fill: rgb(173%2c 125%2c 125)%3b' xml:space='preserve' data-color='rgb(173%2c 125%2c 125)'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23BFBFBF%3b%7d .st1%7bfill:%23D9D9D9%3b%7d %3c/style%3e %3cg%3e %3cg%3e %3cg%3e %3cg%3e %3crect class='st0' width='1200' height='900'%3e%3c/rect%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3cg%3e %3cg%3e %3cpath class='st1' d='M638.7%2c478.9c0%2c0-20.5%2c16.3-31.6%2c25.1l-60.6-48.2c0%2c0-28.4%2c22.6-54.1%2c43.1v82.6h275.2L638.7%2c478.9z'%3e%3c/path%3e %3ccircle class='st1' cx='711.7' cy='474.8' r='24.6'%3e%3c/circle%3e %3c/g%3e %3c/g%3e %3cpath class='st1' d='M760.2%2c392.3l-34.5-108.2L398%2c388.7l60%2c188v39.2h344V392.3H760.2z M419.6%2c399.9l294.9-94.1l27.6%2c86.5h-53.1 c0.3-3.1-0.1-6.4-1.1-9.6c-4.1-13-18-20.1-30.9-16c-11.2%2c3.6-18%2c14.3-17%2c25.5H458v127.9L419.6%2c399.9z M784.8%2c598.7H475.2V409.5 h309.6V598.7z'%3e%3c/path%3e %3c/svg%3e");
}

.blog-200c .blog-container .new-listing .missing-photo .weblet_blog-entry-image-container-parallax:before,
.blog-200c .blog-container .new-listing .weblet_blog-entry-image-container.missing-photo span {
    background-image: var(--blog-missing-new, var(--blog-missing-image));
}

.blog-200c .blog-container .sold-listing .missing-photo .weblet_blog-entry-image-container-parallax:before,
.blog-200c .blog-container .sold-listing .weblet_blog-entry-image-container.missing-photo span {
    background-image: var(--blog-missing-sold, var(--blog-missing-image));
}

.blog-200c .blog-container .open-house .missing-photo .weblet_blog-entry-image-container-parallax:before,
.blog-200c .blog-container .open-house .weblet_blog-entry-image-container.missing-photo span {
    background-image: var(--blog-missing-open, var(--blog-missing-image));
}

/* COMMENT LIST */

.blog-200c .blog-entry-list .weblet_blog-comments-section {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.8;
    z-index: 99;
}

.blog-200c .blog-entry-list .weblet_blog-comments-section a span {
    display: none;
}

.blog-200c .blog-entry-list .weblet_blog-comments-section a {
    position: relative;
    width: 30px;
    background: var(--blog-comment-color, var(--g-accent-color));
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    color: #fff;
    height: 20px;
    font-size: smaller;
    line-height: 1;
}

.blog-200c .blog-entry-list .weblet_blog-comments-section a:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid var(--blog-comment-color, var(--g-accent-color));
    border-right: 5px solid transparent;
    border-top: 5px solid var(--blog-comment-color, var(--g-accent-color));
    border-bottom: 5px solid transparent;
    left: 16px;
    bottom: -8px;
}

/* BLOG LIST COLUMN LAYOUT */

.blog-200c .blog-entry-list {
    grid-gap: var(--col-gap-4);
    display: grid;
}

.blog-200c .blog-2-col .blog-entry-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-200c .blog-3-col .blog-entry-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-200c [data-type="embed"] > table {
    overflow: hidden;
    width: 100%;
}

.blog-200c [data-type="embed"] table {
    table-layout: fixed;
}

.blog-200c .blog-entry-list-outer,
.blog-200c .weblet_blog-blog-entry {
    display: grid;
    align-content: flex-start;
    position: relative;
    height: max-content;
}

.blog-200c .weblet_blog-category-section {
    margin: 0;
}

.blog-200c .weblet_blog-category-section a {
    color: var(--text-color);
}

/* BLOG LIST IMAGE ASPECT-RATIO */

.blog-200c .blog-entry-list .weblet_blog-entry-image-container,
.blog-200c .blog-entry-list .weblet_blog-entry-image-container img {
    aspect-ratio: var(--blog-list-image);
}

/* BLOG LIST NAVIGATION */

.blog-200c .weblet_blog-navigation,
.blog-200c .weblet_blog-navigation-sa,
.blog-200c .blog-nav.blog-nav {
    padding: 0 !important;
    min-width: auto !important;
}

.blog-200c .weblet_blog-page-nav {
    margin-top: 1rem;
    display: flex;
}

.blog-200c .weblet_blog-page-nav a.weblet_blog-page-prev,
.blog-200c .weblet_blog-page-nav a.weblet_blog-page-next {
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--text-color);
}

.blog-200c .weblet_blog-page-nav a.weblet_blog-page-prev {
    text-align: left;
}

.blog-200c .weblet_blog-page-nav a.weblet_blog-page-next:after,
.blog-200c .weblet_blog-page-nav a.weblet_blog-page-prev:before {
    width: 24px;
    height: 24px;
    content: '';
}

.blog-200c .blog-container {
    --blog-nav-prev: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M17.51 3.87L15.73 2.1L5.84 12l9.9 9.9l1.77-1.77L9.38 12l8.13-8.13z'/%3e%3c/svg%3e");
    --blog-nav-next: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M6.49 20.13l1.77 1.77l9.9-9.9l-9.9-9.9l-1.77 1.77L14.62 12l-8.13 8.13z'/%3e%3c/svg%3e");
}

.blog-200c .weblet_blog-page-nav a.weblet_blog-page-prev:before {
    background-color: var(--blog-nav-prev-color, var(--blog-nav-icon-color, var(--g-accent-color)));
    -webkit-mask: var(--blog-nav-prev) no-repeat;
    mask: var(--blog-nav-prev) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: .5rem;
}

.blog-200c .weblet_blog-page-nav a.weblet_blog-page-next {
    margin-left: auto;
    text-align: right;
}

.blog-200c .weblet_blog-page-nav a.weblet_blog-page-next:after {
    background-color: var(--blog-nav-next-color, var(--blog-nav-icon-color, var(--g-accent-color)));
    -webkit-mask: var(--blog-nav-next) no-repeat;
    mask: var(--blog-nav-next) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-left: .5rem;
}

.blog-200c .weblet_blog-page-prev-colon,
.blog-200c .weblet_blog-page-next-colon {
    margin-right: 5px;
}

.blog-200c .blog-pagenav-1 .weblet_blog-page-prev-colon,
.blog-200c .blog-pagenav-1 .weblet_blog-page-next-colon,
.blog-200c .blog-pagenav-1 .weblet_blog-page-prev-text1,
.blog-200c .blog-pagenav-1 .weblet_blog-page-next-text1 {
    display: none;
}

.blog-200c .blog-pagenav-2 .weblet_blog-page-prev-colon,
.blog-200c .blog-pagenav-2 .weblet_blog-page-next-colon,
.blog-200c .blog-pagenav-2 .weblet_blog-page-prev-text2,
.blog-200c .blog-pagenav-2 .weblet_blog-page-next-text2 {
    display: none;
}

.blog-200c .blog-pagenav-3 .weblet_blog-page-prev-text1,
.blog-200c .blog-pagenav-3 .weblet_blog-page-next-text1,
.blog-200c .blog-pagenav-3 .weblet_blog-page-prev-colon,
.blog-200c .blog-pagenav-3 .weblet_blog-page-next-colon,
.blog-200c .blog-pagenav-3 .weblet_blog-page-prev-text2,
.blog-200c .blog-pagenav-3 .weblet_blog-page-next-text2 {
    display: none;
}

@media (max-width: 48rem) {
    .blog-200c .weblet_blog-page-prev-text1,
    .blog-200c .weblet_blog-page-next-text1,
    .blog-200c .weblet_blog-page-prev-colon,
    .blog-200c .weblet_blog-page-next-colon,
    .blog-200c .weblet_blog-page-prev-text2,
    .blog-200c .weblet_blog-page-next-text2 {
        display: none;
    }
}

/* ************** */
/* BLOG POST      */
/* ************** */

/* BLOG POST LAYOUT */

.blog-200c.blog-post-style-2 .blog-entry .weblet_blog-entry-image-container {
    order: -1;
}

.blog-200c.blog-post-style-4 .blog-entry .weblet_blog-entry-image-container {
    display: none;
}

/* POST TITLE */

.blog-200c .blog-container h1.weblet_blog-entry-heading {
    margin: 0 0 1rem;
    font-weight: unset;
    font-size: var(--text-xxxlarge);
    line-height: 1.4;
}

.blog-200c .blog-container.post-title-1 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size1);
}

.blog-200c .blog-container.post-title-2 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size2);
}

.blog-200c .blog-container.post-title-3 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size3);
}

.blog-200c .blog-container.post-title-4 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size4);
}

.blog-200c .blog-container.post-title-5 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size5);
}

.blog-200c .blog-container.post-title-6 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size6);
}

.blog-200c .blog-container.post-title-7 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size7);
}

.blog-200c .blog-container.post-title-8 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size8);
}

.blog-200c .blog-container.post-title-9 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size9);
}

.blog-200c .blog-container.post-title-10 .blog-entry h1.weblet_blog-entry-heading {
    font-size: var(--text-size10);
}

/* BLOG POST IMAGE SIZE ASPECT-RATIO */

.blog-200c .blog-entry .weblet_blog-entry-image-container img {
    aspect-ratio: var(--blog-post-image);
}

/* **************** */
/* BLOG LIST + POST */
/* **************** */

/* BLOG TEXT */

.blog-200c .weblet_blog-entry-info {
    margin: 0 0 1.5rem;
}

.blog-200c .weblet_blog-entry-text {
    margin: 0;
    overflow: visible;
}

.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text {
    --max-height: 200px;
    --mask-height: 50px;
    --mask-image-content: linear-gradient(black calc(var(--max-height) - var(--mask-height)), transparent);
    --mask-size-content: 100%;
    overflow: hidden !important;
    max-height: var(--max-height);
    height: max-content;
    -webkit-mask-image: var(--mask-image-content);
    -webkit-mask-size: var(--mask-size-content);
    -webkit-mask-position: 0 0, 100% 0;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -moz-mask-image: var(--mask-image-content);
    -moz-mask-size: var(--mask-size-content);
    -moz-mask-position: 0 0, 100% 0;
    -moz-mask-repeat: no-repeat, no-repeat;
    mask-image: var(--mask-image-content);
    mask-size: var(--mask-size-content);
    mask-position: 0 0, 100% 0;
    mask-repeat: no-repeat;
}

.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text [data-type="columns"] {
    grid-template-columns: 1fr;
}

.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text em,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text a,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text div,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text strong,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text span,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text .block-p,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text p,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h6 *,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h5 *,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h4 *,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h3 *,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h2 *,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h1 *,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h6,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h5,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h4,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h3,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h2,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text h1 {
    font-size: var(--p-font-size) !important;
    font-family: var(--body-font-family) !important;
    line-height: var(--body-line-height) !important;
    font-style: normal !important;
    color: currentColor !important;
    font-weight: normal !important;
    margin: 0 5px 0 0 !important;
    display: inline;
}

.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text [data-content="button"],
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text [data-content="image-column"],
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text [data-type="embed"],
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text [data-type="block-image"],
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text [data-type="download-link"],
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text #photoplaceholder,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text .photoplaceholder,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text .blog-button,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text br,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text img,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text iframe,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text hr,
.blog-200c .blog-mask .blog-entry-list .weblet_blog-entry-text .gallery {
    display: none;
}

/* ENTRY INFO */

.blog-200c .weblet_blog-entry-labels-section *,
.blog-200c .weblet_blog-entry-author-section * {
    color: var(--text-color);
}

.blog-200c .weblet_blog-entry-labels-section,
.blog-200c .weblet_blog-entry-author-section {
    padding: 0;
    margin: 0 0 0.25rem;
    line-height: 1;
}

/* SHARE */

.blog-200c .weblet_blog-entry-share-section {
    padding: 0;
    margin: 0.5rem 0 0 0;
    line-height: 1;
    display: flex;
    gap: 0.5rem;
}

.blog-200c .weblet_blog-entry-share-section a {
    margin: 0;
    padding: 6px;
    border-radius: 2px;
    background-color: var(--blog-share-color, rgba(0, 0, 0, 0.6));
    color: var(--blog-share-text-color, white);
    fill: currentColor;
    display: inline-flex;
    pointer-events: auto;
}

.blog-200c .weblet_blog-entry-share-section a svg {
    width: 12px;
    height: 12px;
}

/* AUTHOR PHOTO */

.blog-200c .weblet_blog-entry-author-photo img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 50px;
    border-radius: 50%;
}

.blog-200c .weblet_blog-entry-author-photo {
    float: left;
    margin: 0 1rem 0 0;
    height: 100%;
    border-right: 1px solid #ccc;
    padding-right: 1rem;
}

/* COMMENTS */

.blog-200c .weblet_blog-comment:before {
    content: "💬";
    position: absolute;
    left: 0;
    font-size: 2rem;
    transform: scaleX(-1);
}

.blog-200c .weblet_blog-comment-form .form-group-checkbox label[class|=""] {
    display: none;
}

.blog-200c .weblet_blog-comments-header,
.blog-200c .weblet_blog-comment-form-header {
    font-family: var(--title-font-family);
    font-size: var(--text-size3);
    font-weight: normal;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 1.5rem 0 1rem;
    padding-bottom: 0.5rem;
}

.blog-200c .weblet_blog-comment-form .dynamic-form-long-text,
.blog-200c .weblet_blog-comment-form .dynamic-form-text {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(200, 200, 200, 0.1);
}

.blog-200c .weblet_blog-comment {
    margin-bottom: 1rem;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    padding: 0 0 1rem 3rem;
    position: relative;
}

.blog-200c .weblet_blog-entry-comments-link {
    padding: 0;
    margin: 0;
    border: none;
}

.blog-200c .weblet_blog-comments-section .weblet_blog-comment-form label {
    font-weight: normal;
}

.blog-200c .weblet_blog-comments-section .block-form .form-group > label,
.blog-200c .weblet_blog-comments-section .block-form .form-group > .control-wrapper {
    padding: 0.3rem 0;
    position: relative;
}

.blog-200c .weblet_blog-comments-section.no-comments .weblet_blog-comments-header,
.blog-200c .weblet_blog-comments-section.no-comments .weblet_blog-no-comments {
    display: none;
}

.blog-200c .weblet_blog-comments-section .mrp-dynamic-form .form-control-comment {
    text-transform: none;
    letter-spacing: 0;
    font-size: small;
    position: absolute;
    top: -35px;
    z-index: 1;
    right: 0;
    font-style: italic;
}

/* BLOG LIST POST STYLE */

/* STYLE 2 */

.blog-200c .blog-list-style-2 .blog-entry-list .weblet_blog-main-image-link {
    order: -1;
}

/* STYLE 3 */

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-text {
    margin-top: 1.5rem;
    grid-area: 3 / 1 / 3 / 3;
    overflow: visible;
}

.blog-200c .blog-list-style-3 .blog-entry-list .open-house .weblet_blog-entry-image-container:before,
.blog-200c .blog-list-style-3 .blog-entry-list .sold-listing .weblet_blog-entry-image-container:before,
.blog-200c .blog-list-style-3 .blog-entry-list .new-listing .weblet_blog-entry-image-container:before {
    font-size: 10px;
    padding: 5px 10px 5px 20px;
    top: 30px;
    right: -65px;
}

.blog-200c .blog-list-style-3 h2.weblet_blog-entry-heading * {
    line-height: 1.2;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-blog-entry {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
}

.blog-200c .blog-list-style-3 .blog-entry-list h2.weblet_blog-entry-heading {
    grid-area: 1 / 1 / 2 / 3;
    z-index: 1;
    align-self: flex-start;
    color: #fff;
    margin: 40px 20px 0;
}

.blog-200c .blog-list-style-3 .blog-entry-list .open-house h2.weblet_blog-entry-heading,
.blog-200c .blog-list-style-3 .blog-entry-list .sold-listing h2.weblet_blog-entry-heading,
.blog-200c .blog-list-style-3 .blog-entry-list .new-listing h2.weblet_blog-entry-heading {
    margin: 40px 80px 0 20px;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-info {
    grid-area: 2 / 2 / 3 / 3;
    z-index: 1;
    color: #fff;
    margin: 0 20px 20px 0;
    align-self: flex-end;
    display: grid;
    pointer-events: none;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-labels-section,
.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-author-section {
    display: none;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-share-section {
    justify-content: flex-end;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-main-image-link {
    grid-area: 1 / 1 / 3 / 3;
    z-index: 0;
    aspect-ratio: var(--blog-list-image);
    min-height: 235px;
    width: 100%;
    height: 100%;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-image-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-image-container,
.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-image-container img {
    height: 100%;
    aspect-ratio: auto;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-full-link {
    grid-area: 2 / 1 / 3 / 2;
    z-index: 1;
    margin: 0 0 20px 20px;
    align-self: flex-end;
    pointer-events: none;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-comments-section {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.8;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-comments-section a span {
    display: none;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-comments-section a {
    position: relative;
    width: 30px;
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    color: #000;
    height: 20px;
    font-size: smaller;
    line-height: 1;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-comments-section a:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    left: 16px;
    bottom: -8px;
}

.blog-200c .blog-list-style-3 .blog-entry-list .weblet_blog-entry-author-photo {
    margin: 0 0 0 auto;
    padding: 0;
    border: none;
}

/* STYLE 4 */

.blog-200c .blog-list-style-4 .blog-entry-list .weblet_blog-main-image-link {
    display: none;
}

/* FULL WIDTH */

.blog-post-full .blog-200c.blog-post-style-3 .blog-container {
    max-width: 100%;
    grid-template-columns: 1fr;
}

.blog-post-full .blog-200c.blog-post-style-3 .weblet_blog-entry-image-container {
    order: -1;
}

.blog-200c.blog-post-style-3 .blog-entry h1.weblet_blog-entry-heading,
.blog-200c.blog-post-style-3 .blog-entry .weblet_blog-entry-info,
.blog-200c.blog-post-style-3 .blog-entry .weblet_blog-entry-text,
.blog-200c.blog-post-style-3 .blog-entry .weblet_blog-comments-section {
    width: 100%;
    max-width: var(--max-content-width);
    margin-left: auto;
    margin-right: auto;
}

.blog-post-full .blog-200c.blog-post-style-3 .weblet_blog-syndication-section,
.blog-post-full .blog-200c.blog-post-style-3 .blog-nav {
    display: none;
}

.blog-post-full .blog-200c.blog-post-style-3 .block-top-space {
    display: none;
}

/* COLUMNS */

@media (max-width: 65rem) {
    .blog-200c .blog-2-col .blog-entry-list,
    .blog-200c .blog-3-col .blog-entry-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-200c .blog-container.blog-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 45rem) {
    .blog-200c .blog-2-col .blog-entry-list,
    .blog-200c .blog-3-col .blog-entry-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-200c .blog-container.blog-container {
        grid-template-columns: 1fr;
    }
}

/* ==== INCLUDE: /css/weblets/blog.css ==== */

.weblet_blog-navigation, 
.weblet_blog-navigation-sa 
{
	margin: 0;
	/* height: 300px; */
	padding: 5px;
	z-index: 100;
	text-align: left;
	position: relative;
	/* background-color: white; */
}

.weblet_blog-no-entries {
	text-align: center;
	padding: 50px 0;
}

.weblet_blog-navigation
{
	width: 150px; 
	border: 1px dotted gray;
}

.weblet_blog-page-prev {
	float: left;	
}

.weblet_blog-navigation-heading, 
.weblet_blog-navigation-sa-heading 
{
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 15px;
	padding-left: 18px;
	/*background: url('img/weblets/blog/full-entry.gif' );*/
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
}

.weblet_blog-navigation-divider, 
.weblet_blog-navigation-sa-divider
{
	margin-top: 11px;
	margin-bottom: 10px;
	height: 1px;
	border-bottom: 1px dotted gray;
}
.weblet_blog-page-nav
{
	/*margin-top: 20px;*/
	text-align: right;
	padding: 20px 0;
}

.weblet_blog-page-nav a.weblet_blog-page-prev,
.weblet_blog-page-nav a.weblet_blog-page-next
{
	padding-right: 10px;
}

.weblet_blog-page-nav a.weblet_blog-page-prev span,
.weblet_blog-page-nav a.weblet_blog-page-next span
{
	/*font-size: 130%;*/
}

.weblet_blog-entry-heading 
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	text-align: left;
}

.weblet_blog-main-image-link {
	display: block;
	overflow: hidden;
	position: relative;
}

h3.weblet_blog-entry-heading 
{
	border: 0;	
}

.weblet_blog-entry-heading-text 
{
	/* padding-left: 18px;
	background: url('img/weblets/blog/full-entry.gif' );
	background-position: top left;
	background-repeat: no-repeat; */
}

.weblet_blog-date-friendly {
	font-weight: bold;
}

.weblet_blog-entry-author {
	font-size: smaller;
}

.weblet_blog-entry-labels {
	font-size: smaller;
}

.weblet_blog-entry-text {
	margin-top: 10px;
}

.weblet_blog-entry-divider {
	margin-top: 11px;
	margin-bottom: 10px;
	height: 1px;
	border-bottom: 1px dotted gray;
	width: 350px;
}

.weblet_blog-entry-back-link {
	margin-top: 10px;
	margin-bottom: 10px;
}

.weblet_blog-comment-author {
	font-size: smaller;
}

.weblet_blog-comment-date-full {
	font-size: inherit;
}

.weblet_blog-comment-text {
	margin-top: 5px;
}

.weblet_blog-comment {
	margin-bottom: 20px;
}

.weblet_blog-comments-header,
.weblet_blog-comment-form-header {
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted gray;
	width: 350px;
	font-size: 120%;
	font-weight: bold;
}

.weblet_blog-comment-divider {
	margin-top: 11px;
	margin-bottom: 10px;
	height: 1px;
	border-bottom: 1px dotted gray;
	width: 350px;
}

.weblet_blog-entry-links
{
	margin-top: 10px;	
}

p.feedburnerFlareBlock
{
	margin-top: 10px;
}

p.feedburnerFlareBlock a
{
	font-weight: normal;
	font-size: 10px;
}

.weblet_blog-entry-comments-link, 
.weblet_blog-entry-post-comment-link 
{
	margin-right: 10px;
}

.weblet_blog-entry-permalink,
.weblet_blog-entry-comments-link {
	padding-left: 10px;
	border-left: 1px dotted gray;
}

.weblet_blog-entry-comments-link {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.weblet_blog-more-link {
	text-align: right;
}

.weblet_blog-syndication-section {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

.weblet_blog-syndication-section a {
	text-decoration: none;
}

.weblet_blog-syndication-section a img {
	vertical-align: middle;
}

.weblet_blog-syndication-section a span {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.weblet_blog-category-section {
	margin-top: 10px;
	font-size: 8pt;
}

.weblet_blog-category-section .weblet_blog-category-heading {
	font-weight: bold;	
}

.retweet-button-container,
.facebook-button-container
{
	float: right;
	margin-left: 5px;	
}

.weblet_blog-sm-share-container
{
	position: relative;
	white-space: nowrap;
	height: 40px;
}

.weblet_blog-sm-share-container-inner
{
	position: absolute;
	left: 0;
	top: 10px;	
	width: 450px;
}

.weblet_blog-entry-image-container {
	max-width: 100%;
	position: relative;
}

.blog-entry-list .weblet_blog-entry-image-container {
	
	float: left;
	width: 40%;
	margin-right: 15px;
	z-index: 1;
	position: relative;
}

.blog-001 .weblet_blog-entry-image-container.missing-photo {
    display: none;
}

.blog-entry-list .new-listing .weblet_blog-entry-image-container.missing-photo,
.blog-entry-list .open-house .weblet_blog-entry-image-container.missing-photo,
.blog-entry-list .sold-listing .weblet_blog-entry-image-container.missing-photo {
	min-height: 160px;
}

.blog-entry-list .weblet_blog-entry-image-container.missing-photo:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M13.73,15L9.83,21.76C10.53,21.91 11.25,22 12,22C14.4,22 16.6,21.15 18.32,19.75L14.66,13.4M2.46,15C3.38,17.92 5.61,20.26 8.45,21.34L12.12,15M8.54,12L4.64,5.25C3,7 2,9.39 2,12C2,12.68 2.07,13.35 2.2,14H9.69M21.8,10H14.31L14.6,10.5L19.36,18.75C21,16.97 22,14.6 22,12C22,11.31 21.93,10.64 21.8,10M21.54,9C20.62,6.07 18.39,3.74 15.55,2.66L11.88,9M9.4,10.5L14.17,2.24C13.47,2.09 12.75,2 12,2C9.6,2 7.4,2.84 5.68,4.25L9.34,10.6L9.4,10.5Z' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 80px;
	color: #999;
}

.weblet_blog-entry-image-container > img.weblet_blog-entry-image {
	max-width: 100%;
}

.twitter-share-button
{
	margin-right: 10px;	
}

.weblet_blog-sm-share-container .weblet_blog-sm-share-item
{
	float: left;
	margin-right: 20px;
}

.weblet_mobile-blog-sm-share-container .weblet_mobile--sm-share-item
{
	float: left;
	margin-right: 20px;
}

.weblet_mobile-blog-sm-share-container  div{
	margin-right:10px;
	margin-left:10px;
	line-height:9px;
}

.weblet_mobile-blog-sm-share-container  div:first-child{
	margin-left:0;
}

.weblet_mobile-blog-sm-share-container  div:last-child{
	margin-right:0;
}

.weblet_mobile-blog-sm-share-container  a{
	margin-right:10px;
}

.listing-details-link-section {
	margin: 10px 0 10px 0;
}

.listing-open-house-text-section {
	margin-top: 10px;
}

.listing-description-section {
	margin-top: 10px;
}

.listing-blog-post {
}

.weblet_blog-entry-text {
	overflow: hidden;
	position: relative;
}

.weblet_blog-entry-text img, 
.weblet_blog-entry-text object, 
.weblet_blog-entry-text embed {
	
	max-width: 100%;
	height: auto;
}

.listing-banner {
	color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 13pt;
    padding: 2px 6px;
    transform: translate(0%, 0%) rotate(-45deg);
    text-align: center;
    position: absolute;
    top: 43px;
    left: -45px;
    z-index: 10;
    width: 210px;
    overflow: hidden;
    font-weight: bold;
}

.listing-banner:before {
	content: attr(data-banner) " ";
}

.weblet_blog-entry-author-photo img {
	border: 0;
	width: 50px;
}

h2.weblet_blog-entry-heading a span {
	font-size: 120%;
}

h2.weblet_blog-entry-heading a {
	text-decoration: none;
}

.weblet_blog-entry-author-section span {
	opacity: 0.8;
	font-size: smaller;
}

.weblet_blog-entry-labels-section * {
	opacity: 0.8;
	font-size: smaller;
}

.weblet_blog-entry-share-section {
	opacity: 0.8;
	padding: 10px 0 5px 0;
}

.weblet_blog-entry-share-section a {
	color: inherit;
	display: inline-block;
}

.weblet_blog-entry-share-section .fa {
	font-size: 150%;
	display: inline-block;
}

.weblet_blog-entry-full-link {
	margin-top: 20px;
}

.weblet_blog-blog-entry .submit-button:disabled {
	opacity: 0.5;
	cursor: default !important;
}

.weblet_blog-blog-entry .form-success {
	padding: 16px;
	font-size: 1.2rem;
	color: white;
	/*border: 1px solid rgba(0,0,0,0.5);*/
	background-color: rgba(34,139,34, 0.9 );
}

.weblet_blog-blog-entry .mrp-dynamic-form .control-error {
	padding: 8px;
	color: white;
	background-color: darkred;
}

.weblet_blog-blog-entry .listing-banner {
	display: none;
}


.weblet_blog-blog-entry .listing-banner.ready {
	display: block;
}

@media (max-width:660px) {
	.blog-entry-list .weblet_blog-entry-image-container {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
}

/* list and entry */
.weblet_blog-entry-image-container img {
	width: 100%;
}

/* list */
.blog-entry-list .weblet_blog-main-image-link {
	float: left;
	width: 40%;
	margin-right: 15px;
}

.blog-entry-list .weblet_blog-entry-image-container {
	float: none;
	width: 100%;
}

.blog-entry-list .weblet_blog-entry-text {
	overflow: visible;
}

/* ==== INCLUDE: /css/weblets/responsive/blog-resp.css ==== */

.weblet_blog-entry-text > [data-type]:not([data-type=""]),
.weblet_blog-entry-text > p.block-p {
    margin: 32px 0;
}

[data-type="columns"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

[data-type="columns"][data-flip="true"] > *:first-child {
    order: 2;
}

[data-type="columns"][data-ratio="ratio30_70"] {
    grid-template-columns: 3fr 7fr;
}

[data-type="columns"][data-ratio="ratio70_30"] {
    grid-template-columns: 7fr 3fr;
}

@media (max-width: 640px) {
    [data-type="columns"],
    [data-type="columns"][data-ratio="ratio70_30"],
    [data-type="columns"][data-ratio="ratio30_70"] {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
}

[data-type="block-image"] {
    width: 100%;
    height: inherit;
}

[data-type="block-image"][data-block="true"] img {
    width: 100%;
}

[data-content="image-column"] {
    display: flex;
    height: 100%;
    width: 100%;
    align-content: center;
    align-items: start;
}

[data-type="columns"] [data-content="image-column"] [data-type="block-image"][data-block="true"] img {
    height: 100%;
    object-fit: cover;
}

[data-img-v-align="center"] [data-content="image-column"] {
    align-items: center;
}

[data-img-v-align="bottom"] [data-content="image-column"] {
    align-items: end;
}

[data-type="gallery"] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
}

@media (max-width: 640px) {
    [data-type="gallery"] {
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
    }
}

[data-type="gallery"] > img {
    aspect-ratio: 1;
    object-fit: cover;
    cursor: pointer;
}

html.editing [data-type="gallery"] > img {
    cursor: default;
}

[data-type="download-link"] {
    display: flex;
    flex-direction: column;
    padding: 48px 0;
    align-content: center;
    align-items: center;
}

[data-type="button"] a {
    display: inline-flex;
    padding: 16px 24px;
    background-color: #ddd;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

[data-type="download-link"] > a {
    display: inline-flex;
    align-items: center;
    align-content: center;
    padding: 24px 32px;
    background-color: #ddd;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

[data-type="embed"] table {
    border-collapse: collapse;
    border: unset;
    max-width: 100%;
}

[data-type="embed"] table th,
[data-type="embed"] table td {
    border: unset;
    padding: unset;
    line-height: normal;
}

[data-type="embed"][data-aspect-ratio="16x9"] > iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

[data-type="embed"][data-aspect-ratio="4x3"] > iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}

.weblet_blog-navigation-sa-divider {
    display: none;
}

.blog-post-full .blog-with-parallax .weblet_blog-entry-image-container img {
    visibility: hidden;
}

.weblet_blog-entry-image-container-parallax {
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
    height: 120%;
    background-image: var(--img1200);
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 640px) {
    .weblet_blog-entry-image-container-parallax {
        background-image: var(--img800);
    }
}

/* BUTTON */

.weblet_blog-entry-text [data-type="download-link"].align-left {
    align-items: flex-start;
}

.weblet_blog-entry-text [data-type="download-link"].align-right {
    align-items: flex-end;
}

/* HR */

html .weblet_blog-entry-text hr {
    height: 1px;
    border: none;
    background: var(--blog-hr-color, var(--text-color, black));
}

html .weblet_blog-entry-text hr.margin-hide {
    background: transparent;
}

html .weblet_blog-entry-text hr {
    margin-top: calc(1.2em + var(--spacing-1, 0.25em) * var(--margin-top, 0));
    margin-bottom: calc(1.2em + var(--spacing-1, 0.25em) * var(--margin-bottom, 0));
}

/* GALLERY BLOCK */

html [data-type="gallery"] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

html [data-type="gallery"] > img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* TEXT CARD BLOCK */

@media (max-width: 640px) {
    html [data-type="columns"],
    html [data-type="columns"][data-ratio="ratio70_30"],
    html [data-type="columns"][data-ratio="ratio30_70"] {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

/* ==== INCLUDE: /css/weblets/blog.css ==== */

.weblet_blog-navigation, 
.weblet_blog-navigation-sa 
{
	margin: 0;
	/* height: 300px; */
	padding: 5px;
	z-index: 100;
	text-align: left;
	position: relative;
	/* background-color: white; */
}

.weblet_blog-no-entries {
	text-align: center;
	padding: 50px 0;
}

.weblet_blog-navigation
{
	width: 150px; 
	border: 1px dotted gray;
}

.weblet_blog-page-prev {
	float: left;	
}

.weblet_blog-navigation-heading, 
.weblet_blog-navigation-sa-heading 
{
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 15px;
	padding-left: 18px;
	/*background: url('img/weblets/blog/full-entry.gif' );*/
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
}

.weblet_blog-navigation-divider, 
.weblet_blog-navigation-sa-divider
{
	margin-top: 11px;
	margin-bottom: 10px;
	height: 1px;
	border-bottom: 1px dotted gray;
}
.weblet_blog-page-nav
{
	/*margin-top: 20px;*/
	text-align: right;
	padding: 20px 0;
}

.weblet_blog-page-nav a.weblet_blog-page-prev,
.weblet_blog-page-nav a.weblet_blog-page-next
{
	padding-right: 10px;
}

.weblet_blog-page-nav a.weblet_blog-page-prev span,
.weblet_blog-page-nav a.weblet_blog-page-next span
{
	/*font-size: 130%;*/
}

.weblet_blog-entry-heading 
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	text-align: left;
}

.weblet_blog-main-image-link {
	display: block;
	overflow: hidden;
	position: relative;
}

h3.weblet_blog-entry-heading 
{
	border: 0;	
}

.weblet_blog-entry-heading-text 
{
	/* padding-left: 18px;
	background: url('img/weblets/blog/full-entry.gif' );
	background-position: top left;
	background-repeat: no-repeat; */
}

.weblet_blog-date-friendly {
	font-weight: bold;
}

.weblet_blog-entry-author {
	font-size: smaller;
}

.weblet_blog-entry-labels {
	font-size: smaller;
}

.weblet_blog-entry-text {
	margin-top: 10px;
}

.weblet_blog-entry-divider {
	margin-top: 11px;
	margin-bottom: 10px;
	height: 1px;
	border-bottom: 1px dotted gray;
	width: 350px;
}

.weblet_blog-entry-back-link {
	margin-top: 10px;
	margin-bottom: 10px;
}

.weblet_blog-comment-author {
	font-size: smaller;
}

.weblet_blog-comment-date-full {
	font-size: inherit;
}

.weblet_blog-comment-text {
	margin-top: 5px;
}

.weblet_blog-comment {
	margin-bottom: 20px;
}

.weblet_blog-comments-header,
.weblet_blog-comment-form-header {
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted gray;
	width: 350px;
	font-size: 120%;
	font-weight: bold;
}

.weblet_blog-comment-divider {
	margin-top: 11px;
	margin-bottom: 10px;
	height: 1px;
	border-bottom: 1px dotted gray;
	width: 350px;
}

.weblet_blog-entry-links
{
	margin-top: 10px;	
}

p.feedburnerFlareBlock
{
	margin-top: 10px;
}

p.feedburnerFlareBlock a
{
	font-weight: normal;
	font-size: 10px;
}

.weblet_blog-entry-comments-link, 
.weblet_blog-entry-post-comment-link 
{
	margin-right: 10px;
}

.weblet_blog-entry-permalink,
.weblet_blog-entry-comments-link {
	padding-left: 10px;
	border-left: 1px dotted gray;
}

.weblet_blog-entry-comments-link {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.weblet_blog-more-link {
	text-align: right;
}

.weblet_blog-syndication-section {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

.weblet_blog-syndication-section a {
	text-decoration: none;
}

.weblet_blog-syndication-section a img {
	vertical-align: middle;
}

.weblet_blog-syndication-section a span {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.weblet_blog-category-section {
	margin-top: 10px;
	font-size: 8pt;
}

.weblet_blog-category-section .weblet_blog-category-heading {
	font-weight: bold;	
}

.retweet-button-container,
.facebook-button-container
{
	float: right;
	margin-left: 5px;	
}

.weblet_blog-sm-share-container
{
	position: relative;
	white-space: nowrap;
	height: 40px;
}

.weblet_blog-sm-share-container-inner
{
	position: absolute;
	left: 0;
	top: 10px;	
	width: 450px;
}

.weblet_blog-entry-image-container {
	max-width: 100%;
	position: relative;
}

.blog-entry-list .weblet_blog-entry-image-container {
	
	float: left;
	width: 40%;
	margin-right: 15px;
	z-index: 1;
	position: relative;
}

.blog-001 .weblet_blog-entry-image-container.missing-photo {
    display: none;
}

.blog-entry-list .new-listing .weblet_blog-entry-image-container.missing-photo,
.blog-entry-list .open-house .weblet_blog-entry-image-container.missing-photo,
.blog-entry-list .sold-listing .weblet_blog-entry-image-container.missing-photo {
	min-height: 160px;
}

.blog-entry-list .weblet_blog-entry-image-container.missing-photo:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M13.73,15L9.83,21.76C10.53,21.91 11.25,22 12,22C14.4,22 16.6,21.15 18.32,19.75L14.66,13.4M2.46,15C3.38,17.92 5.61,20.26 8.45,21.34L12.12,15M8.54,12L4.64,5.25C3,7 2,9.39 2,12C2,12.68 2.07,13.35 2.2,14H9.69M21.8,10H14.31L14.6,10.5L19.36,18.75C21,16.97 22,14.6 22,12C22,11.31 21.93,10.64 21.8,10M21.54,9C20.62,6.07 18.39,3.74 15.55,2.66L11.88,9M9.4,10.5L14.17,2.24C13.47,2.09 12.75,2 12,2C9.6,2 7.4,2.84 5.68,4.25L9.34,10.6L9.4,10.5Z' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 80px;
	color: #999;
}

.weblet_blog-entry-image-container > img.weblet_blog-entry-image {
	max-width: 100%;
}

.twitter-share-button
{
	margin-right: 10px;	
}

.weblet_blog-sm-share-container .weblet_blog-sm-share-item
{
	float: left;
	margin-right: 20px;
}

.weblet_mobile-blog-sm-share-container .weblet_mobile--sm-share-item
{
	float: left;
	margin-right: 20px;
}

.weblet_mobile-blog-sm-share-container  div{
	margin-right:10px;
	margin-left:10px;
	line-height:9px;
}

.weblet_mobile-blog-sm-share-container  div:first-child{
	margin-left:0;
}

.weblet_mobile-blog-sm-share-container  div:last-child{
	margin-right:0;
}

.weblet_mobile-blog-sm-share-container  a{
	margin-right:10px;
}

.listing-details-link-section {
	margin: 10px 0 10px 0;
}

.listing-open-house-text-section {
	margin-top: 10px;
}

.listing-description-section {
	margin-top: 10px;
}

.listing-blog-post {
}

.weblet_blog-entry-text {
	overflow: hidden;
	position: relative;
}

.weblet_blog-entry-text img, 
.weblet_blog-entry-text object, 
.weblet_blog-entry-text embed {
	
	max-width: 100%;
	height: auto;
}

.listing-banner {
	color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 13pt;
    padding: 2px 6px;
    transform: translate(0%, 0%) rotate(-45deg);
    text-align: center;
    position: absolute;
    top: 43px;
    left: -45px;
    z-index: 10;
    width: 210px;
    overflow: hidden;
    font-weight: bold;
}

.listing-banner:before {
	content: attr(data-banner) " ";
}

.weblet_blog-entry-author-photo img {
	border: 0;
	width: 50px;
}

h2.weblet_blog-entry-heading a span {
	font-size: 120%;
}

h2.weblet_blog-entry-heading a {
	text-decoration: none;
}

.weblet_blog-entry-author-section span {
	opacity: 0.8;
	font-size: smaller;
}

.weblet_blog-entry-labels-section * {
	opacity: 0.8;
	font-size: smaller;
}

.weblet_blog-entry-share-section {
	opacity: 0.8;
	padding: 10px 0 5px 0;
}

.weblet_blog-entry-share-section a {
	color: inherit;
	display: inline-block;
}

.weblet_blog-entry-share-section .fa {
	font-size: 150%;
	display: inline-block;
}

.weblet_blog-entry-full-link {
	margin-top: 20px;
}

.weblet_blog-blog-entry .submit-button:disabled {
	opacity: 0.5;
	cursor: default !important;
}

.weblet_blog-blog-entry .form-success {
	padding: 16px;
	font-size: 1.2rem;
	color: white;
	/*border: 1px solid rgba(0,0,0,0.5);*/
	background-color: rgba(34,139,34, 0.9 );
}

.weblet_blog-blog-entry .mrp-dynamic-form .control-error {
	padding: 8px;
	color: white;
	background-color: darkred;
}

.weblet_blog-blog-entry .listing-banner {
	display: none;
}


.weblet_blog-blog-entry .listing-banner.ready {
	display: block;
}

@media (max-width:660px) {
	.blog-entry-list .weblet_blog-entry-image-container {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
}

/* list and entry */
.weblet_blog-entry-image-container img {
	width: 100%;
}

/* list */
.blog-entry-list .weblet_blog-main-image-link {
	float: left;
	width: 40%;
	margin-right: 15px;
}

.blog-entry-list .weblet_blog-entry-image-container {
	float: none;
	width: 100%;
}

.blog-entry-list .weblet_blog-entry-text {
	overflow: visible;
}

/* ==== INCLUDE: /css/blocks/brand-footer.css ==== */

/* layout */

.myrealpage-footer .block-container {
    padding-top: var(--fp-top-spacing);
    padding-bottom: var(--fp-bottom-spacing);
    background-color: var(--fp-background-color);
}

.myrealpage-footer .content-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 0.8rem;
}

.myrealpage-footer .content-container .text {
    text-align: right;
    width: 100%;
    color: var(--fp-text-color);
}

.myrealpage-footer .content-container.reverse {
    flex-direction: row-reverse;
}

.myrealpage-footer .content-container.reverse .text {
    text-align: left;
}

.myrealpage-footer .fluid-container {
    padding-left: var(--col-gap-4);
    padding-right: var(--col-gap-4);
}

.block-layout.myrealpage-footer a {
    color: var(--fp-link-text-color, var(--link-color-light, var(--g-accent-color)));
    text-decoration: none;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.block-layout.myrealpage-footer.inverted .text a {
    color: var(--fp-link-text-color, var(--link-color-dark, var(--g-accent-color)));
}

.myrealpage-footer a:hover {
    color: var(--link-color-light, var(--g-accent-color));
}

.myrealpage-footer.inverted a:hover {
    color: var(--link-color-dark, var(--g-invertedaccent-color));
}

.myrealpage-footer {
    color: var(--fp-text-color, var(--text-color));
}

.myrealpage-footer.inverted {
    color: var(--g-inverted-text-color);
}

/* logo */

.myrealpage-footer .mrp-logo {
    width: 10rem;
}

.myrealpage-footer .mrp-logo svg {
    position: relative;
    bottom: -7px;
}


/* SVG logo */

.myrealpage-footer .mrp-logo svg .text {
    fill: var(--text-color);
}

.myrealpage-footer .mrp-logo svg .mark {
    fill: var(--g-accent-color);
}

.myrealpage-footer .mrp-logo svg .my {
    fill: var(--g-inverted-text-color);
}

/* SVG logo inverted */

.myrealpage-footer.inverted .mrp-logo svg .text {
    fill: var(--g-inverted-text-color);
}

.myrealpage-footer.inverted .mrp-logo svg .mark {
    fill: var(--g-inverted-accent-color, var(--g-accent-color));
}

.myrealpage-footer.inverted .mrp-logo svg .my {
    fill: var(--g-inverted-text-color);
}

/* SVG logo Accent BG */

.myrealpage-footer.accent-bg .mrp-logo svg .text {
    fill: var(--g-inverted-text-color);
}

.myrealpage-footer.accent-bg .mrp-logo svg .mark {
    fill: var(--g-inverted-text-color, var(--g-accent-color));
}

.myrealpage-footer.accent-bg .mrp-logo svg .my {
    fill: var(--g-inverted-accent-color);
}

/* bottom line */

.myrealpage-footer .block-container:after {
    content: "";
    display: block;
    background: var(--g-accent-color);
    height: 12px;
    width: 100%;
    position: relative;
}

.myrealpage-footer.inverted .block-container:after {
    background: var(--g-inverted-accent-color, var(--g-accent-color));
}

.myrealpage-footer.accent-bg .block-container:after {
    background: var(--g-inverted-text-color);
}

@media (max-width: 52.5rem) {

    .myrealpage-footer .content-container,
    .myrealpage-footer .content-container.reverse {
        flex-direction: column;
        align-items: flex-start;
    }

    .myrealpage-footer .content-container .text {
        text-align: left;
    }

    .myrealpage-footer .mrp-logo {
        width: 8rem;
        order: 2;
    }

    .myrealpage-footer .content-container.mobile-center,
    .myrealpage-footer .content-container.reverse.mobile-center {
        align-items: center;
    }

    .myrealpage-footer .content-container.mobile-center .text {
        text-align: center;
    }

}

/* layout */

.myrealpage-footer .block-container {
    padding-top: var(--fp-top-spacing);
    padding-bottom: var(--fp-bottom-spacing);
    background-color: var(--fp-background-color);
}

.myrealpage-footer .content-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 0.8rem;
}

.myrealpage-footer .content-container .text {
    text-align: right;
    width: 100%;
    color: var(--fp-text-color);
}

.myrealpage-footer .content-container.reverse {
    flex-direction: row-reverse;
}

.myrealpage-footer .content-container.reverse .text {
    text-align: left;
}

.myrealpage-footer .fluid-container {
    padding-left: var(--col-gap-4);
    padding-right: var(--col-gap-4);
}

.block-layout.myrealpage-footer a {
    color: var(--fp-link-text-color, var(--link-color-light, var(--g-accent-color)));
    text-decoration: none;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.block-layout.myrealpage-footer.inverted .text a {
    color: var(--fp-link-text-color, var(--link-color-dark, var(--g-accent-color)));
}

.myrealpage-footer a:hover {
    color: var(--link-color-light, var(--g-accent-color));
}

.myrealpage-footer.inverted a:hover {
    color: var(--link-color-dark, var(--g-invertedaccent-color));
}

.myrealpage-footer {
    color: var(--fp-text-color, var(--text-color));
}

.myrealpage-footer.inverted {
    color: var(--g-inverted-text-color);
}

/* logo */

.myrealpage-footer .mrp-logo {
    width: 10rem;
}

.myrealpage-footer .mrp-logo svg {
    position: relative;
    bottom: -7px;
}


/* SVG logo */

.myrealpage-footer .mrp-logo svg .text {
    fill: var(--text-color);
}

.myrealpage-footer .mrp-logo svg .mark {
    fill: var(--g-accent-color);
}

.myrealpage-footer .mrp-logo svg .my {
    fill: var(--g-inverted-text-color);
}

/* SVG logo inverted */

.myrealpage-footer.inverted .mrp-logo svg .text {
    fill: var(--g-inverted-text-color);
}

.myrealpage-footer.inverted .mrp-logo svg .mark {
    fill: var(--g-inverted-accent-color, var(--g-accent-color));
}

.myrealpage-footer.inverted .mrp-logo svg .my {
    fill: var(--g-inverted-text-color);
}

/* SVG logo Accent BG */

.myrealpage-footer.accent-bg .mrp-logo svg .text {
    fill: var(--g-inverted-text-color);
}

.myrealpage-footer.accent-bg .mrp-logo svg .mark {
    fill: var(--g-inverted-text-color, var(--g-accent-color));
}

.myrealpage-footer.accent-bg .mrp-logo svg .my {
    fill: var(--g-inverted-accent-color);
}

/* bottom line */

.myrealpage-footer .block-container:after {
    content: "";
    display: block;
    background: var(--g-accent-color);
    height: 12px;
    width: 100%;
    position: relative;
}

.myrealpage-footer.inverted .block-container:after {
    background: var(--g-inverted-accent-color, var(--g-accent-color));
}

.myrealpage-footer.accent-bg .block-container:after {
    background: var(--g-inverted-text-color);
}

@media (max-width: 52.5rem) {

    .myrealpage-footer .content-container,
    .myrealpage-footer .content-container.reverse {
        flex-direction: column;
        align-items: flex-start;
    }

    .myrealpage-footer .content-container .text {
        text-align: left;
    }

    .myrealpage-footer .mrp-logo {
        width: 8rem;
        order: 2;
    }

    .myrealpage-footer .content-container.mobile-center,
    .myrealpage-footer .content-container.reverse.mobile-center {
        align-items: center;
    }

    .myrealpage-footer .content-container.mobile-center .text {
        text-align: center;
    }

}