/* -----------------------------------------------------------------------------

	TABLE OF CONTENTS

	1. General
	2. Components
	3. Header
	4. Core
	5. Sidebar
	6. Footer
	7. Elements
	8. Misc
	9. Responsive

----------------------------------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.lsvr-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 90px;
  width: 100%;
  max-width: 1800px;
}

.lsvr-container .lsvr-container {
  padding: 0;
}

.lsvr-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}

.lsvr-grid--gapless {
  margin-left: 0;
  margin-right: 0;
}

.lsvr-grid--masonry {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lsvr-grid > .lsvr-grid__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.lsvr-grid--gapless > .lsvr-grid__col {
  padding-left: 0;
  padding-right: 0;
}

.lsvr-grid--1-cols > .lsvr-grid__col {
  width: 100%;
}

.lsvr-grid--2-cols > .lsvr-grid__col {
  width: 50%;
}

.lsvr-grid--3-cols > .lsvr-grid__col {
  width: 33.3333%;
}

.lsvr-grid--4-cols > .lsvr-grid__col {
  width: 25%;
}

.lsvr-grid--5-cols > .lsvr-grid__col {
  width: 20%;
}

.lsvr-grid__col--span-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
}

.lsvr-grid__col--span-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-preferred-size: 16.666%;
      flex-basis: 16.666%;
}

.lsvr-grid__col--span-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-preferred-size: 24.999%;
      flex-basis: 24.999%;
}

.lsvr-grid__col--span-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  -ms-flex-preferred-size: 33.332%;
      flex-basis: 33.332%;
}

.lsvr-grid__col--span-5 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  -ms-flex-preferred-size: 41.665%;
      flex-basis: 41.665%;
}

.lsvr-grid__col--span-6 {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
  -ms-flex-preferred-size: 49.998%;
      flex-basis: 49.998%;
}

.lsvr-grid__col--span-7 {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
  -ms-flex-preferred-size: 58.331%;
      flex-basis: 58.331%;
}

.lsvr-grid__col--span-8 {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
  -ms-flex-preferred-size: 66.664%;
      flex-basis: 66.664%;
}

.lsvr-grid__col--span-9 {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
  -ms-flex-preferred-size: 74.997%;
      flex-basis: 74.997%;
}

.lsvr-grid__col--span-10 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  -ms-flex-preferred-size: 83.33%;
      flex-basis: 83.33%;
}

.lsvr-grid__col--span-11 {
  -webkit-box-flex: 11;
      -ms-flex-positive: 11;
          flex-grow: 11;
  -ms-flex-preferred-size: 91.663%;
      flex-basis: 91.663%;
}

.lsvr-grid__col--span-12 {
  -webkit-box-flex: 12;
      -ms-flex-positive: 12;
          flex-grow: 12;
  -ms-flex-preferred-size: 99.996%;
      flex-basis: 99.996%;
}

.lsvr-grid__col--order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.lsvr-grid__col--order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lsvr-grid__col--order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.lsvr-grid__col--order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.lsvr-grid__col--order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.lsvr-grid__col--order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.lsvr-grid__col--order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.lsvr-grid__col--order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.lsvr-grid__col--order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.lsvr-grid__col--order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.lsvr-grid__col--order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.lsvr-grid__col--order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media (max-width: 1399px) {
  .lsvr-grid--xl-1-cols > .lsvr-grid__col {
    width: 100%;
  }
  .lsvr-grid--xl-2-cols > .lsvr-grid__col {
    width: 50%;
  }
  .lsvr-grid--xl-3-cols > .lsvr-grid__col {
    width: 33.3333%;
  }
  .lsvr-grid--xl-4-cols > .lsvr-grid__col {
    width: 25%;
  }
  .lsvr-grid--xl-5-cols > .lsvr-grid__col {
    width: 20%;
  }
  .lsvr-grid__col--xl-span-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
  }
  .lsvr-grid__col--xl-span-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
  }
  .lsvr-grid__col--xl-span-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-preferred-size: 24.999%;
        flex-basis: 24.999%;
  }
  .lsvr-grid__col--xl-span-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    -ms-flex-preferred-size: 33.332%;
        flex-basis: 33.332%;
  }
  .lsvr-grid__col--xl-span-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-preferred-size: 41.665%;
        flex-basis: 41.665%;
  }
  .lsvr-grid__col--xl-span-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
    -ms-flex-preferred-size: 49.998%;
        flex-basis: 49.998%;
  }
  .lsvr-grid__col--xl-span-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
    -ms-flex-preferred-size: 58.331%;
        flex-basis: 58.331%;
  }
  .lsvr-grid__col--xl-span-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
    -ms-flex-preferred-size: 66.664%;
        flex-basis: 66.664%;
  }
  .lsvr-grid__col--xl-span-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
    -ms-flex-preferred-size: 74.997%;
        flex-basis: 74.997%;
  }
  .lsvr-grid__col--xl-span-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }
  .lsvr-grid__col--xl-span-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
    -ms-flex-preferred-size: 91.663%;
        flex-basis: 91.663%;
  }
  .lsvr-grid__col--xl-span-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
    -ms-flex-preferred-size: 99.996%;
        flex-basis: 99.996%;
  }
  .lsvr-grid__col--xl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lsvr-grid__col--xl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lsvr-grid__col--xl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lsvr-grid__col--xl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lsvr-grid__col--xl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lsvr-grid__col--xl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .lsvr-grid__col--xl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lsvr-grid__col--xl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .lsvr-grid__col--xl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .lsvr-grid__col--xl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .lsvr-grid__col--xl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .lsvr-grid__col--xl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (max-width: 1199px) {
  .lsvr-grid--lg-1-cols > .lsvr-grid__col {
    width: 100%;
  }
  .lsvr-grid--lg-2-cols > .lsvr-grid__col {
    width: 50%;
  }
  .lsvr-grid--lg-3-cols > .lsvr-grid__col {
    width: 33.3333%;
  }
  .lsvr-grid--lg-4-cols > .lsvr-grid__col {
    width: 25%;
  }
  .lsvr-grid--lg-5-cols > .lsvr-grid__col {
    width: 20%;
  }
  .lsvr-grid__col--lg-span-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
  }
  .lsvr-grid__col--lg-span-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
  }
  .lsvr-grid__col--lg-span-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-preferred-size: 24.999%;
        flex-basis: 24.999%;
  }
  .lsvr-grid__col--lg-span-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    -ms-flex-preferred-size: 33.332%;
        flex-basis: 33.332%;
  }
  .lsvr-grid__col--lg-span-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-preferred-size: 41.665%;
        flex-basis: 41.665%;
  }
  .lsvr-grid__col--lg-span-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
    -ms-flex-preferred-size: 49.998%;
        flex-basis: 49.998%;
  }
  .lsvr-grid__col--lg-span-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
    -ms-flex-preferred-size: 58.331%;
        flex-basis: 58.331%;
  }
  .lsvr-grid__col--lg-span-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
    -ms-flex-preferred-size: 66.664%;
        flex-basis: 66.664%;
  }
  .lsvr-grid__col--lg-span-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
    -ms-flex-preferred-size: 74.997%;
        flex-basis: 74.997%;
  }
  .lsvr-grid__col--lg-span-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }
  .lsvr-grid__col--lg-span-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
    -ms-flex-preferred-size: 91.663%;
        flex-basis: 91.663%;
  }
  .lsvr-grid__col--lg-span-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
    -ms-flex-preferred-size: 99.996%;
        flex-basis: 99.996%;
  }
  .lsvr-grid__col--lg-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lsvr-grid__col--lg-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lsvr-grid__col--lg-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lsvr-grid__col--lg-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lsvr-grid__col--lg-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lsvr-grid__col--lg-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .lsvr-grid__col--lg-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lsvr-grid__col--lg-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .lsvr-grid__col--lg-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .lsvr-grid__col--lg-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .lsvr-grid__col--lg-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .lsvr-grid__col--lg-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .lsvr-grid--lg-reset {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .lsvr-grid--lg-reset > .lsvr-grid__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .lsvr-grid--md-1-cols > .lsvr-grid__col {
    width: 100%;
  }
  .lsvr-grid--md-2-cols > .lsvr-grid__col {
    width: 50%;
  }
  .lsvr-grid--md-3-cols > .lsvr-grid__col {
    width: 33.3333%;
  }
  .lsvr-grid--md-4-cols > .lsvr-grid__col {
    width: 25%;
  }
  .lsvr-grid--md-5-cols > .lsvr-grid__col {
    width: 20%;
  }
  .lsvr-grid__col--md-span-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
  }
  .lsvr-grid__col--md-span-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
  }
  .lsvr-grid__col--md-span-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-preferred-size: 24.999%;
        flex-basis: 24.999%;
  }
  .lsvr-grid__col--md-span-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    -ms-flex-preferred-size: 33.332%;
        flex-basis: 33.332%;
  }
  .lsvr-grid__col--md-span-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-preferred-size: 41.665%;
        flex-basis: 41.665%;
  }
  .lsvr-grid__col--md-span-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
    -ms-flex-preferred-size: 49.998%;
        flex-basis: 49.998%;
  }
  .lsvr-grid__col--md-span-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
    -ms-flex-preferred-size: 58.331%;
        flex-basis: 58.331%;
  }
  .lsvr-grid__col--md-span-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
    -ms-flex-preferred-size: 66.664%;
        flex-basis: 66.664%;
  }
  .lsvr-grid__col--md-span-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
    -ms-flex-preferred-size: 74.997%;
        flex-basis: 74.997%;
  }
  .lsvr-grid__col--md-span-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }
  .lsvr-grid__col--md-span-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
    -ms-flex-preferred-size: 91.663%;
        flex-basis: 91.663%;
  }
  .lsvr-grid__col--md-span-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
    -ms-flex-preferred-size: 99.996%;
        flex-basis: 99.996%;
  }
  .lsvr-grid__col--md-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lsvr-grid__col--md-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lsvr-grid__col--md-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lsvr-grid__col--md-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lsvr-grid__col--md-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lsvr-grid__col--md-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .lsvr-grid__col--md-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lsvr-grid__col--md-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .lsvr-grid__col--md-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .lsvr-grid__col--md-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .lsvr-grid__col--md-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .lsvr-grid__col--md-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .lsvr-grid--md-reset {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .lsvr-grid--md-reset > .lsvr-grid__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .lsvr-grid--sm-1-cols > .lsvr-grid__col {
    width: 100%;
  }
  .lsvr-grid--sm-2-cols > .lsvr-grid__col {
    width: 50%;
  }
  .lsvr-grid--sm-3-cols > .lsvr-grid__col {
    width: 33.3333%;
  }
  .lsvr-grid--sm-4-cols > .lsvr-grid__col {
    width: 25%;
  }
  .lsvr-grid--sm-5-cols > .lsvr-grid__col {
    width: 20%;
  }
  .lsvr-grid__col--sm-span-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
  }
  .lsvr-grid__col--sm-span-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
  }
  .lsvr-grid__col--sm-span-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-preferred-size: 24.999%;
        flex-basis: 24.999%;
  }
  .lsvr-grid__col--sm-span-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    -ms-flex-preferred-size: 33.332%;
        flex-basis: 33.332%;
  }
  .lsvr-grid__col--sm-span-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-preferred-size: 41.665%;
        flex-basis: 41.665%;
  }
  .lsvr-grid__col--sm-span-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
    -ms-flex-preferred-size: 49.998%;
        flex-basis: 49.998%;
  }
  .lsvr-grid__col--sm-span-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
    -ms-flex-preferred-size: 58.331%;
        flex-basis: 58.331%;
  }
  .lsvr-grid__col--sm-span-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
    -ms-flex-preferred-size: 66.664%;
        flex-basis: 66.664%;
  }
  .lsvr-grid__col--sm-span-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
    -ms-flex-preferred-size: 74.997%;
        flex-basis: 74.997%;
  }
  .lsvr-grid__col--sm-span-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }
  .lsvr-grid__col--sm-span-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
    -ms-flex-preferred-size: 91.663%;
        flex-basis: 91.663%;
  }
  .lsvr-grid__col--sm-span-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
    -ms-flex-preferred-size: 99.996%;
        flex-basis: 99.996%;
  }
  .lsvr-grid__col--sm-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lsvr-grid__col--sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lsvr-grid__col--sm-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lsvr-grid__col--sm-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lsvr-grid__col--sm-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lsvr-grid__col--sm-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .lsvr-grid__col--sm-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lsvr-grid__col--sm-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .lsvr-grid__col--sm-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .lsvr-grid__col--sm-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .lsvr-grid__col--sm-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .lsvr-grid__col--sm-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .lsvr-grid--sm-reset {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .lsvr-grid--sm-reset > .lsvr-grid__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .lsvr-grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .lsvr-grid > .lsvr-grid__col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .lsvr-grid--xs,
  .lsvr-grid--xs-1-cols,
  .lsvr-grid--xs-2-cols,
  .lsvr-grid--xs-3-cols,
  .lsvr-grid--xs-4-cols,
  .lsvr-grid--xs-5-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lsvr-grid--xs:not(.lsvr-grid--gapless),
  .lsvr-grid--xs-1-cols:not(.lsvr-grid--gapless),
  .lsvr-grid--xs-2-cols:not(.lsvr-grid--gapless),
  .lsvr-grid--xs-3-cols:not(.lsvr-grid--gapless),
  .lsvr-grid--xs-4-cols:not(.lsvr-grid--gapless),
  .lsvr-grid--xs-5-cols:not(.lsvr-grid--gapless) {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lsvr-grid--xs-1-cols > .lsvr-grid__col {
    width: 100%;
  }
  .lsvr-grid--xs-2-cols > .lsvr-grid__col {
    width: 50%;
  }
  .lsvr-grid--xs-3-cols > .lsvr-grid__col {
    width: 33.3333%;
  }
  .lsvr-grid--xs-4-cols > .lsvr-grid__col {
    width: 25%;
  }
  .lsvr-grid--xs-5-cols > .lsvr-grid__col {
    width: 20%;
  }
  .lsvr-grid--xs:not(.lsvr-grid--gapless) > .lsvr-grid__col,
  .lsvr-grid--xs-1-cols:not(.lsvr-grid--gapless) > .lsvr-grid__col,
  .lsvr-grid--xs-2-cols:not(.lsvr-grid--gapless) > .lsvr-grid__col,
  .lsvr-grid--xs-3-cols:not(.lsvr-grid--gapless) > .lsvr-grid__col,
  .lsvr-grid--xs-4-cols:not(.lsvr-grid--gapless) > .lsvr-grid__col,
  .lsvr-grid--xs-5-cols:not(.lsvr-grid--gapless) > .lsvr-grid__col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lsvr-grid__col--xs-span-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
  }
  .lsvr-grid__col--xs-span-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
  }
  .lsvr-grid__col--xs-span-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-preferred-size: 24.999%;
        flex-basis: 24.999%;
  }
  .lsvr-grid__col--xs-span-4 {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    -ms-flex-preferred-size: 33.332%;
        flex-basis: 33.332%;
  }
  .lsvr-grid__col--xs-span-5 {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-preferred-size: 41.665%;
        flex-basis: 41.665%;
  }
  .lsvr-grid__col--xs-span-6 {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
    -ms-flex-preferred-size: 49.998%;
        flex-basis: 49.998%;
  }
  .lsvr-grid__col--xs-span-7 {
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
    -ms-flex-preferred-size: 58.331%;
        flex-basis: 58.331%;
  }
  .lsvr-grid__col--xs-span-8 {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
    -ms-flex-preferred-size: 66.664%;
        flex-basis: 66.664%;
  }
  .lsvr-grid__col--xs-span-9 {
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
    -ms-flex-preferred-size: 74.997%;
        flex-basis: 74.997%;
  }
  .lsvr-grid__col--xs-span-10 {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }
  .lsvr-grid__col--xs-span-11 {
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
    -ms-flex-preferred-size: 91.663%;
        flex-basis: 91.663%;
  }
  .lsvr-grid__col--xs-span-12 {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
    -ms-flex-preferred-size: 99.996%;
        flex-basis: 99.996%;
  }
  .lsvr-grid__col--xs-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lsvr-grid__col--xs-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lsvr-grid__col--xs-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lsvr-grid__col--xs-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lsvr-grid__col--xs-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lsvr-grid__col--xs-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .lsvr-grid__col--xs-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lsvr-grid__col--xs-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .lsvr-grid__col--xs-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .lsvr-grid__col--xs-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .lsvr-grid__col--xs-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .lsvr-grid__col--xs-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@font-face {
  font-family: "wordbench-icons";
  src: url("../fonts/wordbench-icons.ttf?6lme4n") format("truetype"), url("../fonts/wordbench-icons.woff?6lme4n") format("woff"), url("../fonts/wordbench-icons.svg?6lme4n#wordbench-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=lsvr-icon-], [class*=" lsvr-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wordbench-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lsvr-icon-social-x:before {
  content: "\e981";
}

.lsvr-icon-twitter:before {
  content: "\e981";
}

.lsvr-icon-circle:before {
  content: "\e97f";
}

.lsvr-icon-bar-chart-line:before {
  content: "\e93c";
}

.lsvr-icon-code:before {
  content: "\e979";
}

.lsvr-icon-filter:before {
  content: "\e980";
}

.lsvr-icon-fonts:before {
  content: "\e97a";
}

.lsvr-icon-graph-up:before {
  content: "\e97b";
}

.lsvr-icon-info-circle:before {
  content: "\e97e";
}

.lsvr-icon-layout-wtf:before {
  content: "\e97c";
}

.lsvr-icon-list:before {
  content: "\e97d";
}

.lsvr-icon-alarm:before {
  content: "\e925";
}

.lsvr-icon-archive:before {
  content: "\e926";
}

.lsvr-icon-arrow-down-short:before {
  content: "\e900";
}

.lsvr-icon-arrow-down:before {
  content: "\e901";
}

.lsvr-icon-arrow-left-short:before {
  content: "\e902";
}

.lsvr-icon-arrow-left:before {
  content: "\e903";
}

.lsvr-icon-arrow-right-short:before {
  content: "\e904";
}

.lsvr-icon-arrow-right:before {
  content: "\e905";
}

.lsvr-icon-arrow-up-short:before {
  content: "\e906";
}

.lsvr-icon-arrow-up:before {
  content: "\e907";
}

.lsvr-icon-basket:before {
  content: "\e927";
}

.lsvr-icon-bell:before {
  content: "\e928";
}

.lsvr-icon-book:before {
  content: "\e929";
}

.lsvr-icon-bookmarks:before {
  content: "\e92a";
}

.lsvr-icon-box-seam:before {
  content: "\e92b";
}

.lsvr-icon-briefcase:before {
  content: "\e92c";
}

.lsvr-icon-brightness-high:before {
  content: "\e92d";
}

.lsvr-icon-broadcast-pin:before {
  content: "\e92e";
}

.lsvr-icon-brush:before {
  content: "\e92f";
}

.lsvr-icon-bucket:before {
  content: "\e930";
}

.lsvr-icon-building:before {
  content: "\e931";
}

.lsvr-icon-calculator:before {
  content: "\e932";
}

.lsvr-icon-calendar:before {
  content: "\e952";
}

.lsvr-icon-calendar3:before {
  content: "\e933";
}

.lsvr-icon-camera:before {
  content: "\e934";
}

.lsvr-icon-card-checklist:before {
  content: "\e935";
}

.lsvr-icon-card-image:before {
  content: "\e936";
}

.lsvr-icon-cart2:before {
  content: "\e937";
}

.lsvr-icon-chat-left-text:before {
  content: "\e938";
}

.lsvr-icon-check2:before {
  content: "\e96b";
}

.lsvr-icon-chevron-compact-down:before {
  content: "\e908";
}

.lsvr-icon-chevron-compact-left:before {
  content: "\e909";
}

.lsvr-icon-chevron-compact-right:before {
  content: "\e90a";
}

.lsvr-icon-chevron-compact-up:before {
  content: "\e90b";
}

.lsvr-icon-chevron-down:before {
  content: "\e90c";
}

.lsvr-icon-chevron-left:before {
  content: "\e90d";
}

.lsvr-icon-chevron-right:before {
  content: "\e90e";
}

.lsvr-icon-chevron-up:before {
  content: "\e90f";
}

.lsvr-icon-clipboard-data:before {
  content: "\e939";
}

.lsvr-icon-clock:before {
  content: "\e93a";
}

.lsvr-icon-cloud:before {
  content: "\e93b";
}

.lsvr-icon-columns-gap:before {
  content: "\e93d";
}

.lsvr-icon-compass:before {
  content: "\e93e";
}

.lsvr-icon-controller:before {
  content: "\e93f";
}

.lsvr-icon-dash:before {
  content: "\e975";
}

.lsvr-icon-diagram-3:before {
  content: "\e940";
}

.lsvr-icon-droplet:before {
  content: "\e941";
}

.lsvr-icon-easel:before {
  content: "\e942";
}

.lsvr-icon-emoji-smile:before {
  content: "\e943";
}

.lsvr-icon-envelope:before {
  content: "\e910";
}

.lsvr-icon-exclamation-circle:before {
  content: "\e944";
}

.lsvr-icon-file-earmark-image:before {
  content: "\e911";
}

.lsvr-icon-file-earmark-music:before {
  content: "\e912";
}

.lsvr-icon-file-earmark-play:before {
  content: "\e913";
}

.lsvr-icon-file-earmark-text:before {
  content: "\e914";
}

.lsvr-icon-file-earmark-zip:before {
  content: "\e915";
}

.lsvr-icon-flag:before {
  content: "\e945";
}

.lsvr-icon-folder-fill:before {
  content: "\e916";
}

.lsvr-icon-gear:before {
  content: "\e946";
}

.lsvr-icon-gem:before {
  content: "\e96c";
}

.lsvr-icon-geo-alt:before {
  content: "\e947";
}

.lsvr-icon-gift:before {
  content: "\e948";
}

.lsvr-icon-globe:before {
  content: "\e949";
}

.lsvr-icon-grid:before {
  content: "\e917";
}

.lsvr-icon-hand-thumbs-down:before {
  content: "\e94a";
}

.lsvr-icon-hand-thumbs-up:before {
  content: "\e94b";
}

.lsvr-icon-handbag:before {
  content: "\e96d";
}

.lsvr-icon-hdd-network:before {
  content: "\e94c";
}

.lsvr-icon-heart:before {
  content: "\e94d";
}

.lsvr-icon-hourglass:before {
  content: "\e94e";
}

.lsvr-icon-house:before {
  content: "\e94f";
}

.lsvr-icon-inbox:before {
  content: "\e96e";
}

.lsvr-icon-justify-left:before {
  content: "\e950";
}

.lsvr-icon-key:before {
  content: "\e951";
}

.lsvr-icon-layers:before {
  content: "\e96f";
}

.lsvr-icon-layout-text-sidebar-reverse:before {
  content: "\e970";
}

.lsvr-icon-lightning:before {
  content: "\e953";
}

.lsvr-icon-link-45deg:before {
  content: "\e918";
}

.lsvr-icon-lock:before {
  content: "\e954";
}

.lsvr-icon-map:before {
  content: "\e955";
}

.lsvr-icon-mic:before {
  content: "\e956";
}

.lsvr-icon-music-note-beamed:before {
  content: "\e957";
}

.lsvr-icon-paperclip:before {
  content: "\e958";
}

.lsvr-icon-pencil:before {
  content: "\e959";
}

.lsvr-icon-person:before {
  content: "\e971";
}

.lsvr-icon-phone:before {
  content: "\e95a";
}

.lsvr-icon-plug:before {
  content: "\e95b";
}

.lsvr-icon-plus:before {
  content: "\e976";
}

.lsvr-icon-power:before {
  content: "\e95c";
}

.lsvr-icon-printer:before {
  content: "\e972";
}

.lsvr-icon-question-circle:before {
  content: "\e95d";
}

.lsvr-icon-reply-fill:before {
  content: "\e977";
}

.lsvr-icon-scissors:before {
  content: "\e95e";
}

.lsvr-icon-screwdriver:before {
  content: "\e95f";
}

.lsvr-icon-search:before {
  content: "\e919";
}

.lsvr-icon-shield:before {
  content: "\e960";
}

.lsvr-icon-shop:before {
  content: "\e961";
}

.lsvr-icon-signpost-2:before {
  content: "\e962";
}

.lsvr-icon-sliders:before {
  content: "\e963";
}

.lsvr-icon-star:before {
  content: "\e964";
}

.lsvr-icon-tags:before {
  content: "\e91a";
}

.lsvr-icon-telephone:before {
  content: "\e91b";
}

.lsvr-icon-thermometer:before {
  content: "\e973";
}

.lsvr-icon-tools:before {
  content: "\e974";
}

.lsvr-icon-trash:before {
  content: "\e965";
}

.lsvr-icon-tree:before {
  content: "\e966";
}

.lsvr-icon-trophy:before {
  content: "\e967";
}

.lsvr-icon-truck:before {
  content: "\e968";
}

.lsvr-icon-x-circle:before {
  content: "\e969";
}

.lsvr-icon-x:before {
  content: "\e978";
}

.lsvr-icon-behance:before {
  content: "\e91c";
}

.lsvr-icon-dribbble:before {
  content: "\e91d";
}

.lsvr-icon-facebook:before {
  content: "\e91e";
}

.lsvr-icon-instagram:before {
  content: "\e91f";
}

.lsvr-icon-linkedin:before {
  content: "\e920";
}

.lsvr-icon-tiktok:before {
  content: "\e921";
}

.lsvr-icon-twitter1:before {
  content: "\e922";
}

.lsvr-icon-vk:before {
  content: "\e923";
}

.lsvr-icon-yelp:before {
  content: "\e96a";
}

.lsvr-icon-youtube:before {
  content: "\e924";
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../img/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../img/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../img/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* -----------------------------------------------------------------------------

	1. GENERAL

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	MIXINS
-------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	TYPOGRAPHY
------------------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr {
  border-bottom: 1px dotted transparent;
}

address {
  margin-bottom: 30px;
}

audio {
  width: 100%;
}

button {
  background: none;
  cursor: pointer;
  outline: 0;
  border: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

em {
  font-style: italic;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0 0 30px 0;
  padding: 0;
}

figcaption {
  font-size: 0.875em;
}

hr {
  margin: 30px 0;
}

iframe {
  max-width: 100%;
}

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

p {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}

pre {
  margin-bottom: 30px;
  padding: 20px;
  font-family: monospace;
  border: 1px solid transparent;
  overflow-x: scroll;
  white-space: pre-wrap;
}

q {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sub,
sup {
  position: relative;
  top: 0.75em;
  font-size: 0.75em;
  vertical-align: top;
}

sub {
  top: 1.75em;
}

var {
  font-style: italic;
}

video {
  width: 100%;
}

blockquote {
  margin: 0 0 30px 0;
  padding-left: 30px;
  border: 1px solid transparent;
  border-width: 0 0 0 2px;
}

blockquote > p {
  margin: 30px 0 0 0;
  font-size: 1.25em;
  font-style: italic;
}

blockquote > p:first-child {
  margin: 0;
}

blockquote > cite {
  display: inline-block;
  margin-top: 10px;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0 0 30px 0;
  line-height: 1.4em;
  font-weight: bold;
}

h1 {
  font-size: 3.75em;
  font-weight: bold;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

dl {
  margin: 0 0 30px 0;
}

dt {
  margin: 15px 0 0 0;
  font-weight: normal;
}

dt:first-child {
  margin-top: 0;
}

dd {
  margin: 0;
}

ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  list-style: disc outside;
}

ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  list-style: decimal outside;
}

li {
  margin-bottom: 7px;
  padding: 0;
  line-height: 1.5em;
}

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

table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}

figure > table {
  margin: 0;
}

table th {
  padding: 15px 20px 13px 20px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  border-top: 1px solid transparent;
}

thead th {
  border: 0;
}

table td {
  padding: 15px 20px 13px 20px;
  vertical-align: middle;
  border-top: 1px solid transparent;
}

table p {
  margin-bottom: 15px;
}

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

/* -------------------------------------------------------------------------
	FORMS
------------------------------------------------------------------------- */
form {
  margin-bottom: 30px;
}

label {
  display: block;
  padding: 0 0 5px 0;
  font-size: 0.813em;
  font-weight: 600;
  line-height: normal;
}

input, select, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 15px;
  width: 100%;
  max-width: 500px;
  line-height: normal;
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 6px;
}

textarea {
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  width: auto;
  border: 0;
}

input:focus, textarea:focus {
  outline: none;
}

select {
  padding: 12px 15px;
  font-size: 14px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

label input[type=text], label input[type=password] {
  display: block;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
}

/* -------------------------------------------------------------------------
	ACCESSIBILITY
------------------------------------------------------------------------- */
.accessibility-link:focus {
  display: block;
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 15px 20px;
  height: auto;
  width: auto;
  overflow: auto;
  clip: auto;
  z-index: 1000;
  background: #FFF;
  color: #000;
}

/* -------------------------------------------------------------------------
       OTHER
   ------------------------------------------------------------------------- */
body.lsvr-scrolling-disabled {
  height: 100%;
  overflow: hidden;
}

/* -------------------------------------------------------------------------
       WORDPRESS
   ------------------------------------------------------------------------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.bypostauthor .comment-author .fn {
  font-style: italic;
}

.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.embed-media {
  margin-bottom: 30px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.gallery-columns-1 > .gallery-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.gallery-columns-2 > .gallery-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.gallery-columns-3 > .gallery-item {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}

.gallery-columns-4 > .gallery-item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.gallery-columns-5 > .gallery-item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.gallery-columns-6 > .gallery-item {
  -ms-flex-preferred-size: 16.6666%;
      flex-basis: 16.6666%;
}

.gallery-columns-7 > .gallery-item {
  -ms-flex-preferred-size: 14.2%;
      flex-basis: 14.2%;
}

.gallery-columns-8 > .gallery-item {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
}

.gallery-columns-9 > .gallery-item {
  -ms-flex-preferred-size: 11.1111%;
      flex-basis: 11.1111%;
}

.gallery-caption {
  padding: 4px;
}

.hidden {
  display: none;
}

.lead {
  line-height: 1.5em;
  font-size: 1.5em;
  font-weight: 400;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.strikethrough {
  text-decoration: line-through;
}

.valign-middle {
  vertical-align: middle;
}

.valign-top {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: bottom;
}

.wp-block-button {
  margin-bottom: 30px;
}

.wp-caption {
  padding: 4px;
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.875em;
}

p.wp-caption-text {
  margin-top: 5px;
}

.wp-audio-shortcode,
.wp-video,
.wp-block-audio,
.wp-block-cover,
.wp-block-columns,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-media-text,
.wp-block-video,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 30px;
}

.wp-block-quote.has-text-align-right {
  padding: 0 30px 0 0;
  border-width: 0 2px 0 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding-left: 30px;
}

.wp-block-pullquote {
  border: 1px solid transparent;
}

.wp-block-pullquote > blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

.wp-block-verse {
  line-height: 1.8em;
}

body .wp-audio-shortcode,
body .wp-block-audio {
  max-width: 500px;
}

.wp-block-column {
  margin: 0;
}

.wp-block-group.has-background {
  padding: 30px 30px 1px 30px;
}

.wp-block-separator {
  margin: 0 0 30px 0;
  border: 0;
  border-top: 1px solid transparent;
}

/* -----------------------------------------------------------------------------

	2. COMPONENTS

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	DOCUMENT ATTACHMENT ICONS
------------------------------------------------------------------------- */
.lsvr_document-attachment-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
}

.lsvr_document-attachment-icon--image:before {
  content: "\e911";
}

.lsvr_document-attachment-icon--audio:before {
  content: "\e912";
}

.lsvr_document-attachment-icon--video:before {
  content: "\e913";
}

.lsvr_document-attachment-icon--zip:before {
  content: "\e915";
}

/* -------------------------------------------------------------------------
	LISTING SOCIAL ICONS
------------------------------------------------------------------------- */
.lsvr_listing-social-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lsvr_listing-social-icon--facebook:before {
  content: "\e91e";
}

.lsvr_listing-social-icon--instagram:before {
  content: "\e91f";
}

.lsvr_listing-social-icon--twitter:before {
  content: "\e981";
}

.lsvr_listing-social-icon--yelp:before {
  content: "\e96a";
}

/* -------------------------------------------------------------------------
	MAP
------------------------------------------------------------------------- */
.lsvr-map__canvas {
  width: 100%;
  height: 400px;
  border-radius: 12px;
}

.lsvr-map__marker-inner {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.lsvr-map__marker-inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

.lsvr-map__marker-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* -------------------------------------------------------------------------
	PERSON SOCIAL ICONS
------------------------------------------------------------------------- */
.lsvr_person-social-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lsvr_person-social-icon--facebook:before {
  content: "\e91e";
}

.lsvr_person-social-icon--linkedin:before {
  content: "\e920";
}

.lsvr_person-social-icon--twitter:before {
  content: "\e981";
}

/* -------------------------------------------------------------------------
	SEARCH FORM
------------------------------------------------------------------------- */
.lsvr-search-form {
  margin: 0;
  max-width: 500px;
}

.lsvr-search-form__input-wrapper {
  position: relative;
}

.lsvr-search-form__input {
  max-width: none;
  font-size: 23px;
  padding: 20px 120px 20px 20px;
}

.lsvr-search-form__submit {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
  padding: 0;
  font-size: 26px;
}

.lsvr-search-form__submit-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
}

/* -------------------------------------------------------------------------
	SPINNER
------------------------------------------------------------------------- */
.lsvr-spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-animation: lsvr-wordbench-spinner 1s infinite ease-in-out;
          animation: lsvr-wordbench-spinner 1s infinite ease-in-out;
}

@-webkit-keyframes lsvr-wordbench-spinner {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes lsvr-wordbench-spinner {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/* -----------------------------------------------------------------------------

	3. HEADER

----------------------------------------------------------------------------- */
#header {
  -webkit-transition: top 150ms;
  transition: top 150ms;
  position: relative;
  padding-top: 5px;
  z-index: 20;
  border-bottom: 1px solid transparent;
}

#header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}

#header.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.admin-bar .header--sticky {
  margin-top: 30px;
}

.header-placeholder {
  display: none;
  -webkit-transition: height 50ms;
  transition: height 50ms;
  height: 120px;
}

.lsvr-has-sticky-header .header-placeholder {
  display: block;
}

.lsvr-has-header-notice .header-placeholder,
.lsvr-has-header-topbar .header-placeholder {
  height: 160px;
}

.lsvr-has-header-notice.lsvr-has-header-topbar .header-placeholder {
  height: 200px;
}

/* -------------------------------------------------------------------------
       HEADER NOTICE
   ------------------------------------------------------------------------- */
.header__notice {
  text-align: center;
  overflow: hidden;
}

.header__notice-inner {
  padding: 5px 30px 5px 30px;
}

.header--has-topbar .header__notice-inner {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.header__notice-content {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.header__notice-icon {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-animation: lsvr-worbench-header-notice-icon 2s linear infinite;
          animation: lsvr-worbench-header-notice-icon 2s linear infinite;
}

.header__notice-text {
  display: inline-block;
  margin: 0 4px;
  font-size: 0.875em;
}

.header__notice-text > a:hover {
  text-decoration: none;
}

@-webkit-keyframes lsvr-worbench-header-notice-icon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes lsvr-worbench-header-notice-icon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* -------------------------------------------------------------------------
       HEADER TOPBAR
   ------------------------------------------------------------------------- */
.header__topbar {
  -webkit-transition: height 150ms;
  transition: height 150ms;
  height: 33px;
  padding: 0;
  overflow: hidden;
}

.header__topbar-inner {
  padding: 5px 30px 10px 30px;
}
.header__topbar-inner:before, .header__topbar-inner:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.header--has-notice .header__topbar {
  height: 38px;
}

.header__topbar--collapsed,
.header--has-notice .header__topbar--collapsed {
  height: 0;
}

.header--has-notice .header__topbar-inner {
  padding-top: 10px;
}

.header-menu-languages {
  position: relative;
  float: right;
  font-size: 0.875em;
}

.header--has-search .header-menu-languages,
.header--has-social-links .header-menu-languages {
  padding-left: 28px;
  margin-left: 28px;
}

.header--has-search .header-menu-languages:before,
.header--has-social-links .header-menu-languages:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
}

.header-menu-languages__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-menu-languages__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline;
  margin-left: 15px;
}

.header-menu-languages__item:first-child {
  margin: 0;
}

.header-menu-languages__item--active {
  font-weight: 600;
}

.header-menu-languages__item-link,
.header-menu-languages__item-link:hover {
  text-decoration: none;
}

.header-social {
  float: right;
  font-size: 17px;
  height: 18px;
}

.header-social__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -1px;
}

.header-social__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline;
  margin-left: 12px;
}

.header-social__item-link,
.header-social__item-link:hover {
  text-decoration: none;
}

.header-menu-secondary {
  float: left;
  font-size: 0.875em;
}

.header-menu-secondary__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-menu-secondary__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline;
  position: relative;
  margin-left: 40px;
}

.header-menu-secondary__item:first-child {
  margin: 0;
}

.header-menu-secondary__item--has-icon {
  padding-left: 25px;
}

.header-menu-secondary__item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  font-size: 16px;
}

.header-menu-secondary__item-link,
.header-menu-secondary__item-link:hover {
  text-decoration: none;
}

/* -------------------------------------------------------------------------
       HEADER NAVBAR
   ------------------------------------------------------------------------- */
.header__navbar {
  position: relative;
  padding: 30px 0;
}

.header__navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

.header__navbar-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-mobile-search-toggle,
.header-mobile-menu-toggle {
  display: none;
}

.header-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.header-logo__link {
  display: block;
}

.header-logo__link:hover {
  opacity: 0.8;
}

.header-logo__link:active {
  opacity: 0.7;
}

.header-title-tagline {
  display: inline-block;
  margin: 10px 0;
  vertical-align: middle;
}

.header-title__link:hover {
  text-decoration: none;
}

.header-title {
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.header-tagline {
  margin: 2px 0 0 0;
  font-size: 0.875em;
}

.header-tagline:first-child {
  margin: 0;
}

.header-search-toggle {
  float: right;
  margin-left: 10px;
}

.header-search-toggle__button {
  display: block;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.header-search-toggle__icon {
  position: relative;
  top: 1px;
}

.header-search-toggle__icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
}

.header-cta {
  float: right;
  margin-left: 20px;
}

.header-cta__link {
  display: inline-block;
}

.header__navbar-menu:before, .header__navbar-menu:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.header__navbar-menu .header-menu-languages,
.header__navbar-menu .header-menu-secondary,
.header__navbar-menu .header-social {
  display: none;
}

.header__navbar-menu a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .header-menu-primary {
    float: left;
  }
  .header-menu-primary__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header-menu-primary__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  .header-menu-primary__item-link {
    position: relative;
    text-decoration: none;
  }
  .header-menu-primary__item-link-icon {
    display: none;
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -5px;
    font-size: 10px;
  }
  .header-menu-primary__item-link-icon:before {
    font-family: "wordbench-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90c";
  }
  .header-menu-primary__item-link-indicator {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 29px;
  }
  .header-menu-primary__item-link-indicator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-width: 0 9px 12px 9px;
    z-index: 20;
  }
  .header-menu-primary__item-link-indicator:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-width: 0 9px 12px 9px;
    z-index: 10;
  }
  .header-menu-primary__submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: margin 300ms;
    transition: margin 300ms;
    margin-top: -10px;
  }
  .header-menu-primary__submenu-wrapper--hover .header-menu-primary__submenu {
    margin-top: 0;
  }
  .header-menu-primary__submenu-toggle {
    display: none;
  }
  .current-menu-ancestor > .header-menu-primary__item-link,
  .current-menu-item > .header-menu-primary__item-link {
    font-weight: 600;
  }
  .header-menu-primary__item--level-0 {
    display: inline-block;
    padding: 10px 16px;
  }
  .header-menu-primary__item--level-0.menu-item-has-children {
    padding-right: 24px;
  }
  .header-menu-primary__item-link--level-0 {
    display: inline-block;
  }
  .header-menu-primary__item--level-0.menu-item-has-children > .header-menu-primary__item-link > .header-menu-primary__item-link-icon {
    display: block;
  }
  .header-menu-primary__item--dropdown {
    position: relative;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__item {
    position: relative;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__submenu-wrapper--level-0,
  .header-menu-primary__item--dropdown .header-menu-primary__submenu-wrapper--level-1 {
    display: none;
    position: absolute;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__submenu--level-0,
  .header-menu-primary__item--dropdown .header-menu-primary__submenu--level-1 {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    width: 240px;
    border-radius: 6px;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__submenu-wrapper--level-0 {
    top: 100%;
    left: -27px;
    margin-top: -2px;
    padding-top: 32px;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__submenu--level-0 {
    border-radius: 0 0 6px 6px;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__item-link--level-1 > .header-menu-primary__item-link-icon {
    display: block;
    right: 20px;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__item-link--level-1 > .header-menu-primary__item-link-icon:before {
    content: "\e90e";
  }
  .header-menu-primary__item--dropdown .header-menu-primary__submenu--level-0 .header-menu-primary__item-link {
    display: block;
    padding: 10px 40px 10px 30px;
    font-size: 0.875em;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__submenu-wrapper--level-1 {
    top: -10px;
    left: 100%;
  }
  .header-menu-primary__item--dropdown .header-menu-primary__submenu .header-menu-primary__item-link--level-3 {
    padding: 10px 30px 10px 50px;
  }
  .header-menu-primary__item--dropdown:last-child .header-menu-primary__submenu-wrapper--level-0 {
    left: auto;
    right: -27px;
  }
  .header-menu-primary__item--dropdown:last-child .header-menu-primary__submenu-wrapper--level-1, .header-menu-primary__item--dropdown:nth-last-child(2) .header-menu-primary__submenu-wrapper--level-1 {
    left: auto;
    right: 100%;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__item-link-indicator {
    margin-top: 22px;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__item {
    position: relative;
    margin-top: 15px;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper--level-0 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -20px;
    padding-top: 32px;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper-inner--level-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    border-top: 1px solid transparent;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper-inner2--level-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: auto;
    padding-top: 60px;
    max-width: 1800px;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper-inner2--level-0:before,
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper-inner2--level-0:after,
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper-inner3--level-0:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper-inner2--level-0:before {
    left: 25%;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper-inner2--level-0:after {
    left: 50%;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu-wrapper-inner3--level-0:before {
    left: 75%;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu--level-0:before, .header-menu-primary__item--megamenu .header-menu-primary__submenu--level-0:after {
    display: table;
    clear: both;
    height: 0;
    content: "";
    visibility: hidden;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__item--level-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 25%;
    margin: 0 0 60px;
    padding-left: 60px;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__item--level-1:nth-child(4n+1) {
    clear: left;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__item-link--level-1 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: bold;
  }
  .header-menu-primary__item--megamenu .header-menu-primary__submenu--level-1 .header-menu-primary__submenu {
    margin-left: 30px;
  }
  .header-menu-primary__item--megamenu.lsvr-megamenu--3-cols .header-menu-primary__submenu-wrapper-inner2--level-0:before {
    left: 33.3333%;
  }
  .header-menu-primary__item--megamenu.lsvr-megamenu--3-cols .header-menu-primary__submenu-wrapper-inner2--level-0:after {
    left: 66.6666%;
  }
  .header-menu-primary__item--megamenu.lsvr-megamenu--3-cols .header-menu-primary__submenu-wrapper-inner3--level-0:before {
    display: none;
  }
  .header-menu-primary__item--megamenu.lsvr-megamenu--3-cols .header-menu-primary__item--level-1 {
    width: 33.3333%;
  }
  .header-menu-primary__item--megamenu.lsvr-megamenu--3-cols .header-menu-primary__item--level-1:nth-child(4n+1) {
    clear: none;
  }
  .header-menu-primary__item--megamenu.lsvr-megamenu--3-cols .header-menu-primary__item--level-1:nth-child(3n+1) {
    clear: left;
  }
}
/* -------------------------------------------------------------------------
       HEADER SEARCH
   ------------------------------------------------------------------------- */
.header-search {
  display: none;
  position: relative;
}

.header-search__form {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 600px;
}

.header-search__input-wrapper {
  position: relative;
}

.header-search__input {
  max-width: none;
  font-size: 23px;
  padding: 20px 120px 20px 20px;
}

.header-search__submit {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
  padding: 0;
  font-size: 26px;
}

.header-search__submit-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
}

.header-search__spinner {
  display: none;
  position: absolute;
  top: 50%;
  right: 80px;
  margin-top: -15px;
}

.header-search__filter {
  margin-top: 10px;
}

.header-search__filter-label {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 5px 10px;
  font-size: 0.875em;
  font-weight: normal;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}

.header-search__filter-checkbox {
  display: none;
}

.header-search__results {
  margin-top: 30px;
}

.header-search__results-title {
  margin: 0 0 20px 0;
  font-size: 1em;
  font-weight: 600;
}

.header-search__results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-search__results-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-bottom: 10px;
  padding: 0 100px 10px 0;
  border-bottom: 1px solid transparent;
}

.header-search__results-item:last-child {
  margin: 0;
  border: 0;
}

.header-search__results-item-link,
.header-search__results-item-link:hover {
  text-decoration: none;
}

.header-search__results-item--active .header-search__results-item-link {
  font-weight: bold;
}

.header-search__results-item-type {
  position: absolute;
  top: 3px;
  right: 10px;
  text-transform: uppercase;
  font-size: 0.75em;
}

.header-search__results-more {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.header-search__results-more-link {
  display: inline-block;
  position: relative;
  padding: 3px 30px 3px 15px;
  font-size: 0.875em;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid transparent;
}

.header-search__results-more-link:hover {
  text-decoration: none;
}

.header-search__results-more-link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.header-search__results-more-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -11px;
  font-size: 20px;
}

.header-search__results-more-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.header-search__results-more-link:hover .header-search__results-more-link-icon {
  right: 3px;
}

.header-search__results-more-link:active .header-search__results-more-link-icon {
  right: 1px;
}

.header-search__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
}

.header-search__close-button-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e969";
}

/* -----------------------------------------------------------------------------

	4. CORE

----------------------------------------------------------------------------- */
#core {
  position: relative;
  min-height: 300px;
  z-index: 10;
}

.core__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.core__columns-col--main {
  width: calc( 1200px + ( ( 100vw - 1620px ) / 2 ) );
}

.core__columns-col--main.core__columns-col--left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.core__columns-col--main.core__columns-col--right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.core__columns-col--sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc( 420px + ( ( 100vw - 1620px ) / 2 ) );
}

.core__columns-col--sidebar.core__columns-col--left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.core__columns-col--sidebar.core__columns-col--right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* -------------------------------------------------------------------------
	MAIN IMAGE
------------------------------------------------------------------------- */
.main-image {
  overflow: hidden;
}

.main-image__inner {
  position: relative;
  margin: 0;
}

.main-image--cropped .main-image__inner {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-image__img {
  width: 100%;
}

/* -------------------------------------------------------------------------
	MAIN CONTENT
------------------------------------------------------------------------- */
.main__content-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.core__columns .main__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 90px;
}
.core__columns .main__content:before, .core__columns .main__content:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.core__columns .main__content-wrapper {
  width: calc( 100vw - 420px - ( 100vw - 1620px ) - 90px );
}

.core__columns-col--left .main__content-wrapper {
  float: right;
}

.main__content-inner {
  margin-bottom: 90px;
}

.page-template-fullwidth-without-title .main__content-inner {
  margin-bottom: 0;
}

.main--narrow .lsvr-container,
.core--narrow .lsvr-container {
  max-width: 900px;
}

/* -------------------------------------------------------------------------
	MAIN HEADER
------------------------------------------------------------------------- */
.main-header {
  margin-bottom: 30px;
  padding-top: 30px;
}

.post-single .main-header {
  margin-bottom: 60px;
}

.breadcrumbs {
  margin: 0 0 60px 0;
}

.breadcrumbs__inner {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.813em;
  border-radius: 6px;
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  position: relative;
  margin-left: 2px;
  padding-left: 16px;
}

.breadcrumbs__item:first-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs__item-decor {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  font-size: 10px;
}

.breadcrumbs__item-decor:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
}

.breadcrumbs__item:first-child .breadcrumbs__item-decor {
  display: none;
}

.breadcrumbs__link,
.breadcrumbs__link:hover {
  text-decoration: none;
}

.main-header__title {
  margin: 30px 0 0 0;
  max-width: 800px;
}

.main-header__title:last-child {
  margin-bottom: 60px;
}

.main-header__subtitle {
  margin: 15px 0 60px 0;
  max-width: 800px;
  font-size: 1.125em;
}

.main-header .post-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 7px 0 0 0;
  font-size: 0.875em;
}
.main-header .post-meta__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin: 7px 7px 0 0;
  padding-right: 14px;
}
.main-header .post-meta__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.main-header .post-meta__item:last-child {
  margin-right: 0;
  padding: 0;
}
.main-header .post-meta__item:last-child:after {
  display: none;
}
.main-header .post-meta__item-link,
.main-header .post-meta .post__term-link {
  text-decoration: none;
  font-weight: 600;
}

/* -------------------------------------------------------------------------
	POST COMMON COMPONENTS
------------------------------------------------------------------------- */
.post-archive-categories {
  position: relative;
  margin: 60px 0 20px 0;
  padding-left: 40px;
}

.post-archive-categories__icon {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 17px;
}

.post-archive-categories__icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
}

.post-archive-categories__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.post-archive-categories__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  position: relative;
  margin: 0 30px 20px 0;
}

.post-archive-categories__item-link,
.post-archive-categories__item-link:hover {
  text-decoration: none;
}

.post__content {
  margin-bottom: 30px;
}
.post__content:before, .post__content:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.page-template-fullwidth-without-title .post__content {
  margin-bottom: 0;
}

.post__content > *:last-child {
  margin-bottom: 0;
}

.post__content > p {
  line-height: 1.9em;
}

.post-images {
  margin: 60px 0;
}

.post-images__title {
  font-size: 1.875em;
}

.post-images__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px -20px -10px;
}

.post-images__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin: 0 0 20px 0;
}

.post-images__list > .post-images__item {
  padding: 0 10px;
}

.post-images__item-link {
  display: block;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.post-images__item-link:hover {
  opacity: 0.9;
}

.post-images__item-img {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: block;
  border-radius: 6px;
}

.post-tags {
  position: relative;
  margin: 60px 0 0 0;
  padding-left: 26px;
}

.post-tags__icon {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
}

.post-tags__icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
}

.post-tags__list {
  margin: 0;
}

.post-tags .post__term-link {
  display: inline-block;
  text-decoration: none;
}

.post-author {
  margin: 60px 0 0 0;
  padding: 30px 60px 30px 30px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.post-author--has-portrait .post-author__inner {
  position: relative;
  padding-left: 120px;
}

.post-author__portrait {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  max-width: 90px;
}

.post-author__portrait .avatar {
  border-radius: 50%;
}

.post-author__header {
  position: relative;
}

.post-author__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  z-index: 10;
}

.post-author__name {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 20px;
  font-size: 1em;
  font-weight: bold;
  z-index: 20;
}

.post-author__description {
  margin: 10px 0 0 0;
}

.post-author__description > p {
  margin: 10px 0 0 0;
  line-height: 1.9em;
}

.post-author__more {
  margin: 10px 0 0 0;
}

.post-author__more-link {
  font-size: 0.813em;
  font-weight: bold;
  text-decoration: none;
}

.post-author__more {
  margin: 20px 0 0 0;
}

.post-author__more-link {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 0.813em;
  font-weight: 600;
  text-decoration: none;
}

.post-author__more-link:hover {
  text-decoration: none;
}

.post-author__more-link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.post-author__more-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  font-size: 20px;
}

.post-author__more-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.post-author__more-link:hover .post-author__more-link-icon {
  right: -5px;
}

.post-author__more-link:active .post-author__more-link-icon {
  right: -7px;
}

.post-navigation {
  position: relative;
  margin: 60px 0 0 0;
  padding: 15px 30px;
  border-radius: 6px;
}

.post-navigation:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}

.post-navigation__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-navigation__list:before, .post-navigation__list:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.post-navigation__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45%;
}

.post-navigation__item--prev {
  float: left;
}

.post-navigation__item--next {
  float: right;
  text-align: right;
}

.post-navigation__item-link {
  display: block;
  position: relative;
  text-decoration: none;
}

.post-navigation__item-link:hover {
  text-decoration: none;
}

.post-navigation__item--prev .post-navigation__item-link {
  padding-left: 50px;
}

.post-navigation__item--next .post-navigation__item-link {
  padding-right: 50px;
}

.post-navigation__item-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 9px;
  font-size: 20px;
}

.post-navigation__item-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-navigation__item--prev .post-navigation__item-link-icon {
  left: 0;
}

.post-navigation__item--next .post-navigation__item-link-icon {
  right: 0;
}

.post-navigation__item--prev:hover .post-navigation__item-link-icon {
  left: -5px;
}

.post-navigation__item--prev:active .post-navigation__item-link-icon {
  left: -7px;
}

.post-navigation__item--next:hover .post-navigation__item-link-icon {
  right: -5px;
}

.post-navigation__item--next:active .post-navigation__item-link-icon {
  right: -7px;
}

.post-navigation__item--prev .post-navigation__item-link-icon:before {
  content: "\e903";
}

.post-navigation__item--next .post-navigation__item-link-icon:before {
  content: "\e905";
}

.post-navigation__item-link-label {
  display: block;
  margin: 0 0 2px 0;
  font-size: 0.813em;
  text-decoration: none;
}

.post-navigation__item-link-title {
  font-weight: 600;
}

.post-comments {
  margin: 60px 0 0 0;
  padding-top: 60px;
  border-top: 1px solid transparent;
}

.post-comments__title {
  font-size: 1.875em;
}

.post-comments__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-comments__list .comment {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin: 30px 0 0 0;
  padding: 0;
}
.post-comments__list .children {
  margin: 20px 0 0 0;
  padding: 0;
}
.post-comments__list .children .children {
  margin-left: 50px;
}
.post-comments__list .comment-body {
  position: relative;
  padding: 30px 20px;
  border-radius: 6px;
}
.post-comments__list .comment-meta {
  position: relative;
}
.post-comments__list .says {
  display: none;
}
.post-comments__list .comment-author {
  display: inline;
}
.post-comments__list .comment-author .fn {
  margin-right: 10px;
  font-weight: 600;
}
.post-comments__list .comment-author .fn a {
  text-decoration: none;
}
.post-comments__list .comment-metadata {
  display: inline;
  font-size: 0.813em;
}
.post-comments__list .comment-metadata a {
  text-decoration: none;
}
.post-comments__list .comment-reply-link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 30px;
  font-size: 0.875em;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
}
.post-comments__list .comment-reply-link-icon {
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 16px;
}
.post-comments__list .comment-reply-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e977";
}
.post-comments__list .comment-content {
  margin-top: 30px;
}
.post-comments__list .comment-content > ul {
  margin-bottom: 30px;
}
.post-comments__list .comment-respond {
  margin-top: 30px;
}
.post-comments__list .reply {
  margin-top: 30px;
}

.post-comments__list--avatars .comment-meta {
  padding: 5px 0 0 80px;
}
.post-comments__list--avatars .avatar {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 60px;
  border-radius: 50%;
}
.post-comments__list--avatars .comment-content {
  padding-left: 80px;
}
.post-comments__list--avatars .reply {
  padding-left: 80px;
}

.post-comments__form {
  margin-top: 30px;
  padding-top: 30px;
  max-width: 600px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
}

.comment-form-author {
  padding-right: 20px;
}

.comment-form-email {
  padding-left: 20px;
}

.comment-form-url {
  clear: left;
  padding-right: 20px;
}

.comment-form-cookies-consent {
  clear: both;
}

.comment-form-cookies-consent input {
  margin-right: 5px;
}

.comment-form-cookies-consent label {
  display: inline-block;
  position: relative;
  padding: 0;
  cursor: pointer;
}

.post-comments__form .form-submit {
  clear: both;
  margin: 30px 0 0 0;
}

.comment-respond > h3 {
  position: relative;
  font-size: 1.375em;
}

.comment-respond > h3 > small {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 0.591em;
  font-weight: normal;
}

.comment-respond > h3 > small > a {
  text-decoration: none;
}

.comment-respond .submit {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.post-password-form p {
  max-width: 300px;
}
.post-password-form p:first-child {
  max-width: 100%;
}
.post-password-form label {
  padding: 0;
}
.post-password-form input[type=password] {
  margin-top: 5px;
}
.post-password-form input[type=submit] {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  display: inline-block;
  margin-top: 15px;
  padding: 12px 20px 10px 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
}

.navigation.pagination {
  margin: 60px 0;
  padding: 20px 45px;
  text-align: center;
  border-radius: 6px;
}
.navigation.pagination .nav-links {
  position: relative;
  padding: 0 120px;
}
.navigation.pagination .page-numbers {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: inline-block;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
  position: absolute;
  top: 0;
}
.navigation.pagination .page-numbers.prev:before,
.navigation.pagination .page-numbers.next:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 20px;
}
.navigation.pagination .page-numbers.prev {
  left: 0;
  padding-left: 30px;
}
.navigation.pagination .page-numbers.next {
  right: 0;
  padding-right: 30px;
}
.navigation.pagination .page-numbers.prev:before {
  content: "\e903";
  left: 0;
}
.navigation.pagination .page-numbers.next:before {
  content: "\e905";
  right: 0;
}
.navigation.pagination .page-numbers.prev:hover:before {
  left: -5px;
}
.navigation.pagination .page-numbers.next:hover:before {
  right: -5px;
}
.navigation.pagination .page-numbers.prev:active:before {
  left: -7px;
}
.navigation.pagination .page-numbers.next:active:before {
  right: -7px;
}

.post-pagination {
  margin: 60px 0;
  padding: 20px 45px;
  text-align: center;
  border-radius: 6px;
}

.post-pagination__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 0 120px;
}

.post-pagination__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
}

.post-pagination__item-link,
.post-pagination__item-link:hover {
  text-decoration: none;
}

.post-pagination__item--number .post-pagination__item-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  padding: 4px 10px;
  border-radius: 6px;
  border: 2px solid transparent;
}

.post-pagination__item--prev,
.post-pagination__item--next {
  position: absolute;
  top: 0;
}

.post-pagination__item--prev {
  left: 0;
}

.post-pagination__item--next {
  right: 0;
}

.post-pagination__item--prev .post-pagination__item-link:before,
.post-pagination__item--next .post-pagination__item-link:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 20px;
}

.post-pagination__item--prev .post-pagination__item-link {
  padding-left: 30px;
}

.post-pagination__item--next .post-pagination__item-link {
  padding-right: 30px;
}

.post-pagination__item--prev .post-pagination__item-link:before {
  content: "\e903";
  left: 0;
}

.post-pagination__item--next .post-pagination__item-link:before {
  content: "\e905";
  right: 0;
}

.post-pagination__item--prev .post-pagination__item-link:hover:before {
  left: -5px;
}

.post-pagination__item--next .post-pagination__item-link:hover:before {
  right: -5px;
}

.post-pagination__item--prev .post-pagination__item-link:active:before {
  left: -7px;
}

.post-pagination__item--next .post-pagination__item-link:active:before {
  right: -7px;
}

/* -------------------------------------------------------------------------
	GENERAL POST ARCHIVE
------------------------------------------------------------------------- */
.general-post-archive .post-archive__message {
  margin: 60px 0;
  font-size: 1.125em;
}
.general-post-archive .post-archive__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 30px 0;
}
.general-post-archive .post {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-top: 30px;
  padding: 30px 100px 0 0;
  border-top: 1px solid transparent;
}
.general-post-archive .post:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.general-post-archive .post__title {
  margin: 0;
  font-size: 1.125em;
}
.general-post-archive .post__title-link {
  text-decoration: none;
}
.general-post-archive .post__type {
  display: block;
  position: absolute;
  top: 36px;
  right: 0;
  font-size: 0.75em;
  text-transform: uppercase;
}
.general-post-archive .post:first-child .post__type {
  top: 6px;
}

/* -------------------------------------------------------------------------
	GENERAL ARCHIVE LAYOUTS
------------------------------------------------------------------------- */
.post-archive--list .main-header {
  margin-bottom: 60px;
}
.post-archive--list .post {
  margin: 0 0 90px 0;
}
.post-archive--list .post__thumbnail {
  margin: 0 0 20px 0;
}
.post-archive--list .post__thumbnail-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.post-archive--list .post__thumbnail-link:hover {
  opacity: 0.9;
}
.post-archive--list .post__thumbnail-link:active {
  opacity: 0.8;
}
.post-archive--list .post__thumbnail-link--cropped {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.post-archive--list .post__thumbnail .wp-post-image {
  width: 100%;
  border-radius: 12px;
}
.post-archive--list .post__categories {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}
.post-archive--list .post__categories .post__term-link {
  font-weight: 600;
  text-decoration: none;
}
.post-archive--list .post__title {
  margin: 0;
  font-size: 1.875em;
}
.post-archive--list .post__title-link {
  text-decoration: none;
}
.post-archive--list .sticky .post__title {
  position: relative;
  padding-left: 35px;
}
.post-archive--list .sticky .post__title:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e964";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 24px;
}
.post-archive--list .post-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 0.813em;
}
.post-archive--list .post-meta__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-right: 14px;
}
.post-archive--list .post-meta__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.post-archive--list .post-meta__item:last-child {
  margin: 0;
  padding: 0;
}
.post-archive--list .post-meta__item:last-child:after {
  display: none;
}
.post-archive--list .post-meta__item-link,
.post-archive--list .post-meta .post__term-link {
  text-decoration: none;
  font-weight: 600;
}
.post-archive--list .post__content {
  margin-top: 30px;
}
.post-archive--list .post__content > p {
  line-height: 1.9em;
}
.post-archive--list .post-permalink {
  margin: 20px 0 0 0;
}
.post-archive--list .post-permalink__link {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 0.938em;
  font-weight: 600;
  text-decoration: none;
}
.post-archive--list .post-permalink__link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.post-archive--list .post-permalink__link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  font-size: 22px;
}
.post-archive--list .post-permalink__link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
.post-archive--list .post-permalink__link:hover .post-permalink__link-icon {
  right: -5px;
}
.post-archive--list .post-permalink__link:active .post-permalink__link-icon {
  right: -7px;
}

.post-archive--grid .post-archive__list.lsvr-grid {
  margin-bottom: -30px;
}
.post-archive--grid .post {
  margin: 0 0 30px 0;
  border-radius: 12px;
}
.post-archive--grid .post__content {
  margin: 0;
}
.post-archive--grid .post__thumbnail {
  margin: 0;
}
.post-archive--grid .post__thumbnail-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.post-archive--grid .post__thumbnail-link:hover {
  opacity: 0.95;
}
.post-archive--grid .post__thumbnail-link:active {
  opacity: 0.9;
}
.post-archive--grid .post__thumbnail-link--cropped {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
}
.post-archive--grid .post__thumbnail .wp-post-image {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.post-archive--grid .post__container {
  padding: 30px;
  border-radius: 12px;
}
.post-archive--grid .has-post-thumbnail .post__container {
  border-radius: 0 0 12px 12px;
}
.post-archive--grid .post__categories {
  margin: 0 0 10px 0;
}
.post-archive--grid .post__term-link {
  font-weight: 600;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
}
.post-archive--grid .post__title {
  margin: 0;
  font-size: 1.125em;
}
.post-archive--grid .post__title-link {
  text-decoration: none;
}
.post-archive--grid .sticky .post__title {
  position: relative;
  padding-left: 35px;
}
.post-archive--grid .sticky .post__title:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e964";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 22px;
}
.post-archive--grid .post-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 0.813em;
}
.post-archive--grid .post-meta__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-right: 14px;
}
.post-archive--grid .post-meta__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.post-archive--grid .post-meta__item:last-child {
  margin: 0;
  padding: 0;
}
.post-archive--grid .post-meta__item:last-child:after {
  display: none;
}
.post-archive--grid .post-meta__item-link {
  font-weight: 600;
  text-decoration: none;
}
.post-archive--grid .post__content {
  font-size: 0.875em;
}
.post-archive--grid .post__content > p {
  margin: 20px 0 0 0;
}
.post-archive--grid .post-permalink {
  margin: 30px 0 0 0;
}
.post-archive--grid .post-permalink__link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 0.813em;
  font-weight: 600;
  text-decoration: none;
}
.post-archive--grid .post-permalink__link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.post-archive--grid .post-permalink__link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  font-size: 18px;
}
.post-archive--grid .post-permalink__link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
.post-archive--grid .post-permalink__link:hover .post-permalink__link-icon {
  right: -5px;
}
.post-archive--grid .post-permalink__link:active .post-permalink__link-icon {
  right: -7px;
}

.post-archive--photogrid .post-archive__list.lsvr-grid {
  margin-bottom: -30px;
}
.post-archive--photogrid .post {
  position: relative;
  margin: 0 0 30px 0;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.post-archive--photogrid .post.has-post-thumbnail:before {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
.post-archive--photogrid .post__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 30px 30px 30px;
  height: 400px;
  border-radius: 12px;
}
.post-archive--photogrid .post__categories {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 0.75em;
  font-weight: 600;
  z-index: 20;
}
.post-archive--photogrid .post__term-link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 2px 8px;
  text-decoration: none;
  border-radius: 4px;
}
.post-archive--photogrid .post__title {
  position: relative;
  margin: 30px 0;
  font-size: 1.875em;
  z-index: 20;
}
.post-archive--photogrid .post__title-link {
  text-decoration: none;
}
.post-archive--photogrid .sticky .post__title {
  position: relative;
  padding-left: 35px;
}
.post-archive--photogrid .sticky .post__title:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e964";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 24px;
}
.post-archive--photogrid .post-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding-top: 20px;
  font-size: 0.813em;
  border-top: 1px solid transparent;
  z-index: 20;
}
.post-archive--photogrid .post-meta__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-right: 14px;
}
.post-archive--photogrid .post-meta__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.post-archive--photogrid .post-meta__item:last-child {
  margin: 0;
  padding: 0;
}
.post-archive--photogrid .post-meta__item:last-child:after {
  display: none;
}
.post-archive--photogrid .post-meta__item-link {
  text-decoration: none;
  font-weight: bold;
}
.post-archive--photogrid .post__overlay-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* -------------------------------------------------------------------------
	BLOG / NEWS
------------------------------------------------------------------------- */
.blog-post-archive--list .post__thumbnail-link--cropped {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background-position: center;
  background-size: cover;
}
.blog-post-archive--list .post__thumbnail .wp-post-image {
  width: 100%;
}

.blog-post-archive--grid .post__thumbnail-link--cropped {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-post-archive--grid .post__thumbnail .wp-post-image {
  width: 100%;
}

.blog-post-archive--photogrid .post {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------
	DIRECTORY
------------------------------------------------------------------------- */
.lsvr_listing-map {
  position: relative;
  margin: 0 0 60px 0;
}

.lsvr_listing-map__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.lsvr_listing-map__canvas {
  height: 500px;
  border-radius: 12px;
}

.lsvr_listing-map__marker-cluster-inner {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}

.lsvr_listing-map__marker-inner {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.lsvr_listing-map__marker-inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

.lsvr_listing-map__marker-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.lsvr_listing-map__marker-inner--has-thumb {
  width: 55px;
  height: 55px;
}

.lsvr_listing-map__marker-inner--has-thumb:after {
  display: none;
}

.lsvr_listing-map__infobox {
  position: relative;
  font-size: 16px;
  border-radius: 6px;
}

.lsvr_listing-map__infobox--has-thumb {
  padding-top: 150px;
}

.lsvr_listing-map__infobox-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  width: 280px;
}

.lsvr_listing-map__infobox-thumb {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  border-radius: 6px 6px 0 0;
}

.lsvr_listing-map__infobox-thumb:hover {
  opacity: 0.9;
}

.lsvr_listing-map__infobox-thumb:active {
  opacity: 0.8;
}

.lsvr_listing-map__infobox-category {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 0.75em;
}

.lsvr_listing-map__infobox-category-link {
  text-decoration: none;
}

.lsvr_listing-map__infobox-title {
  margin: 0 0 10px 0;
  font-size: 1em;
  font-weight: bold;
}

.lsvr_listing-map__infobox-title-link {
  text-decoration: none;
}

.lsvr_listing-map__infobox-address {
  margin: 0 0 10px 0;
  font-size: 0.875em;
}

.lsvr_listing-map__infobox-more {
  margin: 0;
}

.lsvr_listing-map__infobox-more-link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 0.75em;
  font-weight: 600;
  text-decoration: none;
}

.lsvr_listing-map__infobox-more-link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.lsvr_listing-map__infobox-more-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 18px;
}

.lsvr_listing-map__infobox-more-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.lsvr_listing-map__infobox-more-link:hover .lsvr_listing-map__infobox-more-link-icon {
  right: -5px;
}

.lsvr_listing-map__infobox-more-link:active .lsvr_listing-map__infobox-more-link-icon {
  right: -7px;
}

.lsvr_listing-post-archive--grid .lsvr_listing-map {
  margin: 60px 0 30px 0;
}

.lsvr_listing-post-archive--photogrid .lsvr_listing-map {
  margin: 60px 0 30px 0;
}
.lsvr_listing-post-archive--photogrid .post__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid transparent;
  z-index: 20;
}

.lsvr_listing-post-single .post__content {
  margin: 30px 0 60px 0;
}
.lsvr_listing-post-single .post-contact-info {
  margin-bottom: 30px;
}
.lsvr_listing-post-single .lsvr-grid__col .post-contact-info {
  padding-right: 40px;
}
.lsvr_listing-post-single .post-contact-info__title {
  font-size: 1.875em;
}
.lsvr_listing-post-single .post-contact-info__address > p {
  margin: 0 0 15px 0;
  line-height: 1.9em;
}
.lsvr_listing-post-single .post-contact__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid transparent;
}
.lsvr_listing-post-single .post-contact__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-top: 20px;
  padding-left: 35px;
  font-weight: 600;
}
.lsvr_listing-post-single .post-contact__item:first-child {
  margin-top: 0;
}
.lsvr_listing-post-single .post-contact__item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  margin-top: -8px;
}
.lsvr_listing-post-single .post-contact__item-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lsvr_listing-post-single .post-contact__item-icon--email:before {
  content: "\e910";
}
.lsvr_listing-post-single .post-contact__item-icon--phone:before {
  content: "\e91b";
}
.lsvr_listing-post-single .post-contact__item-icon--fax:before {
  content: "\e970";
}
.lsvr_listing-post-single .post-contact__item-icon--website {
  font-size: 20px;
}
.lsvr_listing-post-single .post-contact__item-icon--website:before {
  content: "\e918";
}
.lsvr_listing-post-single .post-contact__item > a {
  text-decoration: none;
}
.lsvr_listing-post-single .post-social__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}
.lsvr_listing-post-single .post-social__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.lsvr_listing-post-single .post-social__item-link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}
.lsvr_listing-post-single .post-hours {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 6px;
}
.lsvr_listing-post-single .post-hours__title {
  font-size: 1.375em;
}
.lsvr_listing-post-single .post-hours__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lsvr_listing-post-single .post-hours__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin: 15px 0 0 0;
}
.lsvr_listing-post-single .post-hours__item:before, .lsvr_listing-post-single .post-hours__item:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}
.lsvr_listing-post-single .post-hours__item:first-child {
  margin: 0;
}
.lsvr_listing-post-single .post-hours__item-day {
  float: left;
  width: 50%;
  font-weight: 600;
}
.lsvr_listing-post-single .post-hours__item-value {
  float: right;
  width: 50%;
  font-size: 0.875em;
}
.lsvr_listing-post-single .post-hours__item-value-from-to {
  display: block;
  margin-top: 10px;
}
.lsvr_listing-post-single .post-hours__item-value-from-to:first-child {
  margin-top: 0;
}
.lsvr_listing-post-single .post-hours__note {
  margin: 30px 0 0 0;
  font-style: italic;
  font-size: 0.875em;
}
.lsvr_listing-post-single .post-hours__custom {
  margin: 0;
}
.lsvr_listing-post-single .post-map {
  margin: 60px 0;
}

/* -------------------------------------------------------------------------
	DOCUMENTS
------------------------------------------------------------------------- */
.lsvr_document-post-page .post-attachments:before, .lsvr_document-post-page .post-attachments:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}
.lsvr_document-post-page .post-attachments__title {
  font-size: 1.375em;
}
.lsvr_document-post-page .post-attachments__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid transparent;
}
.lsvr_document-post-page .post-attachments__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
}
.lsvr_document-post-page .post-attachments__item:first-child {
  margin-top: 0;
}
.lsvr_document-post-page .post-attachments__item-icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 16px;
}
.lsvr_document-post-page .post-attachments__item-link {
  margin-right: 5px;
  text-decoration: none;
}
.lsvr_document-post-page .post-attachments__item-filesize {
  font-size: 0.75em;
}
.lsvr_document-post-page .post-attachments__item-label {
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 2px 5px;
  font-size: 0.625em;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 4px;
}

.lsvr_document-post-archive--list .post-attachments {
  margin-top: 30px;
}

.lsvr_document-attachments {
  margin: 0 0 60px 0;
  padding: 30px 30px 30px 30px;
  border: 1px solid transparent;
  border-radius: 12px;
}

.lsvr_document-attachments__children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_document-attachments__children:not(.lsvr_document-attachments__children--level-1) {
  display: none;
  padding: 15px 0 0 24px;
}

.lsvr_document-attachments__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
}

.lsvr_document-attachments__item--folder.lsvr_document-attachments__item--level-1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
}

.lsvr_document-attachments__item--folder.lsvr_document-attachments__item--level-1:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.lsvr_document-attachments__item-link-holder {
  position: relative;
  padding: 0 40px 0 26px;
}

.lsvr_document-attachments__item-link-holder--folder {
  cursor: pointer;
}

.lsvr_document-attachments__item-icon {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
}

.lsvr_document-attachments__item-icon--folder:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
}

.lsvr_document-attachments__item-link {
  margin-right: 5px;
  text-decoration: none;
}

.lsvr_document-attachments__item-link:hover {
  text-decoration: none;
}

.lsvr_document-attachments__item-link--folder {
  font-weight: 600;
}

.lsvr_document-attachments__item-size {
  font-size: 0.75em;
}

.lsvr_document-attachments__item-label {
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 2px 5px;
  font-size: 0.625em;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 4px;
}

.lsvr_document-attachments__item--file,
.lsvr_document-attachments__item--folder {
  margin-top: 15px;
}

.lsvr_document-attachments__item--folder:first-child,
.lsvr_document-attachments__item--file:first-child {
  margin-top: 0;
}

.lsvr_document-attachments__item-toggle {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.lsvr_document-attachments__item-toggle-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e976";
}

.lsvr_document-attachments__item-toggle--active .lsvr_document-attachments__item-toggle-icon:before {
  content: "\e975";
}

.lsvr_document-post-single .post__content {
  margin: 45px 0 60px 0;
}

/* -------------------------------------------------------------------------
	EVENTS
------------------------------------------------------------------------- */
.lsvr_event-post-archive .post-archive-filter {
  margin: 30px 0;
  padding: 25px 30px;
  border-radius: 12px;
}
.lsvr_event-post-archive .post-archive-filter__form {
  margin: 0;
}
.lsvr_event-post-archive .post-archive-filter__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lsvr_event-post-archive .post-archive-filter__title {
  display: inline-block;
  margin: 0 60px 0 0;
  font-size: 1em;
  font-weight: 600;
}
.lsvr_event-post-archive .post-archive-filter__option {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 10px 0 0;
  padding: 12px 40px 12px 18px;
  width: 100%;
  max-width: 270px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.lsvr_event-post-archive .post-archive-filter__option:after {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e933";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  font-size: 16px;
  cursor: pointer;
}
.lsvr_event-post-archive .post-archive-filter__label {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0 10px 0 0;
  font-size: 0.813em;
  font-weight: 600;
  border-right: 1px solid transparent;
}
.lsvr_event-post-archive .post-archive-filter__input {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 120px;
  border: 0;
}
.lsvr_event-post-archive .post-archive-filter__submit {
  display: inline-block;
  margin: 0 0 0 20px;
}
.lsvr_event-post-archive .post-archive-filter__submit-button {
  padding: 0;
  padding: 15px 20px;
  border-radius: 6px;
}
.lsvr_event-post-archive .post-archive-filter__reset {
  display: inline-block;
  margin: 0 0 0 20px;
}
.lsvr_event-post-archive .post-archive-filter__reset-button {
  padding: 0;
  font-size: 0.813em;
  font-weight: 600;
}

.core--narrow .lsvr_event-post-archive .post-archive-filter__form-inner {
  display: block;
}
.core--narrow .lsvr_event-post-archive .post-archive-filter__form-inner:before, .core--narrow .lsvr_event-post-archive .post-archive-filter__form-inner:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}
.core--narrow .lsvr_event-post-archive .post-archive-filter__title {
  display: block;
  margin-bottom: 15px;
}
.core--narrow .lsvr_event-post-archive .post-archive-filter__submit {
  display: block;
  margin: 30px 0 0 0;
}
.core--narrow .lsvr_event-post-archive .post-archive-filter__reset {
  display: block;
  margin: 15px 0 0 0;
}

.lsvr_event-post-archive--grid .post-archive__date {
  margin-top: 60px;
}
.lsvr_event-post-archive--grid .post-archive__list.lsvr-grid {
  margin-bottom: -30px;
}
.lsvr_event-post-archive--grid .post {
  margin: 0 0 30px 0;
  border-radius: 12px;
}
.lsvr_event-post-archive--grid .post__thumbnail {
  margin: 0;
}
.lsvr_event-post-archive--grid .post__thumbnail-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.lsvr_event-post-archive--grid .post__thumbnail-link--cropped {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
}
.lsvr_event-post-archive--grid .post__thumbnail-link:hover {
  opacity: 0.95;
}
.lsvr_event-post-archive--grid .post__thumbnail-link:active {
  opacity: 0.9;
}
.lsvr_event-post-archive--grid .post__thumbnail .wp-post-image {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.lsvr_event-post-archive--grid .post__container {
  padding: 30px;
  border-radius: 12px;
}
.lsvr_event-post-archive--grid .has-post-thumbnail .post__container {
  border-radius: 0 0 12px 12px;
}
.lsvr_event-post-archive--grid .post-info {
  position: relative;
  padding-left: 90px;
}
.lsvr_event-post-archive--grid .post-info:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.lsvr_event-post-archive--grid .post-info__date {
  position: absolute;
  top: 8px;
  left: 10px;
  margin: 0;
}
.lsvr_event-post-archive--grid .post-info__date-day {
  font-size: 1.938em;
  font-weight: bold;
}
.lsvr_event-post-archive--grid .post-info__date-month {
  display: block;
}
.lsvr_event-post-archive--grid .post__categories {
  margin: 0 0 2px 0;
}
.lsvr_event-post-archive--grid .post__term-link {
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.lsvr_event-post-archive--grid .post__title {
  margin: 0;
  font-size: 1.125em;
}
.lsvr_event-post-archive--grid .post__title-link {
  text-decoration: none;
}
.lsvr_event-post-archive--grid .post-info__time-location {
  margin: 15px 0 0 0;
  line-height: 1.6em;
  font-size: 0.813em;
}
.lsvr_event-post-archive--grid .post-info__location {
  display: block;
}
.lsvr_event-post-archive--grid .post__location-link {
  text-decoration: none;
  font-weight: 600;
}

.lsvr_event-post-archive--photogrid .post-archive__date {
  margin: 60px 0 30px 0;
}
.lsvr_event-post-archive--photogrid .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 20;
}
.lsvr_event-post-archive--photogrid .post-info__date {
  margin: 0;
  width: 55px;
  border-right: 2px solid transparent;
}
.lsvr_event-post-archive--photogrid .post-info__date-day {
  font-size: 1.938em;
  font-weight: bold;
}
.lsvr_event-post-archive--photogrid .post-info__date-month {
  display: block;
}
.lsvr_event-post-archive--photogrid .post-info__time-location {
  margin: 0;
  padding-left: 20px;
  line-height: 1.25em;
}
.lsvr_event-post-archive--photogrid .post-info__time {
  font-size: 0.813em;
}
.lsvr_event-post-archive--photogrid .post-info__location {
  display: block;
  font-size: 0.813em;
}
.lsvr_event-post-archive--photogrid .post__location-link {
  font-size: 1em;
  text-decoration: none;
  font-weight: 600;
}

.lsvr_event-post-single .main-header .post-meta {
  padding-bottom: 0;
}
.lsvr_event-post-single .main-header .post-meta:after {
  display: none;
}
.lsvr_event-post-single .post-info {
  margin: 30px 0;
}
.lsvr_event-post-single .post-info__title {
  margin: 0 0 20px 0;
  font-size: 1.125em;
  font-weight: 600;
}
.lsvr_event-post-single .post-info__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 30px;
  border-radius: 0 6px 6px 0;
}
.lsvr_event-post-single .post-info__list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
}
.lsvr_event-post-single .post-info__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  flex-base: 33.3333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
  border-left: 2px solid transparent;
}
.lsvr_event-post-single .post-info__item:first-child {
  padding-left: 0;
  border: 0;
}
.lsvr_event-post-single .post-info__item-title {
  margin: 0 0 5px 0;
  font-size: 1em;
  font-weight: normal;
}
.lsvr_event-post-single .post-info__item-title .post__location-link {
  text-decoration: none;
}
.lsvr_event-post-single .post-info__item-text {
  margin: 10px 0 0 0;
  font-size: 0.813em;
}
.lsvr_event-post-single .post-info__item--date .post-info__item-text {
  margin: 0;
  font-size: 1.375em;
  font-weight: bold;
}
.lsvr_event-post-single .post-info__item-text-date {
  display: block;
}
.lsvr_event-post-single .post-info__item-text-time {
  display: block;
  font-weight: normal;
}
.lsvr_event-post-single .post-info__item--date .post-info__item-text-time {
  font-size: 0.591em;
}
.lsvr_event-post-single .post-map-wrapper {
  margin: 60px 0;
}
.lsvr_event-post-single .post-map-wrapper__title {
  margin: 0 0 30px 0;
  font-size: 1.875em;
}
.lsvr_event-post-single .post-upcoming-dates {
  margin: 60px 0;
}
.lsvr_event-post-single .post-upcoming-dates__title {
  margin: 0;
  font-size: 1.375em;
}
.lsvr_event-post-single .post-upcoming-dates__description {
  margin: 10px 0 30px 0;
}
.lsvr_event-post-single .post-upcoming-dates__subtitle {
  margin: 0 0 20px 0;
  font-size: 1.125em;
  font-weight: 600;
}
.lsvr_event-post-single .post-upcoming-dates__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lsvr_event-post-single .post-upcoming-dates__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 10px 15px;
  font-size: 0.875em;
  border-radius: 6px;
}

/* -------------------------------------------------------------------------
	FAQ
------------------------------------------------------------------------- */
.lsvr_faq-post-archive--list .post-archive__list {
  margin: 0 0 60px 0;
}
.lsvr_faq-post-archive--list .post {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 10px 0 0 0;
  padding: 20px 30px;
  border: 1px solid transparent;
  border-radius: 12px;
}
.lsvr_faq-post-archive--list .post:first-child {
  margin: 0;
}
.lsvr_faq-post-archive--list .post__header {
  position: relative;
  padding-left: 40px;
}
.lsvr_faq-post-archive--list .post__title {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  margin: 0;
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: normal;
}
.lsvr_faq-post-archive--list .post__header-icon {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
}
.lsvr_faq-post-archive--list .post__header-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95d";
}
.lsvr_faq-post-archive--list .post__header-toggle {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: block;
  position: absolute;
  top: 2px;
  right: -10px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.lsvr_faq-post-archive--list .post__header-toggle-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e976";
}
.lsvr_faq-post-archive--list .post__header-toggle--active .post__header-toggle-icon:before {
  content: "\e975";
}
.lsvr_faq-post-archive--list .post__content-wrapper {
  padding-left: 40px;
}
.lsvr_faq-post-archive--list .post__content {
  padding-top: 30px;
  font-size: 0.875em;
}
.lsvr_faq-post-archive--list .post__content > p {
  margin: 30px 0 0 0;
  line-height: 1.7em;
}
.lsvr_faq-post-archive--list .post__content > p:first-child {
  margin: 0;
}
.lsvr_faq-post-archive--list .post-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 0.813em;
}
.lsvr_faq-post-archive--list .post-meta__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-left: 7px;
  padding-left: 14px;
}
.lsvr_faq-post-archive--list .post-meta__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.lsvr_faq-post-archive--list .post-meta__item:first-child {
  margin: 0;
  padding: 0;
}
.lsvr_faq-post-archive--list .post-meta__item:first-child:before {
  display: none;
}
.lsvr_faq-post-archive--list .post-meta__item-link,
.lsvr_faq-post-archive--list .post-meta .post__term-link {
  text-decoration: none;
  font-weight: 600;
}
.lsvr_faq-post-archive--list .post-archive__list--expandable .post__header {
  padding-right: 40px;
}
.lsvr_faq-post-archive--list .post-archive__list--expandable .post__title {
  cursor: pointer;
}
.lsvr_faq-post-archive--list .post-archive__list--expandable .post__content-wrapper {
  display: none;
}

/* -------------------------------------------------------------------------
	PEOPLE
------------------------------------------------------------------------- */
.lsvr_person-post-archive--grid .post-archive__list.lsvr-grid {
  margin-bottom: -30px;
}
.lsvr_person-post-archive--grid .post {
  margin: 0 0 30px 0;
  text-align: center;
  border-radius: 12px;
}
.lsvr_person-post-archive--grid .post__thumbnail {
  margin: 0;
  text-align: center;
}
.lsvr_person-post-archive--grid .post__thumbnail-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-radius: 12px 12px 0 0;
}
.lsvr_person-post-archive--grid .post__thumbnail-link:hover {
  opacity: 0.95;
}
.lsvr_person-post-archive--grid .post__thumbnail-link:active {
  opacity: 0.9;
}
.lsvr_person-post-archive--grid .post__thumbnail-link--cropped {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lsvr_person-post-archive--grid .post__thumbnail .wp-post-image {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.lsvr_person-post-archive--grid .post__container {
  padding: 30px;
  border-radius: 12px;
}
.lsvr_person-post-archive--grid .has-post-thumbnail .post__container {
  border-radius: 0 0 12px 12px;
}
.lsvr_person-post-archive--grid .post__title {
  margin: 0;
  font-size: 1.375em;
}
.lsvr_person-post-archive--grid .post__title-link {
  text-decoration: none;
}
.lsvr_person-post-archive--grid .post__subtitle {
  margin: 5px 0 0 0;
  font-size: 0.813em;
  text-transform: uppercase;
}
.lsvr_person-post-archive--grid .post__content {
  margin: 20px 0 0 0;
  font-size: 0.875em;
}
.lsvr_person-post-archive--grid .post-social {
  margin-top: 30px;
}
.lsvr_person-post-archive--grid .post-social__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.lsvr_person-post-archive--grid .post-social__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin: 0 4px;
}
.lsvr_person-post-archive--grid .post-social__item-link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}

.lsvr_person-post-single .main-header__subtitle {
  font-weight: 600;
}
.lsvr_person-post-single .post__thumb .wp-post-image {
  border-radius: 6px;
}
.lsvr_person-post-single .post-contact-info {
  margin: 0 0 30px 0;
  max-width: 350px;
}
.lsvr_person-post-single .lsvr-grid__col .post-contact-info {
  padding-left: 40px;
}
.lsvr_person-post-single .post-contact-info__title {
  margin: 0 0 20px 0;
  font-size: 1.375em;
}
.lsvr_person-post-single .post-contact__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid transparent;
}
.lsvr_person-post-single .post-contact__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-top: 20px;
  padding-left: 35px;
  font-weight: 600;
}
.lsvr_person-post-single .post-contact__item:first-child {
  margin-top: 0;
}
.lsvr_person-post-single .post-contact__item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  margin-top: -8px;
}
.lsvr_person-post-single .post-contact__item-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lsvr_person-post-single .post-contact__item-icon--email:before {
  content: "\e910";
}
.lsvr_person-post-single .post-contact__item-icon--phone:before {
  content: "\e91b";
}
.lsvr_person-post-single .post-contact__item-icon--website {
  font-size: 20px;
}
.lsvr_person-post-single .post-contact__item-icon--website:before {
  content: "\e918";
}
.lsvr_person-post-single .post-contact__item > a {
  text-decoration: none;
}
.lsvr_person-post-single .post-social__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}
.lsvr_person-post-single .post-social__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.lsvr_person-post-single .post-social__item-link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}
.lsvr_person-post-single .post__content {
  margin: 10px 0 60px 0;
}

/* -------------------------------------------------------------------------
	PORTFOLIO
------------------------------------------------------------------------- */
.lsvr_project-post-archive--photogrid .post-archive__list.lsvr-grid {
  margin-bottom: -30px;
}
.lsvr_project-post-archive--photogrid .post {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  margin: 0 0 30px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.lsvr_project-post-archive--photogrid .post__inner {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
.lsvr_project-post-archive--photogrid .post__container {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  width: 100%;
  border-radius: 0 0 12px 12px;
  z-index: 20;
}
.lsvr_project-post-archive--photogrid .post__categories {
  margin: 0 0 10px 0;
}
.lsvr_project-post-archive--photogrid .post__term-link {
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
}
.lsvr_project-post-archive--photogrid .post__title {
  margin: 0;
  font-size: 1.125em;
}
.lsvr_project-post-archive--photogrid .post__title-link {
  text-decoration: none;
}
.lsvr_project-post-archive--photogrid .post-permalink {
  margin: 30px 0 0 0;
}
.lsvr_project-post-archive--photogrid .post-permalink__link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 0.813em;
  font-weight: 600;
  text-decoration: none;
}
.lsvr_project-post-archive--photogrid .post-permalink__link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.lsvr_project-post-archive--photogrid .post-permalink__link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  font-size: 18px;
}
.lsvr_project-post-archive--photogrid .post-permalink__link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
.lsvr_project-post-archive--photogrid .post-permalink__link:hover .post-permalink__link-icon {
  right: -5px;
}
.lsvr_project-post-archive--photogrid .post-permalink__link:active .post-permalink__link-icon {
  right: -7px;
}
.lsvr_project-post-archive--photogrid .post__overlay-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.lsvr_project-post-single .lsvr-grid__col--order-1 .post__content {
  margin-right: 40px;
}
.lsvr_project-post-single .lsvr-grid__col--order-2 .post__content {
  margin-left: 40px;
}
.lsvr_project-post-single .post-fields {
  margin: 30px 0 60px 0;
}
.lsvr_project-post-single .lsvr-grid__col--order-1 .post-fields {
  margin-right: 40px;
}
.lsvr_project-post-single .lsvr-grid__col--order-2 .post-fields {
  margin-left: 40px;
}
.lsvr_project-post-single .post-fields:first-child {
  margin-top: 0;
}
.lsvr_project-post-single .post-fields__item-title {
  margin-top: 20px;
  padding-top: 20px;
  font-weight: 600;
  border-top: 1px solid transparent;
}
.lsvr_project-post-single .post-fields__item-title:first-child {
  padding: 0;
  border: 0;
}
.lsvr_project-post-single .post-fields__item-text {
  line-height: 1.9em;
}
.lsvr_project-post-single .post-images {
  margin: 0;
}

/* -------------------------------------------------------------------------
	SERVICES
------------------------------------------------------------------------- */
.lsvr_service-post-archive--grid .post-archive__list.lsvr-grid {
  margin-bottom: -30px;
}
.lsvr_service-post-archive--grid .post {
  margin: 0 0 30px 0;
  text-align: center;
  border-radius: 12px;
}
.lsvr_service-post-archive--grid .post__thumbnail {
  position: relative;
  margin: 0;
  z-index: 10;
}
.lsvr_service-post-archive--grid .post__thumbnail-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.lsvr_service-post-archive--grid .post__thumbnail-link:hover {
  opacity: 0.95;
}
.lsvr_service-post-archive--grid .post__thumbnail-link:active {
  opacity: 0.9;
}
.lsvr_service-post-archive--grid .post__thumbnail-link--cropped {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
}
.lsvr_service-post-archive--grid .post__thumbnail .wp-post-image {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.lsvr_service-post-archive--grid .post__container {
  padding: 30px;
  border-radius: 12px;
}
.lsvr_service-post-archive--grid .has-post-thumbnail .post__container {
  border-radius: 0 0 12px 12px;
}
.lsvr_service-post-archive--grid .post__icon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  padding: 1px;
  border-radius: 50%;
  z-index: 20;
}
.lsvr_service-post-archive--grid .has-post-thumbnail .post__icon {
  top: -80px;
  margin-bottom: -60px;
}
.lsvr_service-post-archive--grid .post__icon-inner {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.lsvr_service-post-archive--grid .post__icon-ico {
  display: inline-block;
  position: relative;
  top: 25px;
  font-size: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lsvr_service-post-archive--grid .post__title {
  margin: 0;
  font-size: 1.375em;
}
.lsvr_service-post-archive--grid .has-post-thumbnail.post--has-icon .post__title {
  margin-top: -10px;
}
.lsvr_service-post-archive--grid .post__title-link {
  text-decoration: none;
}
.lsvr_service-post-archive--grid .post__content {
  font-size: 0.875em;
}
.lsvr_service-post-archive--grid .post__content > p {
  margin: 20px 0 0 0;
  line-height: 1.7em;
}
.lsvr_service-post-archive--grid .post-permalink {
  margin: 30px 0 0 0;
}
.lsvr_service-post-archive--grid .post-permalink__link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 0.813em;
  font-weight: 600;
  text-decoration: none;
}
.lsvr_service-post-archive--grid .post-permalink__link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.lsvr_service-post-archive--grid .post-permalink__link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  font-size: 18px;
}
.lsvr_service-post-archive--grid .post-permalink__link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
.lsvr_service-post-archive--grid .post-permalink__link:hover .post-permalink__link-icon {
  right: -5px;
}
.lsvr_service-post-archive--grid .post-permalink__link:active .post-permalink__link-icon {
  right: -7px;
}

.lsvr_service-post-archive--photogrid .post-archive__list.lsvr-grid {
  margin-bottom: -30px;
}
.lsvr_service-post-archive--photogrid .post {
  position: relative;
  margin: 0 0 30px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.lsvr_service-post-archive--photogrid .post.has-post-thumbnail:before {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
.lsvr_service-post-archive--photogrid .post__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 50px;
  border-radius: 12px;
}
.lsvr_service-post-archive--photogrid .post__title {
  margin: 0;
  font-size: 1.375em;
}
.lsvr_service-post-archive--photogrid .post__title-link {
  text-decoration: none;
}
.lsvr_service-post-archive--photogrid .post__content {
  font-size: 1em;
}
.lsvr_service-post-archive--photogrid .post__content > p {
  margin: 20px 0 0 0;
  line-height: 1.7em;
}
.lsvr_service-post-archive--photogrid .post__icon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  padding: 1px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 20;
}
.lsvr_service-post-archive--photogrid .post__icon-inner:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e97f";
  font-size: 80px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lsvr_service-post-archive--photogrid .post__icon-ico {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lsvr_service-post-archive--photogrid .post-permalink {
  margin: 30px 0 0 0;
}
.lsvr_service-post-archive--photogrid .post-permalink__link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 0.813em;
  font-weight: 600;
  text-decoration: none;
}
.lsvr_service-post-archive--photogrid .post-permalink__link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.lsvr_service-post-archive--photogrid .post-permalink__link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  font-size: 18px;
}
.lsvr_service-post-archive--photogrid .post-permalink__link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}
.lsvr_service-post-archive--photogrid .post-permalink__link:hover .post-permalink__link-icon {
  right: -5px;
}
.lsvr_service-post-archive--photogrid .post-permalink__link:active .post-permalink__link-icon {
  right: -7px;
}

/* -------------------------------------------------------------------------
	TESTIMONIALS
------------------------------------------------------------------------- */
.lsvr_testimonial-post-page .post__footer {
  position: relative;
  margin-top: 20px;
}
.lsvr_testimonial-post-page .post__footer--has-thumbnail {
  margin-top: 30px;
  padding-left: 80px;
  min-height: 50px;
}
.lsvr_testimonial-post-page .post__thumbnail {
  margin: 0;
  position: absolute;
  top: -11px;
  left: 0;
  max-width: 60px;
}
.lsvr_testimonial-post-page .post__thumbnail-link {
  display: block;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.lsvr_testimonial-post-page .post__thumbnail-link:hover {
  opacity: 0.9;
}
.lsvr_testimonial-post-page .post__thumbnail-link:active {
  opacity: 0.8;
}
.lsvr_testimonial-post-page .post__thumbnail img {
  border-radius: 50%;
}
.lsvr_testimonial-post-page .post__title {
  font-style: normal;
}
.lsvr_testimonial-post-page .post__title-name,
.lsvr_testimonial-post-page .post__title-link {
  text-decoration: none;
  font-weight: 600;
}
.lsvr_testimonial-post-page .post__title-description {
  display: block;
  margin-top: 5px;
  font-size: 0.875em;
}

.lsvr_testimonial-post-archive--grid .post-archive__list.lsvr-grid {
  margin-bottom: -30px;
}
.lsvr_testimonial-post-archive--grid .post {
  margin: 0 0 30px 0;
  padding: 30px;
  border-radius: 12px;
}
.lsvr_testimonial-post-archive--grid .post__quote {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  border: 0;
}
.lsvr_testimonial-post-archive--grid .post__quote-content > p {
  margin: 30px 0 0 0;
  line-height: 1.9em;
}
.lsvr_testimonial-post-archive--grid .post__quote-content > p:first-child {
  margin-top: 0;
}

.lsvr_testimonial-post-single .post__quote {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  border: 0;
}
.lsvr_testimonial-post-single .post__quote-content {
  position: relative;
  padding: 10px 0 10px 60px;
  font-size: 1.125em;
}
.lsvr_testimonial-post-single .post__quote-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
}
.lsvr_testimonial-post-single .post__quote-content > p {
  margin: 30px 0 0 0;
  line-height: 1.8em;
}
.lsvr_testimonial-post-single .post__quote-content > p:first-child {
  margin: 0;
}
.lsvr_testimonial-post-single .post__footer {
  margin-top: 30px;
}
.lsvr_testimonial-post-single .post__footer--has-thumbnail {
  margin-top: 40px;
}
.lsvr_testimonial-post-single .post-navigation {
  margin-top: 60px;
}

/* -------------------------------------------------------------------------
	ERROR 404 PAGE
------------------------------------------------------------------------- */
.error-404-page__inner {
  padding: 200px 0;
}

.error-404-page__inner .lsvr-container {
  max-width: 1100px;
}

.error-404-page__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding: 0 30px;
  max-width: 1100px;
}

.error-404-page__404 {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 30px;
  margin: 0;
  line-height: 1em;
  font-size: 180px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-404-page__content {
  padding-left: 50%;
}

.error-404-page__text {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.9em;
}

.error-404-page__back {
  margin: 30px 0 0 0;
}

.error-404-page__back-link {
  display: inline-block;
  position: relative;
  padding: 10px 30px 10px 54px;
  text-decoration: none;
  border-radius: 4px;
}

.error-404-page__back-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -11px;
  font-size: 14px;
}

.error-404-page__back-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}

.error-404-page__back-link:hover {
  text-decoration: none;
}

.error-404-page__back-link:hover .error-404-page__back-link-icon {
  left: 25px;
}

.error-404-page__back-link:active .error-404-page__back-link-icon {
  left: 23px;
}

/* -----------------------------------------------------------------------------

	5. SIDEBAR

----------------------------------------------------------------------------- */
#sidebar:before, #sidebar:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.core__columns-col--left #sidebar {
  padding-left: 90px;
}

.core__columns-col--right #sidebar {
  padding-right: 90px;
}

.sidebar__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  width: 420px;
}

.core__columns-col--left .sidebar__wrapper {
  float: right;
}

.core__columns-col--left .sidebar__inner {
  padding-right: 60px;
}

.core__columns-col--right .sidebar__inner {
  padding-left: 60px;
}

/* -------------------------------------------------------------------------
	WIDGETS
------------------------------------------------------------------------- */
.shortcode-widget {
  margin-bottom: 60px;
}

.widget__title {
  font-weight: 600;
  font-size: 1.125em;
}

#sidebar .widget {
  margin: 90px 0 0 0;
  max-width: 360px;
}

#sidebar .widget:first-child {
  margin-top: 0;
}

.widget__more {
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.widget__more-link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 0.813em;
  font-weight: 600;
  text-decoration: none;
}

.widget__more-link:hover {
  text-decoration: none;
}

.widget__more-link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.widget__more-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  font-size: 18px;
}

.widget__more-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.widget__more-link:hover .widget__more-link-icon {
  right: -5px;
}

.widget__more-link:active .widget__more-link-icon {
  right: -7px;
}

.lsvr_document-categories-widget ul,
.lsvr_event-categories-widget ul,
.lsvr_event-locations-widget ul,
.lsvr_faq-categories-widget ul,
.lsvr_listing-categories-widget ul,
.lsvr_notice-categories-widget ul,
.lsvr_person-categories-widget ul,
.lsvr_project-categories-widget ul,
.lsvr_service-categories-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lsvr_document-categories-widget li,
.lsvr_event-categories-widget li,
.lsvr_event-locations-widget li,
.lsvr_faq-categories-widget li,
.lsvr_listing-categories-widget li,
.lsvr_notice-categories-widget li,
.lsvr_person-categories-widget li,
.lsvr_project-categories-widget li,
.lsvr_service-categories-widget li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin: 20px 0 0 0;
}
.lsvr_document-categories-widget li:first-child,
.lsvr_event-categories-widget li:first-child,
.lsvr_event-locations-widget li:first-child,
.lsvr_faq-categories-widget li:first-child,
.lsvr_listing-categories-widget li:first-child,
.lsvr_notice-categories-widget li:first-child,
.lsvr_person-categories-widget li:first-child,
.lsvr_project-categories-widget li:first-child,
.lsvr_service-categories-widget li:first-child {
  margin: 0;
}
.lsvr_document-categories-widget ul ul,
.lsvr_event-categories-widget ul ul,
.lsvr_event-locations-widget ul ul,
.lsvr_faq-categories-widget ul ul,
.lsvr_listing-categories-widget ul ul,
.lsvr_notice-categories-widget ul ul,
.lsvr_person-categories-widget ul ul,
.lsvr_project-categories-widget ul ul,
.lsvr_service-categories-widget ul ul {
  margin: 20px 0 0 20px;
}
.lsvr_document-categories-widget a, .lsvr_document-categories-widget a:hover,
.lsvr_event-categories-widget a,
.lsvr_event-categories-widget a:hover,
.lsvr_event-locations-widget a,
.lsvr_event-locations-widget a:hover,
.lsvr_faq-categories-widget a,
.lsvr_faq-categories-widget a:hover,
.lsvr_listing-categories-widget a,
.lsvr_listing-categories-widget a:hover,
.lsvr_notice-categories-widget a,
.lsvr_notice-categories-widget a:hover,
.lsvr_person-categories-widget a,
.lsvr_person-categories-widget a:hover,
.lsvr_project-categories-widget a,
.lsvr_project-categories-widget a:hover,
.lsvr_service-categories-widget a,
.lsvr_service-categories-widget a:hover {
  text-decoration: none;
}

.lsvr-post-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr-post-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr-post-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr-post-list-widget__item-thumb {
  margin: 0 0 10px 0;
}

.lsvr-post-list-widget__item-thumb-link {
  display: block;
  width: 100%;
  height: 120px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
}

.lsvr-post-list-widget__item-thumb-link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.lsvr-post-list-widget__item-thumb-link:active {
  opacity: 0.8;
}

.lsvr-post-list-widget__item-category {
  margin: 0 0 5px 0;
}

.lsvr-post-list-widget__item-category-link {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.lsvr-post-list-widget__item-category-link:hover {
  text-decoration: none;
}

.lsvr-post-list-widget__item-title {
  margin: 0;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
}

.lsvr-post-list-widget__item-title-link,
.lsvr-post-list-widget__item-title-link:hover {
  text-decoration: none;
}

.lsvr-post-list-widget__item-date {
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.lsvr-post-featured-widget__thumb {
  margin: 0;
}

.lsvr-post-featured-widget__thumb-link {
  display: block;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr-post-featured-widget__thumb-link:hover {
  opacity: 0.95;
}

.lsvr-post-featured-widget__thumb-link:active {
  opacity: 0.9;
}

.lsvr-post-featured-widget__thumb-link > img {
  display: block;
  border-radius: 6px 6px 0 0;
}

.lsvr-post-featured-widget__content-inner {
  padding: 20px;
  border-radius: 6px;
}

.lsvr-post-featured-widget__content--has-thumb .lsvr-post-featured-widget__content-inner {
  border-radius: 0 0 6px 6px;
}

.lsvr-post-featured-widget__category {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr-post-featured-widget__category-link {
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr-post-featured-widget__category-link:hover {
  text-decoration: none;
}

.lsvr-post-featured-widget__title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr-post-featured-widget__title-link,
.lsvr-post-featured-widget__title-link:hover {
  text-decoration: none;
}

.lsvr-post-featured-widget__date {
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.lsvr-post-featured-widget__excerpt {
  margin: 0;
  font-size: 0.813em;
}

.lsvr-post-featured-widget__excerpt > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.lsvr-post-featured-widget__excerpt-more {
  font-weight: 600;
}

.lsvr-post-featured-widget__excerpt-more-link,
.lsvr-post-featured-widget__excerpt-more-link:hover {
  text-decoration: none;
}

.lsvr-post-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr-definition-list-widget__list {
  margin: 0 0 30px 0;
  font-size: 0.875em;
}
.lsvr-definition-list-widget__list:before, .lsvr-definition-list-widget__list:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.lsvr-definition-list-widget__item-title,
.lsvr-definition-list-widget__item-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid transparent;
}

.lsvr-definition-list-widget__item-title:first-of-type,
.lsvr-definition-list-widget__item-text:first-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}

.lsvr-definition-list-widget__item-title {
  clear: left;
  padding-right: 20px;
}

.lsvr-definition-list-widget__item-text {
  text-align: right;
}

.lsvr-definition-list-widget__item-text-link,
.lsvr-definition-list-widget__item-text-link:hover {
  text-decoration: none;
}

.lsvr_listing-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_listing-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr_listing-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr_listing-list-widget__item-thumb {
  margin: 0 0 10px 0;
}

.lsvr_listing-list-widget__item-thumb-link {
  display: block;
  width: 100%;
  height: 120px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
}

.lsvr_listing-list-widget__item-thumb-link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.lsvr_listing-list-widget__item-thumb-link:active {
  opacity: 0.8;
}

.lsvr_listing-list-widget__item-category {
  margin: 0 0 5px 0;
}

.lsvr_listing-list-widget__item-category-link {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.lsvr_listing-list-widget__item-category-link:hover {
  text-decoration: none;
}

.lsvr_listing-list-widget__item-title {
  margin: 0;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_listing-list-widget__item-title-link,
.lsvr_listing-list-widget__item-title-link:hover {
  text-decoration: none;
}

.lsvr_listing-list-widget__item-address {
  margin: 10px 0 0 0;
  font-size: 0.813em;
}

.lsvr_listing-featured-widget__thumb {
  margin: 0;
}

.lsvr_listing-featured-widget__thumb-link {
  display: block;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_listing-featured-widget__thumb-link:hover {
  text-decoration: none;
  opacity: 0.95;
}

.lsvr_listing-featured-widget__thumb-link:active {
  opacity: 0.9;
}

.lsvr_listing-featured-widget__thumb-link > img {
  display: block;
  border-radius: 6px 6px 0 0;
}

.lsvr_listing-featured-widget__content-inner {
  padding: 20px;
  border-radius: 6px;
}

.lsvr_listing-featured-widget__content--has-thumb .lsvr_listing-featured-widget__content-inner {
  border-radius: 0 0 6px 6px;
}

.lsvr_listing-featured-widget__category {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr_listing-featured-widget__category-link {
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_listing-featured-widget__category-link:hover {
  text-decoration: none;
}

.lsvr_listing-featured-widget__title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_listing-featured-widget__title-link,
.lsvr_listing-featured-widget__title-link:hover {
  text-decoration: none;
}

.lsvr_listing-featured-widget__address {
  margin: 10px 0 0 0;
  font-size: 0.813em;
}

.lsvr_listing-featured-widget__excerpt {
  margin: 0;
  font-size: 0.813em;
}

.lsvr_listing-featured-widget__excerpt > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.lsvr_listing-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_document-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_document-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr_document-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr_document-list-widget__item-title {
  margin: 0;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_document-list-widget__item-title-link,
.lsvr_document-list-widget__item-title-link:hover {
  text-decoration: none;
}

.lsvr_document-list-widget__item-date {
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.lsvr_document-list-widget__item-count {
  margin: 5px 0 0 0;
  font-size: 0.813em;
  font-weight: 600;
}

.lsvr_document-featured-widget__content-inner {
  padding: 20px;
  border-radius: 6px;
}

.lsvr_document-featured-widget__category {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr_document-featured-widget__category-link {
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_document-featured-widget__category-link:hover {
  text-decoration: none;
}

.lsvr_document-featured-widget__title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_document-featured-widget__title-link,
.lsvr_document-featured-widget__title-link:hover {
  text-decoration: none;
}

.lsvr_document-featured-widget__date {
  margin: 10px 0 0 0;
  font-size: 0.813em;
}

.lsvr_document-featured-widget__excerpt {
  margin: 0;
  font-size: 0.813em;
}

.lsvr_document-featured-widget__excerpt > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.lsvr_document-featured-widget__attachments {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 20px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.lsvr_document-featured-widget__attachments:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.lsvr_document-featured-widget__attachment {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 25px;
  border-bottom: 1px solid transparent;
}

.lsvr_document-featured-widget__attachment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.lsvr_document-featured-widget__attachment-icon {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
}

.lsvr_document-featured-widget__attachment-link {
  font-size: 0.813em;
  text-decoration: none;
}

.lsvr_document-featured-widget__attachment-link:hover {
  text-decoration: none;
}

.lsvr_document-featured-widget__attachment-filesize-wrapper {
  display: block;
  margin-top: 5px;
  font-size: 0.75em;
}

.lsvr_document-featured-widget__attachment-label {
  display: block;
  margin-top: 5px;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr_document-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_document-attachments-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_document-attachments-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 25px;
  border-bottom: 1px solid transparent;
}

.lsvr_document-attachments-widget__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.lsvr_document-attachments-widget__item-icon {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
}

.lsvr_document-attachments-widget__item-link {
  font-size: 0.813em;
  text-decoration: none;
}

.lsvr_document-attachments-widget__item-link:hover {
  text-decoration: none;
}

.lsvr_document-attachments-widget__item-filesize-wrapper {
  display: block;
  margin-top: 5px;
  font-size: 0.75em;
}

.lsvr_document-attachments-widget__item-label {
  display: block;
  margin-top: 5px;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr_event-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_event-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr_event-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr_event-list-widget__item-thumb {
  margin: 0 0 10px 0;
}

.lsvr_event-list-widget__item-thumb-link {
  display: block;
  width: 100%;
  height: 120px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
}

.lsvr_event-list-widget__item-thumb-link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.lsvr_event-list-widget__item-thumb-link:active {
  opacity: 0.8;
}

.lsvr_event-list-widget__item-title {
  margin: 0 0 10px 0;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_event-list-widget__item-title-link,
.lsvr_event-list-widget__item-title-link:hover {
  text-decoration: none;
}

.lsvr_event-list-widget__item-date {
  margin: 0;
  font-size: 0.813em;
  font-weight: 600;
}

.lsvr_event-list-widget__item-info {
  margin: 0;
  font-size: 0.813em;
}

.lsvr_event-list-widget__item-time {
  display: block;
}

.lsvr_event-list-widget__item-location-link {
  text-decoration: none;
  font-weight: 600;
}

.lsvr_event-list-widget__item-location-link:hover {
  text-decoration: none;
}

.lsvr_event-list-widget__content--has-bold-date .lsvr_event-list-widget__item {
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
  padding-top: 0;
  border: 0;
}
.lsvr_event-list-widget__content--has-bold-date .lsvr_event-list-widget__item:first-child {
  margin-top: 0;
}
.lsvr_event-list-widget__content--has-bold-date .lsvr_event-list-widget__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 60px;
  width: 1px;
  height: 100%;
}
.lsvr_event-list-widget__content--has-bold-date .lsvr_event-list-widget__item-date {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}
.lsvr_event-list-widget__content--has-bold-date .lsvr_event-list-widget__item-date-day {
  display: block;
  margin-bottom: 5px;
  font-size: 1.938em;
  font-weight: bold;
}
.lsvr_event-list-widget__content--has-bold-date .widget__more {
  margin-top: 30px;
  padding: 0;
  border: 0;
}

.lsvr_event-featured-widget__thumb {
  margin: 0;
}

.lsvr_event-featured-widget__thumb-link {
  display: block;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_event-featured-widget__thumb-link:hover {
  text-decoration: none;
  opacity: 0.95;
}

.lsvr_event-featured-widget__thumb-link:active {
  opacity: 0.9;
}

.lsvr_event-featured-widget__thumb-link > img {
  display: block;
  border-radius: 6px 6px 0 0;
}

.lsvr_event-featured-widget__content-inner {
  padding: 20px;
  border-radius: 6px;
}

.lsvr_event-featured-widget__content--has-thumb .lsvr_event-featured-widget__content-inner {
  border-radius: 0 0 6px 6px;
}

.lsvr_event-featured-widget__container {
  padding-left: 55px;
  position: relative;
  min-height: 60px;
}

.lsvr_event-featured-widget__date {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
}

.lsvr_event-featured-widget__date-day {
  display: block;
  margin-bottom: 5px;
  font-size: 1.938em;
  font-weight: bold;
}

.lsvr_event-featured-widget__title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_event-featured-widget__title-link,
.lsvr_event-featured-widget__title-link:hover {
  text-decoration: none;
}

.lsvr_event-featured-widget__info {
  margin: 10px 0 0 0;
  font-size: 0.813em;
}

.lsvr_event-featured-widget__location {
  display: block;
}

.lsvr_event-featured-widget__location-link {
  text-decoration: none;
  font-weight: 600;
}

.lsvr_event-featured-widget__location-link:hover {
  text-decoration: none;
}

.lsvr_event-featured-widget__excerpt {
  margin: 20px 0 0 0;
  font-size: 0.813em;
}

.lsvr_event-featured-widget__excerpt > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.lsvr_event-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_event-filter-widget__option {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 10px 0;
  padding: 12px 40px 12px 18px;
  width: 100%;
  max-width: 270px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.lsvr_event-filter-widget__option:after {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e933";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  font-size: 16px;
  cursor: pointer;
}

.lsvr_event-filter-widget__label {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0;
  width: 60px;
  font-size: 0.813em;
  font-weight: 600;
  border-right: 1px solid transparent;
}

.lsvr_event-filter-widget__input {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 100px;
  border: 0;
}

.lsvr_event-filter-widget__submit {
  margin: 0;
}

.lsvr_event-filter-widget__submit-button {
  display: block;
  width: 100%;
  padding: 8px 10px;
  max-width: 270px;
  border-radius: 6px;
}

.lsvr_event-filter-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_event-calendar-widget__calendar {
  border: 1px solid transparent;
  border-radius: 6px;
}

.lsvr_event-calendar-widget__calendar-inner {
  border-radius: 6px;
}

.lsvr_event-calendar-widget__calendar-header {
  position: relative;
  padding: 15px 15px 5px 15px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.lsvr_event-calendar-widget__calendar-title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_event-calendar-widget__weekday-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 0 5px;
}
.lsvr_event-calendar-widget__weekday-list:before, .lsvr_event-calendar-widget__weekday-list:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.lsvr_event-calendar-widget__weekday {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
  margin: 0;
  padding: 10px 0;
  width: 14.28%;
  font-weight: bold;
  font-size: 0.688em;
  text-align: center;
}

.lsvr_event-calendar-widget__nav-btn {
  display: block;
  position: absolute;
  top: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.lsvr_event-calendar-widget__nav-btn-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 14px;
}

.lsvr_event-calendar-widget__nav-btn--prev {
  left: 10px;
}

.lsvr_event-calendar-widget__nav-btn--prev:active {
  left: 8px;
}

.lsvr_event-calendar-widget__nav-btn--prev > .lsvr_event-calendar-widget__nav-btn-icon:before {
  content: "\e90d";
}

.lsvr_event-calendar-widget__nav-btn--next {
  right: 10px;
}

.lsvr_event-calendar-widget__nav-btn--next:active {
  right: 8px;
}

.lsvr_event-calendar-widget__nav-btn--next > .lsvr_event-calendar-widget__nav-btn-icon:before {
  content: "\e90e";
}

.lsvr_event-calendar-widget__day-list-wrapper {
  position: relative;
  padding: 5px;
  border-radius: 0 0 6px 6px;
}

.lsvr_event-calendar-widget__day-list-wrapper .lsvr-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.lsvr_event-calendar-widget__day-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0;
  font-size: 0.813em;
}
.lsvr_event-calendar-widget__day-list:before, .lsvr_event-calendar-widget__day-list:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.lsvr_event-calendar-widget__calendar--loading .lsvr_event-calendar-widget__day-list {
  opacity: 0.4;
}

.lsvr_event-calendar-widget__calendar--loading .lsvr-spinner {
  display: block;
}

.lsvr_event-calendar-widget__day-list {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.lsvr_event-calendar-widget__day {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 14.28%;
}

.lsvr_event-calendar-widget__day:nth-child(7n+1) {
  clear: left;
}

.lsvr_event-calendar-widget__day-cell {
  position: relative;
  display: block;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-width: 1px 0 0 1px;
}

.lsvr_event-calendar-widget__day-cell:hover {
  text-decoration: none;
}

.lsvr_event-calendar-widget__day:nth-child(1) .lsvr_event-calendar-widget__day-cell,
.lsvr_event-calendar-widget__day:nth-child(2) .lsvr_event-calendar-widget__day-cell,
.lsvr_event-calendar-widget__day:nth-child(3) .lsvr_event-calendar-widget__day-cell,
.lsvr_event-calendar-widget__day:nth-child(4) .lsvr_event-calendar-widget__day-cell,
.lsvr_event-calendar-widget__day:nth-child(5) .lsvr_event-calendar-widget__day-cell,
.lsvr_event-calendar-widget__day:nth-child(6) .lsvr_event-calendar-widget__day-cell,
.lsvr_event-calendar-widget__day:nth-child(7) .lsvr_event-calendar-widget__day-cell {
  border-top: 0;
}

.lsvr_event-calendar-widget__day:nth-child(7n+1) .lsvr_event-calendar-widget__day-cell,
.lsvr_event-calendar-widget__day:nth-child(1) .lsvr_event-calendar-widget__day-cell {
  border-left: 0;
}

.lsvr_event-calendar-widget__day--today > .lsvr_event-calendar-widget__day-cell {
  font-weight: bold;
}

.lsvr_event-calendar-widget__day--has-events > .lsvr_event-calendar-widget__day-cell:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}

.lsvr_event-calendar-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_faq-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_faq-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr_faq-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr_faq-list-widget__item-category {
  margin: 0 0 5px 0;
}

.lsvr_faq-list-widget__item-category-link {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.lsvr_faq-list-widget__item-category-link:hover {
  text-decoration: none;
}

.lsvr_faq-list-widget__item-title {
  margin: 0;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_faq-list-widget__item-title-link,
.lsvr_faq-list-widget__item-title-link:hover {
  text-decoration: none;
}

.lsvr_faq-featured-widget__content-inner {
  padding: 20px;
  border-radius: 6px;
}

.lsvr_faq-featured-widget__category {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr_faq-featured-widget__category-link {
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_faq-featured-widget__category-link:hover {
  text-decoration: none;
}

.lsvr_faq-featured-widget__title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_faq-featured-widget__title-link,
.lsvr_faq-featured-widget__title-link:hover {
  text-decoration: none;
}

.lsvr_faq-featured-widget__excerpt {
  margin: 0;
  font-size: 0.875em;
}

.lsvr_faq-featured-widget__excerpt > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.lsvr_faq-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_notice-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_notice-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr_notice-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr_notice-list-widget__item-category {
  margin: 0 0 5px 0;
}

.lsvr_notice-list-widget__item-category-link {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.lsvr_notice-list-widget__item-category-link:hover {
  text-decoration: none;
}

.lsvr_notice-list-widget__item-title {
  margin: 0;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_notice-list-widget__item-title-link,
.lsvr_notice-list-widget__item-title-link:hover {
  text-decoration: none;
}

.lsvr_notice-list-widget__item-date {
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.lsvr_person-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_person-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 30px;
}

.lsvr_person-list-widget__item:first-child {
  margin-top: 0;
}

.lsvr_person-list-widget__item--has-thumb .lsvr_person-list-widget__item-inner {
  position: relative;
  padding-left: 75px;
  min-height: 55px;
}

.lsvr_person-list-widget__item-thumb {
  margin: 0;
  position: absolute;
  top: -6px;
  left: 0;
}

.lsvr_person-list-widget__item-thumb-link {
  display: block;
  width: 60px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_person-list-widget__item-thumb-link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.lsvr_person-list-widget__item-thumb-link:active {
  opacity: 0.85;
}

.lsvr_person-list-widget__item-thumb-link > img {
  border-radius: 50%;
}

.lsvr_person-list-widget__item-title {
  margin: 0;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_person-list-widget__item-title-link,
.lsvr_person-list-widget__item-title-link:hover {
  text-decoration: none;
}

.lsvr_person-list-widget__item-subtitle {
  margin: 0;
  font-size: 0.813em;
}

.lsvr_person-list-widget__item-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 10px 0 0 0;
}

.lsvr_person-list-widget__item-social-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin: 0 2px;
  font-size: 16px;
}

.lsvr_person-list-widget__item-social-link,
.lsvr_person-list-widget__item-social-link:hover {
  text-decoration: none;
}

.lsvr_person-list-widget .widget__more {
  margin-top: 30px;
  padding: 0;
  border: 0;
}

.lsvr_person-featured-widget__thumb {
  margin: 0;
}

.lsvr_person-featured-widget__thumb-link {
  display: block;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_person-featured-widget__thumb-link:hover {
  text-decoration: none;
  opacity: 0.95;
}

.lsvr_person-featured-widget__thumb-link:active {
  opacity: 0.9;
}

.lsvr_person-featured-widget__thumb-link > img {
  display: block;
  border-radius: 6px 6px 0 0;
}

.lsvr_person-featured-widget__content-inner {
  padding: 20px;
  text-align: center;
  border-radius: 6px;
}

.lsvr_person-featured-widget__content--has-thumb .lsvr_person-featured-widget__content-inner {
  border-radius: 0 0 6px 6px;
}

.lsvr_person-featured-widget__title {
  margin: 0;
  font-size: 1.125em;
  font-weight: 600;
}

.lsvr_person-featured-widget__title-link,
.lsvr_person-featured-widget__title-link:hover {
  text-decoration: none;
}

.lsvr_person-featured-widget__subtitle {
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.lsvr_person-featured-widget__excerpt {
  margin: 20px 0 0 0;
  font-size: 0.875em;
}

.lsvr_person-featured-widget__excerpt > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.lsvr_person-featured-widget__social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 30px 0 0 0;
}

.lsvr_person-featured-widget__social-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin: 0 2px;
  font-size: 18px;
}

.lsvr_person-featured-widget__social-link,
.lsvr_person-featured-widget__social-link:hover {
  text-decoration: none;
}

.lsvr_person-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_project-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_project-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr_project-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr_project-list-widget__item-thumb {
  margin: 0 0 10px 0;
}

.lsvr_project-list-widget__item-thumb-link {
  display: block;
  width: 100%;
  height: 120px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
}

.lsvr_project-list-widget__item-thumb-link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.lsvr_project-list-widget__item-thumb-link:active {
  opacity: 0.8;
}

.lsvr_project-list-widget__item-category {
  margin: 0 0 5px 0;
}

.lsvr_project-list-widget__item-category-link {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.lsvr_project-list-widget__item-category-link:hover {
  text-decoration: none;
}

.lsvr_project-list-widget__item-title {
  margin: 0;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_project-list-widget__item-title-link,
.lsvr_project-list-widget__item-title-link:hover {
  text-decoration: none;
}

.lsvr_project-list-widget__item-date {
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.lsvr_project-featured-widget__thumb {
  margin: 0;
}

.lsvr_project-featured-widget__thumb-link {
  display: block;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_project-featured-widget__thumb-link:hover {
  text-decoration: none;
  opacity: 0.95;
}

.lsvr_project-featured-widget__thumb-link:active {
  opacity: 0.9;
}

.lsvr_project-featured-widget__thumb-link > img {
  display: block;
  border-radius: 6px 6px 0 0;
}

.lsvr_project-featured-widget__content-inner {
  padding: 20px;
  border-radius: 6px;
}

.lsvr_project-featured-widget__content--has-thumb .lsvr_project-featured-widget__content-inner {
  border-radius: 0 0 6px 6px;
}

.lsvr_project-featured-widget__category {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr_project-featured-widget__category-link {
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_project-featured-widget__category-link:hover {
  text-decoration: none;
}

.lsvr_project-featured-widget__title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_project-featured-widget__title-link,
.lsvr_project-featured-widget__title-link:hover {
  text-decoration: none;
}

.lsvr_project-featured-widget__date {
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.lsvr_project-featured-widget__excerpt {
  margin: 0;
  font-size: 0.813em;
}

.lsvr_project-featured-widget__excerpt > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.lsvr_project-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_service-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_service-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr_service-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr_service-list-widget__item--has-icon {
  position: relative;
  padding-left: 55px;
}

.lsvr_service-list-widget__item-icon {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  top: 12px;
  left: 0;
  margin-bottom: 20px;
  padding: 1px;
  border-radius: 50%;
  z-index: 20;
  text-align: center;
}

.lsvr_service-list-widget__item:first-child .lsvr_service-list-widget__item-icon {
  top: -7px;
}

.lsvr_service-list-widget__item-icon-inner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.lsvr_service-list-widget__item-icon-image {
  display: inline-block;
  position: relative;
  top: 12px;
  font-size: 18px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lsvr_service-list-widget__item-link {
  margin: 0;
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.lsvr_service-list-widget__item-link:hover {
  text-decoration: none;
}

.lsvr_service-featured-widget__thumb {
  margin: 0;
}

.lsvr_service-featured-widget__thumb-link {
  display: block;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_service-featured-widget__thumb-link:hover {
  text-decoration: none;
  opacity: 0.95;
}

.lsvr_service-featured-widget__thumb-link:active {
  opacity: 0.9;
}

.lsvr_service-featured-widget__thumb-link > img {
  display: block;
  border-radius: 6px 6px 0 0;
}

.lsvr_service-featured-widget__content-inner {
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}

.lsvr_service-featured-widget__content--has-thumb .lsvr_service-featured-widget__content-inner {
  border-radius: 0 0 6px 6px;
}

.lsvr_service-featured-widget__icon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  padding: 1px;
  border-radius: 50%;
  z-index: 20;
}

.lsvr_service-featured-widget__content--has-thumb .lsvr_service-featured-widget__icon {
  top: -60px;
  margin-bottom: -40px;
}

.lsvr_service-featured-widget__icon-inner {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.lsvr_service-featured-widget__icon-image {
  display: inline-block;
  position: relative;
  top: 25px;
  font-size: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lsvr_service-featured-widget__category {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr_service-featured-widget__category-link {
  text-decoration: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_service-featured-widget__category-link:hover {
  text-decoration: none;
}

.lsvr_service-featured-widget__title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr_service-featured-widget__title-link,
.lsvr_service-featured-widget__title-link:hover {
  text-decoration: none;
}

.lsvr_service-featured-widget__excerpt {
  margin: 0;
  font-size: 0.813em;
}

.lsvr_service-featured-widget__excerpt > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.lsvr_service-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.lsvr_testimonial-list-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr_testimonial-list-widget__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr_testimonial-list-widget__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lsvr_testimonial-list-widget__item-quote {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  border: 0;
}

.lsvr_testimonial-list-widget__item-quote > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
  font-size: 0.875em;
}

.lsvr_testimonial-list-widget__item-quote > p:first-child {
  margin: 0;
}

.lsvr_testimonial-list-widget__item-footer {
  margin-top: 25px;
}

.lsvr_testimonial-list-widget__item-footer--has-thumb {
  position: relative;
  padding-left: 75px;
  min-height: 50px;
}

.lsvr_testimonial-list-widget__item-thumb {
  position: absolute;
  top: -10px;
  left: 0;
  margin: 0;
}

.lsvr_testimonial-list-widget__item-thumb-link:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_testimonial-list-widget__item-thumb-link:active {
  opacity: 0.85;
}

.lsvr_testimonial-list-widget__item-thumb-link > img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.lsvr_testimonial-list-widget__item-author {
  font-style: normal;
}

.lsvr_testimonial-list-widget__item-author-link {
  font-weight: 600;
  text-decoration: none;
}

.lsvr_testimonial-list-widget__item-author-link:hover {
  text-decoration: none;
}

.lsvr_testimonial-list-widget__item-author-description {
  display: block;
  margin-top: 5px;
  font-size: 0.875em;
}

.lsvr_testimonial-featured-widget__content {
  padding: 20px;
  border-radius: 6px;
}

.lsvr_testimonial-featured-widget__quote {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  border: 0;
}

.lsvr_testimonial-featured-widget__quote > p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
  font-size: 0.875em;
}

.lsvr_testimonial-featured-widget__quote > p:first-child {
  margin: 0;
}

.lsvr_testimonial-featured-widget__footer {
  margin-top: 25px;
}

.lsvr_testimonial-featured-widget__footer--has-thumb {
  position: relative;
  padding-left: 70px;
  min-height: 50px;
}

.lsvr_testimonial-featured-widget__thumb {
  position: absolute;
  top: -10px;
  left: 0;
  margin: 0;
}

.lsvr_testimonial-featured-widget__thumb-link:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr_testimonial-featured-widget__thumb-link:active {
  opacity: 0.85;
}

.lsvr_testimonial-featured-widget__thumb-link > img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.lsvr_testimonial-featured-widget__author {
  font-style: normal;
}

.lsvr_testimonial-featured-widget__author-link {
  font-weight: 600;
  text-decoration: none;
}

.lsvr_testimonial-featured-widget__author-description {
  display: block;
  margin-top: 5px;
  font-size: 0.875em;
}

.lsvr_testimonial-featured-widget .widget__more {
  padding: 0;
  border: 0;
}

.wp-block-archives,
.wp-block-archives ul,
.widget_archive,
.widget_archive ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-archives li,
.widget_archive li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin: 20px 0 0 0;
}
.wp-block-archives li:first-child,
.widget_archive li:first-child {
  margin: 0;
}
.wp-block-archives a, .wp-block-archives a:hover,
.widget_archive a,
.widget_archive a:hover {
  text-decoration: none;
}

.wp-block-archives-dropdown,
.wp-block-archives {
  margin-bottom: 60px;
}

.wp-block-calendar,
.widget_calendar {
  text-align: unset;
  max-width: 500px;
}
.wp-block-calendar table,
.widget_calendar table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.wp-block-calendar caption,
.widget_calendar caption {
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-width: 1px 0;
}
.wp-block-calendar th,
.widget_calendar th {
  padding: 2px;
  font-size: 0.813em;
  font-weight: 600;
  border: 0;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.wp-block-calendar tbody td,
.widget_calendar tbody td {
  padding: 8px 4px;
  font-size: 0.813em;
  border: 0;
  text-align: center;
}
.wp-block-calendar a, .wp-block-calendar a:hover,
.widget_calendar a,
.widget_calendar a:hover {
  text-decoration: none;
}
.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
  margin-top: 15px;
  padding: 15px 10px 0 10px;
  border-top: 1px solid transparent;
}
.wp-block-calendar .wp-calendar-nav a,
.widget_calendar .wp-calendar-nav a {
  font-size: 0.813em;
}

.wp-block-calendar {
  margin-bottom: 60px;
}

.wp-block-categories,
.wp-block-categories ul,
.widget_categories,
.widget_categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-categories li,
.widget_categories li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin: 20px 0 0 0;
}
.wp-block-categories li:first-child,
.widget_categories li:first-child {
  margin: 0;
}
.wp-block-categories ul ul,
.widget_categories ul ul {
  margin: 20px 0 0 20px;
}
.wp-block-categories a, .wp-block-categories a:hover,
.widget_categories a,
.widget_categories a:hover {
  text-decoration: none;
}

.wp-block-categories {
  margin-bottom: 60px;
}

.wp-block-categories ul {
  margin: 20px 0 0 20px;
}

.widget_nav_menu .menu {
  font-size: 0.938em;
}
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin: 20px 0 0 0;
}
.widget_nav_menu li:first-child {
  margin: 0;
}
.widget_nav_menu ul ul {
  margin: 20px 0 0 20px;
}
.widget_nav_menu a, .widget_nav_menu a:hover {
  text-decoration: none;
}
.widget_nav_menu .current-menu-item > a {
  font-weight: 600;
}

.widget_meta .widget__inner > ul {
  font-size: 0.938em;
}
.widget_meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_meta li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin: 20px 0 0 0;
}
.widget_meta li:first-child {
  margin: 0;
}
.widget_meta a, .widget_meta a:hover {
  text-decoration: none;
}

.widget_pages .widget__inner > ul {
  font-size: 0.938em;
}
.widget_pages ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_pages li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin: 20px 0 0 0;
}
.widget_pages li:first-child {
  margin: 0;
}
.widget_pages ul ul {
  margin: 20px 0 0 20px;
}
.widget_pages a, .widget_pages a:hover {
  text-decoration: none;
}
.widget_pages .current_page_item > a {
  font-weight: 600;
}

.wp-block-latest-comments,
.wp-block-latest-comments ul,
.widget_recent_comments,
.widget_recent_comments ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-latest-comments li,
.widget_recent_comments li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.7em;
  border-top: 1px solid transparent;
}
.wp-block-latest-comments li:first-child,
.widget_recent_comments li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.wp-block-latest-comments a, .wp-block-latest-comments a:hover,
.widget_recent_comments a,
.widget_recent_comments a:hover {
  text-decoration: none;
}

.wp-block-latest-comments {
  margin-bottom: 60px;
}

.wp-block-latest-posts,
.wp-block-latest-posts ul,
.widget_recent_entries,
.widget_recent_entries ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-latest-posts li,
.widget_recent_entries li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}
.wp-block-latest-posts:not(.is-grid) li:first-child,
.widget_recent_entries:not(.is-grid) li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.wp-block-latest-posts a,
.widget_recent_entries a {
  line-height: 1.7em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}
.wp-block-latest-posts a:hover,
.widget_recent_entries a:hover {
  text-decoration: none;
}
.wp-block-latest-posts .post-date,
.widget_recent_entries .post-date {
  display: block;
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.wp-block-latest-posts {
  margin-bottom: 60px;
}

.wp-block-rss .widget__title a:last-child,
.widget_rss .widget__title a:last-child {
  text-decoration: none;
}
.wp-block-rss,
.wp-block-rss ul,
.widget_rss,
.widget_rss ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-rss li,
.widget_rss li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1.7em;
  border-top: 1px solid transparent;
}
.wp-block-rss li:first-child,
.wp-block-rss li:first-child,
.widget_rss li:first-child,
.widget_rss li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.wp-block-rss a,
.wp-block-rss ul a,
.widget_rss a,
.widget_rss ul a {
  font-weight: 600;
  text-decoration: none;
}
.wp-block-rss a:hover,
.widget_rss a:hover {
  text-decoration: none;
}
.wp-block-rss .rss-date,
.widget_rss .rss-date {
  display: block;
  margin: 5px 0 0 0;
  font-size: 0.813em;
}

.wp-block-rss {
  margin-bottom: 60px;
}

.wp-block-tag-cloud a,
.widget_tag_cloud a {
  margin-right: 4px;
  text-decoration: none;
}
.wp-block-tag-cloud a:hover,
.widget_tag_cloud a:hover {
  text-decoration: none;
}

.wp-block-tag-cloud {
  margin-bottom: 60px;
}

.widget_text .textwidget > p {
  margin: 0 0 20px 0;
  line-height: 1.9em;
}

.widget_text .textwidget {
  font-size: 0.938em;
}

/* -----------------------------------------------------------------------------

	6. FOOTER

----------------------------------------------------------------------------- */
.footer--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* -------------------------------------------------------------------------
       FOOTER WIDGETS
   ------------------------------------------------------------------------- */
.footer-widgets {
  padding: 90px 0 30px 0;
  border-top: 1px solid transparent;
}
.footer-widgets .widget {
  margin-bottom: 60px;
}

.footer-widgets__grid {
  margin-left: -30px;
  margin-right: -30px;
}

.footer-widgets__grid > .footer-widgets__column {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .footer-widgets--wider-first-col .footer-widgets__column:first-child .footer-widgets__column-inner {
    padding-right: 40%;
  }
  .footer-widgets--wider-first-col .footer-widgets__column.lsvr-grid__col--span-4 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-preferred-size: 24.999%;
        flex-basis: 24.999%;
  }
  .footer-widgets--wider-first-col .footer-widgets__column.lsvr-grid__col--span-4:first-child {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
    -ms-flex-preferred-size: 49.998%;
        flex-basis: 49.998%;
  }
  .footer-widgets--wider-first-col .footer-widgets__column.lsvr-grid__col--span-3 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
  }
  .footer-widgets--wider-first-col .footer-widgets__column.lsvr-grid__col--span-3:first-child {
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
    -ms-flex-preferred-size: 49.998%;
        flex-basis: 49.998%;
  }
}
/* -------------------------------------------------------------------------
       FOOTER BOTTOM
   ------------------------------------------------------------------------- */
.footer-bottom {
  padding: 25px 0;
  font-size: 0.875em;
  border-top: 1px solid transparent;
}

.footer-bottom__inner {
  position: relative;
}
.footer-bottom__inner:before, .footer-bottom__inner:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.footer--has-back-to-top .footer-bottom__inner {
  padding-right: 90px;
}

.footer-social {
  position: relative;
  top: -2px;
  float: right;
  padding-left: 50px;
  margin-left: 20px;
  font-size: 20px;
}

.footer--has-menu .footer-social:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 1px;
  line-height: 1px;
  border-top: 1px solid transparent;
}

.footer-social__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-social__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  position: realtive;
  top: 1px;
  margin-left: 10px;
}

.footer-social__item-link,
.footer-social__item-link:hover {
  text-decoration: none;
}

.footer-menu {
  float: right;
}

.footer-menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menu__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin: 0 0 3px 20px;
  line-height: 1.3em;
}

.footer-menu__item-link,
.footer-menu__item-link:hover {
  text-decoration: none;
}

.footer-text {
  float: left;
}

.footer-text p {
  margin: 15px 0 0 0;
}

.footer-text p:first-child {
  margin: 0;
}

.footer-text a {
  text-decoration: none;
}

.back-to-top {
  position: absolute;
  top: -7px;
  right: 0;
  padding-left: 40px;
}

.footer--has-social-links .back-to-top:before,
.footer--has-menu .back-to-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 30px;
  height: 1px;
  line-height: 1px;
  border-top: 1px solid transparent;
}

.back-to-top__link {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
}

.back-to-top__link:hover {
  text-decoration: none;
}

.back-to-top__icon {
  position: relative;
  top: 0;
  -webkit-transition: top 200ms;
  transition: top 200ms;
}

.back-to-top__icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}

.back-to-top__link:hover .back-to-top__icon {
  top: -2px;
}

.back-to-top__link:active .back-to-top__icon {
  top: -4px;
}

/* -----------------------------------------------------------------------------

	7. ELEMENTS

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	WORDBENCH CONTACT
------------------------------------------------------------------------- */
.lsvr-wordbench-contact {
  position: relative;
  margin: 0 0 60px 0;
  z-index: 10;
}

.lsvr-wordbench-contact__form {
  border-radius: 6px;
  padding: 60px 60px 30px 60px;
  margin-right: 100px;
}

.lsvr-wordbench-contact__form-title {
  font-size: 1.875em;
}

.lsvr-wordbench-contact__info-title {
  font-size: 1.875em;
}

.lsvr-wordbench-contact__address > p {
  margin: 0 0 15px;
  line-height: 1.9em;
}

.lsvr-wordbench-contact__contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-contact__contact-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-top: 20px;
  padding-left: 35px;
  font-weight: 600;
}

.lsvr-wordbench-contact__contact-item:first-child {
  margin-top: 0;
}

.lsvr-wordbench-contact__contact-item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  margin-top: -8px;
}

.lsvr-wordbench-contact__contact-item-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lsvr-wordbench-contact__contact-item-icon--email:before {
  content: "\e910";
}

.lsvr-wordbench-contact__contact-item-icon--phone:before {
  content: "\e91b";
}

.lsvr-wordbench-contact__contact-item-icon--fax:before {
  content: "\e970";
}

.lsvr-wordbench-contact__contact-item-icon--website {
  font-size: 20px;
}

.lsvr-wordbench-contact__contact-item-icon--website:before {
  content: "\e918";
}

.lsvr-wordbench-contact__contact-item > a {
  text-decoration: none;
}

.lsvr-wordbench-contact__social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-contact__social-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.lsvr-wordbench-contact__social-item-link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}

.lsvr-wordbench-contact__social-item-link:hover {
  text-decoration: none;
}

/* -------------------------------------------------------------------------
	WORDBENCH CONTAINER
------------------------------------------------------------------------- */
.lsvr-wordbench-container {
  position: relative;
  z-index: 10;
}

.lsvr-wordbench-container__inner {
  position: relative;
  padding: 150px 0 120px 0;
}

.lsvr-wordbench-container__header {
  margin: 0 0 60px 0;
  max-width: 800px;
}

.lsvr-wordbench-container__title {
  margin: 0 0 10px 0;
  font-size: 3.75em;
  font-weight: bold;
}

.lsvr-wordbench-container__subtitle {
  margin: 0;
  font-size: 1.25em;
  font-weight: normal;
}

/* -------------------------------------------------------------------------
	WORDBENCH HERO
------------------------------------------------------------------------- */
.lsvr-wordbench-hero__inner {
  position: relative;
  padding: 150px 0;
}

.lsvr-wordbench-hero__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.lsvr-wordbench-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.lsvr-wordbench-hero__content {
  position: relative;
  z-index: 20;
}
.lsvr-wordbench-hero__content:before, .lsvr-wordbench-hero__content:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.lsvr-wordbench-hero__header {
  width: 100%;
  max-width: 500px;
}

.lsvr-wordbench-hero--layout-text-right .lsvr-wordbench-hero__header {
  float: right;
}

.lsvr-wordbench-hero__header-inner {
  padding: 50px 40px;
  border-radius: 3px;
}

.lsvr-wordbench-hero__title {
  margin: 0 0 20px 0;
  font-size: 2.5em;
  font-weight: normal;
}

.lsvr-wordbench-hero__description > p {
  margin: 30px 0 0 0;
}

.lsvr-wordbench-hero__description > p:first-child {
  margin: 0;
}

.lsvr-wordbench-hero__search {
  margin-top: 30px;
}

.lsvr-wordbench-hero__search-form {
  position: relative;
  margin: 0;
  max-width: 500px;
}

.lsvr-wordbench-hero__search-input-wrapper {
  -webkit-transition: border-radius 100ms;
  transition: border-radius 100ms;
  position: relative;
  border-radius: 6px;
  z-index: 20;
}

.lsvr-wordbench-hero__search--expanded .lsvr-wordbench-hero__search-input-wrapper {
  border-radius: 6px 6px 0 0;
}

.lsvr-wordbench-hero__search-input {
  padding: 15px 100px 15px 20px;
  font-size: 16px;
  border: 0;
  background: transparent;
}

.lsvr-wordbench-hero__search-filter-toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 65px;
  margin-top: -15px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

.lsvr-wordbench-hero__search-filter-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 30px;
}

.lsvr-wordbench-hero__search-filter-toggle-icon {
  font-size: 26px;
  position: relative;
  top: 2px;
}

.lsvr-wordbench-hero__search-filter-toggle-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e980";
}

.lsvr-wordbench-hero__search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 0;
  width: 50px;
  height: 100%;
}

.lsvr-wordbench-hero__search-submit-icon {
  position: relative;
  top: 1px;
  font-size: 24px;
}

.lsvr-wordbench-hero__search-submit-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
}

.lsvr-wordbench-hero__search-spinner {
  display: none;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -15px;
}

.lsvr-wordbench-hero--has-filter .lsvr-wordbench-hero__search-spinner {
  right: 95px;
}

.lsvr-wordbench-hero__search-form--loading .lsvr-wordbench-hero__search-spinner {
  display: block;
}

.lsvr-wordbench-hero__search-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 15px 20px 20px 20px;
  border-top: 1px solid transparent;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.lsvr-wordbench-hero__search-filter {
  display: none;
}

.lsvr-wordbench-hero__search-filter-label {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 4px 8px;
  font-size: 0.75em;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
}

.lsvr-wordbench-hero__search-filter-checkbox {
  display: none;
}

.lsvr-wordbench-hero__search--filter-expanded .lsvr-wordbench-hero__search-results {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-hero__search-results-title {
  margin: 0 0 20px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
}

.lsvr-wordbench-hero__search-results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr-wordbench-hero__search-results-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-top: 10px;
  padding: 10px 100px 0 0;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-hero__search-results-item:first-child {
  margin: 0;
  padding-top: 0;
  border: 0;
}

.lsvr-wordbench-hero__search-results-item-type {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  text-transform: uppercase;
  font-size: 0.688em;
}

.lsvr-wordbench-hero__search-results-item:first-child .lsvr-wordbench-hero__search-results-item-type {
  top: 5px;
}

.lsvr-wordbench-hero__search-results-item-link,
.lsvr-wordbench-hero__search-results-item-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-hero__search-results-item-link {
  font-size: 0.875em;
}

.lsvr-wordbench-hero__search-results-item--active .lsvr-wordbench-hero__search-results-item-link {
  font-weight: bold;
}

.lsvr-wordbench-hero__search-results-more {
  margin: 20px 0 0 0;
  padding-top: 10px;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-hero__search-results-more-link {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 0.875em;
  text-decoration: none;
}

.lsvr-wordbench-hero__search-results-more-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-hero__search-results-more-link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.lsvr-wordbench-hero__search-results-more-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -11px;
  font-size: 20px;
}

.lsvr-wordbench-hero__search-results-more-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.lsvr-wordbench-hero__search-results-more-link:hover .lsvr-wordbench-hero__search-results-more-link-icon {
  right: 3px;
}

.lsvr-wordbench-hero__search-results-more-link:active .lsvr-wordbench-hero__search-results-more-link-icon {
  right: 1px;
}

.lsvr-wordbench-hero__search-results-message {
  margin: 0;
  font-size: 0.875em;
}

/* -------------------------------------------------------------------------
	WORDBENCH POST GRID
------------------------------------------------------------------------- */
.lsvr-wordbench-post-grid {
  position: relative;
  z-index: 10;
}

.lsvr-wordbench-post-grid--has-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.lsvr-wordbench-post-grid__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.lsvr-wordbench-post-grid__inner {
  position: relative;
  padding: 150px 0 120px 0;
  z-index: 20;
}

.lsvr-wordbench-post-grid__header {
  margin: 0 0 60px 0;
  max-width: 800px;
}

.lsvr-wordbench-post-grid__title {
  margin: 0 0 10px 0;
  font-size: 3.75em;
  font-weight: bold;
}

.lsvr-wordbench-post-grid__title-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-post-grid__subtitle {
  margin: 0;
  font-size: 1.25em;
  font-weight: normal;
}

.lsvr-wordbench-post-grid__categories {
  position: relative;
  margin: 60px 0 20px 0;
  padding-left: 40px;
}

.lsvr-wordbench-post-grid__categories-icon {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 17px;
}

.lsvr-wordbench-post-grid__categories-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
}

.lsvr-wordbench-post-grid__categories-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.lsvr-wordbench-post-grid__categories-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  position: relative;
  margin: 0 30px 20px 0;
}

.lsvr-wordbench-post-grid__categories-item-link,
.lsvr-wordbench-post-grid__categories-item-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-post-grid__post {
  margin: 0 0 30px 0;
  border-radius: 12px;
}

.lsvr-wordbench-post-grid__post-thumb {
  margin: 0;
}

.lsvr-wordbench-post-grid__post-thumb-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lsvr-wordbench-post-grid__post-thumb-link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.lsvr-wordbench-post-grid__post-thumb-link:active {
  opacity: 0.85;
}

.lsvr-wordbench-post-grid__post-thumb--cropped .lsvr-wordbench-post-grid__post-thumb-link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
}

.lsvr-wordbench-post-grid__post-thumb-link > img {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.lsvr-wordbench-post-grid__post-container {
  padding: 30px;
  border-radius: 12px;
}

.lsvr-wordbench-post-grid__post.has-post-thumbnail .lsvr-wordbench-post-grid__post-container {
  border-radius: 0 0 12px 12px;
}

.lsvr-wordbench-post-grid__post-title {
  margin: 0;
  font-size: 1.125em;
}

.lsvr-wordbench-post-grid__post-title-link,
.lsvr-wordbench-post-grid__post-title-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-post-grid__post-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 0.813em;
}

.lsvr-wordbench-post-grid__post-meta-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-right: 14px;
}

.lsvr-wordbench-post-grid__post-meta-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.lsvr-wordbench-post-grid__post-meta-item:last-child {
  margin: 0;
  padding: 0;
}

.lsvr-wordbench-post-grid__post-meta-item:last-child:after {
  display: none;
}

.lsvr-wordbench-post-grid__post-meta-item-link,
.lsvr-wordbench-post-grid__post-meta-item-link:hover {
  font-weight: 600;
  text-decoration: none;
}

.lsvr-wordbench-post-grid__post-content {
  font-size: 0.875em;
}

.lsvr-wordbench-post-grid__post-content > p {
  margin: 20px 0 0 0;
}

.lsvr-wordbench-post-grid__post-permalink {
  margin: 30px 0 0 0;
}

.lsvr-wordbench-post-grid__post-permalink-link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 0.813em;
  font-weight: 600;
  text-decoration: none;
}

.lsvr-wordbench-post-grid__post-permalink-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-post-grid__post-permalink-link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.lsvr-wordbench-post-grid__post-permalink-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 18px;
}

.lsvr-wordbench-post-grid__post-permalink-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.lsvr-wordbench-post-grid__post-permalink-link:hover .lsvr-wordbench-post-grid__post-permalink-link-icon {
  right: -5px;
}

.lsvr-wordbench-post-grid__post-permalink-link:active .lsvr-wordbench-post-grid__post-permalink-link-icon {
  right: -7px;
}

.lsvr-wordbench-post-grid__more {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-post-grid__more-link {
  display: inline-block;
  padding: 8px 30px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 4px;
}

.lsvr-wordbench-post-grid__more-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-categories {
  margin: 0 0 10px 0;
}
.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-categories .post__term-link {
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post.has-post-thumbnail .lsvr-wordbench-post-grid__post-bg:before {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 30px 30px 30px;
  height: 400px;
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-categories {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 0.75em;
  font-weight: 600;
  z-index: 20;
}
.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-categories .post__term-link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 2px 8px;
  text-decoration: none;
  border-radius: 4px;
}
.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-title {
  position: relative;
  font-size: 1.875em;
  z-index: 20;
}
.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding-top: 20px;
  border-top: 1px solid transparent;
  z-index: 20;
}
.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-overlay-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.lsvr-wordbench-post-grid--directory.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding-top: 20px;
  border-top: 1px solid transparent;
  z-index: 20;
}
.lsvr-wordbench-post-grid--directory.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-content > p:first-child {
  margin: 0;
}

.lsvr-wordbench-post-grid--documents .lsvr-wordbench-post-grid__post-attachments {
  margin-top: 30px;
}
.lsvr-wordbench-post-grid--documents .lsvr-wordbench-post-grid__post-attachments-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid transparent;
}
.lsvr-wordbench-post-grid--documents .lsvr-wordbench-post-grid__post-attachments-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
}
.lsvr-wordbench-post-grid--documents .lsvr-wordbench-post-grid__post-attachments-item:first-child {
  margin-top: 0;
}
.lsvr-wordbench-post-grid--documents .lsvr-wordbench-post-grid__post-attachments-item-icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 16px;
}
.lsvr-wordbench-post-grid--documents .lsvr-wordbench-post-grid__post-attachments-item-link {
  margin-right: 5px;
  font-size: 0.813em;
  text-decoration: none;
}
.lsvr-wordbench-post-grid--documents .lsvr-wordbench-post-grid__post-attachments-item-filesize {
  font-size: 0.75em;
}
.lsvr-wordbench-post-grid--documents .lsvr-wordbench-post-grid__post-attachments-item-label {
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 2px 5px;
  font-size: 0.625em;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 4px;
}

.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info {
  position: relative;
  padding-left: 90px;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info-date {
  position: absolute;
  top: 8px;
  left: 10px;
  margin: 0;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info-date-day {
  font-size: 1.938em;
  font-weight: bold;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info-date-month {
  display: block;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-categories {
  margin: 0 0 2px 0;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-categories .post__term-link {
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info-time-location {
  margin: 15px 0 0 0;
  line-height: 1.5em;
  font-size: 0.813em;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info-location {
  display: block;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .post__location-link {
  text-decoration: none;
  font-weight: 600;
}

.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 20;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-title {
  font-size: 1.875em;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-info-date {
  margin: 0;
  width: 55px;
  border-right: 2px solid transparent;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-info-date-day {
  font-size: 1.938em;
  font-weight: bold;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-info-date-month {
  display: block;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-info-time-location {
  margin: 0;
  padding-left: 20px;
  line-height: 1.5em;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-info-time {
  font-size: 0.813em;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-info-location {
  display: block;
  font-size: 0.813em;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .post__location-link {
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
}
.lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .post__location-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__categories {
  margin: 0 0 15px 0;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__item {
  margin: 0 0 10px 0;
  width: 100%;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 0;
  padding: 20px 30px;
  border: 1px solid transparent;
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-header {
  position: relative;
  padding: 0 40px;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-title {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  margin: 0;
  line-height: 1.5em;
  font-size: 1.125em;
  font-weight: normal;
  cursor: pointer;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-header-icon {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-header-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95d";
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-header-toggle {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: block;
  position: absolute;
  top: 2px;
  right: -10px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-header-toggle-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e976";
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-header-toggle--active .lsvr-wordbench-post-grid__post-header-toggle-icon:before {
  content: "\e975";
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-content-wrapper {
  display: none;
  padding-left: 40px;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-content {
  padding-top: 30px;
  font-size: 0.875em;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-content > p {
  margin: 30px 0 0 0;
  line-height: 1.7em;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-content > p:first-child {
  margin: 0;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 0.813em;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-meta-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-right: 14px;
}
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-meta-item-link,
.lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-meta .post__term-link {
  text-decoration: none;
  font-weight: 600;
}

.lsvr-wordbench-post-grid--people .lsvr-wordbench-post-grid__post-container {
  text-align: center;
}
.lsvr-wordbench-post-grid--people .lsvr-wordbench-post-grid__post-subtitle {
  margin: 5px 0 0 0;
  font-size: 0.813em;
  text-transform: uppercase;
}
.lsvr-wordbench-post-grid--people .lsvr-wordbench-post-grid__post-social {
  margin-top: 30px;
}
.lsvr-wordbench-post-grid--people .lsvr-wordbench-post-grid__post-social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.lsvr-wordbench-post-grid--people .lsvr-wordbench-post-grid__post-social-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
  margin: 0 4px;
}
.lsvr-wordbench-post-grid--people .lsvr-wordbench-post-grid__post-social-item-link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}

.lsvr-wordbench-post-grid--portfolio.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-bg {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--portfolio.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-inner {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
.lsvr-wordbench-post-grid--portfolio.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-container {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  width: 100%;
  border-radius: 0 0 12px 12px;
  z-index: 20;
}
.lsvr-wordbench-post-grid--portfolio.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-categories {
  margin: 0 0 10px 0;
}
.lsvr-wordbench-post-grid--portfolio.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-categories .post__term-link {
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
}
.lsvr-wordbench-post-grid--portfolio.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-title {
  margin: 0;
  font-size: 1.125em;
}
.lsvr-wordbench-post-grid--portfolio.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-title-link {
  text-decoration: none;
}
.lsvr-wordbench-post-grid--portfolio.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-overlay-link {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-container {
  text-align: center;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-icon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  padding: 1px;
  border-radius: 50%;
  z-index: 20;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post.has-post-thumbnail .lsvr-wordbench-post-grid__post-icon {
  top: -80px;
  margin-bottom: -60px;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-icon-inner {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-icon-ico {
  display: inline-block;
  position: relative;
  top: 25px;
  font-size: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-bg {
  position: relative;
  margin: 0 0 30px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post.has-post-thumbnail .lsvr-wordbench-post-grid__post-bg:before {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 50px;
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post.has-post-thumbnail .lsvr-wordbench-post-grid__post-icon,
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-icon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
  padding: 1px;
  border-radius: 50%;
  z-index: 20;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-icon-inner:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e97f";
  font-size: 80px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-icon-ico {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-title {
  margin: 0;
  font-size: 1.375em;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-title-link {
  text-decoration: none;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-content {
  font-size: 1em;
}
.lsvr-wordbench-post-grid--services.lsvr-wordbench-post-grid--layout-custom-photogrid .lsvr-wordbench-post-grid__post-content > p {
  margin: 20px 0 0 0;
  line-height: 1.7em;
}

.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post.has-post-thumbnail .lsvr-wordbench-post-grid__post-container,
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-container {
  border-radius: 12px;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-quote {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  border: 0;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-quote-content > p {
  margin: 30px 0 0 0;
  line-height: 1.9em;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-quote-content > p:first-child {
  margin-top: 0;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-footer {
  position: relative;
  margin-top: 20px;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-footer--has-thumbnail {
  margin-top: 30px;
  padding-left: 80px;
  min-height: 50px;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-thumbnail {
  margin: 0;
  position: absolute;
  top: -11px;
  left: 0;
  max-width: 60px;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-thumbnail-link {
  display: block;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-thumbnail-link:hover {
  opacity: 0.9;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-thumbnail-link:active {
  opacity: 0.8;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-thumbnail img {
  border-radius: 50%;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-title {
  font-style: normal;
  font-size: 1em;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-title-name,
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-title-link {
  text-decoration: none;
  font-weight: 600;
}
.lsvr-wordbench-post-grid--testimonials .lsvr-wordbench-post-grid__post-title-description {
  display: block;
  margin-top: 5px;
  font-size: 0.875em;
}

/* -------------------------------------------------------------------------
	WORDBENCH SIDEBAR
------------------------------------------------------------------------- */
.lsvr-wordbench-sidebar {
  position: relative;
  z-index: 10;
}

.lsvr-wordbench-sidebar__inner {
  position: relative;
}

.lsvr-wordbench-sidebar__header {
  border: 1px solid transparent;
  border-width: 1px 0;
}

.lsvr-wordbench-sidebar__header-inner {
  padding: 150px 0 90px 0;
  max-width: 800px;
}

.lsvr-wordbench-sidebar__title {
  margin: 0 0 10px 0;
  font-size: 3.75em;
  font-weight: bold;
}

.lsvr-wordbench-sidebar__subtitle {
  margin: 0;
  font-size: 1.25em;
  font-weight: normal;
}

.lsvr-wordbench-sidebar__widgets {
  overflow-x: hidden;
}

.lsvr-wordbench-sidebar__grid-wrapper {
  position: relative;
  margin-left: -60px;
  margin-right: -60px;
  padding: 90px 0 0 0;
  z-index: 10;
}

.lsvr-wordbench-sidebar__grid-wrapper:before,
.lsvr-wordbench-sidebar__grid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}

.lsvr-wordbench-sidebar__grid-wrapper:before {
  left: 33.33%;
  width: 33.33%;
}

.lsvr-wordbench-sidebar__grid-wrapper:after {
  display: none;
}

.lsvr-wordbench-sidebar__grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 20;
}
.lsvr-wordbench-sidebar__grid:before, .lsvr-wordbench-sidebar__grid:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}

.lsvr-wordbench-sidebar__grid > .widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-bottom: 90px;
  padding-left: 60px;
  padding-right: 60px;
}

.lsvr-wordbench-sidebar .widget__title {
  margin-bottom: 60px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.lsvr-wordbench-sidebar__grid > .widget {
  width: 33.33%;
}

.lsvr-wordbench-sidebar__grid > .widget:nth-child(3n+1) {
  clear: left;
}

/* -------------------------------------------------------------------------
	WORDBENCH SITEMAP
------------------------------------------------------------------------- */
.lsvr-wordbench-sitemap {
  position: relative;
  z-index: 20;
}

.lsvr-wordbench-sitemap a:hover {
  text-decoration: none;
}

.lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lsvr-wordbench-sitemap__header {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
  padding-right: 30px;
}

.lsvr-wordbench-sitemap__header-inner {
  margin-top: -30px;
  padding: 60px 40px;
  border-radius: 3px;
}

.lsvr-wordbench-sitemap:first-child .lsvr-wordbench-sitemap__header-inner {
  margin-top: 60px;
}

.lsvr-wordbench-sitemap__title {
  margin: 0 0 20px 0;
  font-size: 1.875em;
  font-weight: normal;
}

.lsvr-wordbench-sitemap__description > p {
  margin: 30px 0 0 0;
}

.lsvr-wordbench-sitemap__description > p:first-child {
  margin: 0;
}

.lsvr-wordbench-sitemap__search {
  margin-top: 30px;
}

.lsvr-wordbench-sitemap__search-form {
  position: relative;
  margin: 0;
  max-width: 500px;
}

.lsvr-wordbench-sitemap__search-input-wrapper {
  -webkit-transition: border-radius 100ms;
  transition: border-radius 100ms;
  position: relative;
  border-radius: 6px;
  z-index: 20;
}

.lsvr-wordbench-sitemap__search--expanded .lsvr-wordbench-sitemap__search-input-wrapper {
  border-radius: 6px 6px 0 0;
}

.lsvr-wordbench-sitemap__search-input {
  padding: 15px 100px 15px 20px;
  font-size: 16px;
  border: 0;
  background: transparent;
}

.lsvr-wordbench-sitemap__search-filter-toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 65px;
  margin-top: -15px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
}

.lsvr-wordbench-sitemap__search-filter-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 30px;
}

.lsvr-wordbench-sitemap__search-filter-toggle-icon {
  font-size: 26px;
  position: relative;
  top: 2px;
}

.lsvr-wordbench-sitemap__search-filter-toggle-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e980";
}

.lsvr-wordbench-sitemap__search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 0;
  width: 50px;
  height: 100%;
}

.lsvr-wordbench-sitemap__search-submit-icon {
  position: relative;
  top: 1px;
  font-size: 22px;
}

.lsvr-wordbench-sitemap__search-submit-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
}

.lsvr-wordbench-sitemap__search-spinner {
  display: none;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -15px;
}

.lsvr-wordbench-sitemap--has-filter .lsvr-wordbench-sitemap__search-spinner {
  right: 90px;
}

.lsvr-wordbench-sitemap__search-form--loading .lsvr-wordbench-sitemap__search-spinner {
  display: block;
}

.lsvr-wordbench-sitemap__search-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 15px 20px 20px 20px;
  border-top: 1px solid transparent;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.lsvr-wordbench-sitemap__search-filter {
  display: none;
}

.lsvr-wordbench-sitemap__search-filter-label {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 4px 8px;
  font-size: 0.75em;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
}

.lsvr-wordbench-sitemap__search-filter-checkbox {
  display: none;
}

.lsvr-wordbench-sitemap__search--filter-expanded .lsvr-wordbench-sitemap__search-results {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-sitemap__search-results-title {
  margin: 0 0 20px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
}

.lsvr-wordbench-sitemap__search-results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr-wordbench-sitemap__search-results-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-sitemap__search-results-item:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.lsvr-wordbench-sitemap__search-results-item-type {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.688em;
}

.lsvr-wordbench-sitemap__search-results-item-link,
.lsvr-wordbench-sitemap__search-results-item-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-sitemap__search-results-item-link {
  font-size: 0.875em;
}

.lsvr-wordbench-sitemap__search-results-item--active .lsvr-wordbench-sitemap__search-results-item-link {
  font-weight: bold;
}

.lsvr-wordbench-sitemap__search-results-more {
  margin: 20px 0 0 0;
  padding-top: 10px;
  border-top: 1px solid transparent;
}

.lsvr-wordbench-sitemap__search-results-more-link {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 0.875em;
  text-decoration: none;
}

.lsvr-wordbench-sitemap__search-results-more-link:hover {
  text-decoration: none;
}

.lsvr-wordbench-sitemap__search-results-more-link-label {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.lsvr-wordbench-sitemap__search-results-more-link-icon {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -11px;
  font-size: 20px;
}

.lsvr-wordbench-sitemap__search-results-more-link-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.lsvr-wordbench-sitemap__search-results-more-link:hover .lsvr-wordbench-sitemap__search-results-more-link-icon {
  right: 3px;
}

.lsvr-wordbench-sitemap__search-results-more-link:active .lsvr-wordbench-sitemap__search-results-more-link-icon {
  right: 1px;
}

.lsvr-wordbench-sitemap__search-results-message {
  margin: 0;
  font-size: 0.875em;
}

.lsvr-wordbench-sitemap__nav {
  position: relative;
}

.lsvr-wordbench-sitemap--has-header.lsvr-wordbench-sitemap--3-cols .lsvr-wordbench-sitemap__nav {
  position: relative;
  width: 75%;
}

.lsvr-wordbench-sitemap--has-header.lsvr-wordbench-sitemap--4-cols .lsvr-wordbench-sitemap__nav {
  position: relative;
  width: 80%;
}

.lsvr-wordbench-sitemap__nav:after,
.lsvr-wordbench-sitemap__list:before,
.lsvr-wordbench-sitemap__list:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}

.lsvr-wordbench-sitemap__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.lsvr-wordbench-sitemap__submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lsvr-wordbench-sitemap__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.lsvr-wordbench-sitemap__item-inner {
  position: relative;
}

.lsvr-wordbench-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lsvr-wordbench-sitemap__item-link {
  text-decoration: none;
}

.lsvr-wordbench-sitemap__item--level-0 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 90px 60px;
}

.lsvr-wordbench-sitemap__item--level-0:first-child,
.lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3n+1),
.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(4n+1) {
  padding-left: 0;
}

.lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__item--level-0:first-child,
.lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3n+1),
.lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(4n+1) {
  padding-left: 60px;
}

.lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__list:before {
  left: 33.3333%;
}

.lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__list:after {
  left: 66.6666%;
}

.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__list:before {
  left: 25%;
}

.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__list:after {
  left: 50%;
}

.lsvr-wordbench-sitemap__nav--4-cols:after {
  left: 75%;
}

.lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(1),
.lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2),
.lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3) {
  padding-top: 90px;
}

.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(1),
.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2),
.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3),
.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(4) {
  padding-top: 90px;
}

.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0 {
  width: 25%;
}

.lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(4n) {
  padding-right: 0;
}

.lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0 {
  width: 33.3333%;
}

.lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3n) {
  padding-right: 0;
}

.lsvr-wordbench-sitemap__item-inner--level-0 > .lsvr-wordbench-sitemap__item-title {
  position: relative;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lsvr-wordbench-sitemap__item-inner--level-0 > .lsvr-wordbench-sitemap__item-title--has-icon {
  padding-left: 44px;
}

.lsvr-wordbench-sitemap__item-title-icon {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 26px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lsvr-wordbench-sitemap__submenu .lsvr-wordbench-sitemap__item {
  margin-top: 20px;
}

.lsvr-wordbench-sitemap__submenu .lsvr-wordbench-sitemap__submenu {
  margin-left: 30px;
}

.lsvr-wordbench-sitemap__item-link--level-2 {
  font-size: 0.875em;
}

/* -------------------------------------------------------------------------
	WORDBENCH SLIDER
------------------------------------------------------------------------- */
.lsvr-wordbench-slider {
  position: relative;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  z-index: 10;
}

.lsvr-wordbench-slider__list {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.lsvr-wordbench-slider__item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lsvr-wordbench-slider--loading .lsvr-wordbench-slider__item:first-child {
  display: block;
}

.lsvr-wordbench-slider__item--active {
  display: block;
  z-index: 20;
}

.lsvr-wordbench-slider__item--next {
  display: block;
}

.lsvr-wordbench-slider__item-inner {
  height: 100%;
}

.lsvr-wordbench-slider__item-inner > .lsvr-container {
  height: 100%;
}

.lsvr-wordbench-slider__item-content-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
}

.lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__item-content-wrapper {
  padding-right: 120px;
}

.lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__item-content-wrapper {
  margin-left: 50%;
  padding-left: 120px;
}

.lsvr-wordbench-slider__item-content {
  max-width: 500px;
}

.lsvr-wordbench-slider__item-title {
  position: relative;
  margin: 0;
  font-size: 3.75em;
  font-weight: normal;
}

.lsvr-wordbench-slider__item-text {
  position: relative;
  font-size: 1.125em;
}

.lsvr-wordbench-slider__item-text > p {
  margin: 30px 0 0 0;
}

.lsvr-wordbench-slider__item-button {
  position: relative;
  margin: 30px 0 0 0;
}

.lsvr-wordbench-slider__item-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__item-image {
  left: 50%;
  right: 0;
}

.lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__item-image {
  left: 0;
  right: 50%;
}

.lsvr-wordbench-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 30;
}

.lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__nav {
  right: 50%;
  margin-right: 20px;
}

.lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__nav {
  left: 50%;
  margin-left: 20px;
}

.lsvr-wordbench-slider__nav-inner {
  text-align: center;
}

.lsvr-wordbench-slider__nav-button {
  display: block;
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
}

.lsvr-wordbench-slider__nav-button-icon {
  -webkit-transition: top 200ms;
  transition: top 200ms;
  position: relative;
  top: 0;
  font-size: 16px;
}

.lsvr-wordbench-slider__nav-button--prev .lsvr-wordbench-slider__nav-button-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
}

.lsvr-wordbench-slider__nav-button--next .lsvr-wordbench-slider__nav-button-icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
}

.lsvr-wordbench-slider__nav-button--prev:active .lsvr-wordbench-slider__nav-button-icon {
  top: -2px;
}

.lsvr-wordbench-slider__nav-button--next:active .lsvr-wordbench-slider__nav-button-icon {
  top: 2px;
}

.lsvr-wordbench-slider__nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: -5px 0;
  width: 30px;
}

.lsvr-wordbench-slider--loading .lsvr-wordbench-slider__nav-list {
  display: none;
}

.lsvr-wordbench-slider__nav-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: block;
}

.lsvr-wordbench-slider__nav-item-button {
  position: relative;
  display: block;
  margin: 15px auto;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.lsvr-wordbench-slider__nav-item-button:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.lsvr-wordbench-slider__image-preloader {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}

@media (min-width: 768px) {
  .lsvr-wordbench-slider__item {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  .lsvr-wordbench-slider__item--animate-out {
    -webkit-animation-name: lsvr-wordbench-slider-out;
            animation-name: lsvr-wordbench-slider-out;
    -webkit-animation-duration: 850ms;
            animation-duration: 850ms;
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
  }
  .lsvr-wordbench-slider__item--animate-out .lsvr-wordbench-slider__item-title,
  .lsvr-wordbench-slider__item--animate-out .lsvr-wordbench-slider__item-text,
  .lsvr-wordbench-slider__item--animate-out .lsvr-wordbench-slider__item-button {
    -webkit-animation: lsvr-wordbench-slider-out-content 250ms 1 ease-in-out;
            animation: lsvr-wordbench-slider-out-content 250ms 1 ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .lsvr-wordbench-slider__item--animate-out .lsvr-wordbench-slider__item-text,
  .lsvr-wordbench-slider__item--animate-out .lsvr-wordbench-slider__item-button {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
  }
  .lsvr-wordbench-slider__item--animate-in .lsvr-wordbench-slider__item-title,
  .lsvr-wordbench-slider__item--animate-in .lsvr-wordbench-slider__item-text,
  .lsvr-wordbench-slider__item--animate-in .lsvr-wordbench-slider__item-button {
    opacity: 0;
    -webkit-animation: lsvr-wordbench-slider-in-content 250ms 1 ease-in-out;
            animation: lsvr-wordbench-slider-in-content 250ms 1 ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .lsvr-wordbench-slider__item--animate-in .lsvr-wordbench-slider__item-title {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
  }
  .lsvr-wordbench-slider__item--animate-in .lsvr-wordbench-slider__item-text,
  .lsvr-wordbench-slider__item--animate-in .lsvr-wordbench-slider__item-button {
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms;
  }
  @-webkit-keyframes lsvr-wordbench-slider-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes lsvr-wordbench-slider-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes lsvr-wordbench-slider-out-content {
    0% {
      top: 0;
      opacity: 1;
    }
    100% {
      top: -20px;
      opacity: 0;
    }
  }
  @keyframes lsvr-wordbench-slider-out-content {
    0% {
      top: 0;
      opacity: 1;
    }
    100% {
      top: -20px;
      opacity: 0;
    }
  }
  @-webkit-keyframes lsvr-wordbench-slider-in-content {
    0% {
      top: -20px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
  @keyframes lsvr-wordbench-slider-in-content {
    0% {
      top: -20px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
}
/* -------------------------------------------------------------------------
	WORDBENCH SPLIT SCREEN
------------------------------------------------------------------------- */
.lsvr-wordbench-splitscreen {
  position: relative;
  z-index: 10;
}

.lsvr-wordbench-splitscreen__inner {
  position: relative;
  padding: 180px 0;
}

.lsvr-wordbench-splitscreen__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

.lsvr-wordbench-splitscreen--layout-text-left .lsvr-wordbench-splitscreen__content {
  padding-right: 100px;
}

.lsvr-wordbench-splitscreen--layout-text-right .lsvr-wordbench-splitscreen__content {
  margin-left: 50%;
  padding-left: 100px;
}

.lsvr-wordbench-splitscreen__title {
  margin: 0 0 10px 0;
  font-size: 3.75em;
  font-weight: normal;
}

.lsvr-wordbench-splitscreen__text {
  font-size: 1.125em;
}

.lsvr-wordbench-splitscreen__text > p {
  margin: 30px 0 0 0;
  line-height: 1.7em;
}

.lsvr-wordbench-splitscreen__more {
  margin: 30px 0 0 0;
}

.lsvr-wordbench-splitscreen__image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center 0;
}

.lsvr-wordbench-splitscreen--layout-text-left .lsvr-wordbench-splitscreen__image {
  left: 50%;
  right: 0;
}

.lsvr-wordbench-splitscreen--layout-text-right .lsvr-wordbench-splitscreen__image {
  left: 0;
  right: 50%;
}

/* -------------------------------------------------------------------------
	LSVR ELEMENTS
------------------------------------------------------------------------- */
.lsvr-alert-message {
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px 30px 20px 50px;
  border-radius: 6px;
}

.lsvr-alert-message__title {
  margin: 0 0 10px 0;
  font-size: 1em;
  font-weight: normal;
}

.lsvr-alert-message__text {
  font-size: 0.875em;
}

.lsvr-alert-message__text > p {
  margin: 10px 0 0 0;
}

.lsvr-alert-message__text > p:first-child {
  margin: 0;
}

.lsvr-alert-message__icon {
  position: absolute;
  top: 21px;
  left: 22px;
}

.lsvr-alert-message__icon:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e97e";
}

.lsvr-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.lsvr-button:hover {
  text-decoration: none;
}

.lsvr-button--large {
  padding: 10px 30px;
  font-size: 1em;
}

.lsvr-button--small {
  padding: 5px 10px;
}

.lsvr-counter {
  margin: 0 0 60px 0;
}

.lsvr-counter__number {
  margin: 0;
  font-size: 2.75em;
  font-weight: bold;
}

.lsvr-counter__label {
  margin: 5px 0 0 0;
  font-size: 0.875em;
}

.lsvr-cta {
  position: relative;
  margin: 0 0 60px 0;
  padding: 50px;
  border-radius: 6px 6px 0 0;
  border: 1px solid transparent;
}

.lsvr-cta:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
}

.lsvr-cta--has-button .lsvr-cta__inner {
  position: relative;
  padding-right: 200px;
}

.lsvr-cta__title {
  margin: 0;
  font-size: 1.875em;
}

.lsvr-cta__text > p {
  margin: 10px 0 0 0;
}

.lsvr-cta__button {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
}

.lsvr-cta__button-link {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.lsvr-cta__button-link:hover {
  text-decoration: none;
}

.lsvr-feature {
  margin: 0 0 60px 0;
}

.lsvr-feature--has-icon .lsvr-feature__inner {
  position: relative;
  padding-left: 80px;
}

.lsvr-feature__icon-wrapper {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 2px;
  width: 50px;
  height: 50px;
  padding: 1px;
  border-radius: 50%;
}

.lsvr-feature__icon-bg {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
}

.lsvr-feature__icon {
  line-height: 48px;
  font-size: 20px;
}

.lsvr-feature__title {
  margin: 0 0 10px 0;
  font-size: 1.375em;
}

.lsvr-feature__title-link {
  text-decoration: none;
}

.lsvr-feature__text {
  font-size: 0.875em;
}

.lsvr-feature__text > p {
  margin: 10px 0 0 0;
}

.lsvr-feature__text > p:first-child {
  margin: 0;
}

.lsvr-feature__more {
  margin: 10px 0 0 0;
}

.lsvr-feature__more-link {
  font-size: 0.875em;
  text-decoration: none;
}

.lsvr-feature__more-link:hover {
  text-decoration: none;
}

.lsvr-pricing-table {
  margin-bottom: 60px;
  padding: 50px 30px 30px 30px;
  border-radius: 6px;
  border: 1px solid transparent;
}

.lsvr-pricing-table__title {
  margin: 0 0 30px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.lsvr-pricing-table__price {
  margin: 0;
}

.lsvr-pricing-table__price-value {
  font-size: 2.75em;
  font-weight: bold;
}

.lsvr-pricing-table__price-description {
  font-size: 0.875em;
  font-style: normal;
}

.lsvr-pricing-table__text {
  font-size: 0.875em;
}

.lsvr-pricing-table__text > p {
  margin: 10px 0 0 0;
}

.lsvr-pricing-table__button {
  margin: 30px 0 0 0;
}

.lsvr-pricing-table__button-link {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.lsvr-pricing-table__button-link:hover {
  text-decoration: none;
}

.lsvr-progress-bar {
  margin: 0 0 60px 0;
}

.lsvr-progress-bar__bar {
  position: relative;
  border-radius: 6px;
  border: 1px solid transparent;
}

.lsvr-progress-bar__title {
  margin: 0 0 10px 0;
  font-size: 1em;
  font-weight: 600;
}

.lsvr-progress-bar__bar-inner {
  height: 20px;
  border-radius: 6px 0 0 6px;
}

.lsvr-progress-bar__bar-label {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 20px;
  font-size: 0.813em;
  font-weight: bold;
  text-align: right;
}

/* -----------------------------------------------------------------------------

    8. MISC

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	CONTACT FORM 7
------------------------------------------------------------------------- */
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 2px;
  font-size: 0.75em;
}

.wpcf7 form .wpcf7-response-output {
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px 30px 20px 30px;
  border: 0;
  border-radius: 6px;
}

/* -------------------------------------------------------------------------
	DATEPICKER
------------------------------------------------------------------------- */
.lsvr-datepicker {
  margin: 5px 0 0 -50px;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.lsvr-datepicker .ui-datepicker-title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  z-index: 1;
}
.lsvr-datepicker .ui-datepicker-prev,
.lsvr-datepicker .ui-datepicker-next {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  display: block;
  position: absolute;
  top: 14px;
  left: 20px;
  width: 20px;
  height: 20px;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.lsvr-datepicker .ui-datepicker-next {
  left: auto;
  right: 20px;
}
.lsvr-datepicker .ui-datepicker-prev:active {
  left: 18px;
}
.lsvr-datepicker .ui-datepicker-next:active {
  right: 22px;
}
.lsvr-datepicker .ui-datepicker-prev span,
.lsvr-datepicker .ui-datepicker-next span {
  display: none;
}
.lsvr-datepicker .ui-datepicker-prev:before,
.lsvr-datepicker .ui-datepicker-next:before {
  font-family: "wordbench-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  left: 0;
  margin-top: -12px;
  font-size: 24px;
}
.lsvr-datepicker .ui-datepicker-prev:before {
  content: "\e902";
}
.lsvr-datepicker .ui-datepicker-next:before {
  content: "\e904";
}
.lsvr-datepicker table {
  margin: 0;
}
.lsvr-datepicker th {
  padding: 7px 10px;
  font-size: 0.8125em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.lsvr-datepicker td {
  padding: 7px 10px;
  text-align: left;
}
.lsvr-datepicker td a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.875em;
}
.lsvr-datepicker .ui-state-active {
  font-weight: bold;
}

.lsvr-datepicker {
  z-index: 100 !important;
}

/* -------------------------------------------------------------------------
       ELEMENTOR
   ------------------------------------------------------------------------- */
.main--fullwidth .page__content .elementor-inner > .elementor-section-wrap > .elementor-section > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.main--fullwidth .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

.main--fullwidth .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

/* -------------------------------------------------------------------------
       LEAFLET
   ------------------------------------------------------------------------- */
.leaflet-container {
  z-index: 10;
}

.leaflet-popup {
  margin: 0;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.leaflet-popup-content {
  margin: 0;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-popup-content p {
  margin: 0 0 10px 0;
}

.leaflet-popup-content p:last-child {
  margin: 0;
}

.leaflet-div-icon {
  border: 0;
  background: transparent;
}

/* -------------------------------------------------------------------------
       WP FIX
   ------------------------------------------------------------------------- */
.admin-bar #wrapper {
  padding-top: 31px;
}

@media (max-width: 782px) {
  .admin-bar #wrapper {
    padding-top: 45px;
  }
}
/* -----------------------------------------------------------------------------

    9. RESPONSIVE

----------------------------------------------------------------------------- */
#lsvr-media-query-breakpoint {
  font-family: "1200";
}

/* -------------------------------------------------------------------------
       EXTRA EXTRA LARGE DEVICES
   ------------------------------------------------------------------------- */
@media (max-width: 1800px) {
  #lsvr-media-query-breakpoint {
    font-family: "1800";
  }
  .core__columns-col--main {
    width: 70%;
  }
  .core__columns .main__header-inner {
    width: auto;
  }
  .core__columns-col--left .main__header-inner {
    float: none;
  }
  .core__columns-col--sidebar {
    width: 30%;
  }
  .core__columns .main__content-wrapper {
    width: auto;
  }
  .core__columns-col--left .main__content-wrapper {
    float: none;
  }
  .sidebar__wrapper {
    width: auto;
  }
  .core__columns-col--left .sidebar__wrapper {
    float: none;
  }
}
/* -------------------------------------------------------------------------
       EXTRA LARGE DEVICES
   ------------------------------------------------------------------------- */
@media (max-width: 1400px) {
  #lsvr-media-query-breakpoint {
    font-family: "1400";
  }
  .lsvr-container {
    padding: 0 30px;
  }
  .core__columns .main__content {
    padding: 0 30px;
  }
  .core__columns-col--left #sidebar {
    padding-left: 30px;
  }
  .core__columns-col--right #sidebar {
    padding-right: 30px;
  }
  .core__columns-col--left .sidebar__inner {
    padding-right: 30px;
  }
  .core__columns-col--right .sidebar__inner {
    padding-left: 30px;
  }
  .lsvr-wordbench-post-grid__inner {
    padding: 90px 0 60px 0;
  }
  .lsvr-wordbench-sidebar__header-inner {
    padding-top: 90px;
  }
  .lsvr-wordbench-sidebar__grid-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .lsvr-wordbench-sidebar__grid > .widget {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lsvr-wordbench-sitemap__header {
    padding-right: 0;
  }
  .lsvr-wordbench-splitscreen__inner {
    padding: 150px 0;
  }
}
/* -------------------------------------------------------------------------
    LARGE DEVICES
------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  #lsvr-media-query-breakpoint {
    font-family: "1199";
  }
  #header.header--sticky {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .header__topbar {
    display: none;
  }
  .header__navbar {
    padding: 0;
  }
  .header__navbar-inner {
    display: block;
    padding: 0;
  }
  .header__navbar-container {
    position: relative;
    padding: 30px 130px 30px 20px;
    min-height: 10px;
  }
  .header-placeholder,
  .lsvr-has-sticky-header .header-placeholder {
    display: none;
  }
  .header-mobile-search-toggle,
  .header-mobile-menu-toggle {
    -webkit-transition: none;
    transition: none;
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -20px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 32px;
  }
  .header-mobile-search-toggle {
    right: 77px;
    font-size: 20px;
  }
  .header-mobile-search-toggle--active,
  .header-mobile-menu-toggle--active {
    font-size: 36px;
  }
  .header-mobile-search-toggle__icon,
  .header-mobile-menu-toggle__icon {
    position: relative;
  }
  .header-mobile-menu-toggle__icon:before {
    font-family: "wordbench-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
  }
  .header-mobile-search-toggle__icon:before {
    font-family: "wordbench-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
  }
  .header-mobile-search-toggle__icon:before {
    content: "\e919";
    top: 2px;
  }
  .header-mobile-menu-toggle__icon:before {
    content: "\e97d";
    top: 4px;
  }
  .header-mobile-search-toggle--active .header-mobile-search-toggle__icon:before,
  .header-mobile-menu-toggle--active .header-mobile-menu-toggle__icon:before {
    content: "\e978";
    top: 3px;
  }
  .header--has-search .header-mobile-menu-toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    left: -13px;
    width: 1px;
    height: 20px;
  }
  .header-search {
    padding: 20px;
    border-top: 1px solid transparent;
  }
  .header-search__form {
    padding: 0;
  }
  .header-search__close-button {
    display: none;
  }
  .header-search__results-more-link {
    padding: 0 30px 0 0;
    border: 0;
    font-size: 1em;
    font-weight: bold;
  }
  .header-search__results-more-link-icon {
    margin-top: -10px;
  }
  .header-search__results-more-link-label {
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .header__navbar-menu {
    display: none;
    padding: 10px 0 20px 0;
    border-top: 1px solid transparent;
  }
  .header-menu-primary__list,
  .header-menu-primary__submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header-menu-primary__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
  }
  .header-menu-primary__item-link {
    display: block;
    padding: 15px 80px 15px 20px;
    text-decoration: none;
  }
  .header-menu-primary__item-link--level-1 {
    padding-left: 40px;
  }
  .header-menu-primary__item-link--level-2 {
    padding-left: 80px;
  }
  .header-menu-primary__item-link--level-3 {
    padding-left: 120px;
  }
  .header-menu-primary__submenu-wrapper {
    display: none;
  }
  .header-menu-primary__submenu-toggle {
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .header-menu-primary__submenu-toggle-icon:before {
    font-family: "wordbench-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90c";
  }
  .header-menu-primary__submenu-toggle--active .header-menu-primary__submenu-toggle-icon:before {
    content: "\e90f";
  }
  .current-menu-ancestor > .header-menu-primary__item-link,
  .current-menu-item > .header-menu-primary__item-link {
    font-weight: 600;
  }
  .header-search-toggle {
    display: none;
  }
  .header-cta {
    float: none;
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
  .header__navbar-menu .header-menu-languages {
    display: block;
  }
  .header-menu-languages,
  .header--has-search .header-menu-languages,
  .header--has-social-links .header-menu-languages {
    margin: 20px 0 0 0;
    padding: 20px 20px 0 20px;
  }
  .header-menu-languages {
    float: none;
    border-top: 1px solid transparent;
  }
  .header__navbar-menu .header-menu-secondary {
    display: block;
  }
  .header-menu-secondary {
    float: none;
    margin: 20px 0 0 0;
    padding: 20px 20px 0 20px;
    border-top: 1px solid transparent;
  }
  .header__navbar-menu .header-social {
    display: block;
  }
  .header-social {
    float: none;
    margin: 20px 0 0 0;
    padding: 20px 20px 0 20px;
    border-top: 1px solid transparent;
  }
  .header-social__item {
    margin: 0 12px 0 0;
  }
  .lsvr_event-post-archive .post-archive-filter__form-inner {
    display: block;
  }
  .lsvr_event-post-archive .post-archive-filter__title {
    display: block;
    margin: 0 0 15px 0;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer--has-back-to-top .footer-bottom__inner {
    padding: 0;
  }
  .footer-social {
    float: none;
    margin: 0;
    padding: 0;
  }
  .footer--has-menu .footer-social:before {
    display: none;
  }
  .footer-social__item {
    margin: 0 4px;
  }
  .footer-menu {
    float: none;
    margin-top: 15px;
  }
  .footer-menu:first-child {
    float: none;
    margin-top: 0;
  }
  .footer-menu__item {
    margin: 5px 10px;
  }
  .footer-text {
    float: none;
    margin-top: 15px;
  }
  .footer-text:first-child {
    float: none;
    margin-top: 0;
  }
  .back-to-top {
    top: -20px;
    padding: 0;
  }
  .footer--has-social-links .back-to-top:before,
  .footer--has-menu .back-to-top:before {
    display: none;
  }
  .lsvr-wordbench-sitemap__header {
    margin-bottom: 0;
  }
  .lsvr-wordbench-sitemap:first-child .lsvr-wordbench-sitemap__header-inner,
  .lsvr-wordbench-sitemap__header-inner {
    margin: 0 -30px 0 -30px;
    border-radius: 0;
  }
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__content {
    display: block;
  }
  .lsvr-wordbench-sitemap__header-content {
    margin: 0 auto;
    max-width: 500px;
  }
  .lsvr-wordbench-sitemap__title {
    padding: 0 30px;
    text-align: center;
  }
  .lsvr-wordbench-sitemap__title:last-child {
    margin: 0;
  }
  .lsvr-wordbench-sitemap__description {
    padding: 0 30px;
    text-align: center;
  }
  .lsvr-wordbench-sitemap--3-cols .lsvr-wordbench-sitemap__header,
  .lsvr-wordbench-sitemap--4-cols .lsvr-wordbench-sitemap__header,
  .lsvr-wordbench-sitemap--has-header.lsvr-wordbench-sitemap--3-cols .lsvr-wordbench-sitemap__nav,
  .lsvr-wordbench-sitemap--has-header.lsvr-wordbench-sitemap--4-cols .lsvr-wordbench-sitemap__nav {
    width: auto;
  }
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav:before {
    width: 100%;
    height: 1px;
  }
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__item--level-0:first-child,
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3n+1),
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(4n+1) {
    padding-left: 0;
  }
  .lsvr-wordbench-slider__list {
    height: 550px;
  }
  .lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__item-content-wrapper {
    padding-left: 90px;
  }
  .lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__item-content-wrapper {
    padding-right: 90px;
  }
  .lsvr-wordbench-slider__item-title {
    font-size: 2.5em;
  }
  .lsvr-wordbench-splitscreen__inner {
    padding: 120px 0;
  }
}
/* -------------------------------------------------------------------------
    MEDIUM DEVICES
------------------------------------------------------------------------- */
@media (max-width: 991px) {
  #lsvr-media-query-breakpoint {
    font-family: "991";
  }
  .gallery-columns-5 > .gallery-item,
  .gallery-columns-6 > .gallery-item,
  .gallery-columns-7 > .gallery-item,
  .gallery-columns-8 > .gallery-item,
  .gallery-columns-9 > .gallery-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .core__columns {
    display: block;
  }
  .core__columns-col--main,
  .core__columns-col--sidebar {
    width: auto;
  }
  .core__columns-col--main.core__columns-col--right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .core__columns-col--sidebar.core__columns-col--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .navigation.pagination .page-numbers.prev,
  .navigation.pagination .page-numbers.next {
    padding: 5px 0 0 0;
    border-radius: 0;
  }
  .navigation.pagination .page-numbers.prev:before,
  .navigation.pagination .page-numbers.next:before {
    display: none;
  }
  .post-pagination__item--prev .post-pagination__item-link,
  .post-pagination__item--next .post-pagination__item-link {
    padding: 5px 0 0 0;
  }
  .post-pagination__item--prev .post-pagination__item-link:before,
  .post-pagination__item--next .post-pagination__item-link:before {
    display: none;
  }
  .lsvr_listing-post-single .lsvr-grid__col .post-contact-info {
    padding-right: 0;
  }
  .lsvr_listing-post-single .post-hours,
  .lsvr_listing-post-single .post-images {
    margin-top: 60px;
  }
  .lsvr_event-post-archive .post-archive-filter__submit {
    display: block;
    margin: 30px 0 0 0;
  }
  .lsvr_event-post-archive .post-archive-filter__reset {
    display: block;
    margin: 15px 0 0 0;
  }
  .lsvr_person-post-single .lsvr-grid__col .post-contact-info {
    padding-left: 0;
  }
  .lsvr_project-post-single .lsvr-grid__col--order-1 .post__content,
  .lsvr_project-post-single .lsvr-grid__col--order-1 .post-fields {
    margin-right: 0;
  }
  .lsvr_project-post-single .lsvr-grid__col--order-2 .post__content,
  .lsvr_project-post-single .lsvr-grid__col--order-2 .post-fields {
    margin-left: 0;
  }
  .error-404-page__inner {
    padding: 100px 0;
  }
  .error-404-page__wrapper {
    text-align: center;
  }
  .error-404-page__404 {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
    line-height: normal;
  }
  .error-404-page__content {
    margin: auto;
    padding: 0;
    max-width: 500px;
  }
  .core__columns-col--left #sidebar,
  .core__columns-col--right #sidebar {
    padding: 0 30px;
  }
  .sidebar__wrapper {
    padding: 60px 0;
  }
  .core__columns-col--left .sidebar__inner,
  .core__columns-col--right .sidebar__inner {
    padding: 0;
  }
  .footer-widgets--wider-first-col .footer-widgets__column.lsvr-grid__col--md-span-6:first-child,
  .footer-widgets--wider-first-col .footer-widgets__column.lsvr-grid__col--md-span-4:first-child {
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .lsvr-wordbench-contact__form {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .lsvr-wordbench-sidebar__grid-wrapper:before {
    left: 50%;
    width: 50%;
  }
  .lsvr-wordbench-sidebar__grid > .widget {
    width: 50%;
  }
  .lsvr-wordbench-sidebar__grid > .widget:nth-child(3n+1) {
    clear: none;
  }
  .lsvr-wordbench-sidebar__grid > .widget:nth-child(2n+1) {
    clear: left;
  }
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0,
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0 {
    width: 50%;
  }
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__list:before,
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__list:before {
    left: 50%;
  }
  .lsvr-wordbench-sitemap__list:after,
  .lsvr-wordbench-sitemap__nav--4-cols:after {
    display: none;
  }
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2n+1),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2n+1) {
    padding-left: 0;
  }
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2n),
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2n),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2n),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2n) {
    padding-left: 60px;
  }
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(1),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(4),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(1),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3) {
    padding-top: 0;
  }
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(1),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(1),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2) {
    padding-top: 90px;
  }
  .lsvr-wordbench-slider__list {
    height: 700px;
  }
  .lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__item-image,
  .lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__item-image {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 300px;
  }
  .lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__item-image:before,
  .lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__item-image:before {
    display: none;
  }
  .lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__item-content,
  .lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__item-content {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__nav-inner {
    margin: 0;
  }
  .lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__nav-inner {
    padding: 0;
  }
  .lsvr-wordbench-slider__item-inner > .lsvr-container {
    height: auto;
  }
  .lsvr-wordbench-slider__item-content-wrapper {
    padding: 0;
    width: auto;
    height: 400px;
  }
  .lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__item-content-wrapper,
  .lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__item-content-wrapper {
    margin: 0;
    padding-left: 0;
    padding-right: 50px;
  }
  .lsvr-wordbench-slider__item-text {
    font-size: 1em;
  }
  .lsvr-wordbench-slider__nav {
    top: 300px;
    height: 450px;
  }
  .lsvr-wordbench-slider--layout-text-left .lsvr-wordbench-slider__nav,
  .lsvr-wordbench-slider--layout-text-right .lsvr-wordbench-slider__nav {
    left: auto;
    right: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .lsvr-wordbench-splitscreen__inner {
    padding: 0;
  }
  .lsvr-wordbench-splitscreen__content {
    padding: 60px 0;
  }
  .lsvr-wordbench-splitscreen__title {
    font-size: 2.625em;
  }
  .lsvr-wordbench-splitscreen--layout-text-left .lsvr-wordbench-splitscreen__content,
  .lsvr-wordbench-splitscreen--layout-text-right .lsvr-wordbench-splitscreen__content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .lsvr-wordbench-splitscreen--layout-text-left .lsvr-wordbench-splitscreen__image,
  .lsvr-wordbench-splitscreen--layout-text-right .lsvr-wordbench-splitscreen__image {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 350px;
  }
}
/* -------------------------------------------------------------------------
       SMALL DEVICES
   ------------------------------------------------------------------------- */
@media (max-width: 767px) {
  #lsvr-media-query-breakpoint {
    font-family: "767";
  }
  table {
    display: block;
    overflow-x: scroll;
  }
  .gallery-columns-3 > .gallery-item,
  .gallery-columns-4 > .gallery-item,
  .gallery-columns-5 > .gallery-item,
  .gallery-columns-6 > .gallery-item,
  .gallery-columns-7 > .gallery-item,
  .gallery-columns-8 > .gallery-item,
  .gallery-columns-9 > .gallery-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .header--has-logo .header-title-tagline {
    display: none;
  }
  .header-menu-secondary__item {
    display: block;
    margin: 20px 0 0 0;
  }
  .header-menu-secondary__item:first-child {
    margin: 0;
  }
  .post-author__header:after {
    display: none;
  }
  .post-author__name {
    padding: 0;
  }
  .post-author--has-portrait .post-author__inner {
    padding-left: 0;
  }
  .post-author__portrait {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
  .post-navigation {
    padding: 30px;
  }
  .post-navigation:after {
    display: none;
  }
  .post-navigation__item {
    margin-top: 30px;
    width: auto;
  }
  .post-navigation__item:first-child {
    margin-top: 0;
  }
  .post-navigation__item--prev,
  .post-navigation__item--next {
    float: none;
  }
  .post-navigation__item--next {
    text-align: left;
  }
  .post-navigation__item--prev .post-navigation__item-link,
  .post-navigation__item--next .post-navigation__item-link {
    padding: 0;
  }
  .post-navigation__item-link-icon {
    display: none;
  }
  .post-comments__list--avatars .comment-meta {
    padding: 0;
  }
  .post-comments__list--avatars .avatar {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
  }
  .post-comments__list .comment-author .fn {
    display: block;
    margin: 0;
  }
  .post-comments__list .comment-metadata {
    display: block;
    margin-top: 10px;
  }
  .post-comments__list--avatars .comment-content {
    padding: 0;
  }
  .post-comments__list--avatars .reply {
    padding: 0;
  }
  .navigation.pagination {
    padding: 20px;
  }
  .navigation.pagination .nav-links {
    padding: 0;
  }
  .navigation.pagination .page-numbers.prev,
  .navigation.pagination .page-numbers.next {
    display: none;
  }
  .post-pagination {
    padding: 20px;
  }
  .post-pagination__list {
    padding: 0;
  }
  .post-pagination__item--prev,
  .post-pagination__item--next {
    display: none;
  }
  .general-post-archive .post {
    padding-right: 0;
  }
  .general-post-archive .post__type {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
  .lsvr_document-post-page .post-attachments__list {
    float: none;
  }
  .lsvr_event-post-archive .post-archive-filter__option {
    display: block;
    margin: 0 0 10px 0;
  }
  .lsvr_event-post-single .post-info {
    display: block;
  }
  .lsvr_event-post-single .post-info__list {
    display: block;
  }
  .lsvr_event-post-single .post-info__item {
    margin-top: 30px;
    padding: 0;
    border: 0;
  }
  .lsvr_event-post-single .post-info__item:first-child {
    margin-top: 0;
  }
  .lsvr-definition-list-widget__item-title,
  .lsvr-definition-list-widget__item-text {
    width: auto;
  }
  .lsvr-wordbench-contact__form {
    padding: 30px 30px 1px 30px;
  }
  .lsvr-wordbench-container__title {
    font-size: 2.625em;
  }
  .lsvr-wordbench-container__subtitle {
    font-size: 1em;
  }
  .lsvr-wordbench-hero__inner {
    padding: 150px 0 90px 0;
  }
  .lsvr-wordbench-hero__header {
    margin: 0 auto;
  }
  .lsvr-wordbench-hero--layout-text-right .lsvr-wordbench-hero__header {
    float: none;
  }
  .lsvr-wordbench-post-grid__inner {
    padding: 60px 0 30px 0;
  }
  .lsvr-wordbench-post-grid__title {
    font-size: 2.625em;
  }
  .lsvr-wordbench-post-grid__subtitle {
    font-size: 1em;
  }
  .lsvr-wordbench-sidebar__title {
    font-size: 2.625em;
  }
  .lsvr-wordbench-sidebar__subtitle {
    font-size: 1em;
  }
  .lsvr-wordbench-sidebar__widgets > .lsvr-container {
    padding: 0;
  }
  .lsvr-wordbench-sidebar__grid-wrapper {
    padding: 0;
    margin: 0;
  }
  .lsvr-wordbench-sidebar__grid-wrapper:before,
  .lsvr-wordbench-sidebar__grid-wrapper:after {
    display: none;
  }
  .lsvr-wordbench-sidebar__grid > .widget {
    float: none;
    width: auto;
    margin: 0;
    padding: 60px 30px;
  }
  .lsvr-wordbench-sidebar .widget__title {
    margin-bottom: 30px;
  }
  .lsvr-wordbench-sitemap__header-content {
    margin: 0;
    max-width: 100%;
  }
  .lsvr-wordbench-sitemap__title {
    padding: 0;
    text-align: inherit;
  }
  .lsvr-wordbench-sitemap__description {
    padding: 0;
    text-align: inherit;
  }
  .lsvr-wordbench-sitemap__list:before {
    display: none;
  }
  .lsvr-wordbench-sitemap__nav {
    margin: 30px 0;
  }
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2n),
  .lsvr-wordbench-sitemap--has-header .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2n),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(1),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(1),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(2),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(3),
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:nth-child(4),
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0,
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0 {
    padding: 30px 0 0 0;
  }
  .lsvr-wordbench-sitemap__item--level-0 {
    margin: 0 0 30px 0;
    border-top: 1px solid transparent;
  }
  .lsvr-wordbench-sitemap__item--level-0:first-child {
    border: 0;
  }
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0,
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0 {
    width: 100%;
  }
  .lsvr-wordbench-sitemap__nav--4-cols .lsvr-wordbench-sitemap__item--level-0:after,
  .lsvr-wordbench-sitemap__nav--3-cols .lsvr-wordbench-sitemap__item--level-0:after {
    display: none;
  }
  .lsvr-cta--has-button .lsvr-cta__inner {
    padding: 0;
  }
  .lsvr-cta__button {
    position: relative;
    margin-top: 30px;
    top: auto;
  }
  .lsvr-definition-list-widget__item-title,
  .lsvr-definition-list-widget__item-text {
    float: none;
    text-align: left;
  }
  .lsvr-definition-list-widget__item-text {
    padding: 0;
    border: 0;
  }
  .lsvr-definition-list-widget__item-text:first-of-type {
    margin-top: 10px;
  }
}
/* -------------------------------------------------------------------------
       EXTRA SMALL DEVICES
   ------------------------------------------------------------------------- */
@media (max-width: 480px) {
  #lsvr-media-query-breakpoint {
    font-family: "480";
  }
  h1 {
    font-size: 2.625em;
  }
  h2 {
    font-size: 1.575em;
  }
  h3 {
    font-size: 1.125em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 1em;
  }
  .gallery-columns-2 > .gallery-item,
  .gallery-columns-3 > .gallery-item,
  .gallery-columns-4 > .gallery-item,
  .gallery-columns-5 > .gallery-item,
  .gallery-columns-6 > .gallery-item,
  .gallery-columns-7 > .gallery-item,
  .gallery-columns-8 > .gallery-item,
  .gallery-columns-9 > .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header-search__input {
    font-size: 16px;
  }
  .header-search__results-item {
    padding-right: 0;
  }
  .header-search__results-item-type {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
  }
  .main-header__subtitle {
    font-size: 1em;
  }
  .main-header .post-meta {
    margin-top: 15px;
  }
  .main-header .post-meta__item {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .main-header .post-meta__item:after {
    display: none;
  }
  .post-archive-categories__item {
    margin-right: 15px;
  }
  .comment-form-author, .comment-form-email, .comment-form-url {
    flaot: none;
    width: auto;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    padding: 0;
  }
  .post-archive--list .post__title {
    font-size: 1.5em;
  }
  .post-archive--photogrid .post__title {
    font-size: 1.313em;
  }
  .post-archive--photogrid .sticky .post__title:before {
    top: 1px;
  }
  .lsvr_listing-post-single .post-hours__item-day,
  .lsvr_listing-post-single .post-hours__item-value {
    float: none;
    width: auto;
  }
  .lsvr_listing-post-single .post-hours__item-day {
    margin-bottom: 10px;
  }
  .lsvr_event-post-archive--grid .post-info {
    padding: 0;
  }
  .lsvr_event-post-archive--grid .post-info:after {
    display: none;
  }
  .lsvr_event-post-archive--grid .post-info__date {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 20px 0;
  }
  .lsvr_event-post-archive--photogrid .post-info__date-day {
    font-size: 1.5em;
  }
  .lsvr_faq-post-archive--list .post__title {
    font-size: 1em;
  }
  .lsvr_person-post-archive--grid .post__title {
    font-size: 1.125em;
  }
  .lsvr_service-post-archive--grid .post__title,
  .lsvr_service-post-archive--photogrid .post__title {
    font-size: 1.125em;
  }
  .lsvr_testimonial-post-single .post__quote-content {
    padding-left: 30px;
    font-size: 1em;
  }
  .error-404-page__404 {
    font-size: 3em;
  }
  .error-404-page__text {
    font-size: 1em;
  }
  .lsvr-wordbench-contact__form-title {
    font-size: 1.125em;
  }
  .lsvr-wordbench-hero__inner {
    padding: 300px 0 0 0;
  }
  .lsvr-wordbench-hero__inner > .lsvr-container {
    padding: 0;
  }
  .lsvr-wordbench-hero__header-inner {
    padding: 40px 30px;
    border-radius: 0;
  }
  .lsvr-wordbench-hero__title {
    font-size: 1.5em;
  }
  .lsvr-wordbench-hero__search-results-item {
    padding-right: 0;
  }
  .lsvr-wordbench-hero__search-results-item-type {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 5px;
  }
  .lsvr-wordbench-hero__bg-wrapper {
    height: 300px;
  }
  .lsvr-wordbench-post-grid__title {
    font-size: 1.5em;
  }
  .lsvr-wordbench-post-grid__categories-item {
    margin-right: 15px;
  }
  .lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-title,
  .lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-title {
    font-size: 1.313em;
  }
  .lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-photogrid .lsvr-wordbench-post-grid__post-info-date-day {
    font-size: 1.5em;
  }
  .lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info {
    padding-left: 0;
  }
  .lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info:after {
    display: none;
  }
  .lsvr-wordbench-post-grid--events.lsvr-wordbench-post-grid--layout-grid .lsvr-wordbench-post-grid__post-info-date {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 20px 0;
  }
  .lsvr-wordbench-post-grid--faq .lsvr-wordbench-post-grid__post-title {
    font-size: 1em;
  }
  .lsvr-wordbench-sitemap__title {
    font-size: 1.5em;
  }
  .lsvr-wordbench-sitemap__header-inner {
    padding: 60px 30px;
  }
  .lsvr-wordbench-slider__item-title {
    font-size: 1.5em;
  }
  .lsvr-wordbench-splitscreen__title {
    font-size: 1.5em;
  }
  .lsvr-wordbench-splitscreen__text {
    font-size: 1em;
  }
}