/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 767px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

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

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

html, body {
  margin: 0;
  padding: 0;
}

.wrapper {
  box-sizing: border-box;
  padding: 0 1em;
  margin: 0 auto;
  max-width: 580px;
}
@media (min-width: 580px) {
  .wrapper {
    max-width: 767px;
  }
  .wrapper::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 767px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1125px;
  }
}

html {
  font-size: 18px;
}

.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.33s ease;
}
.link:link, a:link, .link:visited, a:visited, .link:visited:hover, .link:hover, a:hover, .link:active, a:active,
.link a:link,
.link a:visited,
.link a:visited:hover,
.link a:hover,
.link a:active {
  color: currentColor;
}

.italic, i, em {
  font-style: italic;
}

.bold, b, strong, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-weight: 700;
}

.h1, h1 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 1.5em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
.wf-active .h1, .wf-active h1, .wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h1, h1 {
    font-size: 2em;
    /* 2.5x body copy size = 40px */
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 2.25em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.3;
  }
}

.h2, h2 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
.wf-active .h2, .wf-active h2, .wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h2, h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h2, h2 {
    font-size: 2em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

.h3, h3 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
.wf-active .h3, .wf-active h3, .wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h3, h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

.h4, h4 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.25em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
.wf-active .h4, .wf-active h4, .wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */
  }
}

.h5, h5 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.0625em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111;
}
.wf-active .h5, .wf-active h5, .wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.11111111;
}
.wf-active .h6, .wf-active h6, .wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1.2em;
  margin-bottom: 0.25em;
}

.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

p > a:hover {
  text-decoration: underline;
}

/* overrides */
.intro-text {
  font-size: 1.3em;
  line-height: 1.3;
}

h4.blog-date {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.wf-active h4.blog-date, .wf-inactive h4.blog-date {
  opacity: 1;
}

.blockify {
  display: block !important;
}

.inlinify {
  display: inline-block !important;
}

.clearfix {
  overflow: hidden;
}

.pie-clearfix {
  overflow: visible;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.float-left {
  float: left;
}

img.float-left {
  margin-right: 1em;
}

.float-right {
  float: right;
}

img.float-right {
  margin-left: 1em;
}

.no-float {
  float: none !important;
}

.headroom {
  margin-top: 2em;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.margin-bottom-1em {
  margin: 0 0 1rem 0;
}

.center,
.text-center {
  text-align: center !important;
}

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

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

.position-relative {
  position: relative;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0 0 0 1em;
}

/* ghost button */
.ghost-button {
  cursor: pointer;
  display: block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255);
  background-color: rgb(181, 0, 22);
  border: 1px solid rgb(181, 0, 22);
  text-align: center;
  outline: none;
  text-decoration: none;
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.33s ease-out, background-color 0.33s ease-out, background-image 0.33s ease-out, border-color 0.33s ease-out;
}
.wf-active .ghost-button, .wf-inactive .ghost-button {
  opacity: 1;
}
.ghost-button:link, .ghost-button:visited {
  color: rgb(255, 255, 255);
}
.ghost-button:hover, .ghost-button:active, .ghost-button:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(181, 0, 22);
  transition: color 0.33s ease-in, background-color 0.33s ease-in, background-image 0.33s ease-in, border-color 0.33s ease-in;
}
.ghost-button.small {
  font-size: 0.85em;
}
.ghost-button i {
  padding-left: 0.5em;
}

.freeform-column.freeform-column-content-align-left button {
  cursor: pointer;
  display: block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255);
  background-color: rgb(181, 0, 22);
  border: 1px solid rgb(181, 0, 22);
  text-align: center;
  outline: none;
  text-decoration: none;
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.33s ease-out, background-color 0.33s ease-out, background-image 0.33s ease-out, border-color 0.33s ease-out;
}
.wf-active .freeform-column.freeform-column-content-align-left button, .wf-inactive .freeform-column.freeform-column-content-align-left button {
  opacity: 1;
}
.freeform-column.freeform-column-content-align-left button:link, .freeform-column.freeform-column-content-align-left button:visited {
  color: rgb(255, 255, 255);
}
.freeform-column.freeform-column-content-align-left button:hover, .freeform-column.freeform-column-content-align-left button:active, .freeform-column.freeform-column-content-align-left button:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(181, 0, 22);
  transition: color 0.33s ease-in, background-color 0.33s ease-in, background-image 0.33s ease-in, border-color 0.33s ease-in;
}
.freeform-column.freeform-column-content-align-left button.small {
  font-size: 0.85em;
}
.freeform-column.freeform-column-content-align-left button i {
  padding-left: 0.5em;
}

/* striped table */
table.striped {
  border: 0.0555555556rem solid rgb(0, 0, 0);
  border-radius: 0.1666666667rem;
}
table.striped th {
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-right: 0.0555555556rem solid rgba(255, 255, 255, 0.75);
}
table.striped th:first-child {
  border-radius: 0.1111111111rem 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 0.1111111111rem 0 0;
}
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 0.0555555556rem solid rgba(0, 0, 0, 0.5);
  border-bottom: 0.0555555556rem solid rgba(0, 0, 0, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.5);
}
table.striped tfoot td {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 0.0555555556rem solid rgba(0, 0, 0, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 0.1111111111rem;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 0.1111111111rem 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 0.1111111111rem 0.1111111111rem;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

.no-mobile {
  display: none;
}
@media (min-width: 767px) {
  .no-mobile {
    display: block;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: inline-block;
  }
}

section.accordion-content {
  overflow: auto;
}
section.accordion-content article {
  width: 100% !important;
}
section.accordion-content h4 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding: 6px 8px 6px 1.3em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 1px;
  background-color: rgb(181, 0, 22);
  transition: background-color 0.33s ease;
}
.wf-active section.accordion-content h4, .wf-inactive section.accordion-content h4 {
  opacity: 1;
}
section.accordion-content .open h4 {
  background-color: rgb(0, 0, 0);
}
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.4em;
}
section.accordion-content svg.trigger-plus .horizontal, section.accordion-content svg.trigger-plus .vertical {
  fill: rgb(255, 255, 255);
}
section.accordion-content div {
  padding-left: 1.6em;
}
section.accordion-content article.fn_showMoreInfo .drawer p {
  opacity: 0;
  transition: opacity ease-in 1s;
}
section.accordion-content article.fn_showMoreInfo.open .drawer p {
  opacity: 1;
}

/* Plus sign expand list trigger */
.trigger-plus {
  fill: rgb(24, 24, 24);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}

.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}

.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}

.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
ul.pagination li a {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 18px;
  color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  padding: 2px 8px;
  transition: background-color 0.33s ease;
  transition: border-color 0.33s ease;
  transition: color 0.33s ease;
}
.wf-active ul.pagination li a, .wf-inactive ul.pagination li a {
  opacity: 1;
}
ul.pagination li a:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(181, 0, 22);
  background-color: rgb(181, 0, 22);
}
ul.pagination li a.active {
  color: rgb(255, 255, 255);
  border-color: rgb(181, 0, 22);
  background-color: rgb(181, 0, 22);
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* debug */
div.debug {
  font-size: 10px;
  position: relative;
  background-color: rgb(181, 0, 22);
  border: 1px dotted rgb(181, 0, 22);
  color: rgb(255, 255, 255);
  padding: 2em 1em 1em 1em;
  border-radius: 1em;
  opacity: 0.5;
}
div.debug:hover {
  opacity: 1;
}
div.debug::before {
  content: "debug";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1em;
  color: rgb(181, 0, 22);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dotted rgb(255, 255, 255);
  border-radius: 1em 1em 0 0;
  padding: 0.25em 1em;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px black;
  }
  100% {
    box-shadow: 0px 0px 0px 0px black;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px black;
  }
  100% {
    box-shadow: 0px 0px 0px 0px black;
  }
}
form {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  overflow: auto;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

fieldset {
  border: none;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #8c8c8c;
  font-size: 1em;
  min-height: 2em;
  padding: 0.25em 3px;
  width: 100%;
  color: rgb(25, 25, 25);
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
textarea:focus,
textarea:target {
  color: rgb(25, 25, 25);
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #8c8c8c;
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: rgb(181, 0, 22);
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  outline-color: black;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: rgb(181, 0, 22);
  background-image: none;
  color: rgb(255, 255, 255);
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: #ff4a60;
  background-image: none;
}

input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  line-height: 2em;
  vertical-align: middle;
}
input[type=radio]:not(old) + label::before,
input[type=checkbox]:not(old) + label::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 2em;
  color: rgb(0, 0, 0);
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
input[type=radio]:not(old):checked + label::before,
input[type=checkbox]:not(old):checked + label::before {
  color: rgb(181, 0, 22);
}
input[type=radio]:not(old):focus + label,
input[type=checkbox]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px black;
}

input[type=radio]:not(old) + label::before {
  content: "\f10c";
}
input[type=radio]:not(old):checked + label::before {
  content: "\f192";
}

input[type=checkbox]:not(old) + label::before {
  content: "\f096";
}
input[type=checkbox]:not(old):checked + label::before {
  content: "\f046";
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.85em;
}

/* Group control */
.group {
  margin-bottom: 1em;
}
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 767px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.quarter {
    width: 25%;
  }
  *[class*=sized] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.three-quarter {
    width: 75%;
  }
  *[class*=sized] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
.group.sized + *:not(*[class*=sized]) {
  clear: both;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(25, 25, 25, 0.95);
  font-size: 0.75em;
  line-height: 1em;
}

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=date]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=datetime]:focus,
.group.pulse-on-focus input[type=datetime-local]:focus,
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=month]:focus,
.group.pulse-on-focus input[type=number]:focus,
.group.pulse-on-focus input[type=password]:focus,
.group.pulse-on-focus input[type=tel]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=time]:focus,
.group.pulse-on-focus input[type=url]:focus,
.group.pulse-on-focus input[type=week]:focus,
.group.pulse-on-focus textarea:focus,
.group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal;
}

.group.radio.switcher {
  /*  insipired by http://cssdeck.com/labs/radio-button
    <div class="group radio switcher">
      <!-- #blank is optional, but recommended - it allows users to not answer the question-->
      <label for="blank">So here's the Yes or No Question...</label>
      <input type="radio" name="field_name" id="blank" value="" checked>
      <input type="radio" name="field_name" id="yes"   value="yes">
      <input type="radio" name="field_name" id="no"    value="no">
      <div class="switch">
        <label for="yes">Yes</label>
        <label for="no" >No</label>
        <span></span>
      </div>
    </div>
    */
  position: relative;
}
.group.radio.switcher > label {
  display: block;
  text-align: center;
}
.group.radio.switcher input[type=radio] {
  display: none;
}
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: rgb(181, 0, 22);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative;
}
.group.radio.switcher .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: rgb(255, 255, 255);
  display: block;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.group.radio.switcher .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.group.radio.switcher .switch span:before {
  content: "or";
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 100;
  color: #8c8c8c;
  font-size: 0.8em;
  text-transform: uppercase;
}
.group.radio.switcher .switch label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 50%;
  line-height: 2.3529411765em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.group.radio.switcher .switch label[for*=yes] {
  position: absolute;
  left: 0px;
  height: 20px;
}
.group.radio.switcher .switch label[for*=no] {
  position: absolute;
  right: 0px;
}
.group.radio.switcher label[for*=blank]:after {
  content: " (reset)";
  font-size: 0.8em;
  font-style: italic;
  cursor: pointer;
}
.group.radio.switcher #no:checked ~ .switch {
  background: #8c8c8c;
}
.group.radio.switcher #no:checked ~ .switch span {
  background: rgb(181, 0, 22);
  margin-left: -8px;
}
.group.radio.switcher #no:checked ~ .switch span:after {
  background: rgb(181, 0, 22);
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none;
}
.group.radio.switcher #no:checked ~ .switch label[for*=no] {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none;
}
.group.radio.switcher #yes:checked ~ .switch label[for*=yes] {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.group.radio.switcher #blank:checked ~ .switch {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #8c8c8c;
}
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgb(25, 25, 25);
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* honey pot */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-top: 160px;
}
@media (min-width: 767px) {
  body {
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  body {
    margin-top: 240px;
  }
}

header > .wrapper {
  position: relative;
}

body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 160px;
  background-image: url(/images/site-images/header-bg.jpg);
  background-repeat: repeat-x;
  background-position: center -20px;
  background-color: rgb(255, 255, 255);
  transition: all 0.33s ease;
  z-index: 500;
  box-shadow: 0 0 3px rgb(25, 25, 25);
}
body > header a.logo, body > header h1.logo {
  z-index: 1000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 0.8em;
  background-image: url(/images/site-images/Autohaus_Logo_2019-rev.svg);
  background-color: rgb(181, 0, 22);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center 15%;
  width: 80vw;
  aspect-ratio: 20/7;
  max-width: 300px;
  color: rgb(255, 255, 255);
  font-size: 0.8em;
  font-weight: 300;
  transition: all 0.33s ease;
}
body > header h1.logo {
  margin: 0;
}
body > header nav.main {
  top: 160px;
  transition: all 0.33s ease;
}
body > header .phone-button {
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.33s ease;
}
@media (min-width: 767px) {
  body > header {
    height: 180px;
    box-shadow: none;
  }
  body > header nav.main {
    top: 140px;
  }
  body > header .address {
    padding-left: 0.8em;
    width: 30%;
    position: absolute;
    top: 20px;
    left: 17px;
    width: 100%;
    font-size: 0.8em;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 600;
    transition: all 0.33s ease;
  }
  body > header .address i {
    position: absolute;
    left: 0;
    transform: translateX(-100%); /* hang it outside to the left */
    line-height: 1;
  }
  body > header .address span {
    font-size: 0.8em;
    font-weight: 400;
  }
  body > header .phone {
    padding-left: 0.8em;
    width: 30%;
    position: absolute;
    top: 20px;
    right: 0;
    width: 130px;
    font-size: 0.8em;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 600;
    transition: all 0.33s ease;
  }
  body > header .phone i {
    position: absolute;
    left: 0;
    transform: translateX(-100%); /* hang it outside to the left */
    line-height: 1;
  }
  body > header .phone span {
    font-size: 0.8em;
    font-weight: 400;
  }
  body > header.smaller {
    height: 160px;
  }
  body > header.smaller nav.main {
    top: 120px;
  }
  body > header.smaller a.logo, body > header.smaller h1.logo {
    max-width: 275px;
  }
}
@media (min-width: 992px) {
  body > header {
    height: 240px;
  }
  body > header nav.main {
    top: 190px;
  }
  body > header a.logo, body > header h1.logo {
    max-width: 400px;
  }
  body > header .address {
    width: 260px;
    font-size: 0.95em;
  }
  body > header .phone {
    font-size: 0.95em;
    width: 140px;
  }
  body > header .header-cta {
    display: inline-block;
    margin-left: 5%;
  }
  body > header .header-cta a {
    padding: 1em 1em 1.25em 1em;
    background-color: rgb(181, 0, 22);
    opacity: 0;
    transition: opacity ease-in 0.33s;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-weight: 700;
    color: rgb(255, 255, 255);
  }
  .wf-active body > header .header-cta a, .wf-inactive body > header .header-cta a {
    opacity: 1;
  }
  body > header .header-cta a:hover {
    padding-bottom: 1.5em;
    color: rgb(255, 255, 255);
  }
  body > header.smaller {
    height: 220px;
  }
  body > header.smaller nav.main {
    top: 170px;
  }
  body > header.smaller a.logo, body > header.smaller h1.logo {
    max-width: 375px;
  }
}
@media (min-width: 1200px) {
  body > header a.logo, body > header h1.logo {
    max-width: 400px;
    font-size: 1em;
  }
}

/* message (alerts, warnings, announcements) */
#message {
  color: rgb(25, 25, 25);
  overflow: visible;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  font-size: 1rem;
  position: fixed;
  top: 160px;
  text-align: center;
  width: calc(100vw - (0.5rem * 2));
  max-height: calc(100vh - 180px - (0.5rem * 1.5));
  overflow: auto;
}
#message + #message--open {
  position: fixed;
  top: 5px;
  left: 50px;
  z-index: 1200;
  cursor: pointer;
  display: inline-block;
  width: 1rem;
}
#message + #message--open, #message + #message--open:link, #message + #message--open:visited, #message + #message--open:visited:hover, #message + #message--open:hover, #message + #message--open:active {
  color: rgb(255, 255, 0);
  text-shadow: 0px 0px 8px rgb(25, 25, 25);
  font-size: 1.7em;
}
#message .message--icon {
  width: 20px;
  height: 16px;
  font-size: 1.2em;
  margin: auto;
  display: block;
  float: left;
  margin-right: 0.5rem;
  padding-top: 6px;
}
#message h2 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0;
  color: rgb(25, 25, 25);
}
.wf-active #message h2, .wf-inactive #message h2 {
  opacity: 1;
}
#message .message--text {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: rgb(25, 25, 25);
}
.wf-active #message .message--text, .wf-inactive #message .message--text {
  opacity: 1;
}
#message .message--text * {
  margin-top: 0;
  transition: font-size 0.33s ease-in-out;
}
#message .message--text h3 {
  font-size: 1.2em;
  color: rgb(25, 25, 25) !important;
}
#message .message--text a {
  text-decoration: underline !important;
}
#message .message--more {
  font-weight: 500;
}
#message a.message--read-more {
  display: block;
  color: rgb(25, 25, 25) !important;
  cursor: pointer;
  text-decoration: underline;
}
#message a.message--read-more:hover {
  color: rgb(25, 25, 25);
}
#message #message--close {
  display: block;
  float: right;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.874925rem;
  text-align: center;
  color: rgb(25, 25, 25) !important;
  cursor: pointer;
}
#message a:link, #message a:visited, #message a:visited:hover, #message a:hover, #message a:active {
  color: rgb(25, 25, 25) !important;
  text-decoration: none;
}
#message.Notice {
  background-color: rgb(255, 255, 0);
  overflow: auto;
}
#message.Notice .message--icon {
  color: rgb(25, 25, 25);
}
@media (min-width: 767px) {
  #message {
    top: 180px;
    font-size: 1rem;
    text-align: left;
    transition: top 0.165s ease-in;
    width: calc(100vw - (0.5rem * 2));
  }
  #message + #message--open {
    top: 45px;
    left: 10px;
    transition: left 0.165s ease-in;
  }
  .stuck ~ #message + #message--open, .sp_open ~ #message + #message--open {
    left: 5.875rem;
  }
  #message + #message--open.Notice, #message + #message--open.Notice:link, #message + #message--open.Notice:visited, #message + #message--open.Notice:visited:hover, #message + #message--open.Notice:hover, #message + #message--open.Notice:active {
    color: rgb(25, 25, 25);
  }
  #message .message--icon {
    width: 20px;
    height: 16px;
    font-size: 1.3em;
    margin: auto;
    display: block;
    float: left;
    margin-right: 1rem;
    padding-top: 16px;
  }
  #message h2 {
    line-height: 3em;
  }
  #message h2 span {
    line-height: 36px;
  }
  #message h2.open {
    font-size: 1.3333333333rem;
    margin-top: 3px;
    margin-bottom: 0;
  }
  #message h2.open span {
    line-height: 50px;
  }
  #message h2.open .message--icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-right: 0.5rem;
    margin-left: auto;
  }
  #message a.message--read-more {
    display: inline;
    font-size: 0.7777777778rem;
    padding-left: 10px;
    color: rgb(25, 25, 25) !important;
  }
  #message .message--text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #message .message--more {
    padding: 0 1rem 0.5rem 1rem;
  }
  #message .message-links {
    padding-left: 0.5em;
  }
  .has-subnav ~ #message {
    top: 216px;
  }
  .stuck ~ #message, #message.sp_open {
    top: 4.6666666667rem;
  }
}
@media (min-width: 992px) {
  #message {
    width: 1024px;
    max-width: unset;
    padding-left: calc(50vw - 512px);
    padding-right: calc(50vw - 512px);
  }
  #message h2 {
    margin-left: 14%;
    margin-right: 2%;
  }
}

.home-hero {
  position: relative;
  text-align: center;
  width: 100%;
  height: 220px;
  padding: 0;
  margin: 0 0 1em 0;
  overflow: hidden;
  backface-visibility: hidden;
  z-index: 400;
  transition: height 0.33s ease;
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: center 150px, center, center;
  background-size: 2400px 652px, cover, cover;
}
.home-hero .home-hero-text {
  display: none;
}
@media (min-width: 767px) {
  .home-hero {
    height: 390px;
    background-position: center 320px, center, center;
  }
  .home-hero .home-hero-text {
    display: block;
    margin: 3em auto 0em auto;
    text-align: center;
    color: rgb(255, 255, 255);
    max-width: 450px;
    transition: width 0.33s ease;
  }
}
@media (min-width: 992px) {
  .home-hero {
    height: 440px;
    background-position: center 370px, center, center;
  }
  .home-hero .home-hero-text {
    font-size: 1.2em;
    max-width: 520px;
  }
}

.book-appt-svg {
  margin-top: 5.5em;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.book-appt-svg .btn-svg__bg {
  display: block;
  width: 300px;
  height: auto;
}
.book-appt-svg .btn-svg__bg .st0 {
  fill: rgb(181, 0, 22);
  stroke: rgb(181, 0, 22);
  stroke-miterlimit: 10;
  transition: fill 0.33s ease;
}
.book-appt-svg .btn-svg__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.2em;
  color: rgb(255, 255, 255);
  pointer-events: none;
  transition: color 0.33s ease;
}
.book-appt-svg:hover, .book-appt-svg:focus-visible {
  outline: none;
}
.book-appt-svg:hover .btn-svg__bg .st0, .book-appt-svg:focus-visible .btn-svg__bg .st0 {
  fill: rgb(255, 255, 255);
}
.book-appt-svg:hover .btn-svg__text, .book-appt-svg:focus-visible .btn-svg__text {
  color: rgb(181, 0, 22);
}
.book-appt-svg:focus-visible {
  box-shadow: 0 0 0 3px rgba(217, 19, 80, 0.35);
  border-radius: 6px;
}
@media (min-width: 767px) {
  .book-appt-svg {
    margin-top: 2em;
  }
}

.home-content {
  position: relative;
  z-index: 100;
}

.feature-blocks-divider {
  display: none;
}
@media (min-width: 767px) {
  .feature-blocks-divider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-image: url(/images/site-images/inverted-house.svg);
    background-repeat: no-repeat;
    background-position: center -618px;
    background-size: 2400px 652px;
    z-index: 200;
  }
}
@media (min-width: 992px) {
  .feature-blocks-divider {
    background-position: center -612px;
  }
}

.feature-blocks {
  margin: 0 1em 1em 1em;
}
.feature-blocks .feature-block {
  margin: 0 0 1em 0;
  padding: 1em;
  background-color: rgb(0, 0, 0);
}
.feature-blocks .feature-block h2 {
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.2em;
  text-align: left;
  margin: 0 0 0.5em 0;
}
.wf-active .feature-blocks .feature-block h2, .wf-inactive .feature-blocks .feature-block h2 {
  opacity: 1;
}
.feature-blocks .feature-block .feature-text {
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
}
.wf-active .feature-blocks .feature-block .feature-text, .wf-inactive .feature-blocks .feature-block .feature-text {
  opacity: 1;
}
.feature-blocks .feature-block .feature-text p {
  text-align: left;
  margin: 0;
  line-height: 1.4;
}
.feature-blocks .feature-block a.ghost-button {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 580px) {
  .feature-blocks {
    margin: 0;
    display: flex;
    gap: 2%;
  }
  .feature-blocks .feature-block {
    margin: 0;
    display: flex;
    flex: 1 1 30%;
    flex-direction: column;
    justify-content: space-between;
  }
  .feature-blocks .feature-block .feature-text {
    flex: 1 0 auto;
  }
  .feature-blocks .feature-block .ghost-button {
    margin-top: auto;
  }
}
@media (min-width: 767px) {
  .feature-blocks {
    margin-bottom: 1.5em;
    gap: 2em;
  }
  .feature-blocks .feature-block {
    padding-top: 80px;
  }
  .feature-blocks .feature-block a.ghost-button {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .feature-blocks {
    margin: 1em auto;
  }
  .feature-blocks .feature-block h2 {
    font-size: 1.4em;
  }
  .feature-blocks .feature-block .ghost-button {
    font-size: 1.2em;
  }
}

.schedule-block-divider {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-image: url(/images/site-images/inverted-v.svg);
  background-repeat: no-repeat;
  background-position: center 35px;
  background-size: 2400px 652px;
  z-index: 200;
}
@media (min-width: 580px) {
  .schedule-block-divider {
    background-position: center 15px;
  }
}
@media (min-width: 767px) {
  .schedule-block-divider {
    background-position: center 12px;
  }
}

.home-ase {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-image: url(/images/site-images/ASE_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 400;
}
@media (min-width: 580px) {
  .home-ase {
    bottom: 0px;
  }
}
@media (min-width: 767px) {
  .home-ase {
    width: 65px;
    height: 65px;
    bottom: 0;
  }
}

.home-schedule-block {
  overflow: auto;
  background-color: rgb(0, 0, 0);
  margin: 1em;
  padding: 1em;
  padding: 2em 1em 4em 1em;
  margin: 1em 0;
}
.home-schedule-block .home-left-column {
  box-sizing: border-box;
  width: 100%;
}
.home-schedule-block .home-left-column .call-to-action {
  margin: 0;
}
.home-schedule-block .home-left-column h2 {
  color: rgb(255, 255, 255);
  margin: 0 0 1em 0;
  text-align: left;
}
.home-schedule-block .home-left-column .ghost-button {
  font-size: 0.95em;
}
.home-schedule-block .home-left-column .ghost-button i {
  padding-left: 1em;
}
.home-schedule-block .home-right-column {
  display: none;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .home-schedule-block .home-left-column {
    width: 50%;
    float: left;
    padding: 0 0.5em 0 1em;
  }
  .home-schedule-block .home-left-column .ghost-button {
    font-size: 1.1em;
  }
  .home-schedule-block .home-right-column {
    display: block;
    width: 50%;
    float: right;
    padding: 0 1em 0 0.5em;
  }
  .home-schedule-block .home-right-column img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .home-schedule-block {
    padding: 2em 2em 4em 2em;
  }
  .home-schedule-block .home-left-column {
    padding: 0 1em;
  }
  .home-schedule-block .home-left-column .ghost-button {
    font-size: 1.3em;
  }
  .home-schedule-block .home-right-column {
    padding: 0 1em;
  }
}

.call-to-action {
  margin: 1em 0;
}
.call-to-action h2 {
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  margin: 0 0 1em 0;
}
.call-to-action.interior-cta {
  background-color: rgb(0, 0, 0);
  padding: 2em 1em 7em 1em;
}
.call-to-action.interior-cta .cta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 125px;
  background-image: url(/images/site-images/inverted-v.svg);
  background-repeat: no-repeat;
  background-size: 2400px 652px;
  background-position: center top;
  z-index: 200;
}
.call-to-action.interior-cta .interior-ase-logo {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-image: url(/images/site-images/ASE_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 300;
}
.call-to-action.interior-cta .ghost-button {
  font-size: 0.85em;
}

.sidebar-social {
  text-align: center;
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-style: italic;
  font-size: 0.85em;
}
.wf-active .sidebar-social, .wf-inactive .sidebar-social {
  opacity: 1;
}
.sidebar-social a i {
  font-size: 2em;
  padding: 0 0.25em;
}

.interior-hero {
  position: relative;
  text-align: center;
  width: 100%;
  height: 180px;
  padding: 0;
  margin: 0 0 1em 0;
  overflow: hidden;
  backface-visibility: hidden;
  z-index: 400;
  transition: height 0.33s ease;
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: center 100px, center, center;
  background-size: 2400px 652px, cover, cover;
}
.interior-hero h1 {
  color: rgb(255, 255, 255);
  margin-top: 1em;
}
@media (min-width: 767px) {
  .interior-hero {
    height: 250px;
    background-position: center 150px, center, center;
  }
}
.inline-image-right img {
  border: 1px solid black;
}
@media (min-width: 992px) {
  .inline-image-right {
    width: 50%;
    float: right;
    margin: 2.5em 0 0.5em 1em;
  }
  .inline-image-right img {
    width: 100%;
  }
}

.interior-main-image {
  box-sizing: border-box;
}
.interior-main-image img {
  width: 100%;
  height: auto;
  border: 1px solid black;
}

@media (min-width: 767px) {
  .left-column {
    width: 60%;
    padding-right: 5%;
    float: left;
    border-right: 1px solid rgb(25, 25, 25);
  }
}

@media (min-width: 767px) {
  .right-column {
    width: 30%;
    float: right;
  }
}

.blog-image img {
  width: 100%;
}

.testimonials {
  padding-top: 1em;
}

.testimonial-entry {
  position: relative;
  overflow: auto;
  padding: 1em 1em 4.5em 1em;
  margin-bottom: 1.5em;
}
.testimonial-entry .testimonial-entry-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url(/images/site-images/inverted-v.svg);
  background-repeat: no-repeat;
  background-size: 2400px 652px;
  background-position: center -25px;
  z-index: 200;
}
.testimonial-entry:nth-child(odd) {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.testimonial-entry:nth-child(even) {
  background-color: rgb(181, 0, 22);
  color: rgb(255, 255, 255);
}
.testimonial-entry h2 {
  margin-top: 0;
}
.testimonial-entry .testimonial {
  padding: 0 2.5em;
  position: relative;
}
.testimonial-entry .testimonial:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  color: rgb(255, 255, 255);
  position: absolute;
  top: -18px;
  left: 2px;
  font-size: 2.2em;
}
.testimonial-entry .testimonial:after {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: -45px;
  right: 2px;
  font-size: 2.2em;
}
.testimonial-entry:last-of-type {
  border: none;
}

.interior-slideshow .interior-slideshow-slide {
  margin: 0 0.25em;
  text-align: left;
  position: relative;
}
.interior-slideshow .interior-slideshow-slide img {
  width: 100%;
}
.interior-slideshow .interior-slideshow-slide h4 {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 0 8px 8px 8px;
  font-size: 0.8em;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 3px rgb(25, 25, 25);
}
.interior-slideshow .owl-prev, .interior-slideshow .owl-next {
  background-color: !important;
  width: 25%;
  height: 100%;
}
.interior-slideshow .owl-prev span, .interior-slideshow .owl-next span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 4em;
}
.interior-slideshow .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
}
.interior-slideshow .owl-next {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 767px) {
  .interior-slideshow .owl-prev, .interior-slideshow .owl-next {
    width: 9.5%;
  }
}
.gmap {
  width: 100%;
  height: 350px;
  margin-bottom: 1em;
  border: 1px solid #404040;
}

input.google_map.ghost-button {
  margin-top: 1em;
}

.footer-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-image: url(/images/site-images/footer-area-mask.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 2400px 652px;
  z-index: 200;
}
@media (min-width: 767px) {
  .footer-mask {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .footer-mask {
    height: 135px;
  }
}

body > footer {
  padding: 7em 0 1em 0;
  background-color: rgb(25, 25, 25);
  color: rgb(255, 255, 255);
  text-align: center;
}
body > footer .footer-logo {
  margin: 0 auto 1em auto;
  width: 200px;
  height: 50px;
  background-image: url(/images/site-images/Autohaus_Logo_2019-rev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body > footer .footer-contact {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 2;
}
.wf-active body > footer .footer-contact, .wf-inactive body > footer .footer-contact {
  opacity: 1;
}
body > footer .social-media {
  margin: 1em auto;
}
body > footer .social-media a {
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  margin: 0 4px;
  width: 30px;
  height: 30px;
  line-height: 1.5em;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
body > footer .legal p {
  font-size: 0.6em;
}
body > footer .copyright {
  font-size: 0.6em;
}
body > footer .credits a[title*=Imp] {
  display: block;
  width: 100%;
  height: 1em;
  margin: 0.25em auto;
  padding-top: 28px;
  background-color: transparent;
  background-image: url(/images/site-images/an-id-creation.svg);
  background-size: 100px 25px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  line-height: 1rem;
  font-size: 0.5rem;
  color: #6f6f6f;
}
@media (min-width: 767px) {
  body > footer {
    padding-top: 9em;
  }
}
@media (min-width: 992px) {
  body > footer {
    padding-top: 10em;
  }
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0px;
  color: rgb(255, 255, 255);
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

a.nav-toggle {
  display: block;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  z-index: 3000;
}
@media (min-width: 767px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

nav.main {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  transition: height 0.3s ease;
  background-color: #f2f2f2;
  border-top: 1px solid rgb(0, 0, 0);
  z-index: 8000;
}
nav.main ul,
nav.main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main li,
nav.main li a {
  display: block;
  width: auto;
  min-height: 36px;
  line-height: 36px;
}
nav.main li a {
  padding: 0 1em;
}
nav.main li.current > a {
  font-weight: bold;
}
nav.main li.no-mobile {
  display: none;
}
nav.main ul {
  position: relative;
}
nav.main ul li {
  border-bottom: 1px solid #a6a6a6;
}
nav.main ul li.current a {
  color: rgb(25, 25, 25);
}
nav.main ul li > ul {
  display: none;
}
nav.main ul li:hover > ul {
  display: block;
}
nav.main ul li.current > ul {
  display: block;
}
nav.main ul ul {
  margin: 0;
  background-color: #d9d9d9;
}
nav.main ul ul li > a {
  padding-left: 36px;
}
nav.main ul ul li:last-child {
  border-bottom: none;
}
nav.main ul > li a {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.wf-active nav.main ul > li a, .wf-inactive nav.main ul > li a {
  opacity: 1;
}
nav.main ul > li a:link, nav.main ul > li a:visited, nav.main ul > li a:visited:hover, nav.main ul > li a:hover, nav.main ul > li a:active,
nav.main ul > li a a:link,
nav.main ul > li a a:visited,
nav.main ul > li a a:visited:hover,
nav.main ul > li a a:hover,
nav.main ul > li a a:active {
  color: rgb(25, 25, 25);
}
nav.main ul > li a:hover, nav.main ul > li a:visited:hover {
  font-weight: bold;
  text-decoration: none;
  color: rgb(25, 25, 25);
}
nav.main ul > li a.ghost-button {
  margin: 0.5em;
  white-space: nowrap;
}
nav.main ul > li a.ghost-button:hover, nav.main ul > li a.ghost-button:visited:hover {
  text-decoration: none;
  color: black;
}

nav.main.active {
  height: 100vh;
}

@media (min-width: 767px) {
  nav.main {
    overflow: visible;
    position: absolute;
    top: 100px;
    right: 36px;
    height: 36px;
    transition: top 0.33s ease-in;
    background-color: transparent;
    display: block;
    font-size: 1.3em;
    border-top: none;
    z-index: 3000;
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 0;
    margin: 0 auto;
    max-width: 800px;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul li {
    position: relative;
    min-height: 36px;
    border-bottom: none;
    /* Open on hover & keyboard focus */
  }
  nav.main ul li:hover > a {
    font-weight: 300;
    color: #9a0013 !important;
  }
  nav.main ul li > a {
    display: inline-flex;
    align-items: center;
    height: 36px;
    line-height: 1;
    padding: 0 0;
    font-size: 0.75em;
    font-weight: 300;
    color: rgb(25, 25, 25);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.33s ease, background-color 0.33s ease;
  }
  nav.main ul li > a:focus-visible {
    outline: 2px solid rgb(181, 0, 22);
    outline-offset: 3px;
  }
  nav.main ul li.has-subnav > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 0.8em;
    padding-left: 6px;
    line-height: 1;
  }
  nav.main ul li.current > a {
    color: rgb(181, 0, 22);
    font-weight: 300;
  }
  nav.main ul li > ul.subnav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
    /* enclosure size and containment */
    box-sizing: border-box;
    width: max-content; /* expands to fit longest label */
    min-width: 12rem; /* ensures consistent minimum width */
    overflow: visible; /* prevents clipping */
    margin: 0;
    padding: 6px 0;
    background-color: #f2f2f2;
    box-shadow: 0 0 4px black;
    /* animation-ready hidden state */
    display: block; /* override any mobile display:none */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    will-change: opacity, transform;
    transition: opacity 0.33s ease, transform 0.33s ease;
    /* submenu list items */
  }
  nav.main ul li > ul.subnav li {
    display: block;
    padding: 0;
    min-height: 0;
  }
  nav.main ul li > ul.subnav li > a {
    display: block;
    box-sizing: border-box;
    white-space: nowrap; /* keep text on one line */
    padding: 8px 16px;
    font-size: 0.75em;
    line-height: 1.3;
    text-shadow: none;
    color: rgb(25, 25, 25);
    background-color: transparent;
    box-shadow: none;
    transition: color 0.33s ease, background-color 0.33s ease;
  }
  nav.main ul li > ul.subnav li > a:focus-visible {
    outline: 2px solid rgb(181, 0, 22);
    outline-offset: -2px;
  }
  nav.main ul li > ul.subnav li.current > a {
    color: rgb(181, 0, 22);
    font-weight: 300;
  }
  nav.main ul li:hover > ul.subnav, nav.main ul li:focus-within > ul.subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media (min-width: 767px) and (prefers-reduced-motion: reduce) {
  nav.main ul li > ul.subnav {
    transition: none;
    transform: none;
  }
}

body, h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

body {
  font-size: 12pt;
}

h1 {
  font-size: 36pt;
}

h2 {
  font-size: 24pt;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

blockquote {
  font-size: 24px;
  line-height: 1.45833333;
}
