/*
.css merger for https://heartbeat-schedule.schellbrothers.com
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/normalize.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_functions.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/themes/schellbrothers/settings.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_global.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_type.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_buttons.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_button-groups.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_dropdown.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_dropdown-buttons.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_progress-bars.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_labels.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_visibility.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/_flex-video.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/element.style.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/element-mq.style.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/templates/default/default.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/pd-form.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/snow-flack/snow-flack.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/soundcloud/soundcloud.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/paragraph/paragraph.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/image-block/image-block.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/button/button.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/div-block/div-block.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/text-block/text-block.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/account-menu/account-menu.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/nav-bar/nav-bar.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/heading/heading.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/employee-card/employee-card.scss
u!vega/modules/data-warehouse/widgets/admin/datatables-css/select2.min.css
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/form/form.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/form-quiz/form-quiz.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/data-nav-bar/data-nav-bar.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/utilities/modal/modal.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/do-not-sell/do-not-sell.scss
u!vega/modules/jquery-modal/jquery.modal.css
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/modal/modal.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/elements/inactivity/inactivity.scss
u!vega/modules/data-warehouse/widgets/admin/page-designer/themes/schellbrothers/schellbrothers.scss
[filter: merger_scss]
*/
/* SITE_DIR = ., Sass compile: 0.161 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * 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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/*$success-color: #adff2f;*/
meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #223347;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #d21d40;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #b51937; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #223347;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #5078a7;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 1.875rem; }

h2 {
  font-size: 1.5625rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 0.9375rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #5078a7;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #223347;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #406086; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #406086; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #5078a7; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2.1875rem; }
  h3 {
    font-size: 1.5625rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #d21d40;
  border-color: #a81733;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #a81733; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #d21d40;
    border-color: #a81733;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #a81733; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #d21d40; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.0625em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width:40.0625em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width:40.0625em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #d21d40;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #e7e7e7;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #43AC6A;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #f04124;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #d21d40;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

@media not print {
  .show-for-print {
    display: none !important; } }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

@property --text-color {
  syntax: "<color>";
  inherits: false;
  initial-value: inherit; }

@property --text-align {
  syntax: "<text-align>";
  inherits: false;
  initial-value: inherit; }

@property --font-size {
  syntax: "<length>";
  inherits: false;
  initial-value: inherit; }

@property --font-weight {
  syntax: "<number>";
  inherits: false;
  initial-value: inherit; }

@property --bg-color {
  syntax: "<color>";
  inherits: false;
  initial-value: inherit; }

@property --bg-gradient-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg; }

@property --bg-gradient-start {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent; }

@property --bg-gradient-end {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent; }

@property --bg-src {
  syntax: "<image>";
  inherits: false;
  initial-value: none; }

@property --bg-size {
  syntax: "<bg-size>";
  inherits: false;
  initial-value: cover; }

@property --bg-repeat {
  syntax: "<bg-repeat>";
  inherits: false;
  initial-value: no-repeat; }

@property --bg-position {
  syntax: "<bg-position>";
  inherits: false;
  initial-value: center; }

@property --border-color {
  syntax: "<color>";
  inherits: false;
  initial-value: currentColor; }

[style].style__text-color {
  color: var(--text-color); }

[style].style__text-align {
  text-align: var(--text-align); }

[style].style__font-size {
  font-size: var(--font-size); }

[style].style__font-weight {
  font-weight: var(--font-weight); }

[style].style__bg-color {
  background-color: var(--bg-color); }

[style].style__border-color {
  border-color: var(--border-color); }

[style].style__bg-gradient {
  background: linear-gradient(var(--bg-gradient-angle), var(--bg-gradient-start), var(--bg-gradient-end)); }

[style].style__bg-image {
  background-image: var(--bg-src);
  background-size: var(--bg-size);
  background-repeat: var(--bg-repeat);
  background-position: var(--bg-position); }
  [style].style__bg-image.style__bg-color {
    background-image: linear-gradient(to bottom, var(--bg-color), var(--bg-color)), var(--bg-src); }
  [style].style__bg-image[style*="--bg-cover-area:"] {
    position: relative;
    --bg-cover-src: var(--bg-src);
    --bg-cover-size: var(--bg-size);
    --bg-cover-repeat: var(--bg-repeat);
    --bg-cover-position: var(--bg-position);
    --bg-cover-area: var(--bg-cover-area);
    background-image: none; }
    [style].style__bg-image[style*="--bg-cover-area:"]::before {
      content: "";
      position: absolute;
      top: 0;
      left: var(--bg-cover-area);
      bottom: 0;
      width: 50%;
      background-image: var(--bg-cover-src);
      background-size: var(--bg-cover-size);
      background-repeat: var(--bg-cover-repeat);
      background-position: var(--bg-cover-position); }

.layout-display__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1rem;
  /* includes media queries */ }
  .layout-display__grid.grid-align-y__top {
    align-items: start; }
  .layout-display__grid.grid-align-y__center {
    align-items: center; }
  .layout-display__grid.grid-align-y__bottom {
    align-items: end; }
  .layout-display__grid.grid-align-y__stretch {
    align-items: stretch; }
  .layout-display__grid.grid-align-y__baseline {
    align-items: baseline; }

.layout-display__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* gap rides a custom property so the flex-scoped width overrides in
	   element-mq.style.scss can subtract each item's gap share -- that is what
	   keeps gutters aligned across rows of mixed widths (2/3 + 1/3 vs 3 x 1/3) */
  --pd-flex-gap: 1rem;
  gap: var(--pd-flex-gap);
  /* includes media queries */ }
  .layout-display__flex > * {
    min-width: 0;
    /* with wrap on, a flex line sizes to its widest item rather than the container */
    /* the cap stops an unshrinkable child widening past a narrow parent sideways */
    max-width: 100%; }
  .layout-display__flex.flex-dir__row-rev {
    flex-direction: row-reverse; }
  .layout-display__flex.flex-dir__col {
    flex-direction: column; }
  .layout-display__flex.flex-dir__col-rev {
    flex-direction: column-reverse; }
  .layout-display__flex.flex-wrap__nowrap {
    flex-wrap: nowrap; }
  .layout-display__flex.flex-wrap__wrap {
    flex-wrap: wrap; }
  .layout-display__flex.flex-wrap__rev {
    flex-wrap: wrap-reverse; }
  .layout-display__flex.flex-align-x__left {
    justify-content: flex-start; }
  .layout-display__flex.flex-align-x__center {
    justify-content: center; }
  .layout-display__flex.flex-align-x__right {
    justify-content: flex-end; }
  .layout-display__flex.flex-align-x__between {
    justify-content: space-between; }
  .layout-display__flex.flex-align-x__around {
    justify-content: space-around; }
  .layout-display__flex.flex-align-y__top {
    align-items: flex-start; }
  .layout-display__flex.flex-align-y__center {
    align-items: center; }
  .layout-display__flex.flex-align-y__bottom {
    align-items: flex-end; }
  .layout-display__flex.flex-align-y__stretch {
    align-items: stretch; }
  .layout-display__flex.flex-align-y__baseline {
    align-items: baseline; }

.layout-display__block {
  display: block;
  /* includes media queries */ }

.layout-display__inline {
  display: inline; }

.layout-display__inline-block {
  display: inline-block; }

.layout-display__none {
  display: none !important; }

/* per-row Hide When condition matched (data-hide-when, evaluated in data.js);
   doubled class outranks the layout-display classes without !important */
.pd-hide-when-hidden.pd-hide-when-hidden {
  display: none; }

/* Border (STYLE panel). border-style classes carry the 1px default width
   (control defaults emit no class); the border-width overrides below come
   AFTER so an explicit width wins by source order. Radius is independent. */
.border-style__solid {
  border-style: solid;
  border-width: 1px; }

.border-style__dashed {
  border-style: dashed;
  border-width: 1px; }

.border-style__dotted {
  border-style: dotted;
  border-width: 1px; }

.border-width__2 {
  border-width: 2px; }

.border-width__3 {
  border-width: 3px; }

.border-width__4 {
  border-width: 4px; }

.border-radius__s {
  border-radius: 0.25rem; }

.border-radius__m {
  border-radius: 0.5rem; }

.border-radius__l {
  border-radius: 1rem; }

.border-radius__round {
  border-radius: 1000px; }

/* Z-Index (STYLE panel). Single value -- stacking order is not viewport-varied. */
.z-index__1 {
  z-index: 1; }

.z-index__2 {
  z-index: 2; }

.z-index__3 {
  z-index: 3; }

.z-index__10 {
  z-index: 10; }

@media only screen and (max-width: 40em) {
  .layout-display__grid.grid-columns__mobile__1 {
    grid-template-columns: repeat(1, 1fr); }
  .layout-display__grid.grid-columns__mobile__2 {
    grid-template-columns: repeat(2, 1fr); }
  .layout-display__grid.grid-columns__mobile__3 {
    grid-template-columns: repeat(3, 1fr); }
  .layout-display__grid.grid-columns__mobile__4 {
    grid-template-columns: repeat(4, 1fr); }
  .layout-display__grid.grid-columns__mobile__5 {
    grid-template-columns: repeat(5, 1fr); }
  .layout-display__grid.grid-columns__mobile__6 {
    grid-template-columns: repeat(6, 1fr); }
  .layout-display__grid.grid-columns__1 {
    grid-template-columns: repeat(1, 1fr); }
  .layout-display__grid.grid-gap__mobile__0 {
    grid-gap: 0; }
  .layout-display__grid.grid-gap__mobile__0_25 {
    grid-gap: 0.25rem; }
  .layout-display__grid.grid-gap__mobile__0_5 {
    grid-gap: 0.5rem; }
  .layout-display__grid.grid-gap__mobile__1 {
    grid-gap: 1rem; }
  .layout-display__grid.grid-rows__mobile__1 {
    grid-template-rows: repeat(1, 1fr); }
  .layout-display__grid.grid-rows__mobile__2 {
    grid-template-rows: repeat(2, 1fr); }
  .layout-display__grid.grid-rows__mobile__3 {
    grid-template-rows: repeat(3, 1fr); }
  .layout-display__grid.grid-rows__mobile__4 {
    grid-template-rows: repeat(4, 1fr); }
  .layout-display__grid.grid-rows__mobile__5 {
    grid-template-rows: repeat(5, 1fr); }
  .layout-display__grid.grid-rows__mobile__6 {
    grid-template-rows: repeat(6, 1fr); }
  .layout-display__grid.grid-align-y__mobile__top {
    align-items: start; }
  .layout-display__grid.grid-align-y__mobile__center {
    align-items: center; }
  .layout-display__grid.grid-align-y__mobile__bottom {
    align-items: end; }
  .layout-display__grid.grid-align-y__mobile__stretch {
    align-items: stretch; }
  .layout-display__grid.grid-align-y__mobile__baseline {
    align-items: baseline; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .layout-display__grid.grid-columns__tablet__1 {
    grid-template-columns: repeat(1, 1fr); }
  .layout-display__grid.grid-columns__tablet__2 {
    grid-template-columns: repeat(2, 1fr); }
  .layout-display__grid.grid-columns__tablet__3 {
    grid-template-columns: repeat(3, 1fr); }
  .layout-display__grid.grid-columns__tablet__4 {
    grid-template-columns: repeat(4, 1fr); }
  .layout-display__grid.grid-columns__tablet__5 {
    grid-template-columns: repeat(5, 1fr); }
  .layout-display__grid.grid-columns__tablet__6 {
    grid-template-columns: repeat(6, 1fr); }
  .layout-display__grid.grid-columns__1 {
    grid-template-columns: repeat(1, 1fr); }
  .layout-display__grid.grid-gap__tablet__0 {
    grid-gap: 0; }
  .layout-display__grid.grid-gap__tablet__0_25 {
    grid-gap: 0.25rem; }
  .layout-display__grid.grid-gap__tablet__0_5 {
    grid-gap: 0.5rem; }
  .layout-display__grid.grid-gap__tablet__1 {
    grid-gap: 1rem; }
  .layout-display__grid.grid-rows__tablet__1 {
    grid-template-rows: repeat(1, 1fr); }
  .layout-display__grid.grid-rows__tablet__2 {
    grid-template-rows: repeat(2, 1fr); }
  .layout-display__grid.grid-rows__tablet__3 {
    grid-template-rows: repeat(3, 1fr); }
  .layout-display__grid.grid-rows__tablet__4 {
    grid-template-rows: repeat(4, 1fr); }
  .layout-display__grid.grid-rows__tablet__5 {
    grid-template-rows: repeat(5, 1fr); }
  .layout-display__grid.grid-rows__tablet__6 {
    grid-template-rows: repeat(6, 1fr); }
  .layout-display__grid.grid-align-y__tablet__top {
    align-items: start; }
  .layout-display__grid.grid-align-y__tablet__center {
    align-items: center; }
  .layout-display__grid.grid-align-y__tablet__bottom {
    align-items: end; }
  .layout-display__grid.grid-align-y__tablet__stretch {
    align-items: stretch; }
  .layout-display__grid.grid-align-y__tablet__baseline {
    align-items: baseline; } }

@media only screen and (min-width:64.0625em) {
  .layout-display__grid.grid-columns__desktop__1 {
    grid-template-columns: repeat(1, 1fr); }
  .layout-display__grid.grid-columns__desktop__2 {
    grid-template-columns: repeat(2, 1fr); }
  .layout-display__grid.grid-columns__desktop__3 {
    grid-template-columns: repeat(3, 1fr); }
  .layout-display__grid.grid-columns__desktop__4 {
    grid-template-columns: repeat(4, 1fr); }
  .layout-display__grid.grid-columns__desktop__5 {
    grid-template-columns: repeat(5, 1fr); }
  .layout-display__grid.grid-columns__desktop__6 {
    grid-template-columns: repeat(6, 1fr); }
  .layout-display__grid.grid-columns__1 {
    grid-template-columns: repeat(1, 1fr); }
  .layout-display__grid.grid-gap__desktop__0 {
    grid-gap: 0; }
  .layout-display__grid.grid-gap__desktop__0_25 {
    grid-gap: 0.25rem; }
  .layout-display__grid.grid-gap__desktop__0_5 {
    grid-gap: 0.5rem; }
  .layout-display__grid.grid-gap__desktop__1 {
    grid-gap: 1rem; }
  .layout-display__grid.grid-rows__desktop__1 {
    grid-template-rows: repeat(1, 1fr); }
  .layout-display__grid.grid-rows__desktop__2 {
    grid-template-rows: repeat(2, 1fr); }
  .layout-display__grid.grid-rows__desktop__3 {
    grid-template-rows: repeat(3, 1fr); }
  .layout-display__grid.grid-rows__desktop__4 {
    grid-template-rows: repeat(4, 1fr); }
  .layout-display__grid.grid-rows__desktop__5 {
    grid-template-rows: repeat(5, 1fr); }
  .layout-display__grid.grid-rows__desktop__6 {
    grid-template-rows: repeat(6, 1fr); }
  .layout-display__grid.grid-align-y__desktop__top {
    align-items: start; }
  .layout-display__grid.grid-align-y__desktop__center {
    align-items: center; }
  .layout-display__grid.grid-align-y__desktop__bottom {
    align-items: end; }
  .layout-display__grid.grid-align-y__desktop__stretch {
    align-items: stretch; }
  .layout-display__grid.grid-align-y__desktop__baseline {
    align-items: baseline; } }

@media only screen and (max-width: 40em) {
  .layout-display__flex.flex-dir__mobile__row {
    flex-direction: row; }
  .layout-display__flex.flex-dir__mobile__row-rev {
    flex-direction: row-reverse; }
  .layout-display__flex.flex-dir__mobile__col {
    flex-direction: column; }
  .layout-display__flex.flex-dir__mobile__col-rev {
    flex-direction: column-reverse; }
  .layout-display__flex.flex-align-x__mobile__left {
    justify-content: flex-start; }
  .layout-display__flex.flex-align-x__mobile__center {
    justify-content: center; }
  .layout-display__flex.flex-align-x__mobile__right {
    justify-content: flex-end; }
  .layout-display__flex.flex-align-x__mobile__between {
    justify-content: space-between; }
  .layout-display__flex.flex-align-x__mobile__around {
    justify-content: space-around; }
  .layout-display__flex.flex-align-y__mobile__top {
    align-items: flex-start; }
  .layout-display__flex.flex-align-y__mobile__center {
    align-items: center; }
  .layout-display__flex.flex-align-y__mobile__bottom {
    align-items: flex-end; }
  .layout-display__flex.flex-align-y__mobile__stretch {
    align-items: stretch; }
  .layout-display__flex.flex-align-y__mobile__baseline {
    align-items: baseline; }
  .layout-display__flex.flex-gap__mobile__0 {
    --pd-flex-gap: 0rem;
    gap: 0; }
  .layout-display__flex.flex-gap__mobile__0_5 {
    --pd-flex-gap: 0.5rem;
    gap: 0.5rem; }
  .layout-display__flex.flex-items-grow__mobile__1 > * {
    flex-basis: 0;
    flex-grow: 1; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .layout-display__flex.flex-dir__tablet__row {
    flex-direction: row; }
  .layout-display__flex.flex-dir__tablet__row-rev {
    flex-direction: row-reverse; }
  .layout-display__flex.flex-dir__tablet__col {
    flex-direction: column; }
  .layout-display__flex.flex-dir__tablet__col-rev {
    flex-direction: column-reverse; }
  .layout-display__flex.flex-align-x__tablet__left {
    justify-content: flex-start; }
  .layout-display__flex.flex-align-x__tablet__center {
    justify-content: center; }
  .layout-display__flex.flex-align-x__tablet__right {
    justify-content: flex-end; }
  .layout-display__flex.flex-align-x__tablet__between {
    justify-content: space-between; }
  .layout-display__flex.flex-align-x__tablet__around {
    justify-content: space-around; }
  .layout-display__flex.flex-align-y__tablet__top {
    align-items: flex-start; }
  .layout-display__flex.flex-align-y__tablet__center {
    align-items: center; }
  .layout-display__flex.flex-align-y__tablet__bottom {
    align-items: flex-end; }
  .layout-display__flex.flex-align-y__tablet__stretch {
    align-items: stretch; }
  .layout-display__flex.flex-align-y__tablet__baseline {
    align-items: baseline; }
  .layout-display__flex.flex-gap__tablet__0 {
    --pd-flex-gap: 0rem;
    gap: 0; }
  .layout-display__flex.flex-gap__tablet__0_5 {
    --pd-flex-gap: 0.5rem;
    gap: 0.5rem; }
  .layout-display__flex.flex-items-grow__tablet__1 > * {
    flex-basis: 0;
    flex-grow: 1; } }

@media only screen and (min-width:64.0625em) {
  .layout-display__flex.flex-dir__desktop__row {
    flex-direction: row; }
  .layout-display__flex.flex-dir__desktop__row-rev {
    flex-direction: row-reverse; }
  .layout-display__flex.flex-dir__desktop__col {
    flex-direction: column; }
  .layout-display__flex.flex-dir__desktop__col-rev {
    flex-direction: column-reverse; }
  .layout-display__flex.flex-align-x__desktop__left {
    justify-content: flex-start; }
  .layout-display__flex.flex-align-x__desktop__center {
    justify-content: center; }
  .layout-display__flex.flex-align-x__desktop__right {
    justify-content: flex-end; }
  .layout-display__flex.flex-align-x__desktop__between {
    justify-content: space-between; }
  .layout-display__flex.flex-align-x__desktop__around {
    justify-content: space-around; }
  .layout-display__flex.flex-align-y__desktop__top {
    align-items: flex-start; }
  .layout-display__flex.flex-align-y__desktop__center {
    align-items: center; }
  .layout-display__flex.flex-align-y__desktop__bottom {
    align-items: flex-end; }
  .layout-display__flex.flex-align-y__desktop__stretch {
    align-items: stretch; }
  .layout-display__flex.flex-align-y__desktop__baseline {
    align-items: baseline; }
  .layout-display__flex.flex-gap__desktop__0 {
    --pd-flex-gap: 0rem;
    gap: 0; }
  .layout-display__flex.flex-gap__desktop__0_5 {
    --pd-flex-gap: 0.5rem;
    gap: 0.5rem; }
  .layout-display__flex.flex-items-grow__desktop__1 > * {
    flex-basis: 0;
    flex-grow: 1; } }

@media only screen and (max-width: 40em) {
  .layout-display__block.block-text-align__mobile__left {
    text-align: left; }
  .layout-display__block.block-text-align__mobile__center {
    text-align: center; }
  .layout-display__block.block-text-align__mobile__right {
    text-align: right; }
  .layout-display__block.block-text-align__mobile__justify {
    text-align: justify; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .layout-display__block.block-text-align__tablet__left {
    text-align: left; }
  .layout-display__block.block-text-align__tablet__center {
    text-align: center; }
  .layout-display__block.block-text-align__tablet__right {
    text-align: right; }
  .layout-display__block.block-text-align__tablet__justify {
    text-align: justify; } }

@media only screen and (min-width:64.0625em) {
  .layout-display__block.block-text-align__desktop__left {
    text-align: left; }
  .layout-display__block.block-text-align__desktop__center {
    text-align: center; }
  .layout-display__block.block-text-align__desktop__right {
    text-align: right; }
  .layout-display__block.block-text-align__desktop__justify {
    text-align: justify; } }

@media only screen and (max-width: 40em) {
  .layout-display__mobile__none {
    display: none !important; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .layout-display__tablet__none {
    display: none !important; } }

/* Width */
@media only screen and (max-width: 40em) {
  .layout-width__mobile__20 {
    width: 20%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__mobile__25 {
    width: 25%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__mobile__33 {
    width: 33%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__mobile__50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__mobile__66 {
    width: 66%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__mobile__75 {
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__mobile__80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__mobile__100 {
    width: 100%; }
  /* inside a flex row each width surrenders its share of the gap, so gutters
	   line up across rows of mixed widths (fraction F gets F% - gap * (1 - F)) */
  .layout-display__flex > .layout-width__mobile__20 {
    width: calc(20% - var(--pd-flex-gap) * 0.8); }
  .layout-display__flex > .layout-width__mobile__25 {
    width: calc(25% - var(--pd-flex-gap) * 0.75); }
  .layout-display__flex > .layout-width__mobile__33 {
    width: calc(33.3333% - var(--pd-flex-gap) * 0.66667); }
  .layout-display__flex > .layout-width__mobile__50 {
    width: calc(50% - var(--pd-flex-gap) * 0.5); }
  .layout-display__flex > .layout-width__mobile__66 {
    width: calc(66.6667% - var(--pd-flex-gap) * 0.33333); }
  .layout-display__flex > .layout-width__mobile__75 {
    width: calc(75% - var(--pd-flex-gap) * 0.25); }
  .layout-display__flex > .layout-width__mobile__80 {
    width: calc(80% - var(--pd-flex-gap) * 0.2); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .layout-width__tablet__20 {
    width: 20%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__tablet__25 {
    width: 25%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__tablet__33 {
    width: 33%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__tablet__50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__tablet__66 {
    width: 66%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__tablet__75 {
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__tablet__80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__tablet__100 {
    width: 100%; }
  .layout-display__flex > .layout-width__tablet__20 {
    width: calc(20% - var(--pd-flex-gap) * 0.8); }
  .layout-display__flex > .layout-width__tablet__25 {
    width: calc(25% - var(--pd-flex-gap) * 0.75); }
  .layout-display__flex > .layout-width__tablet__33 {
    width: calc(33.3333% - var(--pd-flex-gap) * 0.66667); }
  .layout-display__flex > .layout-width__tablet__50 {
    width: calc(50% - var(--pd-flex-gap) * 0.5); }
  .layout-display__flex > .layout-width__tablet__66 {
    width: calc(66.6667% - var(--pd-flex-gap) * 0.33333); }
  .layout-display__flex > .layout-width__tablet__75 {
    width: calc(75% - var(--pd-flex-gap) * 0.25); }
  .layout-display__flex > .layout-width__tablet__80 {
    width: calc(80% - var(--pd-flex-gap) * 0.2); } }

@media only screen and (min-width:64.0625em) {
  .layout-width__desktop__20 {
    width: 20%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__desktop__25 {
    width: 25%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__desktop__33 {
    width: 33%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__desktop__50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__desktop__66 {
    width: 66%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__desktop__75 {
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__desktop__80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .layout-width__desktop__100 {
    width: 100%; }
  .layout-display__flex > .layout-width__desktop__20 {
    width: calc(20% - var(--pd-flex-gap) * 0.8); }
  .layout-display__flex > .layout-width__desktop__25 {
    width: calc(25% - var(--pd-flex-gap) * 0.75); }
  .layout-display__flex > .layout-width__desktop__33 {
    width: calc(33.3333% - var(--pd-flex-gap) * 0.66667); }
  .layout-display__flex > .layout-width__desktop__50 {
    width: calc(50% - var(--pd-flex-gap) * 0.5); }
  .layout-display__flex > .layout-width__desktop__66 {
    width: calc(66.6667% - var(--pd-flex-gap) * 0.33333); }
  .layout-display__flex > .layout-width__desktop__75 {
    width: calc(75% - var(--pd-flex-gap) * 0.25); }
  .layout-display__flex > .layout-width__desktop__80 {
    width: calc(80% - var(--pd-flex-gap) * 0.2); } }

/* Padding */
@media only screen and (min-width:64.0625em) {
  .padding-top__desktop__0 {
    padding-top: 0; }
  .padding-top__desktop__XS {
    padding-top: 0.5rem; }
  .padding-top__desktop__S {
    padding-top: 1rem; }
  .padding-top__desktop__M {
    padding-top: 2rem; }
  .padding-top__desktop__L {
    padding-top: 4rem; }
  .padding-top__desktop__XL {
    padding-top: 8rem; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .padding-top__tablet__0 {
    padding-top: 0; }
  .padding-top__tablet__XS {
    padding-top: 0.5rem; }
  .padding-top__tablet__S {
    padding-top: 1rem; }
  .padding-top__tablet__M {
    padding-top: 2rem; }
  .padding-top__tablet__L {
    padding-top: 4rem; }
  .padding-top__tablet__XL {
    padding-top: 8rem; } }

@media only screen and (max-width: 40em) {
  .padding-top__mobile__0 {
    padding-top: 0; }
  .padding-top__mobile__XS {
    padding-top: 0.5rem; }
  .padding-top__mobile__S {
    padding-top: 1rem; }
  .padding-top__mobile__M {
    padding-top: 2rem; }
  .padding-top__mobile__L {
    padding-top: 4rem; }
  .padding-top__mobile__XL {
    padding-top: 8rem; } }

@media only screen and (min-width:64.0625em) {
  .padding-right__desktop__0 {
    padding-right: 0; }
  .padding-right__desktop__XS {
    padding-right: 0.5rem; }
  .padding-right__desktop__S {
    padding-right: 1rem; }
  .padding-right__desktop__M {
    padding-right: 2rem; }
  .padding-right__desktop__L {
    padding-right: 4rem; }
  .padding-right__desktop__XL {
    padding-right: 8rem; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .padding-right__tablet__0 {
    padding-right: 0; }
  .padding-right__tablet__XS {
    padding-right: 0.5rem; }
  .padding-right__tablet__S {
    padding-right: 1rem; }
  .padding-right__tablet__M {
    padding-right: 2rem; }
  .padding-right__tablet__L {
    padding-right: 4rem; }
  .padding-right__tablet__XL {
    padding-right: 8rem; } }

@media only screen and (max-width: 40em) {
  .padding-right__mobile__0 {
    padding-right: 0; }
  .padding-right__mobile__XS {
    padding-right: 0.5rem; }
  .padding-right__mobile__S {
    padding-right: 1rem; }
  .padding-right__mobile__M {
    padding-right: 2rem; }
  .padding-right__mobile__L {
    padding-right: 4rem; }
  .padding-right__mobile__XL {
    padding-right: 8rem; } }

@media only screen and (min-width:64.0625em) {
  .padding-bottom__desktop__0 {
    padding-bottom: 0; }
  .padding-bottom__desktop__XS {
    padding-bottom: 0.5rem; }
  .padding-bottom__desktop__S {
    padding-bottom: 1rem; }
  .padding-bottom__desktop__M {
    padding-bottom: 2rem; }
  .padding-bottom__desktop__L {
    padding-bottom: 4rem; }
  .padding-bottom__desktop__XL {
    padding-bottom: 8rem; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .padding-bottom__tablet__0 {
    padding-bottom: 0; }
  .padding-bottom__tablet__XS {
    padding-bottom: 0.5rem; }
  .padding-bottom__tablet__S {
    padding-bottom: 1rem; }
  .padding-bottom__tablet__M {
    padding-bottom: 2rem; }
  .padding-bottom__tablet__L {
    padding-bottom: 4rem; }
  .padding-bottom__tablet__XL {
    padding-bottom: 8rem; } }

@media only screen and (max-width: 40em) {
  .padding-bottom__mobile__0 {
    padding-bottom: 0; }
  .padding-bottom__mobile__XS {
    padding-bottom: 0.5rem; }
  .padding-bottom__mobile__S {
    padding-bottom: 1rem; }
  .padding-bottom__mobile__M {
    padding-bottom: 2rem; }
  .padding-bottom__mobile__L {
    padding-bottom: 4rem; }
  .padding-bottom__mobile__XL {
    padding-bottom: 8rem; } }

@media only screen and (min-width:64.0625em) {
  .padding-left__desktop__0 {
    padding-left: 0; }
  .padding-left__desktop__XS {
    padding-left: 0.5rem; }
  .padding-left__desktop__S {
    padding-left: 1rem; }
  .padding-left__desktop__M {
    padding-left: 2rem; }
  .padding-left__desktop__L {
    padding-left: 4rem; }
  .padding-left__desktop__XL {
    padding-left: 8rem; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .padding-left__tablet__0 {
    padding-left: 0; }
  .padding-left__tablet__XS {
    padding-left: 0.5rem; }
  .padding-left__tablet__S {
    padding-left: 1rem; }
  .padding-left__tablet__M {
    padding-left: 2rem; }
  .padding-left__tablet__L {
    padding-left: 4rem; }
  .padding-left__tablet__XL {
    padding-left: 8rem; } }

@media only screen and (max-width: 40em) {
  .padding-left__mobile__0 {
    padding-left: 0; }
  .padding-left__mobile__XS {
    padding-left: 0.5rem; }
  .padding-left__mobile__S {
    padding-left: 1rem; }
  .padding-left__mobile__M {
    padding-left: 2rem; }
  .padding-left__mobile__L {
    padding-left: 4rem; }
  .padding-left__mobile__XL {
    padding-left: 8rem; } }

/* Margin */
@media only screen and (min-width:64.0625em) {
  .margin-top__desktop__0 {
    margin-top: 0; }
  .margin-top__desktop__XS {
    margin-top: 0.5rem; }
  .margin-top__desktop__S {
    margin-top: 1rem; }
  .margin-top__desktop__M {
    margin-top: 2rem; }
  .margin-top__desktop__L {
    margin-top: 4rem; }
  .margin-top__desktop__XL {
    margin-top: 8rem; }
  .margin-top__desktop__AUTO {
    margin-top: auto; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .margin-top__tablet__0 {
    margin-top: 0; }
  .margin-top__tablet__XS {
    margin-top: 0.5rem; }
  .margin-top__tablet__S {
    margin-top: 1rem; }
  .margin-top__tablet__M {
    margin-top: 2rem; }
  .margin-top__tablet__L {
    margin-top: 4rem; }
  .margin-top__tablet__XL {
    margin-top: 8rem; }
  .margin-top__tablet__AUTO {
    margin-top: auto; } }

@media only screen and (max-width: 40em) {
  .margin-top__mobile__0 {
    margin-top: 0; }
  .margin-top__mobile__XS {
    margin-top: 0.5rem; }
  .margin-top__mobile__S {
    margin-top: 1rem; }
  .margin-top__mobile__M {
    margin-top: 2rem; }
  .margin-top__mobile__L {
    margin-top: 4rem; }
  .margin-top__mobile__XL {
    margin-top: 8rem; }
  .margin-top__mobile__AUTO {
    margin-top: auto; } }

@media only screen and (min-width:64.0625em) {
  .margin-right__desktop__0 {
    margin-right: 0; }
  .margin-right__desktop__XS {
    margin-right: 0.5rem; }
  .margin-right__desktop__S {
    margin-right: 1rem; }
  .margin-right__desktop__M {
    margin-right: 2rem; }
  .margin-right__desktop__L {
    margin-right: 4rem; }
  .margin-right__desktop__XL {
    margin-right: 8rem; }
  .margin-right__desktop__AUTO {
    margin-right: auto; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .margin-right__tablet__0 {
    margin-right: 0; }
  .margin-right__tablet__XS {
    margin-right: 0.5rem; }
  .margin-right__tablet__S {
    margin-right: 1rem; }
  .margin-right__tablet__M {
    margin-right: 2rem; }
  .margin-right__tablet__L {
    margin-right: 4rem; }
  .margin-right__tablet__XL {
    margin-right: 8rem; }
  .margin-right__tablet__AUTO {
    margin-right: auto; } }

@media only screen and (max-width: 40em) {
  .margin-right__mobile__0 {
    margin-right: 0; }
  .margin-right__mobile__XS {
    margin-right: 0.5rem; }
  .margin-right__mobile__S {
    margin-right: 1rem; }
  .margin-right__mobile__M {
    margin-right: 2rem; }
  .margin-right__mobile__L {
    margin-right: 4rem; }
  .margin-right__mobile__XL {
    margin-right: 8rem; }
  .margin-right__mobile__AUTO {
    margin-right: auto; } }

@media only screen and (min-width:64.0625em) {
  .margin-bottom__desktop__0 {
    margin-bottom: 0; }
  .margin-bottom__desktop__XS {
    margin-bottom: 0.5rem; }
  .margin-bottom__desktop__S {
    margin-bottom: 1rem; }
  .margin-bottom__desktop__M {
    margin-bottom: 2rem; }
  .margin-bottom__desktop__L {
    margin-bottom: 4rem; }
  .margin-bottom__desktop__XL {
    margin-bottom: 8rem; }
  .margin-bottom__desktop__AUTO {
    margin-bottom: auto; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .margin-bottom__tablet__0 {
    margin-bottom: 0; }
  .margin-bottom__tablet__XS {
    margin-bottom: 0.5rem; }
  .margin-bottom__tablet__S {
    margin-bottom: 1rem; }
  .margin-bottom__tablet__M {
    margin-bottom: 2rem; }
  .margin-bottom__tablet__L {
    margin-bottom: 4rem; }
  .margin-bottom__tablet__XL {
    margin-bottom: 8rem; }
  .margin-bottom__tablet__AUTO {
    margin-bottom: auto; } }

@media only screen and (max-width: 40em) {
  .margin-bottom__mobile__0 {
    margin-bottom: 0; }
  .margin-bottom__mobile__XS {
    margin-bottom: 0.5rem; }
  .margin-bottom__mobile__S {
    margin-bottom: 1rem; }
  .margin-bottom__mobile__M {
    margin-bottom: 2rem; }
  .margin-bottom__mobile__L {
    margin-bottom: 4rem; }
  .margin-bottom__mobile__XL {
    margin-bottom: 8rem; }
  .margin-bottom__mobile__AUTO {
    margin-bottom: auto; } }

@media only screen and (min-width:64.0625em) {
  .margin-left__desktop__0 {
    margin-left: 0; }
  .margin-left__desktop__XS {
    margin-left: 0.5rem; }
  .margin-left__desktop__S {
    margin-left: 1rem; }
  .margin-left__desktop__M {
    margin-left: 2rem; }
  .margin-left__desktop__L {
    margin-left: 4rem; }
  .margin-left__desktop__XL {
    margin-left: 8rem; }
  .margin-left__desktop__AUTO {
    margin-left: auto; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .margin-left__tablet__0 {
    margin-left: 0; }
  .margin-left__tablet__XS {
    margin-left: 0.5rem; }
  .margin-left__tablet__S {
    margin-left: 1rem; }
  .margin-left__tablet__M {
    margin-left: 2rem; }
  .margin-left__tablet__L {
    margin-left: 4rem; }
  .margin-left__tablet__XL {
    margin-left: 8rem; }
  .margin-left__tablet__AUTO {
    margin-left: auto; } }

@media only screen and (max-width: 40em) {
  .margin-left__mobile__0 {
    margin-left: 0; }
  .margin-left__mobile__XS {
    margin-left: 0.5rem; }
  .margin-left__mobile__S {
    margin-left: 1rem; }
  .margin-left__mobile__M {
    margin-left: 2rem; }
  .margin-left__mobile__L {
    margin-left: 4rem; }
  .margin-left__mobile__XL {
    margin-left: 8rem; }
  .margin-left__mobile__AUTO {
    margin-left: auto; } }

/* Custom spacing values (set inline as CSS custom properties by the spacing control) */
@media only screen and (min-width:64.0625em) {
  .margin-top__desktop__custom {
    margin-top: var(--margin-top-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .margin-top__tablet__custom {
    margin-top: var(--margin-top-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .margin-top__mobile__custom {
    margin-top: var(--margin-top-custom__mobile, 0); } }

@media only screen and (min-width:64.0625em) {
  .margin-right__desktop__custom {
    margin-right: var(--margin-right-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .margin-right__tablet__custom {
    margin-right: var(--margin-right-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .margin-right__mobile__custom {
    margin-right: var(--margin-right-custom__mobile, 0); } }

@media only screen and (min-width:64.0625em) {
  .margin-bottom__desktop__custom {
    margin-bottom: var(--margin-bottom-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .margin-bottom__tablet__custom {
    margin-bottom: var(--margin-bottom-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .margin-bottom__mobile__custom {
    margin-bottom: var(--margin-bottom-custom__mobile, 0); } }

@media only screen and (min-width:64.0625em) {
  .margin-left__desktop__custom {
    margin-left: var(--margin-left-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .margin-left__tablet__custom {
    margin-left: var(--margin-left-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .margin-left__mobile__custom {
    margin-left: var(--margin-left-custom__mobile, 0); } }

@media only screen and (min-width:64.0625em) {
  .padding-top__desktop__custom {
    padding-top: var(--padding-top-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .padding-top__tablet__custom {
    padding-top: var(--padding-top-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .padding-top__mobile__custom {
    padding-top: var(--padding-top-custom__mobile, 0); } }

@media only screen and (min-width:64.0625em) {
  .padding-right__desktop__custom {
    padding-right: var(--padding-right-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .padding-right__tablet__custom {
    padding-right: var(--padding-right-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .padding-right__mobile__custom {
    padding-right: var(--padding-right-custom__mobile, 0); } }

@media only screen and (min-width:64.0625em) {
  .padding-bottom__desktop__custom {
    padding-bottom: var(--padding-bottom-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .padding-bottom__tablet__custom {
    padding-bottom: var(--padding-bottom-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .padding-bottom__mobile__custom {
    padding-bottom: var(--padding-bottom-custom__mobile, 0); } }

@media only screen and (min-width:64.0625em) {
  .padding-left__desktop__custom {
    padding-left: var(--padding-left-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .padding-left__tablet__custom {
    padding-left: var(--padding-left-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .padding-left__mobile__custom {
    padding-left: var(--padding-left-custom__mobile, 0); } }

@media only screen and (max-width: 40em) {
  [style].style__bg-image[style*="--bg-cover-area: 0;"], [style].style__bg-image[style*="--bg-cover-area: 50%;"] {
    padding-top: 20rem; }
    [style].style__bg-image[style*="--bg-cover-area: 0;"]::before, [style].style__bg-image[style*="--bg-cover-area: 50%;"]::before {
      top: 0;
      left: 0;
      bottom: auto;
      width: 100%;
      height: 20rem; } }

/* Position (STYLE panel). desktop = $large-up, tablet = $medium-only, mobile = $small-only.
   Offsets reuse the spacing T-shirt scale so Position and Spacing read the same. */
@media only screen and (min-width:64.0625em) {
  .position__desktop__relative {
    position: relative; }
  .position__desktop__absolute {
    position: absolute; }
  .position__desktop__sticky {
    position: sticky; }
  .position-top__desktop__0 {
    top: 0; }
  .position-top__desktop__XS {
    top: 0.5rem; }
  .position-top__desktop__S {
    top: 1rem; }
  .position-top__desktop__M {
    top: 2rem; }
  .position-top__desktop__L {
    top: 4rem; }
  .position-top__desktop__XL {
    top: 8rem; }
  .position-top__desktop__50 {
    top: 50%; }
  .position-top__desktop__AUTO {
    top: auto; }
  .position-top__desktop__custom {
    top: var(--position-top-custom__desktop, 0); }
  .position-right__desktop__0 {
    right: 0; }
  .position-right__desktop__XS {
    right: 0.5rem; }
  .position-right__desktop__S {
    right: 1rem; }
  .position-right__desktop__M {
    right: 2rem; }
  .position-right__desktop__L {
    right: 4rem; }
  .position-right__desktop__XL {
    right: 8rem; }
  .position-right__desktop__50 {
    right: 50%; }
  .position-right__desktop__AUTO {
    right: auto; }
  .position-right__desktop__custom {
    right: var(--position-right-custom__desktop, 0); }
  .position-bottom__desktop__0 {
    bottom: 0; }
  .position-bottom__desktop__XS {
    bottom: 0.5rem; }
  .position-bottom__desktop__S {
    bottom: 1rem; }
  .position-bottom__desktop__M {
    bottom: 2rem; }
  .position-bottom__desktop__L {
    bottom: 4rem; }
  .position-bottom__desktop__XL {
    bottom: 8rem; }
  .position-bottom__desktop__50 {
    bottom: 50%; }
  .position-bottom__desktop__AUTO {
    bottom: auto; }
  .position-bottom__desktop__custom {
    bottom: var(--position-bottom-custom__desktop, 0); }
  .position-left__desktop__0 {
    left: 0; }
  .position-left__desktop__XS {
    left: 0.5rem; }
  .position-left__desktop__S {
    left: 1rem; }
  .position-left__desktop__M {
    left: 2rem; }
  .position-left__desktop__L {
    left: 4rem; }
  .position-left__desktop__XL {
    left: 8rem; }
  .position-left__desktop__50 {
    left: 50%; }
  .position-left__desktop__AUTO {
    left: auto; }
  .position-left__desktop__custom {
    left: var(--position-left-custom__desktop, 0); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .position__tablet__relative {
    position: relative; }
  .position__tablet__absolute {
    position: absolute; }
  .position__tablet__sticky {
    position: sticky; }
  .position-top__tablet__0 {
    top: 0; }
  .position-top__tablet__XS {
    top: 0.5rem; }
  .position-top__tablet__S {
    top: 1rem; }
  .position-top__tablet__M {
    top: 2rem; }
  .position-top__tablet__L {
    top: 4rem; }
  .position-top__tablet__XL {
    top: 8rem; }
  .position-top__tablet__50 {
    top: 50%; }
  .position-top__tablet__AUTO {
    top: auto; }
  .position-top__tablet__custom {
    top: var(--position-top-custom__tablet, 0); }
  .position-right__tablet__0 {
    right: 0; }
  .position-right__tablet__XS {
    right: 0.5rem; }
  .position-right__tablet__S {
    right: 1rem; }
  .position-right__tablet__M {
    right: 2rem; }
  .position-right__tablet__L {
    right: 4rem; }
  .position-right__tablet__XL {
    right: 8rem; }
  .position-right__tablet__50 {
    right: 50%; }
  .position-right__tablet__AUTO {
    right: auto; }
  .position-right__tablet__custom {
    right: var(--position-right-custom__tablet, 0); }
  .position-bottom__tablet__0 {
    bottom: 0; }
  .position-bottom__tablet__XS {
    bottom: 0.5rem; }
  .position-bottom__tablet__S {
    bottom: 1rem; }
  .position-bottom__tablet__M {
    bottom: 2rem; }
  .position-bottom__tablet__L {
    bottom: 4rem; }
  .position-bottom__tablet__XL {
    bottom: 8rem; }
  .position-bottom__tablet__50 {
    bottom: 50%; }
  .position-bottom__tablet__AUTO {
    bottom: auto; }
  .position-bottom__tablet__custom {
    bottom: var(--position-bottom-custom__tablet, 0); }
  .position-left__tablet__0 {
    left: 0; }
  .position-left__tablet__XS {
    left: 0.5rem; }
  .position-left__tablet__S {
    left: 1rem; }
  .position-left__tablet__M {
    left: 2rem; }
  .position-left__tablet__L {
    left: 4rem; }
  .position-left__tablet__XL {
    left: 8rem; }
  .position-left__tablet__50 {
    left: 50%; }
  .position-left__tablet__AUTO {
    left: auto; }
  .position-left__tablet__custom {
    left: var(--position-left-custom__tablet, 0); } }

@media only screen and (max-width: 40em) {
  .position__mobile__relative {
    position: relative; }
  .position__mobile__absolute {
    position: absolute; }
  .position__mobile__sticky {
    position: sticky; }
  .position-top__mobile__0 {
    top: 0; }
  .position-top__mobile__XS {
    top: 0.5rem; }
  .position-top__mobile__S {
    top: 1rem; }
  .position-top__mobile__M {
    top: 2rem; }
  .position-top__mobile__L {
    top: 4rem; }
  .position-top__mobile__XL {
    top: 8rem; }
  .position-top__mobile__50 {
    top: 50%; }
  .position-top__mobile__AUTO {
    top: auto; }
  .position-top__mobile__custom {
    top: var(--position-top-custom__mobile, 0); }
  .position-right__mobile__0 {
    right: 0; }
  .position-right__mobile__XS {
    right: 0.5rem; }
  .position-right__mobile__S {
    right: 1rem; }
  .position-right__mobile__M {
    right: 2rem; }
  .position-right__mobile__L {
    right: 4rem; }
  .position-right__mobile__XL {
    right: 8rem; }
  .position-right__mobile__50 {
    right: 50%; }
  .position-right__mobile__AUTO {
    right: auto; }
  .position-right__mobile__custom {
    right: var(--position-right-custom__mobile, 0); }
  .position-bottom__mobile__0 {
    bottom: 0; }
  .position-bottom__mobile__XS {
    bottom: 0.5rem; }
  .position-bottom__mobile__S {
    bottom: 1rem; }
  .position-bottom__mobile__M {
    bottom: 2rem; }
  .position-bottom__mobile__L {
    bottom: 4rem; }
  .position-bottom__mobile__XL {
    bottom: 8rem; }
  .position-bottom__mobile__50 {
    bottom: 50%; }
  .position-bottom__mobile__AUTO {
    bottom: auto; }
  .position-bottom__mobile__custom {
    bottom: var(--position-bottom-custom__mobile, 0); }
  .position-left__mobile__0 {
    left: 0; }
  .position-left__mobile__XS {
    left: 0.5rem; }
  .position-left__mobile__S {
    left: 1rem; }
  .position-left__mobile__M {
    left: 2rem; }
  .position-left__mobile__L {
    left: 4rem; }
  .position-left__mobile__XL {
    left: 8rem; }
  .position-left__mobile__50 {
    left: 50%; }
  .position-left__mobile__AUTO {
    left: auto; }
  .position-left__mobile__custom {
    left: var(--position-left-custom__mobile, 0); } }

/* Button Groups */
html,
body {
  height: auto; }

.site-header {
  background: #000;
  color: #fff; }

.pd-form-field {
  margin: 0; }
  .pd-form-field .pd-form-field-label {
    display: block;
    margin: 0 0 0.25rem;
    font-weight: 600; }
  .pd-form-field .pd-form-required {
    color: #cc4b37;
    margin-left: 0.25rem; }
  .pd-form-field .error {
    color: #cc4b37;
    font-size: 0.8rem;
    margin: 0.25rem 0 0; }
  .pd-form-field .has-error {
    border-color: #cc4b37; }

.pd-form-field--hidden {
  display: none; }

/* Show When rule currently false (data-show-when, pd-form.js). Doubled on purpose: a single
   class lands at 0-1-0 and loses to the Style-panel display classes */
.pd-show-when-hidden.pd-show-when-hidden {
  display: none; }

/* same rule inside the designer canvas: keep the element visible and selectable */
.pd-show-when-dimmed {
  opacity: 0.4; }

/* canvas-only badge naming the rule; explicit font metrics so a heading root cannot inflate it */
.pd-show-when-note {
  display: block;
  margin: 0 0 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
  background: #ffc107;
  border-radius: 3px; }
  .pd-show-when-note code {
    font-size: inherit;
    font-weight: 600;
    color: inherit;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 0 0.25rem; }

/* conditional Required (data-required-when) currently evaluates false */
.pd-form-field--not-required .pd-form-required {
  display: none; }

.pd-form-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.pd-form-field--checkbox .pd-form-checkbox-label input[type="checkbox"] {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none; }

/* 0-3-0, not the bare class. Foundation's _forms.scss:421 applies display:block to
   input[type="..."] (one per type, 0-1-1), which beats a 0-1-0 class and leaves the carrier
   showing its raw comma string. Its select rule is a bare element selector, so
   .pd-form-select-native alone would survive -- it is hardened here only to keep the pair
   consistent. No input type escapes the Foundation list. */
.pd-form-field .pd-form-control.pd-form-select-native,
.pd-form-field .pd-form-control.pd-form-input-multi {
  display: none; }

.pd-form-tag-picker {
  margin: 0 0 1rem; }
  .pd-form-tag-picker .pd-form-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    min-height: 2.3125rem; }
  .pd-form-tag-picker .pd-form-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(128, 128, 128, 0.15);
    border: 1px solid rgba(128, 128, 128, 0.35);
    border-radius: 3px;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    white-space: nowrap; }
    .pd-form-tag-picker .pd-form-tag .pd-form-tag-remove {
      color: inherit;
      opacity: 0.5; }
      .pd-form-tag-picker .pd-form-tag .pd-form-tag-remove:hover {
        opacity: 1;
        color: #cc4b37; }
  .pd-form-tag-picker .pd-form-tag-add {
    font-size: 0.8rem;
    color: inherit;
    opacity: 0.6;
    white-space: nowrap; }
    .pd-form-tag-picker .pd-form-tag-add:hover {
      opacity: 1; }
  .pd-form-tag-picker.is-disabled .pd-form-tag-add {
    opacity: 0.3;
    cursor: default; }
  .pd-form-tag-picker .pd-form-picker {
    display: none;
    margin-top: 0.5rem;
    border: 1px solid rgba(128, 128, 128, 0.35);
    border-radius: 3px;
    background: rgba(128, 128, 128, 0.08); }
    .pd-form-tag-picker .pd-form-picker .pd-form-picker-search {
      margin: 0;
      border: none;
      border-bottom: 1px solid rgba(128, 128, 128, 0.25);
      border-radius: 3px 3px 0 0;
      box-shadow: none;
      font-size: 0.8rem;
      padding: 0.5rem;
      background: rgba(128, 128, 128, 0.08); }
    .pd-form-tag-picker .pd-form-picker .pd-form-entry {
      margin: 0;
      border: none;
      border-bottom: 1px solid rgba(128, 128, 128, 0.25);
      border-radius: 3px 3px 0 0;
      box-shadow: none;
      font-size: 0.8rem;
      padding: 0.5rem;
      background: rgba(128, 128, 128, 0.08); }
    .pd-form-tag-picker .pd-form-picker .pd-form-entry-error {
      display: none;
      padding: 0.5rem;
      font-size: 0.8rem;
      color: #cc4b37; }
      .pd-form-tag-picker .pd-form-picker .pd-form-entry-error.is-visible {
        display: block; }
    .pd-form-tag-picker .pd-form-picker .pd-form-picker-footer {
      padding: 0.5rem;
      text-align: right;
      border-top: 1px solid rgba(128, 128, 128, 0.25); }
      .pd-form-tag-picker .pd-form-picker .pd-form-picker-footer .button {
        margin: 0; }
      .pd-form-tag-picker .pd-form-picker .pd-form-picker-footer .pd-form-entry-add {
        margin-right: 0.5rem; }
    .pd-form-tag-picker .pd-form-picker .pd-form-picker-list {
      list-style: none;
      margin: 0;
      padding: 0;
      max-height: 12rem;
      overflow-y: auto; }
      .pd-form-tag-picker .pd-form-picker .pd-form-picker-list li {
        padding: 0;
        border-bottom: 1px solid rgba(128, 128, 128, 0.15); }
        .pd-form-tag-picker .pd-form-picker .pd-form-picker-list li:last-child {
          border-bottom: none; }
        .pd-form-tag-picker .pd-form-picker .pd-form-picker-list li label {
          display: block;
          padding: 0.25rem 0.5rem;
          margin: 0;
          font-size: 0.8rem;
          font-weight: normal;
          cursor: pointer; }
          .pd-form-tag-picker .pd-form-picker .pd-form-picker-list li label:hover {
            background: rgba(128, 128, 128, 0.12); }
          .pd-form-tag-picker .pd-form-picker .pd-form-picker-list li label input[type="checkbox"] {
            margin: 0 0.5rem 0 0;
            vertical-align: middle;
            width: auto;
            height: auto;
            padding: 0;
            border: 0;
            background: none;
            box-shadow: none; }

.pd-form-actions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem; }
  .pd-form-actions .button.width-medium {
    min-width: 12rem; }
  .pd-form-actions .button.width-large {
    min-width: 18rem; }
  .pd-form-actions .button.width-full {
    width: 100%; }
  .pd-form-actions .icon--left,
  .pd-form-actions .icon--right {
    display: flex;
    justify-content: center;
    gap: 0.5rem; }
  .pd-form-actions .icon--right {
    flex-direction: row-reverse; }

.pd-form-message {
  margin: 0.75rem 0 0;
  padding: 0.5rem 0.75rem;
  border-radius: 3px; }
  .pd-form-message.success {
    background: rgba(67, 172, 106, 0.15); }
  .pd-form-message.alert {
    background: rgba(204, 75, 55, 0.15); }

.pd-form-message .pd-form-confirm-detail {
  margin-top: 0.25rem;
  font-size: 0.9rem; }

.pd-form-prompting .pd-form-actions [type="submit"] {
  display: none; }

.pd-form.working {
  opacity: 0.6;
  pointer-events: none; }

/* the gutter is reserved off the data attribute rather than the mode class, so it is held in
   both modes and the fields do not shift sideways when the Edit button comes and goes */
.page-element-form[data-presentation-mode="1"] .pd-form {
  position: relative;
  padding-right: 2rem; }

.page-element-form.pd-mode-presentation {
  /* offsets resolve against the form's padding box, so right:0 seats the button in the
	   gutter the padding reserved. top:0 is explicit: an absolutely positioned child of a
	   flex container takes the container's content-box origin as its static position, which
	   would land it here anyway, but not for a reason worth relying on */ }
  .page-element-form.pd-mode-presentation .pd-form-control,
  .page-element-form.pd-mode-presentation .pd-grid-picker,
  .page-element-form.pd-mode-presentation .pd-form-tag-picker,
  .page-element-form.pd-mode-presentation .pd-form-checkbox-label,
  .page-element-form.pd-mode-presentation .pd-form-required,
  .page-element-form.pd-mode-presentation .pd-form-actions [type="submit"],
  .page-element-form.pd-mode-presentation .pd-form-actions .pd-form-cancel {
    display: none; }
  .page-element-form.pd-mode-presentation .pd-form-display {
    display: block; }
  .page-element-form.pd-mode-presentation .pd-form-actions {
    position: absolute;
    top: 0;
    right: 0; }

.pd-mode-edit .pd-form-edit {
  display: none; }

/* Foundation buttons carry a margin-bottom that would inflate the absolute box */
.pd-form-edit {
  margin: 0; }

/* height, margin and padding match the input rule in elements/form/form.scss so a field
   occupies the same space in both modes */
.pd-form-display {
  display: none;
  min-height: 2.3125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  white-space: pre-wrap; }
  .pd-form-display.is-empty,
  .pd-form-display .pd-form-display-off {
    opacity: 0.5; }

/* the control stays in the DOM as the value carrier for the Data URL, page-var bind and
   @field: chaining paths, all of which locate it by name -- it is only ever hidden */
.pd-form-field--display-only .pd-form-control,
.pd-form-field--display-only .pd-form-tag-picker,
.pd-form-field--display-only .pd-form-checkbox-label {
  display: none; }

.pd-form-field--display-only .pd-form-display {
  display: block; }

.page-element-snow-flack {
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none; }
  @media only screen and (min-width:40.0625em) and (max-width:64em) {
    .page-element-snow-flack {
      height: 94vh; } }
  .page-element-snow-flack .snow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%; }
    .page-element-snow-flack .snow:nth-child(1) {
      opacity: 0.813;
      transform: translate(47.5251vw, -10px) scale(0.0801);
      animation: fall-1 22s -27s linear infinite; }

@keyframes fall-1 {
  54.19% {
    transform: translate(54.3961vw, 54.19vh) scale(0.0801); }
  to {
    transform: translate(50.9606vw, 100vh) scale(0.0801); } }
    .page-element-snow-flack .snow:nth-child(2) {
      opacity: 0.3718;
      transform: translate(9.2277vw, -10px) scale(0.4095);
      animation: fall-2 24s -29s linear infinite; }

@keyframes fall-2 {
  48.799% {
    transform: translate(2.9465vw, 48.799vh) scale(0.4095); }
  to {
    transform: translate(6.0871vw, 100vh) scale(0.4095); } }
    .page-element-snow-flack .snow:nth-child(3) {
      opacity: 0.7115;
      transform: translate(59.1717vw, -10px) scale(0.5673);
      animation: fall-3 29s -18s linear infinite; }

@keyframes fall-3 {
  78.54% {
    transform: translate(56.2564vw, 78.54vh) scale(0.5673); }
  to {
    transform: translate(57.71405vw, 100vh) scale(0.5673); } }
    .page-element-snow-flack .snow:nth-child(4) {
      opacity: 0.9271;
      transform: translate(87.4166vw, -10px) scale(0.5095);
      animation: fall-4 10s -30s linear infinite; }

@keyframes fall-4 {
  78.14% {
    transform: translate(89.9883vw, 78.14vh) scale(0.5095); }
  to {
    transform: translate(88.70245vw, 100vh) scale(0.5095); } }
    .page-element-snow-flack .snow:nth-child(5) {
      opacity: 0.3357;
      transform: translate(35.6122vw, -10px) scale(0.5538);
      animation: fall-5 13s -18s linear infinite; }

@keyframes fall-5 {
  48.583% {
    transform: translate(40.685vw, 48.583vh) scale(0.5538); }
  to {
    transform: translate(38.1486vw, 100vh) scale(0.5538); } }
    .page-element-snow-flack .snow:nth-child(6) {
      opacity: 0.1568;
      transform: translate(49.7732vw, -10px) scale(0.7557);
      animation: fall-6 11s -20s linear infinite; }

@keyframes fall-6 {
  57.455% {
    transform: translate(45.7554vw, 57.455vh) scale(0.7557); }
  to {
    transform: translate(47.7643vw, 100vh) scale(0.7557); } }
    .page-element-snow-flack .snow:nth-child(7) {
      opacity: 0.4422;
      transform: translate(46.0397vw, -10px) scale(0.8255);
      animation: fall-7 25s -8s linear infinite; }

@keyframes fall-7 {
  77.663% {
    transform: translate(42.0331vw, 77.663vh) scale(0.8255); }
  to {
    transform: translate(44.0364vw, 100vh) scale(0.8255); } }
    .page-element-snow-flack .snow:nth-child(8) {
      opacity: 0.6968;
      transform: translate(7.3364vw, -10px) scale(0.6736);
      animation: fall-8 24s -24s linear infinite; }

@keyframes fall-8 {
  49.062% {
    transform: translate(12.1015vw, 49.062vh) scale(0.6736); }
  to {
    transform: translate(9.71895vw, 100vh) scale(0.6736); } }
    .page-element-snow-flack .snow:nth-child(9) {
      opacity: 0.9855;
      transform: translate(2.1367vw, -10px) scale(0.8044);
      animation: fall-9 20s -23s linear infinite; }

@keyframes fall-9 {
  76.628% {
    transform: translate(1.7373vw, 76.628vh) scale(0.8044); }
  to {
    transform: translate(1.937vw, 100vh) scale(0.8044); } }
    .page-element-snow-flack .snow:nth-child(10) {
      opacity: 0.6154;
      transform: translate(26.8062vw, -10px) scale(0.6632);
      animation: fall-10 22s -12s linear infinite; }

@keyframes fall-10 {
  71.893% {
    transform: translate(23.8479vw, 71.893vh) scale(0.6632); }
  to {
    transform: translate(25.32705vw, 100vh) scale(0.6632); } }
    .page-element-snow-flack .snow:nth-child(11) {
      opacity: 0.6975;
      transform: translate(94.4878vw, -10px) scale(0.3354);
      animation: fall-11 10s -23s linear infinite; }

@keyframes fall-11 {
  57.796% {
    transform: translate(94.2025vw, 57.796vh) scale(0.3354); }
  to {
    transform: translate(94.34515vw, 100vh) scale(0.3354); } }
    .page-element-snow-flack .snow:nth-child(12) {
      opacity: 0.9315;
      transform: translate(27.0203vw, -10px) scale(0.5841);
      animation: fall-12 17s -24s linear infinite; }

@keyframes fall-12 {
  49.397% {
    transform: translate(35.443vw, 49.397vh) scale(0.5841); }
  to {
    transform: translate(31.23165vw, 100vh) scale(0.5841); } }
    .page-element-snow-flack .snow:nth-child(13) {
      opacity: 0.2437;
      transform: translate(41.1674vw, -10px) scale(0.1923);
      animation: fall-13 29s -15s linear infinite; }

@keyframes fall-13 {
  64.011% {
    transform: translate(49.753vw, 64.011vh) scale(0.1923); }
  to {
    transform: translate(45.4602vw, 100vh) scale(0.1923); } }
    .page-element-snow-flack .snow:nth-child(14) {
      opacity: 0.7186;
      transform: translate(96.5739vw, -10px) scale(0.1422);
      animation: fall-14 24s -7s linear infinite; }

@keyframes fall-14 {
  50.783% {
    transform: translate(97.8485vw, 50.783vh) scale(0.1422); }
  to {
    transform: translate(97.2112vw, 100vh) scale(0.1422); } }
    .page-element-snow-flack .snow:nth-child(15) {
      opacity: 0.593;
      transform: translate(23.7584vw, -10px) scale(0.078);
      animation: fall-15 23s -16s linear infinite; }

@keyframes fall-15 {
  76.549% {
    transform: translate(14.6807vw, 76.549vh) scale(0.078); }
  to {
    transform: translate(19.21955vw, 100vh) scale(0.078); } }
    .page-element-snow-flack .snow:nth-child(16) {
      opacity: 0.2952;
      transform: translate(81.5728vw, -10px) scale(0.3809);
      animation: fall-16 30s -28s linear infinite; }

@keyframes fall-16 {
  77.073% {
    transform: translate(82.9417vw, 77.073vh) scale(0.3809); }
  to {
    transform: translate(82.25725vw, 100vh) scale(0.3809); } }
    .page-element-snow-flack .snow:nth-child(17) {
      opacity: 0.4182;
      transform: translate(39.1562vw, -10px) scale(0.6627);
      animation: fall-17 26s -27s linear infinite; }

@keyframes fall-17 {
  61.348% {
    transform: translate(43.4157vw, 61.348vh) scale(0.6627); }
  to {
    transform: translate(41.28595vw, 100vh) scale(0.6627); } }
    .page-element-snow-flack .snow:nth-child(18) {
      opacity: 0.0785;
      transform: translate(92.0611vw, -10px) scale(0.9388);
      animation: fall-18 21s -6s linear infinite; }

@keyframes fall-18 {
  65.983% {
    transform: translate(86.0888vw, 65.983vh) scale(0.9388); }
  to {
    transform: translate(89.07495vw, 100vh) scale(0.9388); } }
    .page-element-snow-flack .snow:nth-child(19) {
      opacity: 0.7159;
      transform: translate(3.5759vw, -10px) scale(0.2633);
      animation: fall-19 10s -6s linear infinite; }

@keyframes fall-19 {
  46.375% {
    transform: translate(3.8448vw, 46.375vh) scale(0.2633); }
  to {
    transform: translate(3.71035vw, 100vh) scale(0.2633); } }
    .page-element-snow-flack .snow:nth-child(20) {
      opacity: 0.0728;
      transform: translate(90.3576vw, -10px) scale(0.6664);
      animation: fall-20 11s -14s linear infinite; }

@keyframes fall-20 {
  31.067% {
    transform: translate(95.1041vw, 31.067vh) scale(0.6664); }
  to {
    transform: translate(92.73085vw, 100vh) scale(0.6664); } }
    .page-element-snow-flack .snow:nth-child(21) {
      opacity: 0.1362;
      transform: translate(44.2828vw, -10px) scale(0.6376);
      animation: fall-21 17s -24s linear infinite; }

@keyframes fall-21 {
  62.232% {
    transform: translate(44.6751vw, 62.232vh) scale(0.6376); }
  to {
    transform: translate(44.47895vw, 100vh) scale(0.6376); } }
    .page-element-snow-flack .snow:nth-child(22) {
      opacity: 0.2895;
      transform: translate(96.4338vw, -10px) scale(0.4332);
      animation: fall-22 30s -3s linear infinite; }

@keyframes fall-22 {
  51.309% {
    transform: translate(99.2289vw, 51.309vh) scale(0.4332); }
  to {
    transform: translate(97.83135vw, 100vh) scale(0.4332); } }
    .page-element-snow-flack .snow:nth-child(23) {
      opacity: 0.0861;
      transform: translate(48.8963vw, -10px) scale(0.9833);
      animation: fall-23 26s -17s linear infinite; }

@keyframes fall-23 {
  64.363% {
    transform: translate(49.3502vw, 64.363vh) scale(0.9833); }
  to {
    transform: translate(49.12325vw, 100vh) scale(0.9833); } }
    .page-element-snow-flack .snow:nth-child(24) {
      opacity: 0.4891;
      transform: translate(26.9477vw, -10px) scale(0.697);
      animation: fall-24 10s -5s linear infinite; }

@keyframes fall-24 {
  67.528% {
    transform: translate(27.6763vw, 67.528vh) scale(0.697); }
  to {
    transform: translate(27.312vw, 100vh) scale(0.697); } }
    .page-element-snow-flack .snow:nth-child(25) {
      opacity: 0.6646;
      transform: translate(7.7167vw, -10px) scale(0.7094);
      animation: fall-25 19s -25s linear infinite; }

@keyframes fall-25 {
  35.096% {
    transform: translate(3.4vw, 35.096vh) scale(0.7094); }
  to {
    transform: translate(5.55835vw, 100vh) scale(0.7094); } }
    .page-element-snow-flack .snow:nth-child(26) {
      opacity: 0.8799;
      transform: translate(99.2203vw, -10px) scale(0.6725);
      animation: fall-26 17s -5s linear infinite; }

@keyframes fall-26 {
  40.171% {
    transform: translate(100.1439vw, 40.171vh) scale(0.6725); }
  to {
    transform: translate(99.6821vw, 100vh) scale(0.6725); } }
    .page-element-snow-flack .snow:nth-child(27) {
      opacity: 0.6772;
      transform: translate(82.7248vw, -10px) scale(0.0774);
      animation: fall-27 20s -29s linear infinite; }

@keyframes fall-27 {
  60.313% {
    transform: translate(83.0133vw, 60.313vh) scale(0.0774); }
  to {
    transform: translate(82.86905vw, 100vh) scale(0.0774); } }
    .page-element-snow-flack .snow:nth-child(28) {
      opacity: 0.1188;
      transform: translate(59.6435vw, -10px) scale(0.3148);
      animation: fall-28 25s -1s linear infinite; }

@keyframes fall-28 {
  56.387% {
    transform: translate(56.4132vw, 56.387vh) scale(0.3148); }
  to {
    transform: translate(58.02835vw, 100vh) scale(0.3148); } }
    .page-element-snow-flack .snow:nth-child(29) {
      opacity: 0.0384;
      transform: translate(79.5579vw, -10px) scale(0.4138);
      animation: fall-29 21s -25s linear infinite; }

@keyframes fall-29 {
  39.737% {
    transform: translate(77.1456vw, 39.737vh) scale(0.4138); }
  to {
    transform: translate(78.35175vw, 100vh) scale(0.4138); } }
    .page-element-snow-flack .snow:nth-child(30) {
      opacity: 0.0273;
      transform: translate(24.6168vw, -10px) scale(0.3106);
      animation: fall-30 13s -17s linear infinite; }

@keyframes fall-30 {
  54.156% {
    transform: translate(31.3694vw, 54.156vh) scale(0.3106); }
  to {
    transform: translate(27.9931vw, 100vh) scale(0.3106); } }
    .page-element-snow-flack .snow:nth-child(31) {
      opacity: 0.6485;
      transform: translate(78.1614vw, -10px) scale(0.3616);
      animation: fall-31 29s -28s linear infinite; }

@keyframes fall-31 {
  57.694% {
    transform: translate(71.3347vw, 57.694vh) scale(0.3616); }
  to {
    transform: translate(74.74805vw, 100vh) scale(0.3616); } }
    .page-element-snow-flack .snow:nth-child(32) {
      opacity: 0.6127;
      transform: translate(27.0975vw, -10px) scale(0.5539);
      animation: fall-32 28s -18s linear infinite; }

@keyframes fall-32 {
  49.075% {
    transform: translate(36.761vw, 49.075vh) scale(0.5539); }
  to {
    transform: translate(31.92925vw, 100vh) scale(0.5539); } }
    .page-element-snow-flack .snow:nth-child(33) {
      opacity: 0.3095;
      transform: translate(8.8651vw, -10px) scale(0.8513);
      animation: fall-33 28s -5s linear infinite; }

@keyframes fall-33 {
  67.944% {
    transform: translate(16.4131vw, 67.944vh) scale(0.8513); }
  to {
    transform: translate(12.6391vw, 100vh) scale(0.8513); } }
    .page-element-snow-flack .snow:nth-child(34) {
      opacity: 0.4831;
      transform: translate(81.2322vw, -10px) scale(0.7887);
      animation: fall-34 14s -21s linear infinite; }

@keyframes fall-34 {
  75.103% {
    transform: translate(80.2553vw, 75.103vh) scale(0.7887); }
  to {
    transform: translate(80.74375vw, 100vh) scale(0.7887); } }
    .page-element-snow-flack .snow:nth-child(35) {
      opacity: 0.6853;
      transform: translate(77.2861vw, -10px) scale(0.6218);
      animation: fall-35 17s -15s linear infinite; }

@keyframes fall-35 {
  39.793% {
    transform: translate(70.8125vw, 39.793vh) scale(0.6218); }
  to {
    transform: translate(74.0493vw, 100vh) scale(0.6218); } }
    .page-element-snow-flack .snow:nth-child(36) {
      opacity: 0.2828;
      transform: translate(41.9652vw, -10px) scale(0.1404);
      animation: fall-36 19s -26s linear infinite; }

@keyframes fall-36 {
  67.425% {
    transform: translate(50.4947vw, 67.425vh) scale(0.1404); }
  to {
    transform: translate(46.22995vw, 100vh) scale(0.1404); } }
    .page-element-snow-flack .snow:nth-child(37) {
      opacity: 0.6405;
      transform: translate(45.0917vw, -10px) scale(0.9786);
      animation: fall-37 23s -6s linear infinite; }

@keyframes fall-37 {
  70.771% {
    transform: translate(46.8281vw, 70.771vh) scale(0.9786); }
  to {
    transform: translate(45.9599vw, 100vh) scale(0.9786); } }
    .page-element-snow-flack .snow:nth-child(38) {
      opacity: 0.0874;
      transform: translate(0.7001vw, -10px) scale(0.6183);
      animation: fall-38 25s -14s linear infinite; }

@keyframes fall-38 {
  33.447% {
    transform: translate(7.254vw, 33.447vh) scale(0.6183); }
  to {
    transform: translate(3.97705vw, 100vh) scale(0.6183); } }
    .page-element-snow-flack .snow:nth-child(39) {
      opacity: 0.2773;
      transform: translate(72.1586vw, -10px) scale(0.1385);
      animation: fall-39 20s -30s linear infinite; }

@keyframes fall-39 {
  46.806% {
    transform: translate(66.7313vw, 46.806vh) scale(0.1385); }
  to {
    transform: translate(69.44495vw, 100vh) scale(0.1385); } }
    .page-element-snow-flack .snow:nth-child(40) {
      opacity: 0.7314;
      transform: translate(96.924vw, -10px) scale(0.3999);
      animation: fall-40 28s -21s linear infinite; }

@keyframes fall-40 {
  39.113% {
    transform: translate(104.9848vw, 39.113vh) scale(0.3999); }
  to {
    transform: translate(100.9544vw, 100vh) scale(0.3999); } }
    .page-element-snow-flack .snow:nth-child(41) {
      opacity: 0.955;
      transform: translate(96.0801vw, -10px) scale(0.9879);
      animation: fall-41 23s -14s linear infinite; }

@keyframes fall-41 {
  52.446% {
    transform: translate(89.2103vw, 52.446vh) scale(0.9879); }
  to {
    transform: translate(92.6452vw, 100vh) scale(0.9879); } }
    .page-element-snow-flack .snow:nth-child(42) {
      opacity: 0.6629;
      transform: translate(35.315vw, -10px) scale(0.3658);
      animation: fall-42 26s -23s linear infinite; }

@keyframes fall-42 {
  58.96% {
    transform: translate(32.7527vw, 58.96vh) scale(0.3658); }
  to {
    transform: translate(34.03385vw, 100vh) scale(0.3658); } }
    .page-element-snow-flack .snow:nth-child(43) {
      opacity: 0.1119;
      transform: translate(60.0506vw, -10px) scale(0.7461);
      animation: fall-43 28s -7s linear infinite; }

@keyframes fall-43 {
  36.284% {
    transform: translate(62.9264vw, 36.284vh) scale(0.7461); }
  to {
    transform: translate(61.4885vw, 100vh) scale(0.7461); } }
    .page-element-snow-flack .snow:nth-child(44) {
      opacity: 0.396;
      transform: translate(45.5504vw, -10px) scale(0.8098);
      animation: fall-44 22s -21s linear infinite; }

@keyframes fall-44 {
  49.542% {
    transform: translate(41.8597vw, 49.542vh) scale(0.8098); }
  to {
    transform: translate(43.70505vw, 100vh) scale(0.8098); } }
    .page-element-snow-flack .snow:nth-child(45) {
      opacity: 0.8575;
      transform: translate(24.8864vw, -10px) scale(0.5359);
      animation: fall-45 22s -26s linear infinite; }

@keyframes fall-45 {
  71.77% {
    transform: translate(24.0227vw, 71.77vh) scale(0.5359); }
  to {
    transform: translate(24.45455vw, 100vh) scale(0.5359); } }
    .page-element-snow-flack .snow:nth-child(46) {
      opacity: 0.0151;
      transform: translate(94.5792vw, -10px) scale(0.1746);
      animation: fall-46 13s -11s linear infinite; }

@keyframes fall-46 {
  59.892% {
    transform: translate(93.6002vw, 59.892vh) scale(0.1746); }
  to {
    transform: translate(94.0897vw, 100vh) scale(0.1746); } }
    .page-element-snow-flack .snow:nth-child(47) {
      opacity: 0.2378;
      transform: translate(5.4755vw, -10px) scale(0.558);
      animation: fall-47 25s -10s linear infinite; }

@keyframes fall-47 {
  63.791% {
    transform: translate(6.3768vw, 63.791vh) scale(0.558); }
  to {
    transform: translate(5.92615vw, 100vh) scale(0.558); } }
    .page-element-snow-flack .snow:nth-child(48) {
      opacity: 0.7474;
      transform: translate(53.807vw, -10px) scale(0.7637);
      animation: fall-48 16s -6s linear infinite; }

@keyframes fall-48 {
  50.623% {
    transform: translate(46.6395vw, 50.623vh) scale(0.7637); }
  to {
    transform: translate(50.22325vw, 100vh) scale(0.7637); } }
    .page-element-snow-flack .snow:nth-child(49) {
      opacity: 0.6367;
      transform: translate(24.0824vw, -10px) scale(0.5751);
      animation: fall-49 25s -20s linear infinite; }

@keyframes fall-49 {
  35.949% {
    transform: translate(21.545vw, 35.949vh) scale(0.5751); }
  to {
    transform: translate(22.8137vw, 100vh) scale(0.5751); } }
    .page-element-snow-flack .snow:nth-child(50) {
      opacity: 0.6246;
      transform: translate(34.2074vw, -10px) scale(0.5829);
      animation: fall-50 20s -13s linear infinite; }

@keyframes fall-50 {
  76.439% {
    transform: translate(38.0645vw, 76.439vh) scale(0.5829); }
  to {
    transform: translate(36.13595vw, 100vh) scale(0.5829); } }
    .page-element-snow-flack .snow:nth-child(51) {
      opacity: 0.917;
      transform: translate(57.0677vw, -10px) scale(0.7203);
      animation: fall-51 26s -4s linear infinite; }

@keyframes fall-51 {
  69.126% {
    transform: translate(63.9983vw, 69.126vh) scale(0.7203); }
  to {
    transform: translate(60.533vw, 100vh) scale(0.7203); } }
    .page-element-snow-flack .snow:nth-child(52) {
      opacity: 0.5781;
      transform: translate(10.8096vw, -10px) scale(0.3659);
      animation: fall-52 26s -8s linear infinite; }

@keyframes fall-52 {
  76.91% {
    transform: translate(8.7663vw, 76.91vh) scale(0.3659); }
  to {
    transform: translate(9.78795vw, 100vh) scale(0.3659); } }
    .page-element-snow-flack .snow:nth-child(53) {
      opacity: 0.152;
      transform: translate(15.6575vw, -10px) scale(0.8361);
      animation: fall-53 24s -23s linear infinite; }

@keyframes fall-53 {
  42.946% {
    transform: translate(19.8387vw, 42.946vh) scale(0.8361); }
  to {
    transform: translate(17.7481vw, 100vh) scale(0.8361); } }
    .page-element-snow-flack .snow:nth-child(54) {
      opacity: 0.4958;
      transform: translate(30.7762vw, -10px) scale(0.1942);
      animation: fall-54 23s -13s linear infinite; }

@keyframes fall-54 {
  34.334% {
    transform: translate(38.5332vw, 34.334vh) scale(0.1942); }
  to {
    transform: translate(34.6547vw, 100vh) scale(0.1942); } }
    .page-element-snow-flack .snow:nth-child(55) {
      opacity: 0.9884;
      transform: translate(29.1685vw, -10px) scale(0.5344);
      animation: fall-55 28s -2s linear infinite; }

@keyframes fall-55 {
  36.196% {
    transform: translate(21.3562vw, 36.196vh) scale(0.5344); }
  to {
    transform: translate(25.26235vw, 100vh) scale(0.5344); } }
    .page-element-snow-flack .snow:nth-child(56) {
      opacity: 0.1339;
      transform: translate(40.9767vw, -10px) scale(0.4768);
      animation: fall-56 17s -28s linear infinite; }

@keyframes fall-56 {
  63.946% {
    transform: translate(47.5942vw, 63.946vh) scale(0.4768); }
  to {
    transform: translate(44.28545vw, 100vh) scale(0.4768); } }
    .page-element-snow-flack .snow:nth-child(57) {
      opacity: 0.6637;
      transform: translate(94.9097vw, -10px) scale(0.3366);
      animation: fall-57 22s -11s linear infinite; }

@keyframes fall-57 {
  59.24% {
    transform: translate(95.0279vw, 59.24vh) scale(0.3366); }
  to {
    transform: translate(94.9688vw, 100vh) scale(0.3366); } }
    .page-element-snow-flack .snow:nth-child(58) {
      opacity: 0.1156;
      transform: translate(32.2549vw, -10px) scale(0.8963);
      animation: fall-58 29s -28s linear infinite; }

@keyframes fall-58 {
  46.009% {
    transform: translate(25.771vw, 46.009vh) scale(0.8963); }
  to {
    transform: translate(29.01295vw, 100vh) scale(0.8963); } }
    .page-element-snow-flack .snow:nth-child(59) {
      opacity: 0.2105;
      transform: translate(60.2102vw, -10px) scale(0.6001);
      animation: fall-59 25s -24s linear infinite; }

@keyframes fall-59 {
  64.12% {
    transform: translate(51.8197vw, 64.12vh) scale(0.6001); }
  to {
    transform: translate(56.01495vw, 100vh) scale(0.6001); } }
    .page-element-snow-flack .snow:nth-child(60) {
      opacity: 0.744;
      transform: translate(95.6134vw, -10px) scale(0.0952);
      animation: fall-60 20s -11s linear infinite; }

@keyframes fall-60 {
  37.327% {
    transform: translate(96.0992vw, 37.327vh) scale(0.0952); }
  to {
    transform: translate(95.8563vw, 100vh) scale(0.0952); } }
    .page-element-snow-flack .snow:nth-child(61) {
      opacity: 0.4772;
      transform: translate(69.0251vw, -10px) scale(0.4073);
      animation: fall-61 17s -5s linear infinite; }

@keyframes fall-61 {
  50.798% {
    transform: translate(64.1409vw, 50.798vh) scale(0.4073); }
  to {
    transform: translate(66.583vw, 100vh) scale(0.4073); } }
    .page-element-snow-flack .snow:nth-child(62) {
      opacity: 0.2092;
      transform: translate(21.4604vw, -10px) scale(0.3327);
      animation: fall-62 11s -17s linear infinite; }

@keyframes fall-62 {
  72.43% {
    transform: translate(13.9721vw, 72.43vh) scale(0.3327); }
  to {
    transform: translate(17.71625vw, 100vh) scale(0.3327); } }
    .page-element-snow-flack .snow:nth-child(63) {
      opacity: 0.705;
      transform: translate(79.5369vw, -10px) scale(0.462);
      animation: fall-63 23s -13s linear infinite; }

@keyframes fall-63 {
  71.356% {
    transform: translate(89.4909vw, 71.356vh) scale(0.462); }
  to {
    transform: translate(84.5139vw, 100vh) scale(0.462); } }
    .page-element-snow-flack .snow:nth-child(64) {
      opacity: 0.0164;
      transform: translate(97.0505vw, -10px) scale(0.6702);
      animation: fall-64 14s -3s linear infinite; }

@keyframes fall-64 {
  74.934% {
    transform: translate(102.5089vw, 74.934vh) scale(0.6702); }
  to {
    transform: translate(99.7797vw, 100vh) scale(0.6702); } }
    .page-element-snow-flack .snow:nth-child(65) {
      opacity: 0.8477;
      transform: translate(21.8317vw, -10px) scale(0.4874);
      animation: fall-65 22s -5s linear infinite; }

@keyframes fall-65 {
  37.556% {
    transform: translate(13.0858vw, 37.556vh) scale(0.4874); }
  to {
    transform: translate(17.45875vw, 100vh) scale(0.4874); } }
    .page-element-snow-flack .snow:nth-child(66) {
      opacity: 0.5914;
      transform: translate(97.8334vw, -10px) scale(0.1509);
      animation: fall-66 11s -4s linear infinite; }

@keyframes fall-66 {
  51.206% {
    transform: translate(89.654vw, 51.206vh) scale(0.1509); }
  to {
    transform: translate(93.7437vw, 100vh) scale(0.1509); } }
    .page-element-snow-flack .snow:nth-child(67) {
      opacity: 0.8542;
      transform: translate(53.7928vw, -10px) scale(0.0755);
      animation: fall-67 21s -9s linear infinite; }

@keyframes fall-67 {
  59.559% {
    transform: translate(62.0514vw, 59.559vh) scale(0.0755); }
  to {
    transform: translate(57.9221vw, 100vh) scale(0.0755); } }
    .page-element-snow-flack .snow:nth-child(68) {
      opacity: 0.6905;
      transform: translate(33.2395vw, -10px) scale(0.3225);
      animation: fall-68 22s -26s linear infinite; }

@keyframes fall-68 {
  48.267% {
    transform: translate(35.6366vw, 48.267vh) scale(0.3225); }
  to {
    transform: translate(34.43805vw, 100vh) scale(0.3225); } }
    .page-element-snow-flack .snow:nth-child(69) {
      opacity: 0.2348;
      transform: translate(76.6046vw, -10px) scale(0.1986);
      animation: fall-69 16s -27s linear infinite; }

@keyframes fall-69 {
  39.261% {
    transform: translate(70.6999vw, 39.261vh) scale(0.1986); }
  to {
    transform: translate(73.65225vw, 100vh) scale(0.1986); } }
    .page-element-snow-flack .snow:nth-child(70) {
      opacity: 0.359;
      transform: translate(45.9141vw, -10px) scale(0.6604);
      animation: fall-70 26s -18s linear infinite; }

@keyframes fall-70 {
  71.801% {
    transform: translate(43.259vw, 71.801vh) scale(0.6604); }
  to {
    transform: translate(44.58655vw, 100vh) scale(0.6604); } }
    .page-element-snow-flack .snow:nth-child(71) {
      opacity: 0.2849;
      transform: translate(48.1411vw, -10px) scale(0.0591);
      animation: fall-71 16s -9s linear infinite; }

@keyframes fall-71 {
  43.946% {
    transform: translate(42.084vw, 43.946vh) scale(0.0591); }
  to {
    transform: translate(45.11255vw, 100vh) scale(0.0591); } }
    .page-element-snow-flack .snow:nth-child(72) {
      opacity: 0.66;
      transform: translate(83.8736vw, -10px) scale(0.5729);
      animation: fall-72 22s -17s linear infinite; }

@keyframes fall-72 {
  75.426% {
    transform: translate(93.4689vw, 75.426vh) scale(0.5729); }
  to {
    transform: translate(88.67125vw, 100vh) scale(0.5729); } }
    .page-element-snow-flack .snow:nth-child(73) {
      opacity: 0.2273;
      transform: translate(96.4939vw, -10px) scale(0.2117);
      animation: fall-73 11s -26s linear infinite; }

@keyframes fall-73 {
  65.417% {
    transform: translate(90.5973vw, 65.417vh) scale(0.2117); }
  to {
    transform: translate(93.5456vw, 100vh) scale(0.2117); } }
    .page-element-snow-flack .snow:nth-child(74) {
      opacity: 0.4102;
      transform: translate(45.1098vw, -10px) scale(0.7537);
      animation: fall-74 28s -13s linear infinite; }

@keyframes fall-74 {
  35.592% {
    transform: translate(53.776vw, 35.592vh) scale(0.7537); }
  to {
    transform: translate(49.4429vw, 100vh) scale(0.7537); } }
    .page-element-snow-flack .snow:nth-child(75) {
      opacity: 0.2825;
      transform: translate(23.2362vw, -10px) scale(0.1357);
      animation: fall-75 21s -17s linear infinite; }

@keyframes fall-75 {
  31.246% {
    transform: translate(19.3233vw, 31.246vh) scale(0.1357); }
  to {
    transform: translate(21.27975vw, 100vh) scale(0.1357); } }
    .page-element-snow-flack .snow:nth-child(76) {
      opacity: 0.4319;
      transform: translate(44.2658vw, -10px) scale(0.1366);
      animation: fall-76 27s -13s linear infinite; }

@keyframes fall-76 {
  78.901% {
    transform: translate(39.0338vw, 78.901vh) scale(0.1366); }
  to {
    transform: translate(41.6498vw, 100vh) scale(0.1366); } }
    .page-element-snow-flack .snow:nth-child(77) {
      opacity: 0.8728;
      transform: translate(11.3538vw, -10px) scale(0.5514);
      animation: fall-77 25s -14s linear infinite; }

@keyframes fall-77 {
  30.449% {
    transform: translate(16.9682vw, 30.449vh) scale(0.5514); }
  to {
    transform: translate(14.161vw, 100vh) scale(0.5514); } }
    .page-element-snow-flack .snow:nth-child(78) {
      opacity: 0.4966;
      transform: translate(27.0019vw, -10px) scale(0.4091);
      animation: fall-78 18s -15s linear infinite; }

@keyframes fall-78 {
  32.442% {
    transform: translate(31.4835vw, 32.442vh) scale(0.4091); }
  to {
    transform: translate(29.2427vw, 100vh) scale(0.4091); } }
    .page-element-snow-flack .snow:nth-child(79) {
      opacity: 0.6523;
      transform: translate(91.6984vw, -10px) scale(0.7642);
      animation: fall-79 29s -8s linear infinite; }

@keyframes fall-79 {
  56.931% {
    transform: translate(88.2159vw, 56.931vh) scale(0.7642); }
  to {
    transform: translate(89.95715vw, 100vh) scale(0.7642); } }
    .page-element-snow-flack .snow:nth-child(80) {
      opacity: 0.1827;
      transform: translate(59.9632vw, -10px) scale(0.419);
      animation: fall-80 11s -4s linear infinite; }

@keyframes fall-80 {
  46.312% {
    transform: translate(53.8675vw, 46.312vh) scale(0.419); }
  to {
    transform: translate(56.91535vw, 100vh) scale(0.419); } }
    .page-element-snow-flack .snow:nth-child(81) {
      opacity: 0.2376;
      transform: translate(67.8649vw, -10px) scale(0.2491);
      animation: fall-81 13s -27s linear infinite; }

@keyframes fall-81 {
  47.931% {
    transform: translate(65.816vw, 47.931vh) scale(0.2491); }
  to {
    transform: translate(66.84045vw, 100vh) scale(0.2491); } }
    .page-element-snow-flack .snow:nth-child(82) {
      opacity: 0.8245;
      transform: translate(40.2711vw, -10px) scale(0.1054);
      animation: fall-82 13s -29s linear infinite; }

@keyframes fall-82 {
  46.789% {
    transform: translate(49.6036vw, 46.789vh) scale(0.1054); }
  to {
    transform: translate(44.93735vw, 100vh) scale(0.1054); } }
    .page-element-snow-flack .snow:nth-child(83) {
      opacity: 0.5039;
      transform: translate(88.4398vw, -10px) scale(0.9977);
      animation: fall-83 25s -15s linear infinite; }

@keyframes fall-83 {
  58.412% {
    transform: translate(95.7706vw, 58.412vh) scale(0.9977); }
  to {
    transform: translate(92.1052vw, 100vh) scale(0.9977); } }
    .page-element-snow-flack .snow:nth-child(84) {
      opacity: 0.4416;
      transform: translate(88.2582vw, -10px) scale(0.9568);
      animation: fall-84 15s -10s linear infinite; }

@keyframes fall-84 {
  48.021% {
    transform: translate(84.473vw, 48.021vh) scale(0.9568); }
  to {
    transform: translate(86.3656vw, 100vh) scale(0.9568); } }
    .page-element-snow-flack .snow:nth-child(85) {
      opacity: 0.8007;
      transform: translate(21.2962vw, -10px) scale(0.7346);
      animation: fall-85 20s -4s linear infinite; }

@keyframes fall-85 {
  32.68% {
    transform: translate(11.4427vw, 32.68vh) scale(0.7346); }
  to {
    transform: translate(16.36945vw, 100vh) scale(0.7346); } }
    .page-element-snow-flack .snow:nth-child(86) {
      opacity: 0.3182;
      transform: translate(8.6244vw, -10px) scale(0.0773);
      animation: fall-86 23s -13s linear infinite; }

@keyframes fall-86 {
  34.33% {
    transform: translate(8.7152vw, 34.33vh) scale(0.0773); }
  to {
    transform: translate(8.6698vw, 100vh) scale(0.0773); } }
    .page-element-snow-flack .snow:nth-child(87) {
      opacity: 0.9651;
      transform: translate(96.1936vw, -10px) scale(0.7871);
      animation: fall-87 27s -23s linear infinite; }

@keyframes fall-87 {
  64.046% {
    transform: translate(104.201vw, 64.046vh) scale(0.7871); }
  to {
    transform: translate(100.1973vw, 100vh) scale(0.7871); } }
    .page-element-snow-flack .snow:nth-child(88) {
      opacity: 0.5474;
      transform: translate(27.208vw, -10px) scale(0.4819);
      animation: fall-88 17s -5s linear infinite; }

@keyframes fall-88 {
  36.73% {
    transform: translate(28.3854vw, 36.73vh) scale(0.4819); }
  to {
    transform: translate(27.7967vw, 100vh) scale(0.4819); } }
    .page-element-snow-flack .snow:nth-child(89) {
      opacity: 0.0282;
      transform: translate(38.1486vw, -10px) scale(0.7736);
      animation: fall-89 10s -25s linear infinite; }

@keyframes fall-89 {
  52.186% {
    transform: translate(34.2882vw, 52.186vh) scale(0.7736); }
  to {
    transform: translate(36.2184vw, 100vh) scale(0.7736); } }
    .page-element-snow-flack .snow:nth-child(90) {
      opacity: 0.7684;
      transform: translate(13.9894vw, -10px) scale(0.1824);
      animation: fall-90 17s -8s linear infinite; }

@keyframes fall-90 {
  76.38% {
    transform: translate(18.2714vw, 76.38vh) scale(0.1824); }
  to {
    transform: translate(16.1304vw, 100vh) scale(0.1824); } }
    .page-element-snow-flack .snow:nth-child(91) {
      opacity: 0.8488;
      transform: translate(8.731vw, -10px) scale(0.1482);
      animation: fall-91 23s -10s linear infinite; }

@keyframes fall-91 {
  62.539% {
    transform: translate(5.3996vw, 62.539vh) scale(0.1482); }
  to {
    transform: translate(7.0653vw, 100vh) scale(0.1482); } }
    .page-element-snow-flack .snow:nth-child(92) {
      opacity: 0.7714;
      transform: translate(34.231vw, -10px) scale(0.2697);
      animation: fall-92 21s -2s linear infinite; }

@keyframes fall-92 {
  30.797% {
    transform: translate(38.9979vw, 30.797vh) scale(0.2697); }
  to {
    transform: translate(36.61445vw, 100vh) scale(0.2697); } }
    .page-element-snow-flack .snow:nth-child(93) {
      opacity: 0.8304;
      transform: translate(88.3229vw, -10px) scale(0.659);
      animation: fall-93 11s -7s linear infinite; }

@keyframes fall-93 {
  44.631% {
    transform: translate(83.3096vw, 44.631vh) scale(0.659); }
  to {
    transform: translate(85.81625vw, 100vh) scale(0.659); } }
    .page-element-snow-flack .snow:nth-child(94) {
      opacity: 0.407;
      transform: translate(28.0023vw, -10px) scale(0.6149);
      animation: fall-94 14s -8s linear infinite; }

@keyframes fall-94 {
  44.341% {
    transform: translate(28.5442vw, 44.341vh) scale(0.6149); }
  to {
    transform: translate(28.27325vw, 100vh) scale(0.6149); } }
    .page-element-snow-flack .snow:nth-child(95) {
      opacity: 0.8965;
      transform: translate(32.6401vw, -10px) scale(0.4754);
      animation: fall-95 25s -14s linear infinite; }

@keyframes fall-95 {
  39.411% {
    transform: translate(36.7914vw, 39.411vh) scale(0.4754); }
  to {
    transform: translate(34.71575vw, 100vh) scale(0.4754); } }
    .page-element-snow-flack .snow:nth-child(96) {
      opacity: 0.5083;
      transform: translate(94.119vw, -10px) scale(0.7043);
      animation: fall-96 12s -17s linear infinite; }

@keyframes fall-96 {
  66.708% {
    transform: translate(95.371vw, 66.708vh) scale(0.7043); }
  to {
    transform: translate(94.745vw, 100vh) scale(0.7043); } }
    .page-element-snow-flack .snow:nth-child(97) {
      opacity: 0.79;
      transform: translate(83.7047vw, -10px) scale(0.6633);
      animation: fall-97 22s -30s linear infinite; }

@keyframes fall-97 {
  62.791% {
    transform: translate(88.4458vw, 62.791vh) scale(0.6633); }
  to {
    transform: translate(86.07525vw, 100vh) scale(0.6633); } }
    .page-element-snow-flack .snow:nth-child(98) {
      opacity: 0.7959;
      transform: translate(90.6124vw, -10px) scale(0.97);
      animation: fall-98 15s -28s linear infinite; }

@keyframes fall-98 {
  51.475% {
    transform: translate(100.1415vw, 51.475vh) scale(0.97); }
  to {
    transform: translate(95.37695vw, 100vh) scale(0.97); } }
    .page-element-snow-flack .snow:nth-child(99) {
      opacity: 0.5549;
      transform: translate(27.0627vw, -10px) scale(0.4093);
      animation: fall-99 15s -27s linear infinite; }

@keyframes fall-99 {
  71.736% {
    transform: translate(34.4252vw, 71.736vh) scale(0.4093); }
  to {
    transform: translate(30.74395vw, 100vh) scale(0.4093); } }
    .page-element-snow-flack .snow:nth-child(100) {
      opacity: 0.2302;
      transform: translate(95.7461vw, -10px) scale(0.2399);
      animation: fall-100 13s -17s linear infinite; }

@keyframes fall-100 {
  66.486% {
    transform: translate(88.7801vw, 66.486vh) scale(0.2399); }
  to {
    transform: translate(92.2631vw, 100vh) scale(0.2399); } }
    .page-element-snow-flack .snow:nth-child(101) {
      opacity: 0.2861;
      transform: translate(25.0599vw, -10px) scale(0.1348);
      animation: fall-101 14s -13s linear infinite; }

@keyframes fall-101 {
  50.623% {
    transform: translate(16.4605vw, 50.623vh) scale(0.1348); }
  to {
    transform: translate(20.7602vw, 100vh) scale(0.1348); } }
    .page-element-snow-flack .snow:nth-child(102) {
      opacity: 0.4499;
      transform: translate(35.4706vw, -10px) scale(0.1125);
      animation: fall-102 30s -18s linear infinite; }

@keyframes fall-102 {
  69.387% {
    transform: translate(41.2813vw, 69.387vh) scale(0.1125); }
  to {
    transform: translate(38.37595vw, 100vh) scale(0.1125); } }
    .page-element-snow-flack .snow:nth-child(103) {
      opacity: 0.1862;
      transform: translate(96.4232vw, -10px) scale(0.6613);
      animation: fall-103 23s -23s linear infinite; }

@keyframes fall-103 {
  48.928% {
    transform: translate(102.2886vw, 48.928vh) scale(0.6613); }
  to {
    transform: translate(99.3559vw, 100vh) scale(0.6613); } }
    .page-element-snow-flack .snow:nth-child(104) {
      opacity: 0.4731;
      transform: translate(58.0687vw, -10px) scale(0.0274);
      animation: fall-104 26s -20s linear infinite; }

@keyframes fall-104 {
  38.313% {
    transform: translate(48.2215vw, 38.313vh) scale(0.0274); }
  to {
    transform: translate(53.1451vw, 100vh) scale(0.0274); } }
    .page-element-snow-flack .snow:nth-child(105) {
      opacity: 0.1108;
      transform: translate(15.0492vw, -10px) scale(0.6848);
      animation: fall-105 27s -11s linear infinite; }

@keyframes fall-105 {
  41.628% {
    transform: translate(16.0524vw, 41.628vh) scale(0.6848); }
  to {
    transform: translate(15.5508vw, 100vh) scale(0.6848); } }
    .page-element-snow-flack .snow:nth-child(106) {
      opacity: 0.1641;
      transform: translate(96.6389vw, -10px) scale(0.4015);
      animation: fall-106 17s -7s linear infinite; }

@keyframes fall-106 {
  40.695% {
    transform: translate(87.3631vw, 40.695vh) scale(0.4015); }
  to {
    transform: translate(92.001vw, 100vh) scale(0.4015); } }
    .page-element-snow-flack .snow:nth-child(107) {
      opacity: 0.1228;
      transform: translate(33.1951vw, -10px) scale(0.0306);
      animation: fall-107 20s -11s linear infinite; }

@keyframes fall-107 {
  59.172% {
    transform: translate(30.566vw, 59.172vh) scale(0.0306); }
  to {
    transform: translate(31.88055vw, 100vh) scale(0.0306); } }
    .page-element-snow-flack .snow:nth-child(108) {
      opacity: 0.5586;
      transform: translate(3.3691vw, -10px) scale(0.9226);
      animation: fall-108 24s -19s linear infinite; }

@keyframes fall-108 {
  42.667% {
    transform: translate(7.3397vw, 42.667vh) scale(0.9226); }
  to {
    transform: translate(5.3544vw, 100vh) scale(0.9226); } }
    .page-element-snow-flack .snow:nth-child(109) {
      opacity: 0.188;
      transform: translate(27.7437vw, -10px) scale(0.6528);
      animation: fall-109 25s -5s linear infinite; }

@keyframes fall-109 {
  59.885% {
    transform: translate(36.4192vw, 59.885vh) scale(0.6528); }
  to {
    transform: translate(32.08145vw, 100vh) scale(0.6528); } }
    .page-element-snow-flack .snow:nth-child(110) {
      opacity: 0.8783;
      transform: translate(64.4699vw, -10px) scale(0.7476);
      animation: fall-110 19s -8s linear infinite; }

@keyframes fall-110 {
  65.086% {
    transform: translate(65.9004vw, 65.086vh) scale(0.7476); }
  to {
    transform: translate(65.18515vw, 100vh) scale(0.7476); } }
    .page-element-snow-flack .snow:nth-child(111) {
      opacity: 0.0466;
      transform: translate(86.6064vw, -10px) scale(0.2351);
      animation: fall-111 25s -9s linear infinite; }

@keyframes fall-111 {
  69.833% {
    transform: translate(94.6178vw, 69.833vh) scale(0.2351); }
  to {
    transform: translate(90.6121vw, 100vh) scale(0.2351); } }
    .page-element-snow-flack .snow:nth-child(112) {
      opacity: 0.644;
      transform: translate(10.623vw, -10px) scale(0.6369);
      animation: fall-112 17s -3s linear infinite; }

@keyframes fall-112 {
  41.906% {
    transform: translate(12.1611vw, 41.906vh) scale(0.6369); }
  to {
    transform: translate(11.39205vw, 100vh) scale(0.6369); } }
    .page-element-snow-flack .snow:nth-child(113) {
      opacity: 0.1233;
      transform: translate(4.0707vw, -10px) scale(0.2738);
      animation: fall-113 30s -24s linear infinite; }

@keyframes fall-113 {
  51.618% {
    transform: translate(0.0712vw, 51.618vh) scale(0.2738); }
  to {
    transform: translate(2.07095vw, 100vh) scale(0.2738); } }
    .page-element-snow-flack .snow:nth-child(114) {
      opacity: 0.5978;
      transform: translate(6.4446vw, -10px) scale(0.7042);
      animation: fall-114 29s -5s linear infinite; }

@keyframes fall-114 {
  44.351% {
    transform: translate(8.8866vw, 44.351vh) scale(0.7042); }
  to {
    transform: translate(7.6656vw, 100vh) scale(0.7042); } }
    .page-element-snow-flack .snow:nth-child(115) {
      opacity: 0.1994;
      transform: translate(44.3177vw, -10px) scale(0.7176);
      animation: fall-115 22s -26s linear infinite; }

@keyframes fall-115 {
  77.119% {
    transform: translate(50.9121vw, 77.119vh) scale(0.7176); }
  to {
    transform: translate(47.6149vw, 100vh) scale(0.7176); } }
    .page-element-snow-flack .snow:nth-child(116) {
      opacity: 0.9026;
      transform: translate(77.7093vw, -10px) scale(0.5882);
      animation: fall-116 19s -19s linear infinite; }

@keyframes fall-116 {
  35.935% {
    transform: translate(76.9807vw, 35.935vh) scale(0.5882); }
  to {
    transform: translate(77.345vw, 100vh) scale(0.5882); } }
    .page-element-snow-flack .snow:nth-child(117) {
      opacity: 0.1348;
      transform: translate(43.4548vw, -10px) scale(0.6506);
      animation: fall-117 15s -12s linear infinite; }

@keyframes fall-117 {
  59.421% {
    transform: translate(37.3014vw, 59.421vh) scale(0.6506); }
  to {
    transform: translate(40.3781vw, 100vh) scale(0.6506); } }
    .page-element-snow-flack .snow:nth-child(118) {
      opacity: 0.0016;
      transform: translate(59.6689vw, -10px) scale(0.0467);
      animation: fall-118 10s -6s linear infinite; }

@keyframes fall-118 {
  66.706% {
    transform: translate(53.3002vw, 66.706vh) scale(0.0467); }
  to {
    transform: translate(56.48455vw, 100vh) scale(0.0467); } }
    .page-element-snow-flack .snow:nth-child(119) {
      opacity: 0.6835;
      transform: translate(20.7091vw, -10px) scale(0.3682);
      animation: fall-119 15s -3s linear infinite; }

@keyframes fall-119 {
  76.479% {
    transform: translate(17.4497vw, 76.479vh) scale(0.3682); }
  to {
    transform: translate(19.0794vw, 100vh) scale(0.3682); } }
    .page-element-snow-flack .snow:nth-child(120) {
      opacity: 0.9003;
      transform: translate(17.2628vw, -10px) scale(0.1477);
      animation: fall-120 16s -11s linear infinite; }

@keyframes fall-120 {
  43.722% {
    transform: translate(9.8078vw, 43.722vh) scale(0.1477); }
  to {
    transform: translate(13.5353vw, 100vh) scale(0.1477); } }
    .page-element-snow-flack .snow:nth-child(121) {
      opacity: 0.9581;
      transform: translate(78.2052vw, -10px) scale(0.3279);
      animation: fall-121 11s -18s linear infinite; }

@keyframes fall-121 {
  67.766% {
    transform: translate(86.0549vw, 67.766vh) scale(0.3279); }
  to {
    transform: translate(82.13005vw, 100vh) scale(0.3279); } }
    .page-element-snow-flack .snow:nth-child(122) {
      opacity: 0.8024;
      transform: translate(33.113vw, -10px) scale(0.5937);
      animation: fall-122 10s -5s linear infinite; }

@keyframes fall-122 {
  44.412% {
    transform: translate(37.3267vw, 44.412vh) scale(0.5937); }
  to {
    transform: translate(35.21985vw, 100vh) scale(0.5937); } }
    .page-element-snow-flack .snow:nth-child(123) {
      opacity: 0.0248;
      transform: translate(91.4637vw, -10px) scale(0.0912);
      animation: fall-123 15s -13s linear infinite; }

@keyframes fall-123 {
  46.998% {
    transform: translate(91.5962vw, 46.998vh) scale(0.0912); }
  to {
    transform: translate(91.52995vw, 100vh) scale(0.0912); } }
    .page-element-snow-flack .snow:nth-child(124) {
      opacity: 0.3338;
      transform: translate(62.2862vw, -10px) scale(0.6127);
      animation: fall-124 30s -26s linear infinite; }

@keyframes fall-124 {
  59.995% {
    transform: translate(59.2841vw, 59.995vh) scale(0.6127); }
  to {
    transform: translate(60.78515vw, 100vh) scale(0.6127); } }
    .page-element-snow-flack .snow:nth-child(125) {
      opacity: 0.1148;
      transform: translate(98.6962vw, -10px) scale(0.7437);
      animation: fall-125 29s -9s linear infinite; }

@keyframes fall-125 {
  70.331% {
    transform: translate(97.4181vw, 70.331vh) scale(0.7437); }
  to {
    transform: translate(98.05715vw, 100vh) scale(0.7437); } }
    .page-element-snow-flack .snow:nth-child(126) {
      opacity: 0.5429;
      transform: translate(87.9139vw, -10px) scale(0.4118);
      animation: fall-126 26s -4s linear infinite; }

@keyframes fall-126 {
  31.638% {
    transform: translate(80.6835vw, 31.638vh) scale(0.4118); }
  to {
    transform: translate(84.2987vw, 100vh) scale(0.4118); } }
    .page-element-snow-flack .snow:nth-child(127) {
      opacity: 0.906;
      transform: translate(96.4733vw, -10px) scale(0.0585);
      animation: fall-127 15s -5s linear infinite; }

@keyframes fall-127 {
  79.067% {
    transform: translate(106.0983vw, 79.067vh) scale(0.0585); }
  to {
    transform: translate(101.2858vw, 100vh) scale(0.0585); } }
    .page-element-snow-flack .snow:nth-child(128) {
      opacity: 0.8273;
      transform: translate(97.0589vw, -10px) scale(0.4439);
      animation: fall-128 12s -4s linear infinite; }

@keyframes fall-128 {
  77.621% {
    transform: translate(100.1404vw, 77.621vh) scale(0.4439); }
  to {
    transform: translate(98.59965vw, 100vh) scale(0.4439); } }
    .page-element-snow-flack .snow:nth-child(129) {
      opacity: 0.91;
      transform: translate(0.6714vw, -10px) scale(0.174);
      animation: fall-129 12s -1s linear infinite; }

@keyframes fall-129 {
  38.222% {
    transform: translate(0.4782vw, 38.222vh) scale(0.174); }
  to {
    transform: translate(0.5748vw, 100vh) scale(0.174); } }
    .page-element-snow-flack .snow:nth-child(130) {
      opacity: 0.3445;
      transform: translate(5.9968vw, -10px) scale(0.6945);
      animation: fall-130 28s -9s linear infinite; }

@keyframes fall-130 {
  51.638% {
    transform: translate(15.2203vw, 51.638vh) scale(0.6945); }
  to {
    transform: translate(10.60855vw, 100vh) scale(0.6945); } }
    .page-element-snow-flack .snow:nth-child(131) {
      opacity: 0.9499;
      transform: translate(50.4695vw, -10px) scale(0.1324);
      animation: fall-131 15s -10s linear infinite; }

@keyframes fall-131 {
  56.549% {
    transform: translate(48.4292vw, 56.549vh) scale(0.1324); }
  to {
    transform: translate(49.44935vw, 100vh) scale(0.1324); } }
    .page-element-snow-flack .snow:nth-child(132) {
      opacity: 0.0918;
      transform: translate(97.1547vw, -10px) scale(0.7934);
      animation: fall-132 18s -7s linear infinite; }

@keyframes fall-132 {
  49.974% {
    transform: translate(94.4943vw, 49.974vh) scale(0.7934); }
  to {
    transform: translate(95.8245vw, 100vh) scale(0.7934); } }
    .page-element-snow-flack .snow:nth-child(133) {
      opacity: 0.3729;
      transform: translate(94.6993vw, -10px) scale(0.8371);
      animation: fall-133 22s -6s linear infinite; }

@keyframes fall-133 {
  50.89% {
    transform: translate(87.5596vw, 50.89vh) scale(0.8371); }
  to {
    transform: translate(91.12945vw, 100vh) scale(0.8371); } }
    .page-element-snow-flack .snow:nth-child(134) {
      opacity: 0.3463;
      transform: translate(80.4351vw, -10px) scale(0.7695);
      animation: fall-134 17s -18s linear infinite; }

@keyframes fall-134 {
  62.04% {
    transform: translate(83.5531vw, 62.04vh) scale(0.7695); }
  to {
    transform: translate(81.9941vw, 100vh) scale(0.7695); } }
    .page-element-snow-flack .snow:nth-child(135) {
      opacity: 0.4446;
      transform: translate(25.6212vw, -10px) scale(0.683);
      animation: fall-135 12s -10s linear infinite; }

@keyframes fall-135 {
  61.498% {
    transform: translate(24.5007vw, 61.498vh) scale(0.683); }
  to {
    transform: translate(25.06095vw, 100vh) scale(0.683); } }
    .page-element-snow-flack .snow:nth-child(136) {
      opacity: 0.1152;
      transform: translate(51.7212vw, -10px) scale(0.6956);
      animation: fall-136 26s -27s linear infinite; }

@keyframes fall-136 {
  52.075% {
    transform: translate(46.017vw, 52.075vh) scale(0.6956); }
  to {
    transform: translate(48.8691vw, 100vh) scale(0.6956); } }
    .page-element-snow-flack .snow:nth-child(137) {
      opacity: 0.4769;
      transform: translate(36.395vw, -10px) scale(0.281);
      animation: fall-137 12s -17s linear infinite; }

@keyframes fall-137 {
  30.901% {
    transform: translate(40.5633vw, 30.901vh) scale(0.281); }
  to {
    transform: translate(38.47915vw, 100vh) scale(0.281); } }
    .page-element-snow-flack .snow:nth-child(138) {
      opacity: 0.6149;
      transform: translate(94.5845vw, -10px) scale(0.9717);
      animation: fall-138 11s -15s linear infinite; }

@keyframes fall-138 {
  33.815% {
    transform: translate(87.7344vw, 33.815vh) scale(0.9717); }
  to {
    transform: translate(91.15945vw, 100vh) scale(0.9717); } }
    .page-element-snow-flack .snow:nth-child(139) {
      opacity: 0.5863;
      transform: translate(57.997vw, -10px) scale(0.0369);
      animation: fall-139 27s -8s linear infinite; }

@keyframes fall-139 {
  77.095% {
    transform: translate(50.2904vw, 77.095vh) scale(0.0369); }
  to {
    transform: translate(54.1437vw, 100vh) scale(0.0369); } }
    .page-element-snow-flack .snow:nth-child(140) {
      opacity: 0.6078;
      transform: translate(91.2688vw, -10px) scale(0.5879);
      animation: fall-140 26s -15s linear infinite; }

@keyframes fall-140 {
  31.094% {
    transform: translate(87.7815vw, 31.094vh) scale(0.5879); }
  to {
    transform: translate(89.52515vw, 100vh) scale(0.5879); } }
    .page-element-snow-flack .snow:nth-child(141) {
      opacity: 0.2336;
      transform: translate(21.1765vw, -10px) scale(0.1751);
      animation: fall-141 28s -19s linear infinite; }

@keyframes fall-141 {
  41.234% {
    transform: translate(16.5222vw, 41.234vh) scale(0.1751); }
  to {
    transform: translate(18.84935vw, 100vh) scale(0.1751); } }
    .page-element-snow-flack .snow:nth-child(142) {
      opacity: 0.3286;
      transform: translate(78.2625vw, -10px) scale(0.0235);
      animation: fall-142 18s -23s linear infinite; }

@keyframes fall-142 {
  75.469% {
    transform: translate(86.6383vw, 75.469vh) scale(0.0235); }
  to {
    transform: translate(82.4504vw, 100vh) scale(0.0235); } }
    .page-element-snow-flack .snow:nth-child(143) {
      opacity: 0.0502;
      transform: translate(35.8807vw, -10px) scale(0.6111);
      animation: fall-143 10s -25s linear infinite; }

@keyframes fall-143 {
  52.744% {
    transform: translate(30.5856vw, 52.744vh) scale(0.6111); }
  to {
    transform: translate(33.23315vw, 100vh) scale(0.6111); } }
    .page-element-snow-flack .snow:nth-child(144) {
      opacity: 0.3902;
      transform: translate(20.9727vw, -10px) scale(0.5676);
      animation: fall-144 29s -15s linear infinite; }

@keyframes fall-144 {
  63.799% {
    transform: translate(22.7269vw, 63.799vh) scale(0.5676); }
  to {
    transform: translate(21.8498vw, 100vh) scale(0.5676); } }
    .page-element-snow-flack .snow:nth-child(145) {
      opacity: 0.9965;
      transform: translate(91.5489vw, -10px) scale(0.9649);
      animation: fall-145 16s -29s linear infinite; }

@keyframes fall-145 {
  62.331% {
    transform: translate(95.6321vw, 62.331vh) scale(0.9649); }
  to {
    transform: translate(93.5905vw, 100vh) scale(0.9649); } }
    .page-element-snow-flack .snow:nth-child(146) {
      opacity: 0.2369;
      transform: translate(43.1859vw, -10px) scale(0.0587);
      animation: fall-146 17s -27s linear infinite; }

@keyframes fall-146 {
  64.957% {
    transform: translate(40.676vw, 64.957vh) scale(0.0587); }
  to {
    transform: translate(41.93095vw, 100vh) scale(0.0587); } }
    .page-element-snow-flack .snow:nth-child(147) {
      opacity: 0.0307;
      transform: translate(2.8869vw, -10px) scale(0.3767);
      animation: fall-147 12s -9s linear infinite; }

@keyframes fall-147 {
  64.083% {
    transform: translate(2.0777vw, 64.083vh) scale(0.3767); }
  to {
    transform: translate(2.4823vw, 100vh) scale(0.3767); } }
    .page-element-snow-flack .snow:nth-child(148) {
      opacity: 0.9552;
      transform: translate(30.1547vw, -10px) scale(0.3288);
      animation: fall-148 10s -21s linear infinite; }

@keyframes fall-148 {
  56.615% {
    transform: translate(28.0403vw, 56.615vh) scale(0.3288); }
  to {
    transform: translate(29.0975vw, 100vh) scale(0.3288); } }
    .page-element-snow-flack .snow:nth-child(149) {
      opacity: 0.3392;
      transform: translate(46.116vw, -10px) scale(0.0967);
      animation: fall-149 13s -28s linear infinite; }

@keyframes fall-149 {
  65.86% {
    transform: translate(46.725vw, 65.86vh) scale(0.0967); }
  to {
    transform: translate(46.4205vw, 100vh) scale(0.0967); } }
    .page-element-snow-flack .snow:nth-child(150) {
      opacity: 0.2544;
      transform: translate(0.1914vw, -10px) scale(0.4183);
      animation: fall-150 30s -21s linear infinite; }

@keyframes fall-150 {
  69.76% {
    transform: translate(-6.9546vw, 69.76vh) scale(0.4183); }
  to {
    transform: translate(-3.3816vw, 100vh) scale(0.4183); } }
    .page-element-snow-flack .snow:nth-child(151) {
      opacity: 0.489;
      transform: translate(60.5026vw, -10px) scale(0.2038);
      animation: fall-151 24s -11s linear infinite; }

@keyframes fall-151 {
  44.519% {
    transform: translate(52.2883vw, 44.519vh) scale(0.2038); }
  to {
    transform: translate(56.39545vw, 100vh) scale(0.2038); } }
    .page-element-snow-flack .snow:nth-child(152) {
      opacity: 0.9123;
      transform: translate(63.7912vw, -10px) scale(0.1889);
      animation: fall-152 27s -1s linear infinite; }

@keyframes fall-152 {
  48.69% {
    transform: translate(72.6679vw, 48.69vh) scale(0.1889); }
  to {
    transform: translate(68.22955vw, 100vh) scale(0.1889); } }
    .page-element-snow-flack .snow:nth-child(153) {
      opacity: 0.6849;
      transform: translate(49.7898vw, -10px) scale(0.9161);
      animation: fall-153 23s -14s linear infinite; }

@keyframes fall-153 {
  30.469% {
    transform: translate(50.7724vw, 30.469vh) scale(0.9161); }
  to {
    transform: translate(50.2811vw, 100vh) scale(0.9161); } }
    .page-element-snow-flack .snow:nth-child(154) {
      opacity: 0.7936;
      transform: translate(13.1673vw, -10px) scale(0.4299);
      animation: fall-154 10s -23s linear infinite; }

@keyframes fall-154 {
  50.926% {
    transform: translate(20.6328vw, 50.926vh) scale(0.4299); }
  to {
    transform: translate(16.90005vw, 100vh) scale(0.4299); } }
    .page-element-snow-flack .snow:nth-child(155) {
      opacity: 0.7315;
      transform: translate(57.5711vw, -10px) scale(0.4993);
      animation: fall-155 30s -30s linear infinite; }

@keyframes fall-155 {
  48.624% {
    transform: translate(61.158vw, 48.624vh) scale(0.4993); }
  to {
    transform: translate(59.36455vw, 100vh) scale(0.4993); } }
    .page-element-snow-flack .snow:nth-child(156) {
      opacity: 0.2193;
      transform: translate(76.1848vw, -10px) scale(0.0157);
      animation: fall-156 21s -12s linear infinite; }

@keyframes fall-156 {
  30.335% {
    transform: translate(66.8112vw, 30.335vh) scale(0.0157); }
  to {
    transform: translate(71.498vw, 100vh) scale(0.0157); } }
    .page-element-snow-flack .snow:nth-child(157) {
      opacity: 0.377;
      transform: translate(61.2821vw, -10px) scale(0.1583);
      animation: fall-157 23s -27s linear infinite; }

@keyframes fall-157 {
  54.565% {
    transform: translate(63.6809vw, 54.565vh) scale(0.1583); }
  to {
    transform: translate(62.4815vw, 100vh) scale(0.1583); } }
    .page-element-snow-flack .snow:nth-child(158) {
      opacity: 0.5346;
      transform: translate(73.1193vw, -10px) scale(0.2478);
      animation: fall-158 26s -21s linear infinite; }

@keyframes fall-158 {
  62.531% {
    transform: translate(67.4358vw, 62.531vh) scale(0.2478); }
  to {
    transform: translate(70.27755vw, 100vh) scale(0.2478); } }
    .page-element-snow-flack .snow:nth-child(159) {
      opacity: 0.5394;
      transform: translate(14.1165vw, -10px) scale(0.65);
      animation: fall-159 20s -20s linear infinite; }

@keyframes fall-159 {
  56.256% {
    transform: translate(18.0443vw, 56.256vh) scale(0.65); }
  to {
    transform: translate(16.0804vw, 100vh) scale(0.65); } }
    .page-element-snow-flack .snow:nth-child(160) {
      opacity: 0.6266;
      transform: translate(24.9887vw, -10px) scale(0.2973);
      animation: fall-160 12s -30s linear infinite; }

@keyframes fall-160 {
  48.186% {
    transform: translate(17.3783vw, 48.186vh) scale(0.2973); }
  to {
    transform: translate(21.1835vw, 100vh) scale(0.2973); } }
    .page-element-snow-flack .snow:nth-child(161) {
      opacity: 0.8865;
      transform: translate(52.1309vw, -10px) scale(0.8532);
      animation: fall-161 21s -30s linear infinite; }

@keyframes fall-161 {
  52.109% {
    transform: translate(58.7439vw, 52.109vh) scale(0.8532); }
  to {
    transform: translate(55.4374vw, 100vh) scale(0.8532); } }
    .page-element-snow-flack .snow:nth-child(162) {
      opacity: 0.0308;
      transform: translate(53.6275vw, -10px) scale(0.2563);
      animation: fall-162 19s -12s linear infinite; }

@keyframes fall-162 {
  45.332% {
    transform: translate(51.531vw, 45.332vh) scale(0.2563); }
  to {
    transform: translate(52.57925vw, 100vh) scale(0.2563); } }
    .page-element-snow-flack .snow:nth-child(163) {
      opacity: 0.3117;
      transform: translate(53.4992vw, -10px) scale(0.1872);
      animation: fall-163 25s -13s linear infinite; }

@keyframes fall-163 {
  70.533% {
    transform: translate(56.2076vw, 70.533vh) scale(0.1872); }
  to {
    transform: translate(54.8534vw, 100vh) scale(0.1872); } }
    .page-element-snow-flack .snow:nth-child(164) {
      opacity: 0.65;
      transform: translate(33.573vw, -10px) scale(0.6547);
      animation: fall-164 22s -1s linear infinite; }

@keyframes fall-164 {
  31.746% {
    transform: translate(42.1276vw, 31.746vh) scale(0.6547); }
  to {
    transform: translate(37.8503vw, 100vh) scale(0.6547); } }
    .page-element-snow-flack .snow:nth-child(165) {
      opacity: 0.8367;
      transform: translate(79.2575vw, -10px) scale(0.3689);
      animation: fall-165 30s -14s linear infinite; }

@keyframes fall-165 {
  58.64% {
    transform: translate(72.2353vw, 58.64vh) scale(0.3689); }
  to {
    transform: translate(75.7464vw, 100vh) scale(0.3689); } }
    .page-element-snow-flack .snow:nth-child(166) {
      opacity: 0.3684;
      transform: translate(38.447vw, -10px) scale(0.7887);
      animation: fall-166 13s -21s linear infinite; }

@keyframes fall-166 {
  43.821% {
    transform: translate(34.4958vw, 43.821vh) scale(0.7887); }
  to {
    transform: translate(36.4714vw, 100vh) scale(0.7887); } }
    .page-element-snow-flack .snow:nth-child(167) {
      opacity: 0.7325;
      transform: translate(65.7852vw, -10px) scale(0.8331);
      animation: fall-167 28s -25s linear infinite; }

@keyframes fall-167 {
  66.558% {
    transform: translate(73.3681vw, 66.558vh) scale(0.8331); }
  to {
    transform: translate(69.57665vw, 100vh) scale(0.8331); } }
    .page-element-snow-flack .snow:nth-child(168) {
      opacity: 0.1533;
      transform: translate(70.5289vw, -10px) scale(0.0479);
      animation: fall-168 20s -2s linear infinite; }

@keyframes fall-168 {
  37.194% {
    transform: translate(79.4451vw, 37.194vh) scale(0.0479); }
  to {
    transform: translate(74.987vw, 100vh) scale(0.0479); } }
    .page-element-snow-flack .snow:nth-child(169) {
      opacity: 0.7473;
      transform: translate(69.3086vw, -10px) scale(0.0109);
      animation: fall-169 14s -19s linear infinite; }

@keyframes fall-169 {
  46.709% {
    transform: translate(62.3839vw, 46.709vh) scale(0.0109); }
  to {
    transform: translate(65.84625vw, 100vh) scale(0.0109); } }
    .page-element-snow-flack .snow:nth-child(170) {
      opacity: 0.5903;
      transform: translate(98.3573vw, -10px) scale(0.0835);
      animation: fall-170 24s -10s linear infinite; }

@keyframes fall-170 {
  49.439% {
    transform: translate(107.9598vw, 49.439vh) scale(0.0835); }
  to {
    transform: translate(103.15855vw, 100vh) scale(0.0835); } }
    .page-element-snow-flack .snow:nth-child(171) {
      opacity: 0.7956;
      transform: translate(38.039vw, -10px) scale(0.4801);
      animation: fall-171 19s -19s linear infinite; }

@keyframes fall-171 {
  50.787% {
    transform: translate(32.9693vw, 50.787vh) scale(0.4801); }
  to {
    transform: translate(35.50415vw, 100vh) scale(0.4801); } }
    .page-element-snow-flack .snow:nth-child(172) {
      opacity: 0.0132;
      transform: translate(85.148vw, -10px) scale(0.5201);
      animation: fall-172 21s -6s linear infinite; }

@keyframes fall-172 {
  32.027% {
    transform: translate(75.229vw, 32.027vh) scale(0.5201); }
  to {
    transform: translate(80.1885vw, 100vh) scale(0.5201); } }
    .page-element-snow-flack .snow:nth-child(173) {
      opacity: 0.1588;
      transform: translate(46.5355vw, -10px) scale(0.0299);
      animation: fall-173 21s -29s linear infinite; }

@keyframes fall-173 {
  47.615% {
    transform: translate(42.4843vw, 47.615vh) scale(0.0299); }
  to {
    transform: translate(44.5099vw, 100vh) scale(0.0299); } }
    .page-element-snow-flack .snow:nth-child(174) {
      opacity: 0.7221;
      transform: translate(31.8114vw, -10px) scale(0.1047);
      animation: fall-174 19s -7s linear infinite; }

@keyframes fall-174 {
  39.166% {
    transform: translate(40.9912vw, 39.166vh) scale(0.1047); }
  to {
    transform: translate(36.4013vw, 100vh) scale(0.1047); } }
    .page-element-snow-flack .snow:nth-child(175) {
      opacity: 0.5998;
      transform: translate(44.8092vw, -10px) scale(0.4508);
      animation: fall-175 13s -18s linear infinite; }

@keyframes fall-175 {
  40.779% {
    transform: translate(41.8015vw, 40.779vh) scale(0.4508); }
  to {
    transform: translate(43.30535vw, 100vh) scale(0.4508); } }
    .page-element-snow-flack .snow:nth-child(176) {
      opacity: 0.8774;
      transform: translate(50.6021vw, -10px) scale(0.0398);
      animation: fall-176 25s -4s linear infinite; }

@keyframes fall-176 {
  69.22% {
    transform: translate(47.03vw, 69.22vh) scale(0.0398); }
  to {
    transform: translate(48.81605vw, 100vh) scale(0.0398); } }
    .page-element-snow-flack .snow:nth-child(177) {
      opacity: 0.4135;
      transform: translate(90.219vw, -10px) scale(0.8654);
      animation: fall-177 28s -7s linear infinite; }

@keyframes fall-177 {
  70.925% {
    transform: translate(94.1937vw, 70.925vh) scale(0.8654); }
  to {
    transform: translate(92.20635vw, 100vh) scale(0.8654); } }
    .page-element-snow-flack .snow:nth-child(178) {
      opacity: 0.4013;
      transform: translate(34.2953vw, -10px) scale(0.4088);
      animation: fall-178 26s -19s linear infinite; }

@keyframes fall-178 {
  41.697% {
    transform: translate(42.4946vw, 41.697vh) scale(0.4088); }
  to {
    transform: translate(38.39495vw, 100vh) scale(0.4088); } }
    .page-element-snow-flack .snow:nth-child(179) {
      opacity: 0.3859;
      transform: translate(19.0469vw, -10px) scale(0.4342);
      animation: fall-179 25s -16s linear infinite; }

@keyframes fall-179 {
  51.75% {
    transform: translate(22.9026vw, 51.75vh) scale(0.4342); }
  to {
    transform: translate(20.97475vw, 100vh) scale(0.4342); } }
    .page-element-snow-flack .snow:nth-child(180) {
      opacity: 0.1825;
      transform: translate(12.3284vw, -10px) scale(0.1279);
      animation: fall-180 29s -14s linear infinite; }

@keyframes fall-180 {
  51.957% {
    transform: translate(10.2902vw, 51.957vh) scale(0.1279); }
  to {
    transform: translate(11.3093vw, 100vh) scale(0.1279); } }
    .page-element-snow-flack .snow:nth-child(181) {
      opacity: 0.589;
      transform: translate(0.5487vw, -10px) scale(0.5845);
      animation: fall-181 17s -5s linear infinite; }

@keyframes fall-181 {
  62.455% {
    transform: translate(-9.031vw, 62.455vh) scale(0.5845); }
  to {
    transform: translate(-4.24115vw, 100vh) scale(0.5845); } }
    .page-element-snow-flack .snow:nth-child(182) {
      opacity: 0.4784;
      transform: translate(2.2131vw, -10px) scale(0.4877);
      animation: fall-182 21s -3s linear infinite; }

@keyframes fall-182 {
  73.963% {
    transform: translate(-6.5927vw, 73.963vh) scale(0.4877); }
  to {
    transform: translate(-2.1898vw, 100vh) scale(0.4877); } }
    .page-element-snow-flack .snow:nth-child(183) {
      opacity: 0.8817;
      transform: translate(99.551vw, -10px) scale(0.8634);
      animation: fall-183 13s -4s linear infinite; }

@keyframes fall-183 {
  33.384% {
    transform: translate(107.4716vw, 33.384vh) scale(0.8634); }
  to {
    transform: translate(103.5113vw, 100vh) scale(0.8634); } }
    .page-element-snow-flack .snow:nth-child(184) {
      opacity: 0.3307;
      transform: translate(97.6063vw, -10px) scale(0.2901);
      animation: fall-184 20s -28s linear infinite; }

@keyframes fall-184 {
  36.283% {
    transform: translate(99.2341vw, 36.283vh) scale(0.2901); }
  to {
    transform: translate(98.4202vw, 100vh) scale(0.2901); } }
    .page-element-snow-flack .snow:nth-child(185) {
      opacity: 0.4725;
      transform: translate(46.4204vw, -10px) scale(0.8619);
      animation: fall-185 11s -4s linear infinite; }

@keyframes fall-185 {
  68.187% {
    transform: translate(47.4762vw, 68.187vh) scale(0.8619); }
  to {
    transform: translate(46.9483vw, 100vh) scale(0.8619); } }
    .page-element-snow-flack .snow:nth-child(186) {
      opacity: 0.6633;
      transform: translate(52.9012vw, -10px) scale(0.116);
      animation: fall-186 23s -13s linear infinite; }

@keyframes fall-186 {
  30.877% {
    transform: translate(50.7847vw, 30.877vh) scale(0.116); }
  to {
    transform: translate(51.84295vw, 100vh) scale(0.116); } }
    .page-element-snow-flack .snow:nth-child(187) {
      opacity: 0.4377;
      transform: translate(73.9776vw, -10px) scale(0.3237);
      animation: fall-187 12s -11s linear infinite; }

@keyframes fall-187 {
  75.845% {
    transform: translate(75.8231vw, 75.845vh) scale(0.3237); }
  to {
    transform: translate(74.90035vw, 100vh) scale(0.3237); } }
    .page-element-snow-flack .snow:nth-child(188) {
      opacity: 0.356;
      transform: translate(18.5295vw, -10px) scale(0.8572);
      animation: fall-188 14s -15s linear infinite; }

@keyframes fall-188 {
  66.064% {
    transform: translate(20.7514vw, 66.064vh) scale(0.8572); }
  to {
    transform: translate(19.64045vw, 100vh) scale(0.8572); } }
    .page-element-snow-flack .snow:nth-child(189) {
      opacity: 0.5284;
      transform: translate(10.8533vw, -10px) scale(0.6398);
      animation: fall-189 15s -10s linear infinite; }

@keyframes fall-189 {
  31.715% {
    transform: translate(1.2115vw, 31.715vh) scale(0.6398); }
  to {
    transform: translate(6.0324vw, 100vh) scale(0.6398); } }
    .page-element-snow-flack .snow:nth-child(190) {
      opacity: 0.3606;
      transform: translate(31.9127vw, -10px) scale(0.0327);
      animation: fall-190 23s -12s linear infinite; }

@keyframes fall-190 {
  60.2% {
    transform: translate(40.3761vw, 60.2vh) scale(0.0327); }
  to {
    transform: translate(36.1444vw, 100vh) scale(0.0327); } }
    .page-element-snow-flack .snow:nth-child(191) {
      opacity: 0.5816;
      transform: translate(10.5591vw, -10px) scale(0.7653);
      animation: fall-191 18s -21s linear infinite; }

@keyframes fall-191 {
  64.68% {
    transform: translate(4.8464vw, 64.68vh) scale(0.7653); }
  to {
    transform: translate(7.70275vw, 100vh) scale(0.7653); } }
    .page-element-snow-flack .snow:nth-child(192) {
      opacity: 0.9429;
      transform: translate(88.3112vw, -10px) scale(0.3025);
      animation: fall-192 19s -26s linear infinite; }

@keyframes fall-192 {
  34.712% {
    transform: translate(91.2136vw, 34.712vh) scale(0.3025); }
  to {
    transform: translate(89.7624vw, 100vh) scale(0.3025); } }
    .page-element-snow-flack .snow:nth-child(193) {
      opacity: 0.6306;
      transform: translate(87.2198vw, -10px) scale(0.8713);
      animation: fall-193 12s -10s linear infinite; }

@keyframes fall-193 {
  30.458% {
    transform: translate(83.2354vw, 30.458vh) scale(0.8713); }
  to {
    transform: translate(85.2276vw, 100vh) scale(0.8713); } }
    .page-element-snow-flack .snow:nth-child(194) {
      opacity: 0.7991;
      transform: translate(55.0769vw, -10px) scale(0.0528);
      animation: fall-194 30s -19s linear infinite; }

@keyframes fall-194 {
  43.255% {
    transform: translate(61.425vw, 43.255vh) scale(0.0528); }
  to {
    transform: translate(58.25095vw, 100vh) scale(0.0528); } }
    .page-element-snow-flack .snow:nth-child(195) {
      opacity: 0.4774;
      transform: translate(33.0495vw, -10px) scale(0.4555);
      animation: fall-195 29s -15s linear infinite; }

@keyframes fall-195 {
  44.569% {
    transform: translate(27.2739vw, 44.569vh) scale(0.4555); }
  to {
    transform: translate(30.1617vw, 100vh) scale(0.4555); } }
    .page-element-snow-flack .snow:nth-child(196) {
      opacity: 0.0568;
      transform: translate(15.713vw, -10px) scale(0.6696);
      animation: fall-196 23s -27s linear infinite; }

@keyframes fall-196 {
  34.455% {
    transform: translate(19.8226vw, 34.455vh) scale(0.6696); }
  to {
    transform: translate(17.7678vw, 100vh) scale(0.6696); } }
    .page-element-snow-flack .snow:nth-child(197) {
      opacity: 0.493;
      transform: translate(28.2176vw, -10px) scale(0.2499);
      animation: fall-197 13s -26s linear infinite; }

@keyframes fall-197 {
  79.432% {
    transform: translate(27.199vw, 79.432vh) scale(0.2499); }
  to {
    transform: translate(27.7083vw, 100vh) scale(0.2499); } }
    .page-element-snow-flack .snow:nth-child(198) {
      opacity: 0.9966;
      transform: translate(45.0117vw, -10px) scale(0.148);
      animation: fall-198 10s -2s linear infinite; }

@keyframes fall-198 {
  55.976% {
    transform: translate(45.491vw, 55.976vh) scale(0.148); }
  to {
    transform: translate(45.25135vw, 100vh) scale(0.148); } }
    .page-element-snow-flack .snow:nth-child(199) {
      opacity: 0.4308;
      transform: translate(87.4447vw, -10px) scale(0.7816);
      animation: fall-199 21s -5s linear infinite; }

@keyframes fall-199 {
  69.99% {
    transform: translate(92.6486vw, 69.99vh) scale(0.7816); }
  to {
    transform: translate(90.04665vw, 100vh) scale(0.7816); } }
    .page-element-snow-flack .snow:nth-child(200) {
      opacity: 0.6845;
      transform: translate(67.9303vw, -10px) scale(0.5411);
      animation: fall-200 27s -3s linear infinite; }

@keyframes fall-200 {
  57.833% {
    transform: translate(69.3209vw, 57.833vh) scale(0.5411); }
  to {
    transform: translate(68.6256vw, 100vh) scale(0.5411); } }

@media only screen and (min-width:64.0625em) {
  .page-element-soundcloud .soundcloud-wrapper.padding-right {
    padding-right: 4rem; }
  .page-element-soundcloud .soundcloud-wrapper.padding-left {
    padding-left: 4rem; } }

.page-element-soundcloud .soundcloud-wrapper.mini .soundcloud__helper-text {
  position: absolute;
  margin-top: -22px;
  margin-left: 8px;
  font-weight: bold;
  color: rgba(62, 157, 140, 0.75);
  font-size: 0.85rem; }

.page-element-soundcloud .soundcloud-wrapper.mini .soundcloud {
  width: 310px;
  height: 60px;
  overflow: hidden;
  border-radius: 1000px;
  border-top-left-radius: 0;
  border: 1.5px solid #3e9d8c;
  display: inline-block;
  margin-bottom: 0.5rem; }
  .page-element-soundcloud .soundcloud-wrapper.mini .soundcloud iframe {
    position: relative;
    margin-top: -4px; }

.page-element-paragraph[data-fallback]:empty:before {
  content: attr(data-fallback); }

.page-element-image-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
  .page-element-image-block .page-element-image-block__image img {
    max-width: 100%;
    max-height: 100%; }
  .page-element-image-block > .page-element-image-block__content {
    text-align: center; }
    .page-element-image-block > .page-element-image-block__content .page-element-image-block__content__placeholder {
      text-align: center;
      opacity: 0.5;
      min-height: 2rem; }
  .page-element-image-block[data-align__desktop="left"] .page-element-image-block__content {
    text-align: left; }
  .page-element-image-block[data-align__desktop="center"] .page-element-image-block__content {
    text-align: center; }
  .page-element-image-block[data-align__desktop="right"] .page-element-image-block__content {
    text-align: right; }
  @media only screen and (max-width: 40em) {
    .page-element-image-block[data-align-items__mobile="top"] {
      align-items: flex-start; }
    .page-element-image-block[data-align-items__mobile="center"] {
      align-items: center; }
    .page-element-image-block[data-align-items__mobile="bottom"] {
      align-items: flex-end; }
    .page-element-image-block[data-img-pos__mobile="left"] {
      flex-direction: row; }
      .page-element-image-block[data-img-pos__mobile="left"] > * {
        flex: 1;
        width: calc(50% - 0.5rem); }
    .page-element-image-block[data-img-pos__mobile="right"] {
      flex-direction: row-reverse; }
      .page-element-image-block[data-img-pos__mobile="right"] > * {
        flex: 1;
        width: calc(50% - 0.5rem); }
    .page-element-image-block[data-img-pos__mobile="top"] {
      flex-direction: column;
      justify-content: flex-start; }
      .page-element-image-block[data-img-pos__mobile="top"] .page-element-image-block__content {
        width: 100%; }
    .page-element-image-block[data-img-pos__mobile="bottom"] {
      flex-direction: column-reverse;
      justify-content: space-between;
      /*flex-end;*/ }
      .page-element-image-block[data-img-pos__mobile="bottom"] .page-element-image-block__content {
        width: 100%; }
    .page-element-image-block[data-img-pos__mobile="center"] {
      justify-content: center;
      align-items: center;
      flex-direction: row; }
    .page-element-image-block[data-img-width__mobile="33"][data-img-pos__mobile="left"] > .page-element-image-block__image, .page-element-image-block[data-img-width__mobile="33"][data-img-pos__mobile="right"] > .page-element-image-block__image {
      width: 33%;
      flex: 0 0 33%; }
    .page-element-image-block[data-img-width__mobile="66"][data-img-pos__mobile="left"] > .page-element-image-block__image, .page-element-image-block[data-img-width__mobile="66"][data-img-pos__mobile="right"] > .page-element-image-block__image {
      width: 66%;
      flex: 0 0 66%; }
    .page-element-image-block[data-img-width__mobile="100"] > .page-element-image-block__image {
      width: 100%;
      flex: 0 0 100%; }
      .page-element-image-block[data-img-width__mobile="100"] > .page-element-image-block__image > img {
        width: 100%;
        height: auto; }
    .page-element-image-block[data-align__mobile="left"] .page-element-image-block__content {
      text-align: left; }
    .page-element-image-block[data-align__mobile="center"] .page-element-image-block__content {
      text-align: center; }
    .page-element-image-block[data-align__mobile="right"] .page-element-image-block__content {
      text-align: right; }
    .page-element-image-block[data-gap__mobile="1"] {
      gap: 1rem; }
    .page-element-image-block[data-gap__mobile="2"] {
      gap: 2rem; }
    .page-element-image-block[data-gap__mobile="3"] {
      gap: 3rem; }
    .page-element-image-block[data-gap__mobile="4"] {
      gap: 4rem; } }
  @media only screen and (min-width:40.0625em) and (max-width:64em) {
    .page-element-image-block[data-align-items__tablet="top"] {
      align-items: flex-start; }
    .page-element-image-block[data-align-items__tablet="center"] {
      align-items: center; }
    .page-element-image-block[data-align-items__tablet="bottom"] {
      align-items: flex-end; }
    .page-element-image-block[data-img-pos__tablet="left"] {
      flex-direction: row; }
      .page-element-image-block[data-img-pos__tablet="left"] > * {
        flex: 1;
        width: calc(50% - 0.5rem); }
    .page-element-image-block[data-img-pos__tablet="right"] {
      flex-direction: row-reverse; }
      .page-element-image-block[data-img-pos__tablet="right"] > * {
        flex: 1;
        width: calc(50% - 0.5rem); }
    .page-element-image-block[data-img-pos__tablet="top"] {
      flex-direction: column;
      justify-content: flex-start; }
      .page-element-image-block[data-img-pos__tablet="top"] .page-element-image-block__content {
        width: 100%; }
    .page-element-image-block[data-img-pos__tablet="bottom"] {
      flex-direction: column-reverse;
      justify-content: space-between;
      /*flex-end;*/ }
      .page-element-image-block[data-img-pos__tablet="bottom"] .page-element-image-block__content {
        width: 100%; }
    .page-element-image-block[data-img-pos__tablet="center"] {
      justify-content: center;
      align-items: center;
      flex-direction: row; }
    .page-element-image-block[data-img-width__tablet="33"][data-img-pos__tablet="left"] > .page-element-image-block__image, .page-element-image-block[data-img-width__tablet="33"][data-img-pos__tablet="right"] > .page-element-image-block__image {
      width: 33%;
      flex: 0 0 33%; }
    .page-element-image-block[data-img-width__tablet="66"][data-img-pos__tablet="left"] > .page-element-image-block__image, .page-element-image-block[data-img-width__tablet="66"][data-img-pos__tablet="right"] > .page-element-image-block__image {
      width: 66%;
      flex: 0 0 66%; }
    .page-element-image-block[data-img-width__tablet="100"] > .page-element-image-block__image {
      width: 100%;
      flex: 0 0 100%; }
      .page-element-image-block[data-img-width__tablet="100"] > .page-element-image-block__image > img {
        width: 100%;
        height: auto; }
    .page-element-image-block[data-align__tablet="left"] > .page-element-image-block__content {
      text-align: left; }
    .page-element-image-block[data-align__tablet="center"] > .page-element-image-block__content {
      text-align: center; }
    .page-element-image-block[data-align__tablet="right"] > .page-element-image-block__content {
      text-align: right; }
    .page-element-image-block[data-gap__tablet="1"] {
      gap: 1rem; }
    .page-element-image-block[data-gap__tablet="2"] {
      gap: 2rem; }
    .page-element-image-block[data-gap__tablet="3"] {
      gap: 3rem; }
    .page-element-image-block[data-gap__tablet="4"] {
      gap: 4rem; } }
  @media only screen and (min-width:64.0625em) {
    .page-element-image-block {
      flex-direction: row; }
      .page-element-image-block[data-align-items__desktop="top"] {
        align-items: flex-start; }
      .page-element-image-block[data-align-items__desktop="center"] {
        align-items: center; }
      .page-element-image-block[data-align-items__desktop="bottom"] {
        align-items: flex-end; }
      .page-element-image-block[data-img-pos__desktop="left"] {
        flex-direction: row; }
        .page-element-image-block[data-img-pos__desktop="left"] > * {
          flex: 1;
          width: calc(50% - 0.5rem); }
      .page-element-image-block[data-img-pos__desktop="right"] {
        flex-direction: row-reverse; }
        .page-element-image-block[data-img-pos__desktop="right"] > * {
          flex: 1;
          width: calc(50% - 0.5rem); }
      .page-element-image-block[data-img-pos__desktop="top"] {
        flex-direction: column;
        justify-content: flex-start; }
        .page-element-image-block[data-img-pos__desktop="top"] .page-element-image-block__content {
          width: 100%; }
      .page-element-image-block[data-img-pos__desktop="bottom"] {
        flex-direction: column-reverse;
        justify-content: space-between;
        /* flex-end;*/ }
        .page-element-image-block[data-img-pos__desktop="bottom"] .page-element-image-block__content {
          width: 100%; }
      .page-element-image-block[data-img-pos__desktop="center"] {
        justify-content: center;
        align-items: center;
        flex-direction: row; }
      .page-element-image-block[data-img-width__desktop="33"][data-img-pos__desktop="left"] > .page-element-image-block__image, .page-element-image-block[data-img-width__desktop="33"][data-img-pos__desktop="right"] > .page-element-image-block__image {
        width: 33%;
        flex: 0 0 33%; }
      .page-element-image-block[data-img-width__desktop="66"][data-img-pos__desktop="left"] > .page-element-image-block__image, .page-element-image-block[data-img-width__desktop="66"][data-img-pos__desktop="right"] > .page-element-image-block__image {
        width: 66%;
        flex: 0 0 66%; }
      .page-element-image-block[data-img-width__desktop="100"] > .page-element-image-block__image {
        width: 100%;
        flex: 0 0 100%; }
        .page-element-image-block[data-img-width__desktop="100"] > .page-element-image-block__image > img {
          width: 100%;
          height: auto; }
      .page-element-image-block[data-align__desktop="left"] .page-element-image-block__content {
        text-align: left; }
      .page-element-image-block[data-align__desktop="center"] .page-element-image-block__content {
        text-align: center; }
      .page-element-image-block[data-align__desktop="right"] .page-element-image-block__content {
        text-align: right; }
      .page-element-image-block[data-gap__desktop="1"] {
        gap: 1rem; }
      .page-element-image-block[data-gap__desktop="2"] {
        gap: 2rem; }
      .page-element-image-block[data-gap__desktop="3"] {
        gap: 3rem; }
      .page-element-image-block[data-gap__desktop="4"] {
        gap: 4rem; } }
.page-element-button.width-medium {
  min-width: 12rem; }

.page-element-button.width-large {
  min-width: 18rem; }

.page-element-button.width-full {
  width: 100%; }

.page-element-button.transparent {
  background-color: transparent;
  border-color: transparent; }

.page-element-button .icon--left,
.page-element-button .icon--right {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-direction: row; }

.page-element-button .icon--right {
  flex-direction: row-reverse; }

.page-element-div-block[data-bg-image] {
  background-image: var(--bg-src);
  background-size: var(--bg-size); }

.page-element-div-block[data-bg-color] {
  background-color: var(--bg-color); }

.page-element-text-block h1, .page-element-text-block h2, .page-element-text-block h3, .page-element-text-block h4, .page-element-text-block h5, .page-element-text-block h6 {
  color: inherit; }

.page-element-text-block.spacing-compact p {
  margin-bottom: 0; }

.page-element-text-block.use-quill-styles ol,
.page-element-text-block.use-quill-styles ul {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  padding-left: 1.5em; }

.page-element-text-block.use-quill-styles ol > li,
.page-element-text-block.use-quill-styles ul > li {
  list-style-type: none;
  margin-bottom: 0.5rem; }

.page-element-text-block.use-quill-styles ul > li::before {
  content: '\2022'; }

.page-element-text-block.use-quill-styles li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.page-element-text-block.use-quill-styles li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.page-element-text-block.use-quill-styles li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.page-element-text-block.use-quill-styles ol li:not(.ql-direction-rtl),
.page-element-text-block.use-quill-styles ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.page-element-text-block.use-quill-styles ol li.ql-direction-rtl,
.page-element-text-block.use-quill-styles ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.page-element-text-block.use-quill-styles ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.page-element-text-block.use-quill-styles ol li:before {
  content: counter(list-0, decimal) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-1 {
  counter-increment: list-1; }

.page-element-text-block.use-quill-styles ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-2 {
  counter-increment: list-2; }

.page-element-text-block.use-quill-styles ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-3 {
  counter-increment: list-3; }

.page-element-text-block.use-quill-styles ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-4 {
  counter-increment: list-4; }

.page-element-text-block.use-quill-styles ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-5 {
  counter-increment: list-5; }

.page-element-text-block.use-quill-styles ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-6 {
  counter-increment: list-6; }

.page-element-text-block.use-quill-styles ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-7 {
  counter-increment: list-7; }

.page-element-text-block.use-quill-styles ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-8 {
  counter-increment: list-8; }

.page-element-text-block.use-quill-styles ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.page-element-text-block.use-quill-styles ol li.ql-indent-8 {
  counter-reset: list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-9 {
  counter-increment: list-9; }

.page-element-text-block.use-quill-styles ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.page-element-text-block.use-quill-styles .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.page-element-text-block.use-quill-styles li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.page-element-text-block.use-quill-styles .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.page-element-text-block.use-quill-styles li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.page-element-text-block.use-quill-styles .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.page-element-text-block.use-quill-styles li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.page-element-text-block.use-quill-styles .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.page-element-text-block.use-quill-styles li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.page-element-text-block.use-quill-styles .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.page-element-text-block.use-quill-styles li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.page-element-text-block.use-quill-styles .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.page-element-text-block.use-quill-styles li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.page-element-text-block.use-quill-styles .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.page-element-text-block.use-quill-styles li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.page-element-text-block.use-quill-styles .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.page-element-text-block.use-quill-styles li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.page-element-text-block.use-quill-styles .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.page-element-text-block.use-quill-styles li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.page-element-text-block.use-quill-styles .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.page-element-text-block.use-quill-styles li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.page-element-text-block.use-quill-styles .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.page-element-text-block.use-quill-styles li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.page-element-text-block.use-quill-styles .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.page-element-text-block.use-quill-styles li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.page-element-text-block.use-quill-styles .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.page-element-text-block.use-quill-styles li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.page-element-text-block.use-quill-styles .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.page-element-text-block.use-quill-styles li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.page-element-text-block.use-quill-styles .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.page-element-text-block.use-quill-styles li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.page-element-text-block.use-quill-styles .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.page-element-text-block.use-quill-styles li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.page-element-text-block.use-quill-styles .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.page-element-text-block.use-quill-styles li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.page-element-text-block.use-quill-styles .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.page-element-text-block.use-quill-styles li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.page-element-account-menu .account-menu__content {
  position: relative; }
  .page-element-account-menu .account-menu__content .account-menu__content__user-info {
    display: flex;
    gap: 1rem;
    align-items: center;
    cursor: pointer; }
    .page-element-account-menu .account-menu__content .account-menu__content__user-info .account-menu__content__user-info__photo {
      border-radius: 50%;
      overflow: hidden;
      flex: 0 0 2rem;
      width: 2rem;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .page-element-account-menu .account-menu__content .account-menu__content__user-info .account-menu__content__user-info__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
      .page-element-account-menu .account-menu__content .account-menu__content__user-info .account-menu__content__user-info__photo i {
        font-size: 2rem;
        line-height: 1; }
    .page-element-account-menu .account-menu__content .account-menu__content__user-info .account-menu__toggle-menu {
      display: block; }
  .page-element-account-menu .account-menu__content .account-menu__content__menu {
    display: none; }
  .page-element-account-menu .account-menu__content.account-menu__content--open .account-menu__content__menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 1rem;
    z-index: 100; }
    .page-element-account-menu .account-menu__content.account-menu__content--open .account-menu__content__menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-element-account-menu .account-menu__content.account-menu__content--open .account-menu__content__menu ul li {
        padding: 0;
        margin: 0; }
        .page-element-account-menu .account-menu__content.account-menu__content--open .account-menu__content__menu ul li a {
          display: block;
          padding: 0.5rem 1rem; }

.nav-bar {
  background: #fff; }
  .nav-bar .nav-bar__wrapper {
    display: flex; }
  .nav-bar .nav-bar__logo {
    flex-grow: 0;
    align-items: center;
    display: flex; }
  .nav-bar .nav-bar__toggle {
    display: flex; }
    @media only screen and (min-width:64.0625em) {
      .nav-bar .nav-bar__toggle {
        display: none; } }
    .nav-bar .nav-bar__toggle .nav-bar__toggle__button {
      background: transparent;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      color: #fff;
      margin: 0;
      padding: 1rem; }
      .nav-bar .nav-bar__toggle .nav-bar__toggle__button .nav-bar__toggle__button-icon {
        color: #fff; }
        .nav-bar .nav-bar__toggle .nav-bar__toggle__button .nav-bar__toggle__button-icon span {
          display: block;
          width: 1.5rem;
          height: 2px;
          background: #fff;
          margin: 0.25rem 0; }
  .nav-bar .nav-bar__links {
    flex-grow: 1; }
    .nav-bar .nav-bar__links ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      text-align: center;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .nav-bar .nav-bar__links ul li {
        margin: 0;
        padding: 0;
        display: flex;
        flex-grow: 1; }
        .nav-bar .nav-bar__links ul li a {
          display: flex;
          align-items: center;
          flex-basis: 0;
          flex-grow: 1;
          justify-content: center;
          text-decoration: none; }

.page-element-heading {
  color: inherit; }

.page-element-employee-card .employee-card__image {
  max-width: 125px; }

.page-element-employee-card .employee-card__phone a {
  color: inherit; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1.0; } }

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1.0; } }

.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.page-element-form h1, .page-element-form h2, .page-element-form h3, .page-element-form h4, .page-element-form h5, .page-element-form h6, .page-element-form label {
  color: inherit; }

.page-element-form h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem; }

.page-element-form input:not([type="submit"]),
.page-element-form textarea {
  font-size: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.75);
  border-width: 0 0 2px;
  background: #fff;
  color: #000;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 100%;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem; }

.page-element-form textarea {
  min-height: 5rem; }

.page-element-form .select2-container {
  width: 100% !important;
  font-size: 0.8rem;
  border: 0px; }
  .page-element-form .select2-container .select2-selection--single,
  .page-element-form .select2-container .select2-selection--multiple,
  .page-element-form .select2-container .select2-selection__rendered,
  .page-element-form .select2-container .select2-selection__choice,
  .page-element-form .select2-container .select2-results__option,
  .page-element-form .select2-container .select2-search__field {
    font-size: 0.8rem; }
  .page-element-form .select2-container .select2-selection--multiple {
    height: auto;
    min-height: 2.3125rem;
    padding: 0.1rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-width: 0 0 2px;
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
    .page-element-form .select2-container .select2-selection--multiple .select2-selection__choice {
      font-size: 0.8rem; }
  .page-element-form .select2-container.select2-container--open .select2-selection--multiple {
    background-color: transparent !important; }
    .page-element-form .select2-container.select2-container--open .select2-selection--multiple .select2-search__field {
      background-color: transparent !important; }

.page-element-form .form-block-component {
  /* honey pot */ }
  .page-element-form .form-block-component.hidden {
    width: 100%; }
  .page-element-form .form-block-component.checkbox {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem; }
    .page-element-form .form-block-component.checkbox h3 {
      margin: 0; }
    .page-element-form .form-block-component.checkbox label {
      width: auto; }
      .page-element-form .form-block-component.checkbox label input {
        margin: 0;
        height: auto; }
  .page-element-form .form-block-component.user_supplement {
    position: absolute;
    left: -5000px; }

.page-element-form form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  @media only screen and (min-width:64.0625em) {
    .page-element-form form {
      gap: 1rem; } }
  .page-element-form form .error {
    color: red;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    background: rgba(255, 0, 0, 0.25);
    border: 1px solid red; }
  .page-element-form form .form-block-component input.has-error,
  .page-element-form form .form-block-component textarea.has-error,
  .page-element-form form .form-block-component select.has-error {
    outline: 2px solid red;
    margin-bottom: 0 !important; }
  .page-element-form form .form-block-component .error {
    display: block;
    background: red;
    color: #fff;
    padding: 0.1rem 0.5rem;
    font-size: 0.7rem; }
  .page-element-form form.working {
    position: relative; }
    .page-element-form form.working::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*background: rgba(255, 255, 255, 0.5) url("https://i.imgur.com/6RMhx.gif") no-repeat center center;*/
      background: rgba(255, 255, 255, 0.5) url("https://heartbeat-schedule.schellbrothers.com/get/m!data-warehouse!widgets/admin/page-designer/elements/form-quiz/3-dots-move-black-36.svg") no-repeat center center;
      background-size: 2rem;
      z-index: 1; }
    .page-element-form form.working input[type="submit"] {
      opacity: 0.5;
      pointer-events: none; }

.page-element-form .form-thanks-wrapper {
  padding: 2rem;
  /*max-width: 30rem;
		margin: 0 auto;*/
  text-align: center;
  text-wrap: balance; }
  .page-element-form .form-thanks-wrapper h2 {
    font-size: 3rem;
    line-height: 1;
    margin: 3rem 0 0;
    position: relative;
    text-align: center;
    font-weight: bold;
    /* Small */ }
    @media only screen and (max-width: 640px) {
      .page-element-form .form-thanks-wrapper h2 {
        /* max-width 40em, mobile-only */
        font-size: 3rem;
        margin-bottom: 1.5rem; } }
    .page-element-form .form-thanks-wrapper h2 .fa {
      display: block;
      font-size: 75%;
      margin: 0 auto 0.5rem;
      -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .page-element-form .form-thanks-wrapper p.awesome {
    text-transform: uppercase;
    opacity: 0.5; }
  .page-element-form .form-thanks-wrapper .button {
    margin-top: 4rem; }

/* Hide reCAPTCHA badge - forms all include a disclaimer with links to Google privacy policy and terms */
.grecaptcha-badge {
  visibility: hidden; }

.page-element-form-quiz {
  display: flex;
  flex-direction: column;
  gap: 1px; }
  .page-element-form-quiz .form-quiz--question {
    display: none;
    width: 100%; }
    .page-element-form-quiz .form-quiz--question.active {
      display: flex;
      flex-direction: column;
      gap: 1rem; }
      @media only screen and (min-width:40.0625em) {
        .page-element-form-quiz .form-quiz--question.active {
          flex-direction: row;
          flex-wrap: wrap; } }
      .page-element-form-quiz .form-quiz--question.active:not(.answered) {
        padding: 1rem 0; }
    .page-element-form-quiz .form-quiz--question .form-quiz--question--option {
      flex: 1 1;
      padding: 1rem 1rem 1rem 4rem;
      position: relative;
      cursor: pointer;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem; }
        .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon .active-icon {
          display: none; }
        .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon .abbreviation {
          color: inherit;
          position: absolute;
          font-size: 0.75rem;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-weight: bold; }
        .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon.has-abbreviation {
          width: 1.75rem;
          height: 1.75rem;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.5); }
      .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--title {
        font-weight: bold;
        color: inherit; }
    @media only screen and (min-width:40.0625em) {
      .page-element-form-quiz .form-quiz--question[data-loaded].active:not(.answered) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem; } }
    @media only screen and (min-width:64.0625em) {
      .page-element-form-quiz .form-quiz--question[data-loaded].active:not(.answered) {
        grid-template-columns: repeat(4, 1fr); } }
    .page-element-form-quiz .form-quiz--question.answered {
      position: relative; }
      .page-element-form-quiz .form-quiz--question.answered .form-quiz--question--change {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%); }
      .page-element-form-quiz .form-quiz--question.answered .form-quiz--question--option {
        cursor: default;
        padding-right: 6rem; }
        .page-element-form-quiz .form-quiz--question.answered .form-quiz--question--option:not(.active) {
          display: none; }
        .page-element-form-quiz .form-quiz--question.answered .form-quiz--question--option .form-quiz--question--option--icon {
          top: 50%;
          transform: translateY(-50%); }
          .page-element-form-quiz .form-quiz--question.answered .form-quiz--question--option .form-quiz--question--option--icon i:not(.active-icon),
          .page-element-form-quiz .form-quiz--question.answered .form-quiz--question--option .form-quiz--question--option--icon .abbreviation {
            display: none; }
          .page-element-form-quiz .form-quiz--question.answered .form-quiz--question--option .form-quiz--question--option--icon .active-icon {
            display: block; }
          .page-element-form-quiz .form-quiz--question.answered .form-quiz--question--option .form-quiz--question--option--icon.has-abbreviation {
            background: transparent; }
    .page-element-form-quiz .form-quiz--question.hide {
      display: none !important; }
  .page-element-form-quiz .form-quiz--form {
    width: 100%; }
  .page-element-form-quiz .form-quiz--question.loading,
  .page-element-form-quiz .form-quiz--form.loading {
    min-height: 5rem;
    background-image: url("https://heartbeat-schedule.schellbrothers.com/get/m!data-warehouse!widgets/admin/page-designer/elements/form-quiz/3-dots-move-white-36.svg");
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat; }

.page-element-data-nav-bar .data-nav-bar__wrapper {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  background: inherit; }
  .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part {
    position: relative;
    background: inherit; }
    .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part > a {
      display: block;
      padding: 0.5rem 2rem 0.5rem 1rem;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      transition: background-color 0.3s;
      min-width: 10rem; }
      .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part > a::before {
        content: attr(data-label);
        display: block;
        font-size: 0.6rem;
        text-transform: uppercase; }
      .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part > a::after {
        content: '';
        position: absolute;
        right: 1rem;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.5em;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
      .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part > a:hover {
        background-color: #f5f5f5; }
    .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .data-nav-bar__label--empty {
      opacity: 0.5; }
    .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown {
      position: absolute;
      z-index: 9;
      display: none;
      background: inherit;
      padding: 0;
      margin-top: 1px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
      white-space: nowrap;
      min-width: 12rem;
      max-width: 100vw;
      width: fit-content; }
      .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0.75rem;
        height: 2rem;
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%); }
      .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown .search {
        position: sticky;
        top: 0;
        z-index: 3;
        background: #fff;
        padding: 0.5rem 0.5rem 0; }
        .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown .search input {
          width: 100%;
          padding: 0.5rem;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 3px;
          font-size: 14px;
          color: #000;
          background: rgba(0, 0, 0, 0.1); }
      .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown .list {
        max-height: 45vh;
        overflow: auto;
        padding-bottom: 1rem; }
      .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul {
        list-style: none;
        padding: 0.5rem;
        margin: 0; }
        .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul li {
          margin-bottom: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul li:last-child {
            border-bottom: none; }
          .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul li > a {
            display: block;
            padding: 0.5rem;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: background-color 0.3s; }
            .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul li > a:hover {
              background-color: #f5f5f5; }
            .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul li > a .tag.label {
              display: inline-block;
              margin-left: 0.5rem;
              padding: 0.2rem 0.5rem;
              font-size: 12px;
              background-color: #e0e0e0;
              border-radius: 3px;
              color: #333; }
              .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul li > a .tag.label[data-tag="Sold Out"] {
                background-color: #ffcccc;
                color: #d00; }
    .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part:last-child .dropdown {
      left: auto;
      right: 0; }
    .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part.data-nav-bar__part--active > a {
      background-color: #f5f5f5; }
    .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part.data-nav-bar__part--active .dropdown {
      display: block; }

.page-element-data-nav-bar details.debug-details {
  background: #fff;
  color: #000;
  padding: 1rem; }

/* Reusable page-designer modal chrome. Opaque surface (the deliberate exception to the
   inherit-by-default rule, since an overlay can't inherit) -- white bg + dark text by
   default, overridable by a site theme in ONE rule (e.g. dark `.pd-modal` on Heartbeat).
   z-index is assigned per-open by the JS stack, so it is intentionally not set here. */
.pd-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.pd-modal {
  display: none;
  position: fixed;
  top: 12vh;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 460px;
  max-height: 84vh;
  overflow-y: auto;
  background: #fff;
  color: #223347;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  /* the modal renders wherever its element sits in the DOM, so text-layout quirks leak in
	   from that slot -- e.g. the site-links footer wrapper sets nowrap for its column layout */
  white-space: normal;
  /* base has no padding so content modals manage their own; the shared confirm/prompt
	   modal opts into padding via this modifier */
  /* opt-in sizing, mirroring the modal element's Size option; no attribute keeps the
	   default max-width above. `width: 92%` still caps each one on small screens. */
  /* the base surface scrolls internally at 84vh; this opts out so the modal sizes to
	   its content instead (tall content can then run past the viewport) */ }
  .pd-modal--pad {
    padding: 1.25rem; }
  .pd-modal[data-modal-size="small"] {
    max-width: 400px; }
  .pd-modal[data-modal-size="medium"] {
    max-width: 600px; }
  .pd-modal[data-modal-size="large"] {
    max-width: 800px; }
  .pd-modal[data-modal-size="xlarge"] {
    max-width: 1000px; }
  .pd-modal[data-modal-size="xxlarge"] {
    max-width: 1200px; }
  .pd-modal[data-modal-size="full"] {
    top: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0; }
  .pd-modal--no-scroll {
    max-height: none;
    overflow-y: visible; }
  .pd-modal__title {
    margin: 0 0 0.5rem;
    font-size: 16px;
    font-weight: 700; }
  .pd-modal__message {
    margin: 0 0 1rem;
    opacity: 0.7;
    font-size: 14px; }
  .pd-modal__input {
    width: 100%;
    margin: 0 0 0.75rem;
    padding: 0.5rem; }
  .pd-modal__error {
    color: #c0392b;
    font-size: 13px;
    margin: 0 0 0.5rem; }
  .pd-modal__error:empty {
    margin: 0; }
  .pd-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem; }
    .pd-modal__actions .button {
      margin: 0; }

.page-element-do-not-sell .do-not-sell__icon {
  height: 1.1em;
  width: auto;
  margin-left: 0.25rem;
  vertical-align: middle; }

.do-not-sell__modal .do-not-sell__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0; }

.do-not-sell__modal .do-not-sell__gpc-note {
  opacity: 0.75; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.jquery-modal.blocker {
  z-index: 99998;
  display: flex;
  justify-content: center;
  align-items: center; }

.jquery-modal .modal {
  z-index: 99999;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem); }
  .jquery-modal .modal a.close-modal {
    border: 2px solid #fff;
    border-radius: 1000px;
    z-index: 2; }
  .jquery-modal .modal .modal__content {
    /* cap to the viewport and scroll internally so a tall modal never overflows
			   off-screen (which would push the close-X above the top, out of reach) */
    max-height: calc(100vh - 4rem);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 8px; }
  .jquery-modal .modal.scrollable .modal__content {
    overflow-y: auto;
    max-height: calc(100vh - 6rem); }
  .jquery-modal .modal[data-modal-size="small"] {
    width: 400px; }
  .jquery-modal .modal[data-modal-size="medium"] {
    width: 600px; }
  .jquery-modal .modal[data-modal-size="large"] {
    width: 800px; }
  .jquery-modal .modal[data-modal-size="xlarge"] {
    width: 1000px; }
  .jquery-modal .modal[data-modal-size="xxlarge"] {
    width: 1200px; }
  .jquery-modal .modal[data-modal-size="full"] {
    width: 100vw;
    height: 100vh; }
    .jquery-modal .modal[data-modal-size="full"] .modal__content {
      display: flex;
      width: 100%;
      height: 100%;
      max-height: 100%;
      align-items: center;
      justify-content: center; }
      .jquery-modal .modal[data-modal-size="full"] .modal__content > * {
        flex: 1; }

.page-element-inactivity {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100vw !important;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  justify-content: center;
  align-items: center; }
  .page-element-inactivity.active {
    display: flex; }
  .page-element-inactivity .inactivity__content {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .page-element-inactivity .inactivity__continue__progress {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 4px;
    border-radius: 2px; }
    .page-element-inactivity .inactivity__continue__progress-bar {
      background: rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 4px;
      transition: width 0.5s linear;
      border-radius: 2px; }

body {
  /* Account Settings: marketing (light) polish over the minimal base element */
  /* Community Info's own base size. The shared rule above keeps floor-plan-info and
	   hero-community-info at 0.8rem; only this element defaults to 1rem, so its prose
	   blocks read at full size. Compiles to `body .community-info` (0,1,1), which stays
	   below the STYLE panel's `[style].style__font-size` (0,2,0) -- so setting Size on
	   the element still governs, and the prose blocks follow it. The compact card chrome
	   is pinned back to 0.8rem so nothing else moves. */ }
  @media only screen and (min-width:64.0625em) {
    body .hide-for-large-up {
      display: none !important; } }
  body .show-for-large-up {
    display: none !important; }
    @media only screen and (min-width:64.0625em) {
      body .show-for-large-up {
        display: block !important; } }
  body .account-menu-home {
    display: none; }
  body .balance {
    text-wrap: balance; }
  @media only screen and (min-width:40.0625em) {
    body .balance-medium-up {
      text-wrap: balance; } }
  body .data-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0; }
    body .data-list ul li {
      padding: 0.25rem 0.5rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      text-align: left; }
      body .data-list ul li strong {
        float: right; }
  body .data-list.small ul {
    gap: 0; }
    body .data-list.small ul li {
      font-size: 0.8rem; }
  body > .section-block:not(.compact),
  body > .page-element-component > .section-block:not(.compact) {
    padding: 1rem; }
    @media only screen and (min-width:40.0625em) {
      body > .section-block:not(.compact),
      body > .page-element-component > .section-block:not(.compact) {
        padding: 2rem 1rem; } }
  body > .section-block:not(.expand) > .section-block__div,
  body > .page-element-component > .section-block:not(.expand) > .section-block__div {
    max-width: 80rem;
    margin: 0 auto; }
  body > .section-block.full-height > .section-block__div,
  body > .page-element-component > .section-block.full-height > .section-block__div {
    height: 100vh; }
  body > div[class*="page-element-"]:not(.compact),
  body > .page-element-component > div:not(.compact) {
    padding: 1rem;
    margin: 1rem auto; }
    @media only screen and (min-width:40.0625em) {
      body > div[class*="page-element-"]:not(.compact),
      body > .page-element-component > div:not(.compact) {
        padding: 2rem 1rem;
        margin: 2rem auto; } }
  body > div[class*="page-element-"]:not(.expand),
  body > .page-element-component > div:not(.expand) {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto; }
  body > div[class*="page-element-"].full-height,
  body > .page-element-component > div.full-height {
    height: 100vh; }
  body .page-element-heading.tight, body .page-element-heading.tight > p,
  body .page-element-paragraph.tight,
  body .page-element-paragraph.tight > p {
    margin-top: 0;
    margin-bottom: 0; }
  body .page-element-heading.faded,
  body .page-element-paragraph.faded {
    /*color: rgba(0,0,0,0.5);*/
    opacity: 0.5; }
  body .page-element-heading.watermark,
  body .page-element-paragraph.watermark {
    opacity: 0.1; }
  body .page-element-heading.huge, body .page-element-heading.huge > p,
  body .page-element-paragraph.huge,
  body .page-element-paragraph.huge > p {
    font-size: 5rem;
    line-height: 1; }
    @media only screen and (min-width:40.0625em) {
      body .page-element-heading.huge, body .page-element-heading.huge > p,
      body .page-element-paragraph.huge,
      body .page-element-paragraph.huge > p {
        font-size: 6rem; } }
    body .page-element-heading.huge sup, body .page-element-heading.huge > p sup,
    body .page-element-paragraph.huge sup,
    body .page-element-paragraph.huge > p sup {
      font-size: 1rem;
      vertical-align: super;
      line-height: 1; }
  body .page-element-heading.mega,
  body .page-element-paragraph.mega {
    font-size: 20vw;
    line-height: 1; }
  body .page-element-paragraph.small {
    font-size: 0.8rem; }
  body .page-element-paragraph.large {
    font-size: 1.2rem; }
  body .page-element-paragraph.disclaimer,
  body .page-element-div-block.disclaimer {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.8rem;
    opacity: 0.5; }
    body .page-element-paragraph.disclaimer > p,
    body .page-element-div-block.disclaimer > p {
      font-size: 0.8rem;
      margin-bottom: 0; }
  body .page-element-div-block.table {
    display: flex;
    flex-direction: column;
    gap: 0.25rem; }
    body .page-element-div-block.table > .page-element-div-block {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 0.25rem; }
      body .page-element-div-block.table > .page-element-div-block > div {
        flex: 1;
        padding: 0.5rem 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        body .page-element-div-block.table > .page-element-div-block > div:first-child {
          align-items: flex-start; }
        body .page-element-div-block.table > .page-element-div-block > div .page-element-heading {
          margin: 0; }
        body .page-element-div-block.table > .page-element-div-block > div .page-element-paragraph {
          margin: 0;
          font-size: 0.8rem; }
      body .page-element-div-block.table > .page-element-div-block:first-child > div {
        background: #223347;
        color: #fff; }
      body .page-element-div-block.table > .page-element-div-block:nth-child(even):not(.total) > div:not(.empty) {
        background: rgba(0, 0, 0, 0.1); }
      body .page-element-div-block.table > .page-element-div-block.total > div:not(:empty):not(.empty) {
        background: #d21d40;
        color: #fff;
        font-weight: bold; }
  body .button.loading {
    pointer-events: none; }
    body .button.loading::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5) url("https://heartbeat-schedule.schellbrothers.com/get/m!data-warehouse!widgets/admin/page-designer/elements/form-quiz/3-dots-move-black-36.svg") no-repeat center center;
      background-size: 2rem;
      z-index: 1; }
  @media only screen and (max-width: 40em) {
    body .page-element-button.width-medium, body .page-element-button.width-large {
      width: 100%; } }
  body .page-element-image.watermark {
    filter: opacity(0.6) grayscale(50%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)); }
  body .page-element-expand-block ol li {
    margin-bottom: 0.5rem; }
  body .page-element-modal.compact {
    padding: 1px; }
  body .page-element-account-settings .account-settings__banner {
    background: #fff;
    border-color: #e2e2e2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); }
  body .page-element-account-settings .account-settings__name {
    color: #223347; }
  body .page-element-account-settings .account-settings__avatar-badge {
    background: #cf2030; }
  body .tag.label {
    font-size: 0.7rem;
    background: #223347;
    color: #fff;
    padding: 0 1rem;
    text-transform: uppercase;
    white-space: nowrap; }
    body .tag.label[data-tag="Last Chance"] {
      background: #f04124;
      color: #fff; }
    body .tag.label[data-tag="New"], body .tag.label[data-tag="Now Selling"] {
      background: yellow;
      color: #000; }
    body .tag.label[data-tag="Coming Soon"] {
      background: #a0d3e8;
      color: #000; }
    body .tag.label[data-tag="Available"], body .tag.label[data-tag="Leaseback Available"] {
      background: #43AC6A;
      color: #fff; }
    body .tag.label[data-tag="Model Sold"], body .tag.label[data-tag="Spec Sold"], body .tag.label[data-tag="Spec Home Sold"] {
      background: gray;
      color: #fff; }
  body .special-hours > span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.25);
    color: yellow;
    padding: 0.35rem 1rem;
    margin: 0.5rem 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1000px; }
  body div.jquery-modal.blocker {
    margin: 0;
    padding: 1rem;
    max-width: none; }
  body #iAtlasChatDiv {
    padding: 0;
    margin: 0;
    max-width: none; }
  body h1.page-element-heading,
  body .page-element-text-block h1 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px; }
  body h2.page-element-heading,
  body h3.page-element-heading,
  body .page-element-text-block h2,
  body .page-element-text-block h3 {
    font-weight: 600; }
  body h4.page-element-heading,
  body h5.page-element-heading,
  body h6.page-element-heading,
  body .page-element-text-block h4,
  body .page-element-text-block h5,
  body .page-element-text-block h6 {
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
  body .page-element-text-link .page-element-heading {
    margin-bottom: 0; }
  body .page-element-nav-bar.equal .nav-bar__links ul li {
    flex: 1 1;
    text-align: center; }
  body .page-element-data-nav-bar .data-nav-bar__wrapper {
    max-width: 80rem;
    margin: 0 auto;
    gap: 1rem;
    padding: 0.5rem; }
    @media only screen and (max-width: 40em) {
      body .page-element-data-nav-bar .data-nav-bar__wrapper {
        gap: 0.5rem; } }
    body .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part {
      /*max-width: 33vw;*/
      border: 1px solid rgba(0, 0, 0, 0.25);
      border-radius: 3px; }
      body .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part.empty {
        display: none; }
      @media only screen and (max-width: 40em) {
        body .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part > a {
          display: block;
          font-size: 0.7rem;
          min-width: calc(33vw - 0.5rem - 5px);
          max-width: calc(33vw - 0.5rem);
          padding-left: 0.5rem;
          padding-right: 1rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          body .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part > a::before {
            font-size: 0.5rem; }
          body .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part > a::after {
            right: 0.5rem; } }
      body .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul li.is-build-on-your-lot > a {
        background: rgba(0, 147, 255, 0.1);
        color: rgba(34, 51, 71, 0.8);
        /*rgba(0, 112, 194, 0.8);*/ }
        body .page-element-data-nav-bar .data-nav-bar__wrapper .data-nav-bar__part .dropdown ul li.is-build-on-your-lot > a span {
          display: block;
          font-size: 0.8rem;
          color: rgba(34, 51, 71, 0.5);
          /*rgba(0, 112, 194, 0.5);*/ }
  body .nav-bar {
    background: #223347; }
    body .nav-bar .nav-bar__links {
      max-width: 80rem;
      margin: 0 auto;
      padding: 0;
      /*1rem 0;*/ }
      @media only screen and (min-width:40.0625em) {
        body .nav-bar .nav-bar__links {
          padding: 0; } }
      body .nav-bar .nav-bar__links ul {
        display: flex;
        flex-direction: row;
        /*column;*/
        flex-wrap: wrap;
        justify-content: center;
        gap: 0; }
        @media only screen and (min-width:40.0625em) {
          body .nav-bar .nav-bar__links ul {
            flex-wrap: nowrap;
            flex-direction: row; } }
        body .nav-bar .nav-bar__links ul li a {
          flex-basis: 0;
          flex-grow: 1;
          border: none;
          background: #223347;
          color: rgba(255, 255, 255, 0.8);
          margin: 0;
          padding: 1rem 0.5rem;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-family: Raleway, sans-serif;
          font-size: 0.8rem;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (min-width:40.0625em) {
            body .nav-bar .nav-bar__links ul li a {
              padding: 2rem 1rem; } }
          body .nav-bar .nav-bar__links ul li a:hover {
            color: #fff;
            background: #111a25; }
          body .nav-bar .nav-bar__links ul li a.alert {
            background: #d21d40; }
            body .nav-bar .nav-bar__links ul li a.alert:hover {
              background: #a51732; }
  body .site-header {
    background: #fff; }
    @media only screen and (min-width:64.0625em) {
      body .site-header {
        background: #223347; } }
    body .site-header #pre-nav {
      display: none;
      background: #1a2736;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      padding: 0; }
      @media only screen and (min-width:64.0625em) {
        body .site-header #pre-nav {
          display: block; } }
      body .site-header #pre-nav > .section-block__div {
        max-width: 80rem;
        margin: 0 auto;
        padding: 0.5rem;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8); }
        @media only screen and (min-width:64.0625em) {
          body .site-header #pre-nav > .section-block__div {
            padding: 0.5rem 0; } }
        body .site-header #pre-nav > .section-block__div a {
          color: inherit; }
          body .site-header #pre-nav > .section-block__div a:hover {
            color: #fff; }
        body .site-header #pre-nav > .section-block__div .page-element-text-link {
          color: rgba(255, 255, 255, 0.8);
          display: inline-block;
          white-space: nowrap;
          padding: 0.25rem 1rem; }
          body .site-header #pre-nav > .section-block__div .page-element-text-link:not(:last-child) {
            border-right: 1px solid rgba(255, 255, 255, 0.1); }
          body .site-header #pre-nav > .section-block__div .page-element-text-link:hover {
            color: #fff; }
        body .site-header #pre-nav > .section-block__div .page-element-text-block p {
          color: rgba(255, 255, 255, 0.8);
          font-size: 0.9rem;
          margin: 0; }
          body .site-header #pre-nav > .section-block__div .page-element-text-block p em {
            color: goldenrod;
            font-style: normal;
            font-weight: normal; }
          body .site-header #pre-nav > .section-block__div .page-element-text-block p a {
            -webkit-appearance: none;
            -moz-appearance: none;
            border-radius: 0;
            border-style: solid;
            border-width: 0;
            cursor: pointer;
            font-family: "Open Sans", sans-serif;
            font-weight: normal;
            line-height: normal;
            margin: 0 0 1.25rem;
            position: relative;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
            font-size: 0.6875rem;
            background-color: #d21d40;
            border-color: #a81733;
            color: #FFFFFF;
            border-radius: 3px;
            transition: background-color 300ms ease-out;
            margin: 0 0 0 0.5rem;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid;
            border-color: rgba(255, 255, 255, 0.5);
            padding: 0.25rem 0.75rem; }
            body .site-header #pre-nav > .section-block__div .page-element-text-block p a:hover, body .site-header #pre-nav > .section-block__div .page-element-text-block p a:focus {
              background-color: #a81733; }
            body .site-header #pre-nav > .section-block__div .page-element-text-block p a:hover, body .site-header #pre-nav > .section-block__div .page-element-text-block p a:focus {
              color: #FFFFFF; }
    body .site-header .page-element-account-menu .account-menu__content .account-menu__content__user-info {
      padding: 0 1rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-width: 0 1px; }
      body .site-header .page-element-account-menu .account-menu__content .account-menu__content__user-info .account-menu__content__user-info__name {
        font-weight: bold; }
    body .site-header .page-element-account-menu .account-menu__content .account-menu__content__menu {
      z-index: 99999;
      background-color: #1a2736;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-width: 0 1px 1px 1px;
      border-radius: 0 0 3px 3px; }
      body .site-header .page-element-account-menu .account-menu__content .account-menu__content__menu ul li a {
        padding: 0.5rem; }
    body .site-header .nav-bar .nav-bar__wrapper {
      max-width: 80rem;
      margin: 0 auto;
      text-align: center;
      align-items: center; }
      body .site-header .nav-bar .nav-bar__wrapper .nav-bar__toggle {
        /*background: #fff;*/ }
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__toggle .nav-bar__toggle__button .nav-bar__toggle__button-icon span {
          background-color: rgba(255, 255, 255, 0.8);
          /* #d21d40;*/
          transition: transform 0.2s;
          height: 3px;
          border: 1px solid #f0e3a5;
          /*#fff;*/
          border-width: 0 0 1px; }
      body .site-header .nav-bar .nav-bar__wrapper .nav-bar__logo {
        /*background: #fff;*/
        flex-grow: 2; }
        @media only screen and (min-width:64.0625em) {
          body .site-header .nav-bar .nav-bar__wrapper .nav-bar__logo {
            flex-grow: 0;
            display: flex;
            align-items: stretch; } }
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__logo a {
          padding: 1rem 0.5rem;
          display: flex;
          align-items: center; }
          @media only screen and (min-width:64.0625em) {
            body .site-header .nav-bar .nav-bar__wrapper .nav-bar__logo a {
              padding: 1.5rem 1rem 1.5rem 0; } }
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__logo img {
          width: auto;
          max-width: none;
          height: 1.5rem; }
          @media only screen and (min-width:64.0625em) {
            body .site-header .nav-bar .nav-bar__wrapper .nav-bar__logo img {
              height: 2rem; } }
      body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links {
        display: block;
        position: absolute;
        z-index: -1;
        top: 3.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateX(-100%);
        transition: transform 0.2s;
        opacity: 0.5; }
        @media only screen and (min-width:64.0625em) {
          body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links {
            position: relative;
            top: 0;
            z-index: 1;
            transform: translateX(0);
            opacity: 1; } }
      body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links ul,
      body .site-header .nav-bar .nav-bar__wrapper .nav-bar__post-links ul {
        width: 100%; }
      body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links a,
      body .site-header .nav-bar .nav-bar__wrapper .nav-bar__post-links a {
        font-family: "Raleway", sans-serif;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 1px;
        padding: 1.2rem 1rem; }
        @media only screen and (min-width:64.0625em) {
          body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links a,
          body .site-header .nav-bar .nav-bar__wrapper .nav-bar__post-links a {
            padding: 1.75rem 1rem; } }
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links a:hover,
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__post-links a:hover {
          background: rgba(0, 0, 0, 0.3);
          color: #fff; }
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links a.interested-button,
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__post-links a.interested-button {
          background: #d21d40;
          color: #fff; }
          body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links a.interested-button:hover,
          body .site-header .nav-bar .nav-bar__wrapper .nav-bar__post-links a.interested-button:hover {
            background: #d21d40;
            /*darken($primary-color, 10%);*/ }
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__links a[href="#disabled"],
        body .site-header .nav-bar .nav-bar__wrapper .nav-bar__post-links a[href="#disabled"] {
          color: rgba(255, 255, 255, 0.35) !important;
          cursor: not-allowed; }
    body .site-header .nav-bar__links li.account-login-link {
      display: none; }
    body .site-header.nav-open .nav-bar__wrapper .nav-bar__toggle .nav-bar__toggle__button .nav-bar__toggle__button-icon span:nth-child(1) {
      transform: rotate(45deg) translate(0.15rem, 0.15rem); }
    body .site-header.nav-open .nav-bar__wrapper .nav-bar__toggle .nav-bar__toggle__button .nav-bar__toggle__button-icon span:nth-child(2) {
      display: none; }
    body .site-header.nav-open .nav-bar__wrapper .nav-bar__toggle .nav-bar__toggle__button .nav-bar__toggle__button-icon span:nth-child(3) {
      transform: rotate(-45deg) translate(0.15rem, -0.15rem); }
    body .site-header.nav-open .nav-bar__wrapper .nav-bar__links {
      transform: translateX(0);
      opacity: 1;
      background: #223347;
      z-index: 999;
      padding: 1rem 2.5rem; }
      body .site-header.nav-open .nav-bar__wrapper .nav-bar__links ul {
        flex-direction: column;
        align-items: flex-start; }
        body .site-header.nav-open .nav-bar__wrapper .nav-bar__links ul a {
          padding: 1rem; }
      @media only screen and (min-width:64.0625em) {
        body .site-header.nav-open .nav-bar__wrapper .nav-bar__links {
          position: relative;
          display: flex;
          justify-content: center;
          top: 0;
          background: none;
          padding: 0; }
          body .site-header.nav-open .nav-bar__wrapper .nav-bar__links ul {
            flex-direction: row;
            align-items: center; }
            body .site-header.nav-open .nav-bar__wrapper .nav-bar__links ul a {
              padding: 1.75rem 1rem; } }
    body .site-header #interested-banner {
      display: none;
      background: #d21d40;
      position: absolute;
      top: 3.5rem;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); }
      @media only screen and (max-width: 40em) {
        body .site-header #interested-banner {
          padding-bottom: 12rem; } }
      @media only screen and (min-width:64.0625em) {
        body .site-header #interested-banner {
          top: 7.3rem; } }
      body .site-header #interested-banner > * {
        max-width: 80rem;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.8);
        justify-content: space-between; }
        body .site-header #interested-banner > * > .page-element-heading {
          color: #fff;
          font-weight: bold;
          flex-basis: 0;
          flex-grow: 4;
          max-width: 40rem;
          margin-top: 0;
          margin-bottom: 0; }
      body .site-header #interested-banner .employee-card {
        display: flex;
        gap: 1rem;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        @media only screen and (max-width: 40em) {
          body .site-header #interested-banner .employee-card {
            position: absolute;
            bottom: 2rem;
            width: calc(100% - 2rem); } }
        @media only screen and (min-width:40.0625em) {
          body .site-header #interested-banner .employee-card {
            flex-direction: row-reverse;
            align-items: flex-start;
            text-align: left; } }
        body .site-header #interested-banner .employee-card .employee-card__image {
          padding: 0;
          margin: 0;
          border: 2px solid #fff;
          box-shadow: 0 2px 10px #00000080;
          width: 5rem;
          border-radius: 50%;
          overflow: hidden; }
        body .site-header #interested-banner .employee-card .employee-card__custom-text p {
          margin-bottom: 0; }
        body .site-header #interested-banner .employee-card .employee-card__custom-text em {
          font-size: 1.2rem;
          font-weight: bold;
          font-style: normal;
          display: block; }
      body .site-header #interested-banner .page-element-employee-team {
        background: transparent;
        padding: 0; }
        @media only screen and (max-width: 40em) {
          body .site-header #interested-banner .page-element-employee-team {
            position: absolute;
            bottom: 2rem;
            width: calc(100% - 2rem); } }
        body .site-header #interested-banner .page-element-employee-team .employee-team__cards {
          gap: 0.5rem; }
          @media only screen and (max-width: 40em) {
            body .site-header #interested-banner .page-element-employee-team .employee-team__cards {
              width: 100%;
              gap: 1rem; } }
          body .site-header #interested-banner .page-element-employee-team .employee-team__cards .employee-card {
            flex-direction: column;
            gap: 0.5rem;
            align-items: center; }
            @media only screen and (max-width: 40em) {
              body .site-header #interested-banner .page-element-employee-team .employee-team__cards .employee-card {
                position: static;
                width: 100%; } }
    body .site-header .page-element-data-nav-bar {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      @media only screen and (min-width:64.0625em) {
        body .site-header .page-element-data-nav-bar {
          border-top: none; } }
    body .site-header .nav-bar__wrapper > .page-element-account-menu {
      display: flex;
      align-items: stretch;
      align-self: stretch;
      color: rgba(255, 255, 255, 0.8); }
      body .site-header .nav-bar__wrapper > .page-element-account-menu a {
        color: inherit; }
      body .site-header .nav-bar__wrapper > .page-element-account-menu > div {
        display: flex;
        align-items: stretch; }
      body .site-header .nav-bar__wrapper > .page-element-account-menu .account-menu__content {
        display: flex;
        align-items: stretch; }
      body .site-header .nav-bar__wrapper > .page-element-account-menu .account-menu__content__user-info {
        gap: 0;
        padding: 0 1rem;
        border-width: 0; }
      body .site-header .nav-bar__wrapper > .page-element-account-menu .account-menu__content__user-info__name,
      body .site-header .nav-bar__wrapper > .page-element-account-menu .account-menu__toggle-menu {
        display: none; }
      body .site-header .nav-bar__wrapper > .page-element-account-menu .account-menu__content__login {
        display: flex;
        align-items: stretch; }
        body .site-header .nav-bar__wrapper > .page-element-account-menu .account-menu__content__login .login-link {
          display: flex;
          align-items: center;
          padding: 0 1rem; }
        body .site-header .nav-bar__wrapper > .page-element-account-menu .account-menu__content__login .login-link__label {
          display: none; }
      body .site-header .nav-bar__wrapper > .page-element-account-menu .account-menu__content--open .account-menu__content__menu {
        width: auto;
        min-width: 12rem;
        left: auto;
        right: 0;
        text-align: left; }
  body.account-logged-out .site-header .nav-bar__links li.account-login-link {
    display: flex; }
    @media only screen and (min-width:64.0625em) {
      body.account-logged-out .site-header .nav-bar__links li.account-login-link {
        display: none; } }
  body .heartbeat-form {
    /*background: #223347;*/ }
    body .heartbeat-form h1 {
      font-size: 1.5rem;
      color: inherit;
      font-weight: bold; }
    body .heartbeat-form h2 {
      font-size: 1.25rem;
      color: inherit; }
    body .heartbeat-form h3, body .heartbeat-form h4, body .heartbeat-form h5, body .heartbeat-form h6 {
      font-size: 1rem;
      color: inherit;
      margin-bottom: 0.25rem; }
    body .heartbeat-form .form-block > * {
      width: 100%; }
    body .heartbeat-form .form-block > h2 {
      font-size: 1rem;
      font-weight: bold;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 0.5rem; }
    body .heartbeat-form .form-block + .form-block > h2 {
      margin-top: 4rem; }
    body .heartbeat-form .form-block .form-block-components {
      display: flex;
      flex-direction: column;
      gap: 0.5rem; }
      @media only screen and (min-width:40.0625em) {
        body .heartbeat-form .form-block .form-block-components {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 1rem; } }
      body .heartbeat-form .form-block .form-block-components .form-block-component {
        flex: 1 1; }
        @media only screen and (min-width:40.0625em) {
          body .heartbeat-form .form-block .form-block-components .form-block-component.dropdown {
            max-width: 33%; } }
        body .heartbeat-form .form-block .form-block-components .form-block-component.dropdown select {
          padding: 0.35rem;
          color: #223347; }
        body .heartbeat-form .form-block .form-block-components .form-block-component.textarea {
          width: 100%;
          flex: 1 0 auto; }
    body .heartbeat-form .form-block input[type="text"],
    body .heartbeat-form .form-block input[type="email"],
    body .heartbeat-form .form-block input[type="tel"],
    body .heartbeat-form .form-block input[type="password"],
    body .heartbeat-form .form-block input[type="number"],
    body .heartbeat-form .form-block textarea {
      width: 100%;
      padding: 0.5rem;
      margin: 0 0 0.5rem 0;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 3px;
      font-size: 16px;
      background: #fff;
      color: #000; }
      @media only screen and (min-width:64.0625em) {
        body .heartbeat-form .form-block input[type="text"],
        body .heartbeat-form .form-block input[type="email"],
        body .heartbeat-form .form-block input[type="tel"],
        body .heartbeat-form .form-block input[type="password"],
        body .heartbeat-form .form-block input[type="number"],
        body .heartbeat-form .form-block textarea {
          font-size: 1rem; } }
    body .heartbeat-form .form-block input[type="submit"],
    body .heartbeat-form .form-block button {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      border-style: solid;
      border-width: 0;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 1.25rem;
      position: relative;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      padding: 1rem 2rem 1.0625rem 2rem;
      font-size: 1rem;
      background-color: #d21d40;
      border-color: #a81733;
      color: #FFFFFF;
      border-radius: 3px;
      transition: background-color 300ms ease-out; }
      body .heartbeat-form .form-block input[type="submit"]:hover, body .heartbeat-form .form-block input[type="submit"]:focus,
      body .heartbeat-form .form-block button:hover,
      body .heartbeat-form .form-block button:focus {
        background-color: #a81733; }
      body .heartbeat-form .form-block input[type="submit"]:hover, body .heartbeat-form .form-block input[type="submit"]:focus,
      body .heartbeat-form .form-block button:hover,
      body .heartbeat-form .form-block button:focus {
        color: #FFFFFF; }
    body .heartbeat-form .subtle {
      font-size: 0.8rem;
      opacity: 0.5; }
    @media only screen and (max-width: 40em) {
      body .heartbeat-form .button {
        width: 100%; } }
  @media only screen and (min-width:40.0625em) {
    body .page-element-form.stack-fields .heartbeat-form .form-block .form-block-components {
      flex-direction: column;
      gap: 0.5rem; }
      body .page-element-form.stack-fields .heartbeat-form .form-block .form-block-components .form-block-component {
        flex: 1 0 auto;
        max-width: none; } }
  @media only screen and (min-width:64.0625em) {
    body .page-element-form.large .heartbeat-form h3 {
      font-size: 1.25rem; }
    body .page-element-form.large .heartbeat-form .form-block input[type="text"],
    body .page-element-form.large .heartbeat-form .form-block input[type="email"],
    body .page-element-form.large .heartbeat-form .form-block input[type="tel"],
    body .page-element-form.large .heartbeat-form .form-block input[type="password"],
    body .page-element-form.large .heartbeat-form .form-block input[type="number"],
    body .page-element-form.large .heartbeat-form .form-block textarea {
      font-size: 1.5rem;
      height: 3rem;
      margin-bottom: 1rem; }
    body .page-element-form.large .heartbeat-form .form-block textarea {
      min-height: 8rem; } }
  body .page-element-form-quiz .form-quiz--question .form-quiz--question--change {
    background: rgba(255, 255, 255, 0.5);
    font-size: 0.6rem;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    color: #223347;
    /* #d21d40;*/
    font-weight: bold;
    text-transform: uppercase; }
    body .page-element-form-quiz .form-quiz--question .form-quiz--question--change:hover {
      background: rgba(255, 255, 255, 0.8); }
  body .page-element-form-quiz .form-quiz--question .form-quiz--question--option {
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 0.8rem; }
    @media only screen and (min-width:64.0625em) {
      body .page-element-form-quiz .form-quiz--question .form-quiz--question--option {
        font-size: 1rem; } }
    body .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon {
      color: rgba(255, 255, 255, 0.5); }
      body .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon .abbreviation {
        color: #d21d40; }
    body .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--title {
      color: #fff;
      /*line-height: 1.2;*/ }
    body .page-element-form-quiz .form-quiz--question .form-quiz--question--option .form-quiz--question--option--description {
      font-size: 0.8rem; }
    body .page-element-form-quiz .form-quiz--question .form-quiz--question--option:hover .form-quiz--question--option--icon:not(.has-abbreviation) i {
      display: none; }
      body .page-element-form-quiz .form-quiz--question .form-quiz--question--option:hover .form-quiz--question--option--icon:not(.has-abbreviation) i.active-icon {
        display: inline-block; }
    body .page-element-form-quiz .form-quiz--question .form-quiz--question--option:hover, body .page-element-form-quiz .form-quiz--question .form-quiz--question--option.active {
      box-shadow: none;
      border-color: #223347;
      background: #223347; }
  @media only screen and (max-width: 40em) {
    body .page-element-form-quiz .form-quiz--form {
      margin-bottom: 1rem; } }
  body .page-element-form-quiz .form-quiz--form .heartbeat-form {
    padding: 2rem;
    border-radius: 3px; }
  body .page-element-form-quiz .form-quiz--form .subtle {
    /*color: rgba(0,0,0,0.5);*/
    font-size: 0.8rem; }
  body .page-element-form-quiz .form-thanks-wrapper {
    padding: 1rem;
    text-align: center;
    border-radius: 3px; }
  body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--option {
    border: 2px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.8);
    color: #d21d40; }
    body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon {
      color: #d21d40; }
      body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon.has-abbreviation {
        background: #d21d40; }
        body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--option .form-quiz--question--option--icon.has-abbreviation .abbreviation {
          color: #fff; }
    body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--option .form-quiz--question--option--title {
      color: inherit; }
    body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--option.active, body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--option:hover {
      border-color: #fff;
      background: #fff;
      color: #223347; }
  body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--change {
    background: rgba(210, 29, 64, 0.1);
    color: #d21d40; }
    body .page-element-form-quiz.light .form-quiz--question .form-quiz--question--change:hover {
      background: rgba(210, 29, 64, 0.2); }
  body .page-element-form-quiz.light .form-quiz--question.answered .form-quiz--question--option.active .form-quiz--question--option--icon.has-abbreviation {
    background: transparent; }
  body .page-element-form-quiz.light .form-quiz--form .heartbeat-form {
    margin-bottom: 1rem;
    background: #fff;
    color: #223347; }
  body .page-element-form-quiz.light .form-thanks-wrapper {
    background: #fff;
    color: rgba(0, 0, 0, 0.8); }
  body#page-lotworks-panel {
    background-color: #223347; }
  body .page-element-lot-info {
    margin: 0 auto;
    background-color: #223347;
    color: #fff; }
    body .page-element-lot-info .lot-info__wrapper.loading {
      background: red; }
    body .page-element-lot-info .lot-info__disclaimer {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 1rem;
      padding: 1rem 0 0; }
      body .page-element-lot-info .lot-info__disclaimer p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.8rem;
        margin: 0; }
      body .page-element-lot-info .lot-info__disclaimer + .lot-info__disclaimer {
        margin-top: 0;
        border-top: none; }
    body .page-element-lot-info .lot-info__team {
      text-align: center;
      padding: 1.5rem 1rem 1rem;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 3px;
      margin-top: 1rem; }
      body .page-element-lot-info .lot-info__team i + .lot-info-team-title {
        margin-top: 1rem; }
      body .page-element-lot-info .lot-info__team .lot-info-team-title {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 0.5rem; }
      body .page-element-lot-info .lot-info__team .lot-info-team-description {
        margin: 0;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8); }
    body .page-element-lot-info .lot-remarks {
      /*border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 3px;
            padding: 1rem;
            background: rgba(0, 0, 0, 0.3);
            margin: 1rem 0;*/
      text-align: center;
      text-wrap: balance;
      color: rgba(255, 255, 255, 0.8);
      /*p {
                font-size: 0.8rem;
                margin-bottom: 0rem;

                span.focus {
                    color: #F6DC6B;
                    font-weight: bold;
                }
            }*/ }
    body .page-element-lot-info #intro > * {
      margin-bottom: 0.15rem; }
      body .page-element-lot-info #intro > *:last-child {
        margin-top: 0.5rem;
        margin-bottom: 1rem; }
    body .page-element-lot-info #intro .lot-number {
      color: #fff;
      font-weight: bold; }
    body .page-element-lot-info #intro .lot-status {
      color: #F6DC6B;
      font-size: 1.2rem;
      line-height: 1.6; }
    body .page-element-lot-info #intro .lot-additional-details .lot-additional-info {
      color: rgba(255, 255, 255, 0.8);
      background: rgba(255, 255, 255, 0.1);
      border-radius: 3px;
      display: inline-block;
      padding: 0.15rem 1rem;
      margin-top: 0.5rem; }
    body .page-element-lot-info #intro .lot-additional-details span + span {
      margin-left: 0.5rem; }
    body .page-element-lot-info #intro .lot-community {
      color: rgba(255, 255, 255, 0.8); }
    body .page-element-lot-info #intro .lot-price {
      color: #43AC6A; }
    body .page-element-lot-info #lot-virtual-tour {
      text-align: center; }
      body .page-element-lot-info #lot-virtual-tour a[href] {
        margin-top: 0.5rem;
        display: inline-block;
        color: #a0d3e8;
        /*#d21d40;*/ }
    body .page-element-lot-info #community-listings .pricing-note {
      margin: 1rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.8);
      padding: 1rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
    body .page-element-lot-info #csms-message {
      padding: 1rem 0;
      text-align: center; }
      body .page-element-lot-info #csms-message p.lead {
        margin-top: 1rem;
        margin-bottom: 0.5rem; }
  body .floor-plan-info,
  body .community-info,
  body .hero-community-info {
    text-align: center;
    font-size: 0.8rem; }
    body .floor-plan-info > *,
    body .community-info > *,
    body .hero-community-info > * {
      color: inherit; }
    body .floor-plan-info .logo-image,
    body .community-info .logo-image,
    body .hero-community-info .logo-image {
      margin-bottom: 1rem;
      max-height: 200px; }
    body .floor-plan-info address,
    body .community-info address,
    body .hero-community-info address {
      font-size: inherit;
      font-style: normal;
      color: inherit;
      margin-bottom: 0.1rem;
      text-decoration: underline; }
    body .floor-plan-info .community-location address,
    body .community-info .community-location address,
    body .hero-community-info .community-location address {
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold; }
    body .floor-plan-info .sales-address,
    body .community-info .sales-address,
    body .hero-community-info .sales-address {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      text-align: left;
      gap: 1rem;
      width: 25rem;
      max-width: calc(100vw - 2rem);
      margin: 0 auto 1rem; }
      body .floor-plan-info .sales-address h5,
      body .community-info .sales-address h5,
      body .hero-community-info .sales-address h5 {
        color: inherit;
        margin: 0;
        font-weight: bold; }
      body .floor-plan-info .sales-address .offsite-sales-label,
      body .community-info .sales-address .offsite-sales-label,
      body .hero-community-info .sales-address .offsite-sales-label {
        font-size: 0.7rem;
        color: #a0d3e8;
        font-weight: 600;
        text-transform: uppercase; }
      body .floor-plan-info .sales-address .offsite-sales-community a,
      body .community-info .sales-address .offsite-sales-community a,
      body .hero-community-info .sales-address .offsite-sales-community a {
        color: #fff;
        font-weight: bold;
        text-decoration: none; }
      body .floor-plan-info .sales-address address,
      body .community-info .sales-address address,
      body .hero-community-info .sales-address address {
        text-decoration: none;
        color: inherit; }
      body .floor-plan-info .sales-address .button,
      body .community-info .sales-address .button,
      body .hero-community-info .sales-address .button {
        margin-bottom: 0.5rem; }
      body .floor-plan-info .sales-address.single-line,
      body .community-info .sales-address.single-line,
      body .hero-community-info .sales-address.single-line {
        margin-bottom: 0;
        text-align: center;
        justify-content: center; }
      body .floor-plan-info .sales-address.multi-line address,
      body .community-info .sales-address.multi-line address,
      body .hero-community-info .sales-address.multi-line address {
        font-size: 0.9rem;
        opacity: 0.8; }
    body .floor-plan-info .hours-table,
    body .community-info .hours-table,
    body .hero-community-info .hours-table {
      width: 25rem;
      max-width: calc(100vw - 2rem);
      margin: 0 auto 1rem; }
      body .floor-plan-info .hours-table h5,
      body .community-info .hours-table h5,
      body .hero-community-info .hours-table h5 {
        text-align: left;
        color: inherit;
        margin: 0;
        font-weight: bold; }
      body .floor-plan-info .hours-table > div,
      body .community-info .hours-table > div,
      body .hero-community-info .hours-table > div {
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        padding: 0.5rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
      body .floor-plan-info .hours-table .expand-hours,
      body .community-info .hours-table .expand-hours,
      body .hero-community-info .hours-table .expand-hours {
        background: rgba(255, 255, 255, 0.1);
        padding: 0.25rem 0.5rem;
        border-radius: 3px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 0.7rem; }
    body .floor-plan-info p,
    body .community-info p,
    body .hero-community-info p {
      font-size: inherit;
      margin: 0; }
    body .floor-plan-info .community-info__hoa,
    body .floor-plan-info .community-info__schools,
    body .floor-plan-info .community-info__utilities,
    body .community-info .community-info__hoa,
    body .community-info .community-info__schools,
    body .community-info .community-info__utilities,
    body .hero-community-info .community-info__hoa,
    body .hero-community-info .community-info__schools,
    body .hero-community-info .community-info__utilities {
      text-align: left;
      margin: 1.5rem 0; }
      body .floor-plan-info .community-info__hoa h5,
      body .floor-plan-info .community-info__schools h5,
      body .floor-plan-info .community-info__utilities h5,
      body .community-info .community-info__hoa h5,
      body .community-info .community-info__schools h5,
      body .community-info .community-info__utilities h5,
      body .hero-community-info .community-info__hoa h5,
      body .hero-community-info .community-info__schools h5,
      body .hero-community-info .community-info__utilities h5 {
        color: inherit;
        margin: 0 0 0.5rem;
        font-weight: bold; }
      body .floor-plan-info .community-info__hoa p,
      body .floor-plan-info .community-info__schools p,
      body .floor-plan-info .community-info__utilities p,
      body .community-info .community-info__hoa p,
      body .community-info .community-info__schools p,
      body .community-info .community-info__utilities p,
      body .hero-community-info .community-info__hoa p,
      body .hero-community-info .community-info__schools p,
      body .hero-community-info .community-info__utilities p {
        font-size: inherit;
        margin: 0 0 0.5rem; }
      body .floor-plan-info .community-info__hoa ul,
      body .floor-plan-info .community-info__schools ul,
      body .floor-plan-info .community-info__utilities ul,
      body .community-info .community-info__hoa ul,
      body .community-info .community-info__schools ul,
      body .community-info .community-info__utilities ul,
      body .hero-community-info .community-info__hoa ul,
      body .hero-community-info .community-info__schools ul,
      body .hero-community-info .community-info__utilities ul {
        margin-bottom: 0; }
    body .floor-plan-info .team,
    body .community-info .team,
    body .hero-community-info .team {
      display: flex;
      gap: 1rem;
      justify-content: center;
      margin: 2rem 0; }
    body .floor-plan-info .model-homes a,
    body .community-info .model-homes a,
    body .hero-community-info .model-homes a {
      font-size: 1rem;
      display: block;
      color: inherit;
      background: rgba(0, 0, 0, 0.1);
      padding: 1rem;
      border-radius: 3px;
      margin: 0 auto 1rem;
      width: 25rem;
      max-width: calc(100vw - 2rem); }
      body .floor-plan-info .model-homes a .model-home-label,
      body .community-info .model-homes a .model-home-label,
      body .hero-community-info .model-homes a .model-home-label {
        display: block;
        text-transform: uppercase;
        font-size: 0.7rem;
        /*opacity: 0.5;*/
        color: #a0d3e8;
        font-weight: 600; }
      body .floor-plan-info .model-homes a .lot-info,
      body .floor-plan-info .model-homes a .location-lot-info,
      body .community-info .model-homes a .lot-info,
      body .community-info .model-homes a .location-lot-info,
      body .hero-community-info .model-homes a .lot-info,
      body .hero-community-info .model-homes a .location-lot-info {
        opacity: 0.5; }
  body .community-info {
    font-size: 1rem; }
    body .community-info address,
    body .community-info p,
    body .community-info .hours,
    body .community-info .special-hours,
    body .community-info .hours-table,
    body .community-info .sales-address,
    body .community-info .pricing,
    body .community-info .team {
      font-size: 0.8rem; }
  body .floor-plan-testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; }
    @media only screen and (max-width: 40em) {
      body .floor-plan-testimonials .floor-plan-testimonials__testimonial:not(:first-child) {
        display: none; } }
    @media only screen and (min-width:40.0625em) {
      body .floor-plan-testimonials .floor-plan-testimonials__testimonial {
        flex: 1;
        max-width: calc(75% - 1rem); } }
  body .employee-card {
    text-align: center; }
    body .employee-card .employee-card__image {
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 0.5rem; }
      @media only screen and (max-width: 40em) {
        body .employee-card .employee-card__image {
          max-width: 4rem;
          margin-left: auto;
          margin-right: auto; } }
    body .employee-card .employee-card__data {
      font-size: 0.8rem; }
      body .employee-card .employee-card__data .employee-card__name,
      body .employee-card .employee-card__data strong {
        font-weight: bold;
        color: inherit; }
      body .employee-card .employee-card__data p {
        font-size: inherit; }
      body .employee-card .employee-card__data .employee-card__bio-link a {
        color: inherit;
        font-size: 0.7rem; }
  body .page-element-employee-card.team-hero .employee-card {
    background: #223347;
    color: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center; }
    @media only screen and (min-width:40.0625em) {
      body .page-element-employee-card.team-hero .employee-card {
        flex-direction: row; } }
    body .page-element-employee-card.team-hero .employee-card .employee-card__image {
      border-radius: 0;
      margin: 0; }
      @media only screen and (max-width: 40em) {
        body .page-element-employee-card.team-hero .employee-card .employee-card__image {
          width: 100%;
          max-width: 100%; }
          body .page-element-employee-card.team-hero .employee-card .employee-card__image img {
            width: 100%; } }
      @media only screen and (min-width:40.0625em) {
        body .page-element-employee-card.team-hero .employee-card .employee-card__image {
          width: 14rem;
          max-width: 14rem; } }
    body .page-element-employee-card.team-hero .employee-card .employee-card__content {
      text-align: left; }
      @media only screen and (max-width: 40em) {
        body .page-element-employee-card.team-hero .employee-card .employee-card__content {
          width: 100%; } }
      body .page-element-employee-card.team-hero .employee-card .employee-card__content strong {
        display: block;
        color: #fff;
        font-size: 2rem;
        line-height: 1.2; }
      body .page-element-employee-card.team-hero .employee-card .employee-card__content .employee-card__contact-controls {
        display: flex;
        gap: 1rem; }
        @media only screen and (max-width: 40em) {
          body .page-element-employee-card.team-hero .employee-card .employee-card__content .employee-card__contact-controls {
            justify-content: center; } }
        body .page-element-employee-card.team-hero .employee-card .employee-card__content .employee-card__contact-controls .employee-card__contact-control {
          margin-bottom: 0;
          font-size: 1rem; }
          @media only screen and (max-width: 40em) {
            body .page-element-employee-card.team-hero .employee-card .employee-card__content .employee-card__contact-controls .employee-card__contact-control {
              flex: 1; } }
  body .page-element-employee-card.team-hero .employee-card__bio {
    padding: 1rem 0; }
    body .page-element-employee-card.team-hero .employee-card__bio .employee-card__bio-images {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center; }
      body .page-element-employee-card.team-hero .employee-card__bio .employee-card__bio-images .employee-card__bio-image {
        width: 100%;
        flex: 1 31%;
        max-width: 20rem;
        overflow: hidden; }
        body .page-element-employee-card.team-hero .employee-card__bio .employee-card__bio-images .employee-card__bio-image img {
          width: 100%;
          height: auto; }
    body .page-element-employee-card.team-hero .employee-card__bio .employee-card__bio-text {
      padding: 1rem; }
  body .hero {
    justify-content: end;
    position: relative; }
    body .hero > .hero-image {
      height: 30vh;
      background-position: center bottom;
      background-size: cover; }
      @media only screen and (min-width:40.0625em) {
        body .hero > .hero-image {
          height: 50vh;
          margin-bottom: 10rem; } }
      @media only screen and (min-width:64.0625em) {
        body .hero > .hero-image {
          height: 60vh;
          margin-bottom: 7rem; } }
    body .hero > .hero-video video {
      height: calc(30vh + 1px);
      top: 0;
      transform: translateX(-50%); }
      @media only screen and (min-width:40.0625em) {
        body .hero > .hero-video video {
          height: 50vh;
          margin-bottom: 10rem; } }
      @media only screen and (min-width:64.0625em) {
        body .hero > .hero-video video {
          /*height: calc(100% - 2rem + 1px);
					top: calc(50% - 2rem);*/
          height: calc(100% - 7rem + 1px);
          top: calc(50% - 5rem + 8px);
          transform: translate(-50%, calc(-50% + 1rem)); } }
    @media only screen and (min-width:40.0625em) {
      body .hero:not([data-variant="alternate"]) > .hero-overlay {
        bottom: 10rem; } }
    @media only screen and (min-width:64.0625em) {
      body .hero:not([data-variant="alternate"]) > .hero-overlay {
        bottom: 7rem; } }
    body .hero > .hero-community-info,
    body .hero .community-info,
    body .hero .floor-plan-info {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 0.8rem;
      width: 100%; }
      body .hero > .hero-community-info:not(.style__text-color),
      body .hero .community-info:not(.style__text-color),
      body .hero .floor-plan-info:not(.style__text-color) {
        color: #fff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75); }
      @media only screen and (max-width: 40em) {
        body .hero > .hero-community-info,
        body .hero .community-info,
        body .hero .floor-plan-info {
          padding: 2rem; } }
      @media only screen and (min-width:40.0625em) {
        body .hero > .hero-community-info,
        body .hero .community-info,
        body .hero .floor-plan-info {
          width: fit-content;
          font-size: 1rem; } }
      body .hero > .hero-community-info .logo-image,
      body .hero .community-info .logo-image,
      body .hero .floor-plan-info .logo-image {
        max-height: none; }
      body .hero > .hero-community-info .button,
      body .hero .community-info .button,
      body .hero .floor-plan-info .button {
        text-shadow: none; }
      body .hero > .hero-community-info .community-info__name,
      body .hero .community-info .community-info__name,
      body .hero .floor-plan-info .community-info__name {
        font-size: 2.5rem;
        line-height: 1.2; }
    @media only screen and (min-width:40.0625em) {
      body .hero .floor-plan-info {
        width: 100%;
        max-width: 80rem; } }
    body .hero .floor-plan-info .floor-plan-info__name {
      font-size: 2rem;
      letter-spacing: 0.5rem;
      font-family: Raleway, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-transform: uppercase; }
      @media only screen and (min-width:64.0625em) {
        body .hero .floor-plan-info .floor-plan-info__name {
          font-size: 3rem;
          letter-spacing: 1rem; } }
    body .hero .floor-plan-info .floor-plan-info__type {
      font-size: 0.8rem;
      letter-spacing: 0.15rem;
      font-family: Raleway, sans-serif;
      line-height: 1;
      text-transform: uppercase; }
      @media only screen and (min-width:64.0625em) {
        body .hero .floor-plan-info .floor-plan-info__type {
          font-size: 1.0rem;
          letter-spacing: 0.25rem; } }
    body .hero .floor-plan-info .floor-plan-info__address {
      margin: -0.75rem 0 1rem;
      text-decoration: none; }
    body .hero .floor-plan-info .floor-plan-info__price .floor-plan-info__detail-value:not(:empty) {
      display: inline-block;
      border: 1px solid #a0d3e8;
      /*#adff2f;*/
      /*rgba(255,255,255,0.5);*/
      padding: 0.25rem 1rem;
      background: rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(10px);
      color: rgba(255, 255, 255, 0.8); }
      body .hero .floor-plan-info .floor-plan-info__price .floor-plan-info__detail-value:not(:empty) strong {
        color: #a0d3e8;
        /*#adff2f;*/
        /*#fff;*/ }
    body .hero .floor-plan-info .floor-plan-info__details {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      margin: 2rem 0 0; }
      @media only screen and (min-width:64.0625em) {
        body .hero .floor-plan-info .floor-plan-info__details {
          margin: 3rem 0;
          flex-wrap: nowrap; } }
      body .hero .floor-plan-info .floor-plan-info__details .floor-plan-info__detail {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 0.5rem;
        padding: 0 1rem;
        margin: 0.5rem 0;
        min-width: 50%;
        border: 1px solid transparent; }
        @media only screen and (min-width:40.0625em) {
          body .hero .floor-plan-info .floor-plan-info__details .floor-plan-info__detail {
            min-width: 0;
            margin: 0; } }
        @media only screen and (min-width:64.0625em) {
          body .hero .floor-plan-info .floor-plan-info__details .floor-plan-info__detail {
            padding: 0 3rem; } }
        @media only screen and (min-width:40.0625em) {
          body .hero .floor-plan-info .floor-plan-info__details .floor-plan-info__detail:not(:last-child) {
            border-right-color: #fff; } }
        body .hero .floor-plan-info .floor-plan-info__details .floor-plan-info__detail .floor-plan-info__detail-value:not(:empty) {
          font-size: 1rem;
          font-weight: bold;
          line-height: 1;
          text-transform: uppercase;
          white-space: nowrap; }
          @media only screen and (min-width:64.0625em) {
            body .hero .floor-plan-info .floor-plan-info__details .floor-plan-info__detail .floor-plan-info__detail-value:not(:empty) {
              font-size: 1.5rem; } }
        body .hero .floor-plan-info .floor-plan-info__details .floor-plan-info__detail .floor-plan-info__detail-label {
          font-size: 0.6rem;
          letter-spacing: 1px;
          font-family: Raleway, sans-serif;
          line-height: 1;
          text-transform: uppercase;
          white-space: nowrap; }
          @media only screen and (min-width:64.0625em) {
            body .hero .floor-plan-info .floor-plan-info__details .floor-plan-info__detail .floor-plan-info__detail-label {
              font-size: 1rem;
              letter-spacing: 0.15rem; } }
    body .hero .floor-plan-info .floor-plan-info__buttons {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-top: 2rem; }
      body .hero .floor-plan-info .floor-plan-info__buttons a.button {
        min-width: 10rem; }
        body .hero .floor-plan-info .floor-plan-info__buttons a.button.secondary {
          background-color: rgba(255, 255, 255, 0.9);
          color: #223347; }
          body .hero .floor-plan-info .floor-plan-info__buttons a.button.secondary:hover {
            background-color: white;
            color: #000; }
    body .hero > .hero-wrapper {
      max-width: 100vw;
      margin: 0 auto;
      padding: 1rem;
      position: relative;
      z-index: 2;
      background: #223347;
      color: rgba(255, 255, 255, 0.8); }
      @media only screen and (max-width: 40em) {
        body .hero > .hero-wrapper {
          width: 100vw; } }
      @media only screen and (min-width:40.0625em) {
        body .hero > .hero-wrapper {
          min-width: 40rem;
          max-width: 90vw;
          padding: 2rem;
          position: absolute;
          left: 50%;
          transform: translateX(-50%); } }
      @media only screen and (min-width:64.0625em) {
        body .hero > .hero-wrapper {
          max-width: 90vw;
          padding: 2rem 4rem; } }
      body .hero > .hero-wrapper > .hero-header:not(:empty) {
        text-wrap: balance; }
        body .hero > .hero-wrapper > .hero-header:not(:empty) h1 {
          font-size: 1.8rem;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 4px; }
          @media only screen and (min-width:40.0625em) {
            body .hero > .hero-wrapper > .hero-header:not(:empty) h1 {
              font-size: 2.5rem; } }
          @media only screen and (min-width:64.0625em) {
            body .hero > .hero-wrapper > .hero-header:not(:empty) h1 {
              white-space: nowrap; } }
        body .hero > .hero-wrapper > .hero-header:not(:empty) h2, body .hero > .hero-wrapper > .hero-header:not(:empty) h3, body .hero > .hero-wrapper > .hero-header:not(:empty) h4, body .hero > .hero-wrapper > .hero-header:not(:empty) h5, body .hero > .hero-wrapper > .hero-header:not(:empty) h6 {
          /*color: #fff;*/
          color: rgba(255, 255, 255, 0.8);
          font-size: 1.3rem;
          font-family: Open Sans, sans-serif;
          font-weight: 600; }
        body .hero > .hero-wrapper > .hero-header:not(:empty) p {
          max-width: 45rem;
          margin: 0 auto 1rem; }
      body .hero > .hero-wrapper > .hero-buttons:not(:empty) {
        display: flex;
        gap: 1rem;
        justify-content: center;
        padding-bottom: 1rem; }
        body .hero > .hero-wrapper > .hero-buttons:not(:empty) .button {
          -webkit-appearance: none;
          -moz-appearance: none;
          border-radius: 0;
          border-style: solid;
          border-width: 0;
          cursor: pointer;
          font-family: "Open Sans", sans-serif;
          font-weight: normal;
          line-height: normal;
          margin: 0 0 1.25rem;
          position: relative;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
          font-size: 0.8125rem;
          background-color: #d21d40;
          border-color: #a81733;
          color: #FFFFFF;
          transition: background-color 300ms ease-out;
          /* makes them all primary color */
          margin: 0; }
          body .hero > .hero-wrapper > .hero-buttons:not(:empty) .button:hover, body .hero > .hero-wrapper > .hero-buttons:not(:empty) .button:focus {
            background-color: #a81733; }
          body .hero > .hero-wrapper > .hero-buttons:not(:empty) .button:hover, body .hero > .hero-wrapper > .hero-buttons:not(:empty) .button:focus {
            color: #FFFFFF; }
      body .hero > .hero-wrapper > .hero-content {
        color: inherit; }
        body .hero > .hero-wrapper > .hero-content .page-element-div-block {
          margin: 1rem 0; }
          body .hero > .hero-wrapper > .hero-content .page-element-div-block .button {
            margin-bottom: 0.25rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem; }
        body .hero > .hero-wrapper > .hero-content a:not(.button) {
          color: #fff; }
        body .hero > .hero-wrapper > .hero-content .button:not([style].style__bg-color).secondary {
          background-color: rgba(255, 255, 255, 0.2);
          border: 1px solid;
          backdrop-filter: blur(10px); }
          body .hero > .hero-wrapper > .hero-content .button:not([style].style__bg-color).secondary:hover {
            background-color: rgba(255, 255, 255, 0.7); }
        body .hero > .hero-wrapper > .hero-content .button:not([style].style__text-color).secondary {
          color: #fff; }
          body .hero > .hero-wrapper > .hero-content .button:not([style].style__text-color).secondary:hover {
            color: #000; }
        body .hero > .hero-wrapper > .hero-content h1:not(.style__text-color), body .hero > .hero-wrapper > .hero-content h2:not(.style__text-color), body .hero > .hero-wrapper > .hero-content h3:not(.style__text-color), body .hero > .hero-wrapper > .hero-content h4:not(.style__text-color), body .hero > .hero-wrapper > .hero-content h5:not(.style__text-color), body .hero > .hero-wrapper > .hero-content h6:not(.style__text-color) {
          color: inherit; }
        body .hero > .hero-wrapper > .hero-content p {
          font-size: 0.8rem; }
          body .hero > .hero-wrapper > .hero-content p:not(.style__text-color) {
            color: inherit; }
      body .hero > .hero-wrapper > .hero-footer:not(:empty) {
        /*padding-bottom: 1rem;*/
        max-width: 45rem;
        margin: 0 auto; }
        @media only screen and (max-width: 40em) {
          body .hero > .hero-wrapper > .hero-footer:not(:empty) p {
            font-size: 0.8rem; } }
    body .hero[data-variant="alternate"] > .hero-image {
      margin-bottom: 0;
      height: 50vh;
      min-height: 25rem; }
    body .hero[data-variant="alternate"] > .hero-video video {
      margin-bottom: 0;
      /* override media queries here with important (or multiple @media rules) */
      top: 0 !important;
      height: 100% !important;
      transform: translateX(-50%) !important; }
    body .hero[data-variant="alternate"] > .hero-wrapper {
      max-width: 100%;
      width: 100%;
      position: static;
      transform: none;
      left: 0;
      padding: 0; }
      body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content {
        max-width: 80rem;
        margin: 0 auto; }
        body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content > .page-element-image {
          position: absolute;
          z-index: 2;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #fff;
          font-size: 0.8rem;
          width: 100%; }
          @media only screen and (max-width: 40em) {
            body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content > .page-element-image {
              padding: 2rem; } }
          @media only screen and (min-width:40.0625em) {
            body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content > .page-element-image {
              width: fit-content;
              font-size: 1rem; } }
          body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content > .page-element-image .logo-image {
            max-height: none; }
        body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-div-block {
          margin: 0; }
        body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-section-block .section-block__div {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center;
          gap: 0; }
          @media only screen and (max-width: 40em) {
            body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-section-block .section-block__div {
              flex-direction: column;
              padding: 1rem 0; } }
          @media only screen and (min-width:40.0625em) and (max-width:64em) {
            body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-section-block .section-block__div {
              flex-direction: row; } }
          @media only screen and (min-width:64.0625em) {
            body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-section-block .section-block__div {
              flex-direction: row; } }
          body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-section-block .section-block__div .button {
            flex-basis: 0;
            flex-grow: 1;
            border: none;
            background: transparent;
            color: rgba(255, 255, 255, 0.8);
            margin: 0;
            padding: 2rem 1rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: Raleway, sans-serif;
            font-size: 0.8rem;
            display: flex;
            align-items: center;
            justify-content: center; }
            body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-section-block .section-block__div .button:hover {
              color: #fff;
              background: #111a25; }
            body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-section-block .section-block__div .button.alert {
              background: #d21d40; }
              body .hero[data-variant="alternate"] > .hero-wrapper > .hero-content .page-element-section-block .section-block__div .button.alert:hover {
                background: #a51732; }
    body .hero[data-variant="alternate-2"]:not([style].style__bg-color) {
      background: #223347; }
    body .hero[data-variant="alternate-2"]:not([style].style__text-color) {
      color: #fff; }
    body .hero[data-variant="alternate-2"] > .hero-wrapper {
      background: inherit;
      color: inherit; }
      body .hero[data-variant="alternate-2"] > .hero-wrapper .hero-header {
        color: inherit; }
        body .hero[data-variant="alternate-2"] > .hero-wrapper .hero-header h1 {
          color: inherit; }
    @media only screen and (min-width:40.0625em) {
      body .hero[data-variant="alternate-2"] > .hero-image {
        margin-bottom: 0; }
      body .hero[data-variant="alternate-2"] > .hero-overlay {
        bottom: 0; }
      body .hero[data-variant="alternate-2"] > .hero-wrapper {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%); } }
    @media only screen and (min-width:64.0625em) {
      body .hero[data-variant="alternate-3"] > .hero-image {
        height: calc(100vh - 23rem);
        min-height: 35rem;
        margin-bottom: 8rem; } }
    @media only screen and (min-width:64.0625em) {
      body .hero[data-variant="alternate-3"] > .hero-video video {
        height: calc(100% - 7rem + 1px);
        top: calc(50% - 5rem + 8px); } }
    @media only screen and (max-width: 40em) {
      body .hero + .page-element-nav-bar {
        /*.nav-bar__link:not(.alert) {
                    display: none;
                }*/ }
        body .hero + .page-element-nav-bar .nav-bar__links {
          padding: 0; }
          body .hero + .page-element-nav-bar .nav-bar__links li {
            flex: 1; } }
    @media only screen and (max-width: 40em) {
      body .hero + .page-element-map {
        margin-top: 0; }
        body .hero + .page-element-map .map__header {
          margin-top: 1rem; } }
  body .page-element-employee-team {
    background: #223347;
    color: rgba(255, 255, 255, 0.8);
    padding: 2rem 1rem; }
    body .page-element-employee-team .employee-team__wrapper {
      max-width: 80rem;
      margin: 0 auto;
      gap: 2rem; }
      body .page-element-employee-team .employee-team__wrapper h1, body .page-element-employee-team .employee-team__wrapper h2, body .page-element-employee-team .employee-team__wrapper h3, body .page-element-employee-team .employee-team__wrapper h4, body .page-element-employee-team .employee-team__wrapper h5, body .page-element-employee-team .employee-team__wrapper h6 {
        color: inherit; }
      @media only screen and (max-width: 40em) {
        body .page-element-employee-team .employee-team__wrapper p {
          font-size: 0.8rem; } }
    body .page-element-employee-team.team-csms {
      padding: 0;
      white-space: nowrap; }
      body .page-element-employee-team.team-csms .employee-team__wrapper .employee-team__cards {
        flex-wrap: nowrap; }
  body .page-element-community-siteplan.max-width .siteplan {
    background: #223347; }
    body .page-element-community-siteplan.max-width .siteplan .siteplan__image {
      max-width: 80rem;
      margin: 0 auto; }
  body .page-element-community-siteplan .disclaimer {
    padding: 1rem;
    font-size: 0.8rem;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0; }
  body .page-element-map:not(.compact) {
    margin: 1rem 0; }
    @media only screen and (min-width:40.0625em) and (max-width:64em) {
      body .page-element-map:not(.compact) {
        margin: 2rem 0; } }
    @media only screen and (min-width:64.0625em) {
      body .page-element-map:not(.compact) {
        margin: 4rem 0; } }
  body .page-element-map .map__header {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-wrap: balance; }
  body .page-element-map .map__content {
    max-width: 80rem;
    margin: 0 auto; }
    body .page-element-map .map__content .map__content__map .map__content__locations__location__content {
      max-width: 12rem; }
      body .page-element-map .map__content .map__content__map .map__content__locations__location__content p:last-child::after {
        display: block;
        content: "learn more";
        font-size: 0.7rem;
        color: #d21d40; }
    body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div,
    body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div > a {
      display: flex;
      flex-direction: column;
      max-width: 30rem;
      gap: 1rem; }
      @media only screen and (min-width:40.0625em) {
        body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div,
        body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div > a {
          flex-direction: row; } }
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div > *,
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div > a > * {
        flex: 1; }
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div .location .offsite-sales-label,
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div > a .location .offsite-sales-label {
        font-size: 1rem;
        display: block; }
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div .location-details *,
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div > a .location-details * {
        min-height: 0; }
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div .location-details p,
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div > a .location-details p {
        line-height: 1.2;
        margin-top: 0.25rem; }
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div .location-event,
      body .page-element-map .map__content .map__content__map .gm-style .gm-style-iw-d > div > a .location-event {
        display: none !important; }
    @media only screen and (max-width: 40em) {
      body .page-element-map .map__content .map__content__map .gm-style .location-image {
        display: none; } }
    @media only screen and (min-width:40.0625em) {
      body .page-element-map .map__content .map__content__map .gm-style .location-image {
        max-width: 12rem; } }
    body .page-element-map .map__content .map__content__map .gm-style .location-image img {
      width: 100%; }
    body .page-element-map .map__content .map__content__map .gm-style .location-details h3 {
      font-size: 1.2rem;
      margin: 0; }
    body .page-element-map .map__content .map__content__map .gm-style .location-details p {
      font-size: 0.8rem;
      margin-bottom: 0; }
      body .page-element-map .map__content .map__content__map .gm-style .location-details p:last-child::after {
        display: block;
        content: "learn more";
        font-size: 0.7rem;
        color: #d21d40; }
    body .page-element-map .map__content .map__content__locations {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem; }
      body .page-element-map .map__content .map__content__locations .map__content__locations__location {
        /*flex: 1 0 48%;
                    max-width: calc(50% - 0.5rem);*/
        padding: 0;
        background: #edeeef;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center; }
        @media only screen and (min-width:40.0625em) {
          body .page-element-map .map__content .map__content__locations .map__content__locations__location {
            flex: 1 0 31%;
            max-width: calc(33% - 0.5rem); }
            body .page-element-map .map__content .map__content__locations .map__content__locations__location:hover {
              box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.5);
              transform: translate3d(0, -2px, 0);
              transition: all 0.1s ease-out; } }
        @media only screen and (min-width:64.0625em) {
          body .page-element-map .map__content .map__content__locations .map__content__locations__location {
            /*flex: 1 0 17%;
                        max-width: calc(19.5% - 0.5rem);*/
            flex: 1 0 24%;
            max-width: calc(25% - 0.5rem); } }
        body .page-element-map .map__content .map__content__locations .map__content__locations__location .special-hours > span {
          background: transparent;
          padding: 0;
          margin: 0;
          color: #d21d40;
          border: none; }
      @media only screen and (max-width: 40em) {
        body .page-element-map .map__content .map__content__locations[data-type="communities"] .map__content__locations__location, body .page-element-map .map__content .map__content__locations[data-type="model-homes"] .map__content__locations__location, body .page-element-map .map__content .map__content__locations[data-type="spec-homes"] .map__content__locations__location {
          flex: 1 0 48%;
          max-width: calc(50% - 0.5rem); }
          body .page-element-map .map__content .map__content__locations[data-type="communities"] .map__content__locations__location .location-details h3, body .page-element-map .map__content .map__content__locations[data-type="model-homes"] .map__content__locations__location .location-details h3, body .page-element-map .map__content .map__content__locations[data-type="spec-homes"] .map__content__locations__location .location-details h3 {
            font-size: 1rem;
            line-height: 1.2;
            margin-bottom: 0.25rem; }
          body .page-element-map .map__content .map__content__locations[data-type="communities"] .map__content__locations__location .location-details .short_description, body .page-element-map .map__content .map__content__locations[data-type="model-homes"] .map__content__locations__location .location-details .short_description, body .page-element-map .map__content .map__content__locations[data-type="spec-homes"] .map__content__locations__location .location-details .short_description {
            margin-top: 0.5rem; } }
      @media only screen {
        body .page-element-map .map__content .map__content__locations[data-type="communities"] .map__content__locations__location.is-build-on-your-lot, body .page-element-map .map__content .map__content__locations[data-type="model-homes"] .map__content__locations__location.is-build-on-your-lot, body .page-element-map .map__content .map__content__locations[data-type="spec-homes"] .map__content__locations__location.is-build-on-your-lot {
          width: 100%;
          max-width: 100%;
          flex: 0 1 auto;
          padding: 1rem;
          background: rgba(0, 147, 255, 0.1); }
          body .page-element-map .map__content .map__content__locations[data-type="communities"] .map__content__locations__location.is-build-on-your-lot .location-image, body .page-element-map .map__content .map__content__locations[data-type="model-homes"] .map__content__locations__location.is-build-on-your-lot .location-image, body .page-element-map .map__content .map__content__locations[data-type="spec-homes"] .map__content__locations__location.is-build-on-your-lot .location-image {
            display: none; }
          body .page-element-map .map__content .map__content__locations[data-type="communities"] .map__content__locations__location.is-build-on-your-lot .location-details, body .page-element-map .map__content .map__content__locations[data-type="model-homes"] .map__content__locations__location.is-build-on-your-lot .location-details, body .page-element-map .map__content .map__content__locations[data-type="spec-homes"] .map__content__locations__location.is-build-on-your-lot .location-details {
            text-align: center;
            padding: 0; }
            body .page-element-map .map__content .map__content__locations[data-type="communities"] .map__content__locations__location.is-build-on-your-lot .location-details address,
            body .page-element-map .map__content .map__content__locations[data-type="communities"] .map__content__locations__location.is-build-on-your-lot .location-details .location-tags, body .page-element-map .map__content .map__content__locations[data-type="model-homes"] .map__content__locations__location.is-build-on-your-lot .location-details address,
            body .page-element-map .map__content .map__content__locations[data-type="model-homes"] .map__content__locations__location.is-build-on-your-lot .location-details .location-tags, body .page-element-map .map__content .map__content__locations[data-type="spec-homes"] .map__content__locations__location.is-build-on-your-lot .location-details address,
            body .page-element-map .map__content .map__content__locations[data-type="spec-homes"] .map__content__locations__location.is-build-on-your-lot .location-details .location-tags {
              display: none; } }
    body .page-element-map .map__content .map__content__locations__location,
    body .page-element-map .map__content .map__content__locations__location__content {
      color: inherit;
      display: flex;
      flex-direction: column;
      gap: 0.5rem; }
      body .page-element-map .map__content .map__content__locations__location img,
      body .page-element-map .map__content .map__content__locations__location__content img {
        width: 100%;
        height: auto; }
      body .page-element-map .map__content .map__content__locations__location > *,
      body .page-element-map .map__content .map__content__locations__location__content > * {
        padding: 0 1rem;
        font-size: 0.8rem; }
        body .page-element-map .map__content .map__content__locations__location > *:last-child,
        body .page-element-map .map__content .map__content__locations__location__content > *:last-child {
          padding-bottom: 1rem; }
      body .page-element-map .map__content .map__content__locations__location .location-image,
      body .page-element-map .map__content .map__content__locations__location__content .location-image {
        padding: 0; }
      body .page-element-map .map__content .map__content__locations__location .location-tags,
      body .page-element-map .map__content .map__content__locations__location__content .location-tags {
        margin: 0 -1rem;
        min-height: 1rem; }
      body .page-element-map .map__content .map__content__locations__location .location-pricing:not(:empty),
      body .page-element-map .map__content .map__content__locations__location__content .location-pricing:not(:empty) {
        margin: 0.5rem 0;
        color: rgba(0, 0, 0, 0.7); }
      body .page-element-map .map__content .map__content__locations__location .location-details,
      body .page-element-map .map__content .map__content__locations__location__content .location-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        text-align: left;
        /*gap: 0.5rem;*/
        /*justify-content: space-between;*/ }
      body .page-element-map .map__content .map__content__locations__location .location-info address,
      body .page-element-map .map__content .map__content__locations__location__content .location-info address {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 0.5rem;
        margin-top: 0.5rem;
        font-weight: bold; }
      body .page-element-map .map__content .map__content__locations__location .location-lot-info,
      body .page-element-map .map__content .map__content__locations__location__content .location-lot-info {
        opacity: 0.5;
        font-weight: normal;
        font-size: 0.9rem;
        margin-bottom: 0.25rem; }
      body .page-element-map .map__content .map__content__locations__location h3,
      body .page-element-map .map__content .map__content__locations__location__content h3 {
        font-size: 1.2rem;
        line-height: 1.2;
        font-weight: 800;
        margin-bottom: 0; }
      body .page-element-map .map__content .map__content__locations__location address,
      body .page-element-map .map__content .map__content__locations__location .hours,
      body .page-element-map .map__content .map__content__locations__location__content address,
      body .page-element-map .map__content .map__content__locations__location__content .hours {
        font-size: 0.7rem;
        font-style: normal;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 0.1rem; }
      body .page-element-map .map__content .map__content__locations__location p,
      body .page-element-map .map__content .map__content__locations__location__content p {
        font-size: 0.8rem;
        font-style: normal;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 0;
        min-height: 1.5rem; }
      body .page-element-map .map__content .map__content__locations__location .location-event,
      body .page-element-map .map__content .map__content__locations__location__content .location-event {
        font-size: 0.7rem;
        background: rgba(255, 223, 0, 0.5);
        /*rgba(160, 211, 232, 0.5);*/
        padding: 0.5rem 1rem;
        text-align: left;
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25) inset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (min-width:64.0625em) {
          body .page-element-map .map__content .map__content__locations__location .location-event,
          body .page-element-map .map__content .map__content__locations__location__content .location-event {
            flex-direction: row;
            gap: 1rem; } }
        body .page-element-map .map__content .map__content__locations__location .location-event .event-text,
        body .page-element-map .map__content .map__content__locations__location__content .location-event .event-text {
          font-weight: bold; }
        @media only screen and (max-width: 40em) {
          body .page-element-map .map__content .map__content__locations__location .location-event .event-action,
          body .page-element-map .map__content .map__content__locations__location__content .location-event .event-action {
            display: none; } }
        @media only screen and (min-width:40.0625em) and (max-width:64em) {
          body .page-element-map .map__content .map__content__locations__location .location-event .event-action,
          body .page-element-map .map__content .map__content__locations__location__content .location-event .event-action {
            display: none; } }
        body .page-element-map .map__content .map__content__locations__location .location-event .event-action .button,
        body .page-element-map .map__content .map__content__locations__location__content .location-event .event-action .button {
          margin: 0;
          padding: 0.25rem 0.6rem;
          white-space: nowrap;
          background: rgba(255, 255, 255, 0.35);
          color: inherit; }
        body .page-element-map .map__content .map__content__locations__location .location-event.location-promotion,
        body .page-element-map .map__content .map__content__locations__location__content .location-event.location-promotion {
          background: #d21d40;
          color: #fff; }
        body .page-element-map .map__content .map__content__locations__location .location-event.location-model,
        body .page-element-map .map__content .map__content__locations__location__content .location-event.location-model {
          background: rgba(160, 211, 232, 0.5); }
  body .page-element-map.show-area, body .page-element-map.show-models {
    background: #223347;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.5); }
    body .page-element-map.show-area .map__content, body .page-element-map.show-models .map__content {
      max-width: 100%; }
      body .page-element-map.show-area .map__content .map__content__locations, body .page-element-map.show-models .map__content .map__content__locations {
        color: rgba(255, 255, 255, 0.8); }
        @media only screen and (min-width:40.0625em) {
          body .page-element-map.show-area .map__content .map__content__locations, body .page-element-map.show-models .map__content .map__content__locations {
            padding: 2rem; } }
        @media only screen and (min-width:64.0625em) {
          body .page-element-map.show-area .map__content .map__content__locations, body .page-element-map.show-models .map__content .map__content__locations {
            min-width: 20rem;
            /*25vw;*/ } }
        body .page-element-map.show-area .map__content .map__content__locations h2, body .page-element-map.show-models .map__content .map__content__locations h2 {
          font-size: 1.5rem;
          font-weight: bold;
          margin-bottom: 1rem;
          color: #fff; }
        body .page-element-map.show-area .map__content .map__content__locations .community-explore-location-text, body .page-element-map.show-models .map__content .map__content__locations .community-explore-location-text {
          font-size: 0.8rem; }
          body .page-element-map.show-area .map__content .map__content__locations .community-explore-location-text a, body .page-element-map.show-models .map__content .map__content__locations .community-explore-location-text a {
            color: inherit;
            text-decoration: underline; }
          body .page-element-map.show-area .map__content .map__content__locations .community-explore-location-text strong, body .page-element-map.show-models .map__content .map__content__locations .community-explore-location-text strong {
            color: #fff; }
        body .page-element-map.show-area .map__content .map__content__locations ul li, body .page-element-map.show-models .map__content .map__content__locations ul li {
          font-size: 0.8rem; }
          body .page-element-map.show-area .map__content .map__content__locations ul li.active span, body .page-element-map.show-models .map__content .map__content__locations ul li.active span {
            background: #d21d40;
            color: #fff; }
  body .page-element-map.show-area .map__content {
    position: relative; }
    @media only screen and (min-width:40.0625em) {
      body .page-element-map.show-area .map__content .map__content__locations {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(34, 51, 71, 0.5);
        backdrop-filter: blur(10px); } }
  @media only screen and (min-width:40.0625em) and (max-width:64em) {
    body .page-element-map.show-models .map__content {
      flex-direction: column-reverse; } }
  @media only screen and (min-width:40.0625em) and (max-width:64em) {
    body .page-element-map.show-models .map__content .map__content__locations {
      max-width: 100%;
      align-items: center; } }
  body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
    @media only screen and (min-width:40.0625em) and (max-width:64em) {
      body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards {
        width: 100%; } }
    @media only screen and (min-width:64.0625em) {
      body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards {
        flex-direction: column; } }
    body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location {
      width: 100%;
      max-width: calc(50% - 0.5rem);
      background: rgba(0, 0, 0, 0.2);
      padding: 0;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width:40.0625em) and (max-width:64em) {
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location {
          flex: 1 0 48%; } }
      @media only screen and (min-width:64.0625em) {
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location {
          max-width: 100%; } }
      @media only screen and (min-width:64.0625em) {
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location {
          flex-direction: row;
          align-items: center;
          gap: 1rem; } }
      body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location:hover {
        box-shadow: none;
        transform: none; }
      body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-image {
        width: 100%; }
        @media only screen and (min-width:64.0625em) {
          body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-image {
            /*max-width: 45%;*/
            max-width: 13rem; } }
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-image img {
          margin-bottom: 0; }
      body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details {
        text-align: left;
        color: inherit;
        font-size: 0.8rem;
        flex-grow: 1;
        margin-bottom: 0;
        padding-bottom: 0; }
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details h3 {
          color: inherit;
          font-size: 1rem;
          font-weight: bold;
          margin-bottom: 0.5rem; }
          body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details h3 .location-community {
            display: inline-block; }
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .location-tags {
          margin: 0 -1rem; }
          body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .location-tags .tag {
            background: rgba(255, 255, 255, 0.2); }
            body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .location-tags .tag[data-tag="Model Sold"] {
              background: yellow;
              color: #000; }
            body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .location-tags .tag[data-tag="Model Home"] {
              display: none; }
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .location-pricing {
          margin: 0.5rem 0;
          color: inherit;
          opacity: 0.7; }
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .location-info {
          display: flex;
          flex-direction: column;
          gap: 1rem; }
          @media only screen and (min-width:64.0625em) {
            body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .location-info {
              flex-direction: row; } }
          body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .location-info > * {
            flex: 1; }
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details address {
          margin-top: 0;
          padding-top: 0;
          border-top: none;
          color: inherit;
          font-size: inherit; }
        body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .hours {
          color: inherit; }
          body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .hours .special-hours > span {
            color: yellow;
            margin: 0; }
            body .page-element-map.show-models .map__content .map__content__locations .map__content__locations__cards .map__content__locations__location .location-details .hours .special-hours > span span {
              display: none; }
  body .page-element-promotion + .page-element-floor-plan-cards {
    padding-top: 0; }
  body .page-element-promotion .promotion__option__label {
    font-size: 0.8rem;
    color: #d21d40;
    letter-spacing: 1px;
    margin-bottom: 0.5rem; }
  body .page-element-promotion .promotion__heading .promotion__title {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 2.5rem 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 5px; }
  body .page-element-promotion.promotion--external {
    /* frame both sides as equal cards with matching padding so the labels line up */
    /* balance the Option B card's content with the taller Option A side */ }
    body .page-element-promotion.promotion--external .promotion__option--a,
    body .page-element-promotion.promotion--external .promotion__option--b {
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 0.5rem; }
      @media only screen and (min-width:40.0625em) {
        body .page-element-promotion.promotion--external .promotion__option--a,
        body .page-element-promotion.promotion--external .promotion__option--b {
          padding: 2rem; } }
    body .page-element-promotion.promotion--external .promotion__option--b .promotion__bonus {
      gap: 1rem; }
      body .page-element-promotion.promotion--external .promotion__option--b .promotion__bonus h3 {
        font-size: 2rem;
        color: #d21d40; }
      body .page-element-promotion.promotion--external .promotion__option--b .promotion__bonus h5 {
        font-size: 1.2rem;
        line-height: 1.4; }
  body .page-element-floor-plan-cards,
  body .page-element-community-cards,
  body .page-element-division-cards,
  body .page-element-lot-info .lot-details--floor-plans {
    padding: 2rem 0;
    margin: 0;
    text-wrap: balance;
    /* Columns override (per-instance "Columns" option): switch the card container to a fixed grid. */
    /* Compact (per-instance "Compact Cards" option): tighter cards for narrow contexts (Lot Works panel, etc.). */ }
    body .page-element-floor-plan-cards header,
    body .page-element-community-cards header,
    body .page-element-division-cards header,
    body .page-element-lot-info .lot-details--floor-plans header {
      padding: 1rem 0;
      max-width: 80rem;
      margin: 0 auto; }
      body .page-element-floor-plan-cards header h2,
      body .page-element-community-cards header h2,
      body .page-element-division-cards header h2,
      body .page-element-lot-info .lot-details--floor-plans header h2 {
        font-weight: bold;
        color: inherit; }
    body .page-element-floor-plan-cards .floor-plan-cards__content,
    body .page-element-floor-plan-cards .floor-plan-cards__header__model-homes,
    body .page-element-floor-plan-cards .community-cards__content,
    body .page-element-floor-plan-cards .division-cards__content,
    body .page-element-community-cards .floor-plan-cards__content,
    body .page-element-community-cards .floor-plan-cards__header__model-homes,
    body .page-element-community-cards .community-cards__content,
    body .page-element-community-cards .division-cards__content,
    body .page-element-division-cards .floor-plan-cards__content,
    body .page-element-division-cards .floor-plan-cards__header__model-homes,
    body .page-element-division-cards .community-cards__content,
    body .page-element-division-cards .division-cards__content,
    body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content,
    body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__header__model-homes,
    body .page-element-lot-info .lot-details--floor-plans .community-cards__content,
    body .page-element-lot-info .lot-details--floor-plans .division-cards__content {
      max-width: 80rem;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem; }
    body .page-element-floor-plan-cards .floor-plan-cards__content[style*="--fp-columns"],
    body .page-element-community-cards .floor-plan-cards__content[style*="--fp-columns"],
    body .page-element-division-cards .floor-plan-cards__content[style*="--fp-columns"],
    body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content[style*="--fp-columns"] {
      display: grid;
      grid-template-columns: repeat(var(--fp-columns), minmax(0, 1fr)); }
      body .page-element-floor-plan-cards .floor-plan-cards__content[style*="--fp-columns"] .floor-plan-cards__content__card,
      body .page-element-community-cards .floor-plan-cards__content[style*="--fp-columns"] .floor-plan-cards__content__card,
      body .page-element-division-cards .floor-plan-cards__content[style*="--fp-columns"] .floor-plan-cards__content__card,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content[style*="--fp-columns"] .floor-plan-cards__content__card {
        max-width: none; }
    body .page-element-floor-plan-cards .floor-plan-cards__content__card.is-compact h3,
    body .page-element-community-cards .floor-plan-cards__content__card.is-compact h3,
    body .page-element-division-cards .floor-plan-cards__content__card.is-compact h3,
    body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.is-compact h3 {
      font-size: 0.9rem; }
    body .page-element-floor-plan-cards .floor-plan-cards__content__card.is-compact .floor-plan-data,
    body .page-element-community-cards .floor-plan-cards__content__card.is-compact .floor-plan-data,
    body .page-element-division-cards .floor-plan-cards__content__card.is-compact .floor-plan-data,
    body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.is-compact .floor-plan-data {
      font-size: 0.75rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card.is-compact .floor-plan-data .floor-plan-data__label,
      body .page-element-community-cards .floor-plan-cards__content__card.is-compact .floor-plan-data .floor-plan-data__label,
      body .page-element-division-cards .floor-plan-cards__content__card.is-compact .floor-plan-data .floor-plan-data__label,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.is-compact .floor-plan-data .floor-plan-data__label {
        font-size: 0.7rem; }
    body .page-element-floor-plan-cards .floor-plan-cards__header__model-homes:not(:empty),
    body .page-element-community-cards .floor-plan-cards__header__model-homes:not(:empty),
    body .page-element-division-cards .floor-plan-cards__header__model-homes:not(:empty),
    body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__header__model-homes:not(:empty) {
      margin-bottom: 2rem; }
    body .page-element-floor-plan-cards .floor-plan-cards__header__spec-homes:not(:empty),
    body .page-element-community-cards .floor-plan-cards__header__spec-homes:not(:empty),
    body .page-element-division-cards .floor-plan-cards__header__spec-homes:not(:empty),
    body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__header__spec-homes:not(:empty) {
      display: flex;
      justify-content: center; }
      body .page-element-floor-plan-cards .floor-plan-cards__header__spec-homes:not(:empty) .floor-plan-cards__content__card a > *:last-child:not(:empty),
      body .page-element-community-cards .floor-plan-cards__header__spec-homes:not(:empty) .floor-plan-cards__content__card a > *:last-child:not(:empty),
      body .page-element-division-cards .floor-plan-cards__header__spec-homes:not(:empty) .floor-plan-cards__content__card a > *:last-child:not(:empty),
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__header__spec-homes:not(:empty) .floor-plan-cards__content__card a > *:last-child:not(:empty) {
        margin-bottom: 0; }
    body .page-element-floor-plan-cards .floor-plan-cards__content__card,
    body .page-element-floor-plan-cards .community-cards__content__card,
    body .page-element-floor-plan-cards .division-cards__content__card,
    body .page-element-community-cards .floor-plan-cards__content__card,
    body .page-element-community-cards .community-cards__content__card,
    body .page-element-community-cards .division-cards__content__card,
    body .page-element-division-cards .floor-plan-cards__content__card,
    body .page-element-division-cards .community-cards__content__card,
    body .page-element-division-cards .division-cards__content__card,
    body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card,
    body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card,
    body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card {
      padding: 0;
      /* 1rem; */
      background: #edeeef;
      border: 1px solid rgba(0, 0, 0, 0.1);
      text-align: left;
      /*flex: 1 0 48%;
            max-width: calc(50% - 0.5rem);*/
      /*@media only screen and (min-width:64.0625em) {
                flex: 1 0 17%;
                max-width: calc(19.5% - 0.5rem);
            }*/ }
      @media only screen and (min-width:40.0625em) {
        body .page-element-floor-plan-cards .floor-plan-cards__content__card,
        body .page-element-floor-plan-cards .community-cards__content__card,
        body .page-element-floor-plan-cards .division-cards__content__card,
        body .page-element-community-cards .floor-plan-cards__content__card,
        body .page-element-community-cards .community-cards__content__card,
        body .page-element-community-cards .division-cards__content__card,
        body .page-element-division-cards .floor-plan-cards__content__card,
        body .page-element-division-cards .community-cards__content__card,
        body .page-element-division-cards .division-cards__content__card,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card {
          flex: 1 0 31%;
          max-width: calc(33% - 0.5rem); }
          body .page-element-floor-plan-cards .floor-plan-cards__content__card:not(.show-more):hover,
          body .page-element-floor-plan-cards .community-cards__content__card:not(.show-more):hover,
          body .page-element-floor-plan-cards .division-cards__content__card:not(.show-more):hover,
          body .page-element-community-cards .floor-plan-cards__content__card:not(.show-more):hover,
          body .page-element-community-cards .community-cards__content__card:not(.show-more):hover,
          body .page-element-community-cards .division-cards__content__card:not(.show-more):hover,
          body .page-element-division-cards .floor-plan-cards__content__card:not(.show-more):hover,
          body .page-element-division-cards .community-cards__content__card:not(.show-more):hover,
          body .page-element-division-cards .division-cards__content__card:not(.show-more):hover,
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card:not(.show-more):hover,
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card:not(.show-more):hover,
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card:not(.show-more):hover {
            box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.5);
            transform: translate3d(0, -2px, 0);
            transition: all 0.1s ease-out; } }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card a,
      body .page-element-floor-plan-cards .community-cards__content__card a,
      body .page-element-floor-plan-cards .division-cards__content__card a,
      body .page-element-community-cards .floor-plan-cards__content__card a,
      body .page-element-community-cards .community-cards__content__card a,
      body .page-element-community-cards .division-cards__content__card a,
      body .page-element-division-cards .floor-plan-cards__content__card a,
      body .page-element-division-cards .community-cards__content__card a,
      body .page-element-division-cards .division-cards__content__card a,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card a,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card a,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card a {
        display: block;
        color: inherit; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card a > *:last-child:not(:empty),
        body .page-element-floor-plan-cards .community-cards__content__card a > *:last-child:not(:empty),
        body .page-element-floor-plan-cards .division-cards__content__card a > *:last-child:not(:empty),
        body .page-element-community-cards .floor-plan-cards__content__card a > *:last-child:not(:empty),
        body .page-element-community-cards .community-cards__content__card a > *:last-child:not(:empty),
        body .page-element-community-cards .division-cards__content__card a > *:last-child:not(:empty),
        body .page-element-division-cards .floor-plan-cards__content__card a > *:last-child:not(:empty),
        body .page-element-division-cards .community-cards__content__card a > *:last-child:not(:empty),
        body .page-element-division-cards .division-cards__content__card a > *:last-child:not(:empty),
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card a > *:last-child:not(:empty),
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card a > *:last-child:not(:empty),
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card a > *:last-child:not(:empty) {
          margin-bottom: 1rem; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-floor-plan-cards .community-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-floor-plan-cards .division-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-community-cards .floor-plan-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-community-cards .community-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-community-cards .division-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-division-cards .floor-plan-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-division-cards .community-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-division-cards .division-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card a:hover .card--image .card--tags .tag.label,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card a:hover .card--image .card--tags .tag.label {
          padding-bottom: 0.2rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card img,
      body .page-element-floor-plan-cards .community-cards__content__card img,
      body .page-element-floor-plan-cards .division-cards__content__card img,
      body .page-element-community-cards .floor-plan-cards__content__card img,
      body .page-element-community-cards .community-cards__content__card img,
      body .page-element-community-cards .division-cards__content__card img,
      body .page-element-division-cards .floor-plan-cards__content__card img,
      body .page-element-division-cards .community-cards__content__card img,
      body .page-element-division-cards .division-cards__content__card img,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card img,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card img,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card img {
        margin-bottom: 0.5rem;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #fff; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--image,
      body .page-element-floor-plan-cards .community-cards__content__card .card--image,
      body .page-element-floor-plan-cards .division-cards__content__card .card--image,
      body .page-element-community-cards .floor-plan-cards__content__card .card--image,
      body .page-element-community-cards .community-cards__content__card .card--image,
      body .page-element-community-cards .division-cards__content__card .card--image,
      body .page-element-division-cards .floor-plan-cards__content__card .card--image,
      body .page-element-division-cards .community-cards__content__card .card--image,
      body .page-element-division-cards .division-cards__content__card .card--image,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--image,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--image,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--image {
        position: relative;
        /* anchor the absolutely-positioned .card--tags (the base element SCSS also sets this, but it isn't loaded in the Lot Works panel) */
        margin-bottom: 0.5rem; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--image img,
        body .page-element-floor-plan-cards .community-cards__content__card .card--image img,
        body .page-element-floor-plan-cards .division-cards__content__card .card--image img,
        body .page-element-community-cards .floor-plan-cards__content__card .card--image img,
        body .page-element-community-cards .community-cards__content__card .card--image img,
        body .page-element-community-cards .division-cards__content__card .card--image img,
        body .page-element-division-cards .floor-plan-cards__content__card .card--image img,
        body .page-element-division-cards .community-cards__content__card .card--image img,
        body .page-element-division-cards .division-cards__content__card .card--image img,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--image img,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--image img,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--image img {
          margin-bottom: 0; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--image .card--tags,
        body .page-element-floor-plan-cards .community-cards__content__card .card--image .card--tags,
        body .page-element-floor-plan-cards .division-cards__content__card .card--image .card--tags,
        body .page-element-community-cards .floor-plan-cards__content__card .card--image .card--tags,
        body .page-element-community-cards .community-cards__content__card .card--image .card--tags,
        body .page-element-community-cards .division-cards__content__card .card--image .card--tags,
        body .page-element-division-cards .floor-plan-cards__content__card .card--image .card--tags,
        body .page-element-division-cards .community-cards__content__card .card--image .card--tags,
        body .page-element-division-cards .division-cards__content__card .card--image .card--tags,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--image .card--tags,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--image .card--tags,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--image .card--tags {
          position: absolute;
          top: auto;
          bottom: 0;
          gap: 0.5rem;
          padding: 0 1rem; }
          body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-floor-plan-cards .community-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-floor-plan-cards .division-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-community-cards .floor-plan-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-community-cards .community-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-community-cards .division-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-division-cards .floor-plan-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-division-cards .community-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-division-cards .division-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--image .card--tags .tag.label,
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--image .card--tags .tag.label {
            color: #223347;
            background: #edeeef;
            border-radius: 2px 2px 0 0;
            font-weight: 600;
            transition: all 0.2s;
            padding-top: 0.2rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--label,
      body .page-element-floor-plan-cards .community-cards__content__card .card--label,
      body .page-element-floor-plan-cards .division-cards__content__card .card--label,
      body .page-element-community-cards .floor-plan-cards__content__card .card--label,
      body .page-element-community-cards .community-cards__content__card .card--label,
      body .page-element-community-cards .division-cards__content__card .card--label,
      body .page-element-division-cards .floor-plan-cards__content__card .card--label,
      body .page-element-division-cards .community-cards__content__card .card--label,
      body .page-element-division-cards .division-cards__content__card .card--label,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--label,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--label,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--label {
        min-height: 1.5rem; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"], body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"], body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-floor-plan-cards .community-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-floor-plan-cards .community-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-floor-plan-cards .community-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-floor-plan-cards .division-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-floor-plan-cards .division-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-floor-plan-cards .division-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-community-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-community-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-community-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-community-cards .community-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-community-cards .community-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-community-cards .community-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-community-cards .division-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-community-cards .division-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-community-cards .division-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-division-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-division-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-division-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-division-cards .community-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-division-cards .community-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-division-cards .community-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-division-cards .division-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-division-cards .division-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-division-cards .division-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"],
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--label .tag.label[data-tag="Not available in Overlook"],
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--label .tag.label[data-tag="Perimeter Homesites"],
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--label .tag.label[data-tag="Interior Homesites"] {
          background: rgba(0, 0, 0, 0.1); }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-floor-plan-cards .community-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-floor-plan-cards .division-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-community-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-community-cards .community-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-community-cards .division-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-division-cards .floor-plan-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-division-cards .community-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-division-cards .division-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .card--label .tag.label[data-tag*="Echelon"],
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .card--label .tag.label[data-tag*="Echelon"] {
          background: #223347;
          color: #fff; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card h3,
      body .page-element-floor-plan-cards .community-cards__content__card h3,
      body .page-element-floor-plan-cards .division-cards__content__card h3,
      body .page-element-community-cards .floor-plan-cards__content__card h3,
      body .page-element-community-cards .community-cards__content__card h3,
      body .page-element-community-cards .division-cards__content__card h3,
      body .page-element-division-cards .floor-plan-cards__content__card h3,
      body .page-element-division-cards .community-cards__content__card h3,
      body .page-element-division-cards .division-cards__content__card h3,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card h3,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card h3,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card h3 {
        font-size: 1.2rem;
        font-weight: 800;
        margin-top: 1rem;
        margin-bottom: 0;
        padding: 0 1rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card .tag,
      body .page-element-floor-plan-cards .community-cards__content__card .tag,
      body .page-element-floor-plan-cards .division-cards__content__card .tag,
      body .page-element-community-cards .floor-plan-cards__content__card .tag,
      body .page-element-community-cards .community-cards__content__card .tag,
      body .page-element-community-cards .division-cards__content__card .tag,
      body .page-element-division-cards .floor-plan-cards__content__card .tag,
      body .page-element-division-cards .community-cards__content__card .tag,
      body .page-element-division-cards .division-cards__content__card .tag,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card .tag,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card .tag,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card .tag {
        padding: 0 1rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card address,
      body .page-element-floor-plan-cards .community-cards__content__card address,
      body .page-element-floor-plan-cards .division-cards__content__card address,
      body .page-element-community-cards .floor-plan-cards__content__card address,
      body .page-element-community-cards .community-cards__content__card address,
      body .page-element-community-cards .division-cards__content__card address,
      body .page-element-division-cards .floor-plan-cards__content__card address,
      body .page-element-division-cards .community-cards__content__card address,
      body .page-element-division-cards .division-cards__content__card address,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card address,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card address,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card address {
        font-size: 0.7rem;
        font-style: normal;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 0.1rem;
        padding: 0 1rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card p,
      body .page-element-floor-plan-cards .community-cards__content__card p,
      body .page-element-floor-plan-cards .division-cards__content__card p,
      body .page-element-community-cards .floor-plan-cards__content__card p,
      body .page-element-community-cards .community-cards__content__card p,
      body .page-element-community-cards .division-cards__content__card p,
      body .page-element-division-cards .floor-plan-cards__content__card p,
      body .page-element-division-cards .community-cards__content__card p,
      body .page-element-division-cards .division-cards__content__card p,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card p,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card p,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card p {
        font-size: 0.8rem;
        font-style: normal;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 0;
        min-height: 1.5rem;
        padding: 0 1rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card ul,
      body .page-element-floor-plan-cards .community-cards__content__card ul,
      body .page-element-floor-plan-cards .division-cards__content__card ul,
      body .page-element-community-cards .floor-plan-cards__content__card ul,
      body .page-element-community-cards .community-cards__content__card ul,
      body .page-element-community-cards .division-cards__content__card ul,
      body .page-element-division-cards .floor-plan-cards__content__card ul,
      body .page-element-division-cards .community-cards__content__card ul,
      body .page-element-division-cards .division-cards__content__card ul,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card ul,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card ul,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card ul {
        list-style: none;
        margin: 0;
        padding: 0.25rem 1rem;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: center;*/
        gap: 0.5rem 2rem;
        /*&.price-data {
                    padding: 0.5rem;
                }*/ }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card ul li,
        body .page-element-floor-plan-cards .community-cards__content__card ul li,
        body .page-element-floor-plan-cards .division-cards__content__card ul li,
        body .page-element-community-cards .floor-plan-cards__content__card ul li,
        body .page-element-community-cards .community-cards__content__card ul li,
        body .page-element-community-cards .division-cards__content__card ul li,
        body .page-element-division-cards .floor-plan-cards__content__card ul li,
        body .page-element-division-cards .community-cards__content__card ul li,
        body .page-element-division-cards .division-cards__content__card ul li,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card ul li,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card ul li,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card ul li {
          margin: 0;
          padding: 0;
          font-size: 0.9rem;
          font-style: normal;
          color: rgba(0, 0, 0, 0.7);
          line-height: 1.2; }
          body .page-element-floor-plan-cards .floor-plan-cards__content__card ul li .floor-plan-data__label,
          body .page-element-floor-plan-cards .floor-plan-cards__content__card ul li .community-data__label,
          body .page-element-floor-plan-cards .community-cards__content__card ul li .floor-plan-data__label,
          body .page-element-floor-plan-cards .community-cards__content__card ul li .community-data__label,
          body .page-element-floor-plan-cards .division-cards__content__card ul li .floor-plan-data__label,
          body .page-element-floor-plan-cards .division-cards__content__card ul li .community-data__label,
          body .page-element-community-cards .floor-plan-cards__content__card ul li .floor-plan-data__label,
          body .page-element-community-cards .floor-plan-cards__content__card ul li .community-data__label,
          body .page-element-community-cards .community-cards__content__card ul li .floor-plan-data__label,
          body .page-element-community-cards .community-cards__content__card ul li .community-data__label,
          body .page-element-community-cards .division-cards__content__card ul li .floor-plan-data__label,
          body .page-element-community-cards .division-cards__content__card ul li .community-data__label,
          body .page-element-division-cards .floor-plan-cards__content__card ul li .floor-plan-data__label,
          body .page-element-division-cards .floor-plan-cards__content__card ul li .community-data__label,
          body .page-element-division-cards .community-cards__content__card ul li .floor-plan-data__label,
          body .page-element-division-cards .community-cards__content__card ul li .community-data__label,
          body .page-element-division-cards .division-cards__content__card ul li .floor-plan-data__label,
          body .page-element-division-cards .division-cards__content__card ul li .community-data__label,
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card ul li .floor-plan-data__label,
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card ul li .community-data__label,
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card ul li .floor-plan-data__label,
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card ul li .community-data__label,
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card ul li .floor-plan-data__label,
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card ul li .community-data__label {
            display: block;
            font-size: 0.6rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card.show-more,
      body .page-element-floor-plan-cards .community-cards__content__card.show-more,
      body .page-element-floor-plan-cards .division-cards__content__card.show-more,
      body .page-element-community-cards .floor-plan-cards__content__card.show-more,
      body .page-element-community-cards .community-cards__content__card.show-more,
      body .page-element-community-cards .division-cards__content__card.show-more,
      body .page-element-division-cards .floor-plan-cards__content__card.show-more,
      body .page-element-division-cards .community-cards__content__card.show-more,
      body .page-element-division-cards .division-cards__content__card.show-more,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.show-more,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.show-more,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.show-more {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: inherit;
        color: inherit;
        border: 1px solid;
        opacity: 0.5;
        transition: all 0.2s; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card.show-more:hover,
        body .page-element-floor-plan-cards .community-cards__content__card.show-more:hover,
        body .page-element-floor-plan-cards .division-cards__content__card.show-more:hover,
        body .page-element-community-cards .floor-plan-cards__content__card.show-more:hover,
        body .page-element-community-cards .community-cards__content__card.show-more:hover,
        body .page-element-community-cards .division-cards__content__card.show-more:hover,
        body .page-element-division-cards .floor-plan-cards__content__card.show-more:hover,
        body .page-element-division-cards .community-cards__content__card.show-more:hover,
        body .page-element-division-cards .division-cards__content__card.show-more:hover,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.show-more:hover,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.show-more:hover,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.show-more:hover {
          opacity: 1; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-floor-plan-cards .community-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-floor-plan-cards .division-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-community-cards .floor-plan-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-community-cards .community-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-community-cards .division-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-division-cards .floor-plan-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-division-cards .community-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-division-cards .division-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.show-more .floor-plan-cards__content__show-more,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.show-more .floor-plan-cards__content__show-more {
          display: flex;
          justify-content: center;
          align-items: center;
          color: inherit;
          padding: 1rem; }
      body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card,
      body .page-element-floor-plan-cards .community-cards__content__card.model-home-card,
      body .page-element-floor-plan-cards .division-cards__content__card.model-home-card,
      body .page-element-community-cards .floor-plan-cards__content__card.model-home-card,
      body .page-element-community-cards .community-cards__content__card.model-home-card,
      body .page-element-community-cards .division-cards__content__card.model-home-card,
      body .page-element-division-cards .floor-plan-cards__content__card.model-home-card,
      body .page-element-division-cards .community-cards__content__card.model-home-card,
      body .page-element-division-cards .division-cards__content__card.model-home-card,
      body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card {
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
        @media only screen and (min-width:64.0625em) {
          body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card,
          body .page-element-floor-plan-cards .community-cards__content__card.model-home-card,
          body .page-element-floor-plan-cards .division-cards__content__card.model-home-card,
          body .page-element-community-cards .floor-plan-cards__content__card.model-home-card,
          body .page-element-community-cards .community-cards__content__card.model-home-card,
          body .page-element-community-cards .division-cards__content__card.model-home-card,
          body .page-element-division-cards .floor-plan-cards__content__card.model-home-card,
          body .page-element-division-cards .community-cards__content__card.model-home-card,
          body .page-element-division-cards .division-cards__content__card.model-home-card,
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card,
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card,
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card {
            flex: 1 0 50%;
            max-width: calc(50% - 0.5rem); }
            body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card a,
            body .page-element-floor-plan-cards .community-cards__content__card.model-home-card a,
            body .page-element-floor-plan-cards .division-cards__content__card.model-home-card a,
            body .page-element-community-cards .floor-plan-cards__content__card.model-home-card a,
            body .page-element-community-cards .community-cards__content__card.model-home-card a,
            body .page-element-community-cards .division-cards__content__card.model-home-card a,
            body .page-element-division-cards .floor-plan-cards__content__card.model-home-card a,
            body .page-element-division-cards .community-cards__content__card.model-home-card a,
            body .page-element-division-cards .division-cards__content__card.model-home-card a,
            body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card a,
            body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card a,
            body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card a {
              display: flex;
              /*gap: 1rem;*/
              /* not for quick move ins */
              align-items: center; }
            body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-community-cards .community-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-community-cards .division-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-division-cards .community-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-division-cards .division-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .model-home-card__image,
            body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .model-home-card__image {
              width: 43%; }
              body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-community-cards .community-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-community-cards .division-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-division-cards .community-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-division-cards .division-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .model-home-card__image img,
              body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .model-home-card__image img {
                margin-bottom: 0; }
            body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-community-cards .community-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-community-cards .division-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-division-cards .community-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-division-cards .division-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .model-home-card__content,
            body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .model-home-card__content {
              flex: 1; } }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card h3,
        body .page-element-floor-plan-cards .community-cards__content__card.model-home-card h3,
        body .page-element-floor-plan-cards .division-cards__content__card.model-home-card h3,
        body .page-element-community-cards .floor-plan-cards__content__card.model-home-card h3,
        body .page-element-community-cards .community-cards__content__card.model-home-card h3,
        body .page-element-community-cards .division-cards__content__card.model-home-card h3,
        body .page-element-division-cards .floor-plan-cards__content__card.model-home-card h3,
        body .page-element-division-cards .community-cards__content__card.model-home-card h3,
        body .page-element-division-cards .division-cards__content__card.model-home-card h3,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card h3,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card h3,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card h3 {
          font-size: 1rem;
          font-weight: bold;
          color: inherit;
          line-height: 1.2;
          margin-top: 0; }
          body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card h3 .subheader,
          body .page-element-floor-plan-cards .community-cards__content__card.model-home-card h3 .subheader,
          body .page-element-floor-plan-cards .division-cards__content__card.model-home-card h3 .subheader,
          body .page-element-community-cards .floor-plan-cards__content__card.model-home-card h3 .subheader,
          body .page-element-community-cards .community-cards__content__card.model-home-card h3 .subheader,
          body .page-element-community-cards .division-cards__content__card.model-home-card h3 .subheader,
          body .page-element-division-cards .floor-plan-cards__content__card.model-home-card h3 .subheader,
          body .page-element-division-cards .community-cards__content__card.model-home-card h3 .subheader,
          body .page-element-division-cards .division-cards__content__card.model-home-card h3 .subheader,
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card h3 .subheader,
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card h3 .subheader,
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card h3 .subheader {
            font-size: 0.8rem;
            font-weight: normal;
            /*color: rgba(255,255,255,0.5);*/
            color: inherit;
            display: block;
            line-height: 1;
            opacity: inherit; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .tag.label,
        body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .tag.label,
        body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .tag.label,
        body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .tag.label,
        body .page-element-community-cards .community-cards__content__card.model-home-card .tag.label,
        body .page-element-community-cards .division-cards__content__card.model-home-card .tag.label,
        body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .tag.label,
        body .page-element-division-cards .community-cards__content__card.model-home-card .tag.label,
        body .page-element-division-cards .division-cards__content__card.model-home-card .tag.label,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .tag.label,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .tag.label,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .tag.label {
          /*background: rgba(255,255,255,0.2);*/ }
          body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"], body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-community-cards .community-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-community-cards .community-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-community-cards .division-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-community-cards .division-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-division-cards .community-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-division-cards .community-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-division-cards .division-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-division-cards .division-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .tag.label[data-tag="Sold"],
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .tag.label[data-tag="Model Sold"],
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .tag.label[data-tag="Sold"] {
            background: #f04124; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .price-data,
        body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .price-data,
        body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .price-data,
        body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .price-data,
        body .page-element-community-cards .community-cards__content__card.model-home-card .price-data,
        body .page-element-community-cards .division-cards__content__card.model-home-card .price-data,
        body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .price-data,
        body .page-element-division-cards .community-cards__content__card.model-home-card .price-data,
        body .page-element-division-cards .division-cards__content__card.model-home-card .price-data,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .price-data,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .price-data,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .price-data {
          margin-top: 0.25rem;
          margin-bottom: 0.25rem; }
          body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .price-data li,
          body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .price-data li,
          body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .price-data li,
          body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .price-data li,
          body .page-element-community-cards .community-cards__content__card.model-home-card .price-data li,
          body .page-element-community-cards .division-cards__content__card.model-home-card .price-data li,
          body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .price-data li,
          body .page-element-division-cards .community-cards__content__card.model-home-card .price-data li,
          body .page-element-division-cards .division-cards__content__card.model-home-card .price-data li,
          body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .price-data li,
          body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .price-data li,
          body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .price-data li {
            font-size: 0.8rem; }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-community-cards .community-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-community-cards .division-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-division-cards .community-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-division-cards .division-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .floor-plan-data:last-child,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .floor-plan-data:last-child {
          margin-bottom: 1rem; }
          @media only screen and (min-width:64.0625em) {
            body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-community-cards .community-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-community-cards .division-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-division-cards .community-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-division-cards .division-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .floor-plan-data:last-child,
            body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .floor-plan-data:last-child {
              margin-bottom: 0; } }
        body .page-element-floor-plan-cards .floor-plan-cards__content__card.model-home-card .location-lot-info,
        body .page-element-floor-plan-cards .community-cards__content__card.model-home-card .location-lot-info,
        body .page-element-floor-plan-cards .division-cards__content__card.model-home-card .location-lot-info,
        body .page-element-community-cards .floor-plan-cards__content__card.model-home-card .location-lot-info,
        body .page-element-community-cards .community-cards__content__card.model-home-card .location-lot-info,
        body .page-element-community-cards .division-cards__content__card.model-home-card .location-lot-info,
        body .page-element-division-cards .floor-plan-cards__content__card.model-home-card .location-lot-info,
        body .page-element-division-cards .community-cards__content__card.model-home-card .location-lot-info,
        body .page-element-division-cards .division-cards__content__card.model-home-card .location-lot-info,
        body .page-element-lot-info .lot-details--floor-plans .floor-plan-cards__content__card.model-home-card .location-lot-info,
        body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card.model-home-card .location-lot-info,
        body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card.model-home-card .location-lot-info {
          opacity: 0.5;
          font-weight: normal;
          font-size: 0.9rem;
          margin-bottom: 0.25rem; }
    @media only screen and (min-width:40.0625em) {
      body .page-element-floor-plan-cards .community-cards__content__card,
      body .page-element-community-cards .community-cards__content__card,
      body .page-element-division-cards .community-cards__content__card,
      body .page-element-lot-info .lot-details--floor-plans .community-cards__content__card {
        flex: 1 0 24%;
        max-width: calc(25% - 0.5rem); } }
    @media only screen and (min-width:40.0625em) {
      body .page-element-floor-plan-cards .division-cards__content__card,
      body .page-element-community-cards .division-cards__content__card,
      body .page-element-division-cards .division-cards__content__card,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card {
        flex: 1 0 49%;
        max-width: calc(50% - 0.5rem); } }
    @media only screen and (min-width:64.0625em) {
      body .page-element-floor-plan-cards .division-cards__content__card,
      body .page-element-community-cards .division-cards__content__card,
      body .page-element-division-cards .division-cards__content__card,
      body .page-element-lot-info .lot-details--floor-plans .division-cards__content__card {
        flex: 1 0 24%;
        max-width: calc(25% - 0.5rem); } }
  @media only screen and (max-width: 40em) {
    body .page-element-community-cards .community-cards__content__card,
    body .page-element-community-cards .division-cards__content__card,
    body .page-element-division-cards .community-cards__content__card,
    body .page-element-division-cards .division-cards__content__card {
      flex: 1 0 48%;
      max-width: calc(50% - 0.5rem); }
      body .page-element-community-cards .community-cards__content__card h3,
      body .page-element-community-cards .division-cards__content__card h3,
      body .page-element-division-cards .community-cards__content__card h3,
      body .page-element-division-cards .division-cards__content__card h3 {
        font-size: 1rem;
        line-height: 1.2; } }
  body .tab-block {
    max-width: 80rem;
    margin: 2rem auto;
    /* The 50% cap and fixed tab widths above size a vertical tab column. A horizontal bar
		   needs the container width and content-sized tabs, or the tabs overflow and the
		   centered overflow is clipped unreachably at the start. */ }
    body .tab-block > .tab-block__tabs {
      /*text-align: center;*/ }
      @media only screen and (min-width:40.0625em) {
        body .tab-block > .tab-block__tabs {
          max-width: 50%; } }
      @media only screen and (min-width:40.0625em) and (max-width:64em) {
        body .tab-block > .tab-block__tabs > .tab-block__tabs__tab {
          width: 15rem; } }
      @media only screen and (min-width:64.0625em) {
        body .tab-block > .tab-block__tabs > .tab-block__tabs__tab {
          width: 20rem; } }
      body .tab-block > .tab-block__tabs > .tab-block__tabs__tab a {
        padding: 1rem 2rem;
        color: rgba(0, 0, 0, 0.8); }
        body .tab-block > .tab-block__tabs > .tab-block__tabs__tab a .link__name {
          display: block;
          line-height: 1;
          letter-spacing: 1px;
          /*text-transform: uppercase;*/
          font-family: Raleway, sans-serif;
          font-size: 1rem; }
        body .tab-block > .tab-block__tabs > .tab-block__tabs__tab a .link__description {
          display: block;
          line-height: 1.4;
          font-size: 0.8rem;
          color: rgba(0, 0, 0, 0.5);
          font-weight: normal; }
      body .tab-block > .tab-block__tabs > .tab-block__tabs__tab.active {
        background: #eef0ef; }
        body .tab-block > .tab-block__tabs > .tab-block__tabs__tab.active a {
          color: #000;
          font-weight: bold; }
    @media only screen and (min-width:40.0625em) and (max-width:64em) {
      body .tab-block[data-tabs-pos__tablet="top"] > .tab-block__tabs, body .tab-block[data-tabs-pos__tablet="bottom"] > .tab-block__tabs {
        max-width: none; }
        body .tab-block[data-tabs-pos__tablet="top"] > .tab-block__tabs > .tab-block__tabs__tab, body .tab-block[data-tabs-pos__tablet="bottom"] > .tab-block__tabs > .tab-block__tabs__tab {
          width: auto; } }
    @media only screen and (min-width:64.0625em) {
      body .tab-block[data-tabs-pos__desktop="top"] > .tab-block__tabs, body .tab-block[data-tabs-pos__desktop="bottom"] > .tab-block__tabs {
        max-width: none; }
        body .tab-block[data-tabs-pos__desktop="top"] > .tab-block__tabs > .tab-block__tabs__tab, body .tab-block[data-tabs-pos__desktop="bottom"] > .tab-block__tabs > .tab-block__tabs__tab {
          width: auto; } }
    body .tab-block > .tab-block__content > .tab-block__content__tab {
      background: #eef0ef; }
      body .tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__accordion__link {
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
        position: relative;
        padding-right: 3rem !important; }
        body .tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__accordion__link::before {
          content: "";
          width: 0;
          height: 0;
          border: 0.5rem solid transparent;
          border-width: 0.35rem 0.5rem;
          border-left-color: rgba(0, 0, 0, 0.5);
          display: block;
          position: absolute;
          right: 1rem;
          top: 50%;
          transform: translateY(-50%);
          transition: transform 0.2s;
          z-index: 1; }
        body .tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__accordion__link::after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border: 0.5rem solid transparent;
          border-width: 0.35rem 0.5rem;
          border-left-color: #eef0ef;
          position: absolute;
          right: calc(1rem + 4px);
          top: 50%;
          transform: translateY(-50%);
          transition: transform 0.2s;
          z-index: 2; }
        body .tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__accordion__link:hover {
          color: #000; }
      body .tab-block > .tab-block__content > .tab-block__content__tab.active > .tab-block__content__accordion__link::before {
        transform: translateY(-50%) rotate(90deg); }
      body .tab-block > .tab-block__content > .tab-block__content__tab.active > .tab-block__content__accordion__link::after {
        transform: translateY(-50%) rotate(90deg);
        right: 1rem;
        top: calc(50% - 4px); }
      body .tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__tab__wrapper {
        padding: 1rem; }
        @media only screen and (min-width:40.0625em) and (max-width:64em) {
          body .tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__tab__wrapper {
            padding: 2rem; } }
        @media only screen and (min-width:64.0625em) {
          body .tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__tab__wrapper {
            padding: 4rem; } }
      body .tab-block > .tab-block__content > .tab-block__content__tab .tab-block > .tab-block__tabs {
        text-align: left; }
        body .tab-block > .tab-block__content > .tab-block__content__tab .tab-block > .tab-block__tabs > .tab-block__tabs__tab.active {
          background: #d21d40; }
          body .tab-block > .tab-block__content > .tab-block__content__tab .tab-block > .tab-block__tabs > .tab-block__tabs__tab.active a.tab-block__tabs__tab__link {
            color: #fff; }
            body .tab-block > .tab-block__content > .tab-block__content__tab .tab-block > .tab-block__tabs > .tab-block__tabs__tab.active a.tab-block__tabs__tab__link .link__description {
              color: rgba(255, 255, 255, 0.8); }
      body .tab-block > .tab-block__content > .tab-block__content__tab .tab-block .tab-block__content__tab {
        padding: 0;
        background: transparent; }
  body .page-element-media-masonry > [data-url][data-template].loading {
    min-height: 100vh; }
  body .page-element-media-masonry .media.video .media-description {
    display: none; }
  body .page-element-gallery .owl-carousel .owl-nav button.owl-prev,
  body .page-element-gallery .owl-carousel .owl-nav button.owl-next,
  body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-prev,
  body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc((100% - 3rem) / 2);
    left: -1rem;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: #d21d40;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    body .page-element-gallery .owl-carousel .owl-nav button.owl-prev:hover,
    body .page-element-gallery .owl-carousel .owl-nav button.owl-next:hover,
    body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-prev:hover,
    body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-next:hover {
      background: #a51732; }
    body .page-element-gallery .owl-carousel .owl-nav button.owl-prev span,
    body .page-element-gallery .owl-carousel .owl-nav button.owl-next span,
    body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-prev span,
    body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-next span {
      height: 2.5rem; }
  body .page-element-gallery .owl-carousel .owl-nav button.owl-next,
  body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -1rem; }
  body .page-element-gallery .owl-carousel .owl-item,
  body .page-element-youtube-playlist.owl-carousel .owl-item {
    position: relative; }
    body .page-element-gallery .owl-carousel .owl-item .caption,
    body .page-element-youtube-playlist.owl-carousel .owl-item .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      color: #fff;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.8) 100%);
      padding: 2rem;
      text-align: left; }
      body .page-element-gallery .owl-carousel .owl-item .caption .name,
      body .page-element-youtube-playlist.owl-carousel .owl-item .caption .name {
        font-weight: bold;
        font-size: 1rem; }
      body .page-element-gallery .owl-carousel .owl-item .caption .description,
      body .page-element-youtube-playlist.owl-carousel .owl-item .caption .description {
        font-size: 0.8rem; }
  body .page-element-justified-gallery .jg-entry.jg-entry-visible {
    overflow: hidden; }
    body .page-element-justified-gallery .jg-entry.jg-entry-visible img {
      transition: transform 0.3s ease-in-out; }
    body .page-element-justified-gallery .jg-entry.jg-entry-visible:hover img {
      transform: scale(1.05); }
  body .page-element-justified-gallery .view-justified-gallery-button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid;
    backdrop-filter: blur(10px);
    margin: 0;
    opacity: 1; }
    body .page-element-justified-gallery .view-justified-gallery-button:hover {
      background: #e7e7e7;
      color: #000; }
  body .page-element-youtube-playlist.owl-carousel {
    max-width: calc(100% - 4rem);
    margin: 0 auto; }
    body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-prev {
      left: -2.5rem;
      height: 3rem;
      border-radius: 50% 0 0 50%; }
    body .page-element-youtube-playlist.owl-carousel .owl-nav button.owl-next {
      right: -2.5rem;
      height: 3rem;
      border-radius: 0 50% 50% 0; }
    @media only screen and (min-width:40.0625em) {
      body .page-element-youtube-playlist.owl-carousel .owl-item {
        max-width: calc(100vw - 4rem) !important; } }
  body .page-element-youtube-playlist .youtube-playlist__card {
    background: #fff;
    color: #000;
    border-radius: 0;
    margin-bottom: 0; }
    body .page-element-youtube-playlist .youtube-playlist__card .flex-video {
      border-bottom: 1px solid #000;
      margin-bottom: 0; }
    body .page-element-youtube-playlist .youtube-playlist__card .youtube-playlist__card__content {
      /*display: none;*/ }
      body .page-element-youtube-playlist .youtube-playlist__card .youtube-playlist__card__content .description {
        color: rgba(0, 0, 0, 0.7); }
      body .page-element-youtube-playlist .youtube-playlist__card .youtube-playlist__card__content .date {
        display: none; }
  @media only screen and (max-width: 40em) {
    body .interactive-image .interactive-image__triggers {
      justify-content: center; } }
  @media only screen and (min-width:40.0625em) {
    body .interactive-image .interactive-image__triggers {
      justify-content: center; } }
  body .interactive-image .interactive-image__triggers .interactive-image__triggers__list {
    justify-content: center; }
  body .interactive-image .interactive-image__triggers .interactive-image__triggers__trigger .interactive-image__triggers__trigger__link {
    display: block;
    border-radius: 1000px;
    background: #223347;
    overflow: hidden; }
    body .interactive-image .interactive-image__triggers .interactive-image__triggers__trigger .interactive-image__triggers__trigger__link .trigger__name {
      padding: 0.25rem 0.5rem;
      color: #fff; }
  body .interactive-image .interactive-image__triggers .interactive-image__triggers__trigger.active .interactive-image__triggers__trigger__link {
    background: #d21d40;
    color: #fff; }
  body .interactive-image .interactive-image__triggers .interactive-image__triggers__child-content .page-element-tab-block {
    /*max-width: 100%;*/ }
    body .interactive-image .interactive-image__triggers .interactive-image__triggers__child-content .page-element-tab-block > .tab-block__tabs {
      display: none; }
    body .interactive-image .interactive-image__triggers .interactive-image__triggers__child-content .page-element-tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__tab__wrapper {
      padding: 1rem; }
      @media only screen and (min-width:40.0625em) {
        body .interactive-image .interactive-image__triggers .interactive-image__triggers__child-content .page-element-tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__tab__wrapper {
          padding: 1rem; } }
      @media only screen and (min-width:64.0625em) {
        body .interactive-image .interactive-image__triggers .interactive-image__triggers__child-content .page-element-tab-block > .tab-block__content > .tab-block__content__tab > .tab-block__content__tab__wrapper {
          padding: 1rem; } }
  body .interactive-image .interactive-image__content .interactive-image__content__image .interactive-image__content__image__tooltip {
    background: #d21d40;
    color: rgba(255, 255, 255, 0.8);
    padding: 1rem 2rem 1rem 1rem;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }
    body .interactive-image .interactive-image__content .interactive-image__content__image .interactive-image__content__image__tooltip .tooltip__icon {
      position: absolute;
      display: block;
      right: -25px;
      top: 50%;
      transform: translateY(-50%);
      background: #d21d40;
      border-radius: 50%;
      overflow: hidden; }
    body .interactive-image .interactive-image__content .interactive-image__content__image .interactive-image__content__image__tooltip .tooltip__name {
      font-weight: bold;
      text-transform: uppercase;
      color: #fff; }
    @media only screen and (max-width: 40em) {
      body .interactive-image .interactive-image__content .interactive-image__content__image .interactive-image__content__image__tooltip {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        max-width: 100%;
        font-size: 0.8rem;
        text-align: left;
        padding-right: 4rem; }
        body .interactive-image .interactive-image__content .interactive-image__content__image .interactive-image__content__image__tooltip .tooltip__icon {
          right: 1rem; } }
  body .interactive-image.units .disclaimer {
    font-size: 0.7rem;
    line-height: 1.2;
    padding: 0;
    margin: 1rem 0; }
  body .interactive-image.units .interactive-image__triggers .interactive-image__triggers__list {
    gap: 0.25rem; }
  body .interactive-image.units .interactive-image__triggers .interactive-image__triggers__trigger .interactive-image__triggers__trigger__link {
    border-radius: 0;
    text-align: center;
    background: #c9c9c9;
    color: rgba(0, 0, 0, 0.5); }
    body .interactive-image.units .interactive-image__triggers .interactive-image__triggers__trigger .interactive-image__triggers__trigger__link[data-slug="unit-5"] {
      margin-right: 1rem; }
    body .interactive-image.units .interactive-image__triggers .interactive-image__triggers__trigger .interactive-image__triggers__trigger__link .trigger__name {
      color: inherit;
      display: block;
      line-height: 1;
      padding: 0.5rem;
      font-size: 0.6rem;
      text-transform: uppercase; }
      body .interactive-image.units .interactive-image__triggers .interactive-image__triggers__trigger .interactive-image__triggers__trigger__link .trigger__name strong {
        display: block;
        font-size: 1.2rem; }
  body .interactive-image.units .interactive-image__triggers .interactive-image__triggers__trigger.active .interactive-image__triggers__trigger__link {
    background: #d21d40;
    color: #fff; }
  body .interactive-image.units .interactive-image__content .interactive-image__content__image .interactive-image__content__image__tooltip {
    text-align: center;
    padding: 1rem; }
    body .interactive-image.units .interactive-image__content .interactive-image__content__image .interactive-image__content__image__tooltip .tooltip__name {
      font-size: 0.8rem;
      line-height: 1; }
      body .interactive-image.units .interactive-image__content .interactive-image__content__image .interactive-image__content__image__tooltip .tooltip__name strong {
        display: block;
        font-size: 1.5rem; }
  body .blog-feed {
    background: #eee;
    padding: 2rem 0 0; }
    @media only screen and (min-width:64.0625em) {
      body .blog-feed {
        padding: 2rem 0; } }
    body .blog-feed > * {
      max-width: 80rem;
      margin: 0 auto; }
    body .blog-feed > header {
      margin-bottom: 2rem; }
      body .blog-feed > header h1 {
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: 4px; }
    body .blog-feed .blog-feed__content__post__image {
      background-size: cover;
      background-position: center; }
      @media only screen and (min-width:64.0625em) {
        body .blog-feed .blog-feed__content__post__image {
          min-height: 25rem; } }
    body .blog-feed .blog-feed__content__post__details {
      background: #223347;
      color: rgba(255, 255, 255, 0.8);
      padding: 2rem; }
      @media only screen and (min-width:64.0625em) {
        body .blog-feed .blog-feed__content__post__details {
          position: relative;
          max-width: 75%;
          margin: 0 auto;
          margin-top: -8rem; } }
      body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__title {
        color: #fff; }
        body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__title a {
          color: inherit; }
      body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__excerpt p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.8rem;
        max-height: 2.5rem;
        overflow: hidden;
        text-overflow: ellipsis; }
      body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__link {
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        border-style: solid;
        border-width: 0;
        cursor: pointer;
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        line-height: normal;
        margin: 0 0 1.25rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
        font-size: 0.8125rem;
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333;
        border-radius: 3px;
        transition: background-color 300ms ease-out;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        margin-bottom: 0; }
        body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__link:hover, body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__link:focus {
          background-color: #b9b9b9; }
        body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__link:hover, body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__link:focus {
          color: #333333; }
        body .blog-feed .blog-feed__content__post__details .blog-feed__content__post__link:hover {
          background-color: rgba(255, 255, 255, 0.7);
          color: #000; }
    body .blog-feed .blog-feed__content__recent-posts {
      background: #223347;
      padding: 2rem;
      min-width: 25%; }
      body .blog-feed .blog-feed__content__recent-posts h3 {
        color: #fff;
        font-size: 1rem; }
        @media only screen and (min-width:40.0625em) {
          body .blog-feed .blog-feed__content__recent-posts h3 {
            font-size: 1.2rem; } }
      body .blog-feed .blog-feed__content__recent-posts ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        body .blog-feed .blog-feed__content__recent-posts ul li {
          padding: 0;
          margin: 1rem 0; }
          @media only screen and (min-width:40.0625em) {
            body .blog-feed .blog-feed__content__recent-posts ul li {
              margin: 1.5rem 0; } }
          body .blog-feed .blog-feed__content__recent-posts ul li a {
            display: block;
            color: rgba(255, 255, 255, 0.8);
            text-decoration: underline;
            font-size: 0.8rem; }
            @media only screen and (min-width:40.0625em) {
              body .blog-feed .blog-feed__content__recent-posts ul li a {
                font-size: 0.9rem; } }
            body .blog-feed .blog-feed__content__recent-posts ul li a.view-all-link {
              -webkit-appearance: none;
              -moz-appearance: none;
              border-radius: 0;
              border-style: solid;
              border-width: 0;
              cursor: pointer;
              font-family: "Open Sans", sans-serif;
              font-weight: normal;
              line-height: normal;
              margin: 0 0 1.25rem;
              position: relative;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
              font-size: 0.6875rem;
              background-color: #e7e7e7;
              border-color: #b9b9b9;
              color: #333333;
              border-radius: 3px;
              transition: background-color 300ms ease-out;
              background-color: rgba(255, 255, 255, 0.2);
              color: #fff; }
              body .blog-feed .blog-feed__content__recent-posts ul li a.view-all-link:hover, body .blog-feed .blog-feed__content__recent-posts ul li a.view-all-link:focus {
                background-color: #b9b9b9; }
              body .blog-feed .blog-feed__content__recent-posts ul li a.view-all-link:hover, body .blog-feed .blog-feed__content__recent-posts ul li a.view-all-link:focus {
                color: #333333; }
              body .blog-feed .blog-feed__content__recent-posts ul li a.view-all-link:hover {
                background-color: rgba(255, 255, 255, 0.7);
                color: #000; }
  body .page-element-image-block.testimonial {
    gap: 2rem;
    align-items: center;
    justify-content: center; }
    body .page-element-image-block.testimonial > .page-element-image-block__content {
      border: 1px solid #223347;
      border-width: 2px 0;
      padding: 2rem 1rem;
      font-family: Raleway, sans-serif;
      text-align: left; }
      body .page-element-image-block.testimonial > .page-element-image-block__content p {
        margin: 0;
        font-size: 1.25rem; }
        @media only screen and (min-width:64.0625em) {
          body .page-element-image-block.testimonial > .page-element-image-block__content p {
            font-size: 1.5rem; } }
      body .page-element-image-block.testimonial > .page-element-image-block__content strong {
        display: block;
        font-size: 1rem;
        margin-top: 1rem; }
  body .page-element-inline-frame {
    max-height: 90vh; }
    body .page-element-inline-frame > iframe {
      /*max-height: 90vh;*/ }
      body .page-element-inline-frame > iframe[src*="recruitingbypaycor.com"] {
        width: 1400px; }
  @media only screen and (min-width:64.0625em) {
    body#page-home .hero > .hero-image {
      height: calc(100vh - 23rem);
      min-height: 35rem;
      margin-bottom: 8rem; } }
  @media only screen and (min-width:64.0625em) {
    body#page-home .hero > .hero-video video {
      height: calc(100% - 8rem + 1px);
      top: calc(50% - 5rem); } }
  @media only screen and (max-width: 40em) {
    body#page-home .page-element-image-block .page-element-heading {
      margin: 1rem 0; } }
  body#opt-blog > .sidebar, body.page-blog > .sidebar {
    display: none; }
  body#opt-blog > #container, body.page-blog > #container {
    max-width: 80rem;
    margin: 0 auto; }
  body#opt-blog #content-panel, body.page-blog #content-panel {
    padding-top: 3rem; }
    body#opt-blog #content-panel a, body.page-blog #content-panel a {
      color: #9E6B35;
      text-decoration: underline; }
    body#opt-blog #content-panel .content-main, body.page-blog #content-panel .content-main {
      background: #fff;
      padding-left: 2rem;
      padding-right: 2rem; }
      body#opt-blog #content-panel .content-main .wp-block-gallery, body.page-blog #content-panel .content-main .wp-block-gallery {
        margin: 0 0 1rem; }
    body#opt-blog #content-panel .content-sidebar, body.page-blog #content-panel .content-sidebar {
      display: none; }
    body#opt-blog #content-panel .featured, body.page-blog #content-panel .featured {
      padding-top: 1rem; }
    body#opt-blog #content-panel .vcard, body.page-blog #content-panel .vcard {
      border: none;
      padding: 0;
      margin: 0; }
    body#opt-blog #content-panel .archive-meta, body.page-blog #content-panel .archive-meta {
      font-size: 0.9rem;
      font-style: italic; }
    body#opt-blog #content-panel .entry-author-photo, body.page-blog #content-panel .entry-author-photo {
      display: none;
      left: 0;
      top: 0;
      background: transparent;
      padding-right: 1em; }
      body#opt-blog #content-panel .entry-author-photo img, body.page-blog #content-panel .entry-author-photo img {
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    body#opt-blog #content-panel .post, body.page-blog #content-panel .post {
      margin-bottom: 2em; }
      @media only screen and (min-width:40.0625em) {
        body#opt-blog #content-panel .post, body.page-blog #content-panel .post {
          margin-bottom: 6em; } }
      body#opt-blog #content-panel .post .entry-title, body.page-blog #content-panel .post .entry-title {
        font-family: Raleway, sans-serif;
        font-weight: bold;
        padding-bottom: 0;
        margin-top: 0;
        font-style: normal;
        text-align: center; }
        body#opt-blog #content-panel .post .entry-title a, body.page-blog #content-panel .post .entry-title a {
          font-family: "Playfair Display";
          text-transform: capitalize;
          text-decoration: none;
          color: #333;
          display: block;
          text-align: center; }
      body#opt-blog #content-panel .post .entry-title-meta, body.page-blog #content-panel .post .entry-title-meta {
        margin-left: 0;
        color: #333;
        padding-top: 10px;
        line-height: 1.3;
        text-align: center; }
        body#opt-blog #content-panel .post .entry-title-meta .category-link, body.page-blog #content-panel .post .entry-title-meta .category-link {
          display: block;
          margin-bottom: 1rem; }
          body#opt-blog #content-panel .post .entry-title-meta .category-link a, body.page-blog #content-panel .post .entry-title-meta .category-link a {
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
            color: inherit;
            text-decoration: none; }
        body#opt-blog #content-panel .post .entry-title-meta .author, body.page-blog #content-panel .post .entry-title-meta .author {
          border: none;
          padding: 0;
          margin: 0; }
      body#opt-blog #content-panel .post .entry-date .comments-link, body.page-blog #content-panel .post .entry-date .comments-link {
        display: none; }
        body#opt-blog #content-panel .post .entry-date .comments-link .screen-reader-text, body.page-blog #content-panel .post .entry-date .comments-link .screen-reader-text {
          display: none; }
      body#opt-blog #content-panel .post .entry-date abbr, body.page-blog #content-panel .post .entry-date abbr {
        border-bottom: none; }
      body#opt-blog #content-panel .post .vcard .fn, body.page-blog #content-panel .post .vcard .fn {
        color: inherit;
        font-weight: normal;
        text-decoration: none; }
      body#opt-blog #content-panel .post figure, body.page-blog #content-panel .post figure {
        margin: 0; }
      body#opt-blog #content-panel .post img.size-large, body.page-blog #content-panel .post img.size-large {
        width: 100%;
        height: auto; }
      body#opt-blog #content-panel .post .entry-content, body.page-blog #content-panel .post .entry-content {
        color: #333;
        /*padding: 15px; border: 1px solid #eee;*/ }
        body#opt-blog #content-panel .post .entry-content > figure, body.page-blog #content-panel .post .entry-content > figure {
          margin-bottom: 2rem; }
          body#opt-blog #content-panel .post .entry-content > figure.wp-block-embed-youtube, body.page-blog #content-panel .post .entry-content > figure.wp-block-embed-youtube {
            max-width: 50rem;
            margin-left: auto;
            margin-right: auto; }
            body#opt-blog #content-panel .post .entry-content > figure.wp-block-embed-youtube .wp-block-embed__wrapper, body.page-blog #content-panel .post .entry-content > figure.wp-block-embed-youtube .wp-block-embed__wrapper {
              position: relative;
              padding-bottom: 57%; }
              body#opt-blog #content-panel .post .entry-content > figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, body.page-blog #content-panel .post .entry-content > figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0; }
        body#opt-blog #content-panel .post .entry-content > *:not(figure):not(iframe), body.page-blog #content-panel .post .entry-content > *:not(figure):not(iframe) {
          max-width: 50rem;
          margin-left: auto;
          margin-right: auto; }
          @media only screen and (max-width: 40em) {
            body#opt-blog #content-panel .post .entry-content > *:not(figure):not(iframe), body.page-blog #content-panel .post .entry-content > *:not(figure):not(iframe) {
              margin-left: 1rem;
              margin-right: 1rem; } }
        body#opt-blog #content-panel .post .entry-content .wp-block-media-text, body.page-blog #content-panel .post .entry-content .wp-block-media-text {
          margin-bottom: 1rem; }
        body#opt-blog #content-panel .post .entry-content .wp-block-quote p, body.page-blog #content-panel .post .entry-content .wp-block-quote p {
          color: #666; }
        body#opt-blog #content-panel .post .entry-content .wp-block-quote em, body.page-blog #content-panel .post .entry-content .wp-block-quote em {
          font-family: "Playfair Display", serif;
          font-size: 1.25rem;
          /*@media only screen and (min-width:40.0625em) {
								font-size: 1.5rem;
							}*/
          font-style: italic;
          line-height: 1.4; }
        body#opt-blog #content-panel .post .entry-content ul li, body#opt-blog #content-panel .post .entry-content ol li, body.page-blog #content-panel .post .entry-content ul li, body.page-blog #content-panel .post .entry-content ol li {
          margin-left: 2em;
          margin-bottom: 1rem; }
        body#opt-blog #content-panel .post .entry-content .slickr-flickr-gallery, body.page-blog #content-panel .post .entry-content .slickr-flickr-gallery {
          padding: 1em 0; }
          body#opt-blog #content-panel .post .entry-content .slickr-flickr-gallery li, body.page-blog #content-panel .post .entry-content .slickr-flickr-gallery li {
            margin: 0 1em 1em 0;
            width: 30%; }
            body#opt-blog #content-panel .post .entry-content .slickr-flickr-gallery li img, body.page-blog #content-panel .post .entry-content .slickr-flickr-gallery li img {
              width: 100% !important;
              max-width: 100% !important;
              height: auto !important; }
      body#opt-blog #content-panel .post .entry-meta, body.page-blog #content-panel .post .entry-meta {
        display: none;
        padding: 1rem;
        background: #eee;
        color: #999;
        font-size: 0.8em;
        line-height: 1.5;
        margin-bottom: 0; }
        body#opt-blog #content-panel .post .entry-meta abbr, body.page-blog #content-panel .post .entry-meta abbr {
          color: #999;
          font-weight: bold; }
        body#opt-blog #content-panel .post .entry-meta a, body.page-blog #content-panel .post .entry-meta a {
          color: #999;
          text-decoration: underline; }
    body#opt-blog #content-panel #nav-below, body.page-blog #content-panel #nav-below {
      padding: 15px 15px 30px;
      font-size: 0.9rem;
      color: #333;
      margin-top: 0; }
      body#opt-blog #content-panel #nav-below .navigation .nav-previous,
      body#opt-blog #content-panel #nav-below .navigation .nav-next, body.page-blog #content-panel #nav-below .navigation .nav-previous,
      body.page-blog #content-panel #nav-below .navigation .nav-next {
        float: none;
        display: inline-block; }
      body#opt-blog #content-panel #nav-below .navigation .nav-previous, body.page-blog #content-panel #nav-below .navigation .nav-previous {
        border-right: 1px solid #eee;
        padding-right: 1rem; }
      body#opt-blog #content-panel #nav-below .navigation .nav-next, body.page-blog #content-panel #nav-below .navigation .nav-next {
        border-left: 1px solid #eee;
        padding-left: 1rem; }
    body#opt-blog #content-panel #social, body.page-blog #content-panel #social {
      padding: 0 15px; }
      body#opt-blog #content-panel #social #reply-title, body.page-blog #content-panel #social #reply-title {
        background: transparent;
        border-top: 1px solid #ccc;
        margin-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 6px; }
      @media only screen and (max-width: 40em) {
        body#opt-blog #content-panel #social .social-sign-in-links, body.page-blog #content-panel #social .social-sign-in-links {
          max-width: 100%; }
          body#opt-blog #content-panel #social .social-sign-in-links a, body.page-blog #content-panel #social .social-sign-in-links a {
            margin-bottom: 0.5rem; }
        body#opt-blog #content-panel #social #respond .social-input, body.page-blog #content-panel #social #respond .social-input {
          max-width: 100%;
          width: 100%; } }
  body#opt-blog .content-sidebar, body.page-blog .content-sidebar {
    display: none;
    font-size: 0.7em;
    color: #888; }
    body#opt-blog .content-sidebar .xoxo, body.page-blog .content-sidebar .xoxo {
      list-style: none;
      padding: 0;
      margin: 0; }
      body#opt-blog .content-sidebar .xoxo li, body.page-blog .content-sidebar .xoxo li {
        padding: 0;
        margin: 0 0 1em; }
  body#opt-blog .content-sidebar #contributors,
  body#opt-blog #secondary.sidebar, body.page-blog .content-sidebar #contributors,
  body.page-blog #secondary.sidebar {
    display: none; }
  body#opt-blog .recent-posts-widget-with-thumbnails, body.page-blog .recent-posts-widget-with-thumbnails {
    margin-top: 1rem !important; }
    body#opt-blog .recent-posts-widget-with-thumbnails li, body.page-blog .recent-posts-widget-with-thumbnails li {
      border: 1px solid #ddd;
      background: #fff; }
      body#opt-blog .recent-posts-widget-with-thumbnails li:hover, body.page-blog .recent-posts-widget-with-thumbnails li:hover {
        border-color: #aaa; }
    body#opt-blog .recent-posts-widget-with-thumbnails img, body.page-blog .recent-posts-widget-with-thumbnails img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 1rem;
      margin-top: 0;
      float: none; }
    body#opt-blog .recent-posts-widget-with-thumbnails .rpwwt-post-title, body.page-blog .recent-posts-widget-with-thumbnails .rpwwt-post-title {
      color: #555;
      font-weight: bold;
      display: block;
      margin-bottom: 0; }
    body#opt-blog .recent-posts-widget-with-thumbnails .rpwwt-post-date, body.page-blog .recent-posts-widget-with-thumbnails .rpwwt-post-date {
      font-size: 0.8rem;
      margin-bottom: 1rem; }
    body#opt-blog .recent-posts-widget-with-thumbnails div, body#opt-blog .recent-posts-widget-with-thumbnails span, body.page-blog .recent-posts-widget-with-thumbnails div, body.page-blog .recent-posts-widget-with-thumbnails span {
      padding-left: 1rem;
      padding-right: 1rem; }
  body#opt-blog .rve-embed-container, body.page-blog .rve-embed-container {
    max-width: 100% !important; }
    body#opt-blog .rve-embed-container + p, body.page-blog .rve-embed-container + p {
      margin-top: 1em; }
  body#opt-blog .srp-post-content-container,
  body#opt-blog .srp-thumbnail-box,
  body#opt-blog .srp-content-box, body.page-blog .srp-post-content-container,
  body.page-blog .srp-thumbnail-box,
  body.page-blog .srp-content-box {
    display: block;
    width: 100%; }
  body#opt-blog .srp-widget-singlepost:last-of-type, body.page-blog .srp-widget-singlepost:last-of-type {
    border-bottom: none; }
  body#opt-blog img.srp-widget-thmb, body.page-blog img.srp-widget-thmb {
    max-width: 100%; }
  body#opt-blog .srp-post-title, body.page-blog .srp-post-title {
    font-size: 1em; }
  body#opt-blog .srp-post-date,
  body#opt-blog .srp-post-content, body.page-blog .srp-post-date,
  body.page-blog .srp-post-content {
    font-size: 0.8em; }
  body#opt-blog.home #content-panel .content-main .post, body.page-blog.home #content-panel .content-main .post {
    background: #eee;
    padding-bottom: 2rem;
    min-height: 30rem;
    margin-bottom: 1em; }
    body#opt-blog.home #content-panel .content-main .post .entry-title, body.page-blog.home #content-panel .content-main .post .entry-title {
      font-size: 1.8em; }
    body#opt-blog.home #content-panel .content-main .post .entry-title-meta, body.page-blog.home #content-panel .content-main .post .entry-title-meta {
      padding-left: 1rem;
      padding-right: 1rem; }
    body#opt-blog.home #content-panel .content-main .post .entry-date, body.page-blog.home #content-panel .content-main .post .entry-date {
      display: none; }
    body#opt-blog.home #content-panel .content-main .post .entry-content, body.page-blog.home #content-panel .content-main .post .entry-content {
      display: none; }
    body#opt-blog.home #content-panel .content-main .post p, body.page-blog.home #content-panel .content-main .post p {
      font-size: 1em; }
    @media only screen and (min-width:64.0625em) {
      body#opt-blog.home #content-panel .content-main .post.feature-post, body.page-blog.home #content-panel .content-main .post.feature-post {
        display: flex;
        min-height: 0;
        padding-bottom: 0;
        align-items: center;
        text-align: left; }
        body#opt-blog.home #content-panel .content-main .post.feature-post .entry-title-image img, body.page-blog.home #content-panel .content-main .post.feature-post .entry-title-image img {
          margin: 0;
          padding: 0; }
        body#opt-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content, body.page-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content {
          min-width: 35%;
          padding: 1rem;
          max-height: 22rem;
          overflow: hidden; }
          body#opt-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-title-meta, body.page-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-title-meta {
            text-align: left; }
          body#opt-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-title, body.page-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-title {
            text-align: left; }
            body#opt-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-title a, body.page-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-title a {
              text-align: left; }
          body#opt-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-content, body.page-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-content {
            display: block;
            padding: 0 1rem; }
            body#opt-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-content p, body.page-blog.home #content-panel .content-main .post.feature-post .entry-title-feature-content .entry-content p {
              font-size: 0.9rem; } }
  body#opt-blog.home #content-panel .content-sidebar, body.page-blog.home #content-panel .content-sidebar {
    display: none; }
  body#opt-blog.archive.category #content-panel .page-title, body.page-blog.archive.category #content-panel .page-title {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase; }
  body#opt-blog.archive.category #content-panel .post .entry-title-meta .author,
  body#opt-blog.archive.category #content-panel .post .entry-title-meta .category-link,
  body#opt-blog.archive.category #content-panel .post .entry-title-meta .meta-sep, body.page-blog.archive.category #content-panel .post .entry-title-meta .author,
  body.page-blog.archive.category #content-panel .post .entry-title-meta .category-link,
  body.page-blog.archive.category #content-panel .post .entry-title-meta .meta-sep {
    display: none; }
  @media only screen and (min-width:40.0625em) {
    body#page-schellter-technology .hero .hero-wrapper {
      width: 50rem;
      padding: 2rem; } }
  @media only screen and (max-width: 40em) {
    body#page-floor-plan .hero .hero-image {
      min-height: 30rem;
      height: 70vh; }
    body#page-floor-plan .hero .floor-plan-info__buttons {
      flex-wrap: wrap;
      gap: 0.5rem; }
      body#page-floor-plan .hero .floor-plan-info__buttons a.button {
        min-width: 0;
        flex: 1 1 calc(50% - 0.5rem);
        margin: 0;
        font-size: 0.8rem; } }
  body#page-lotworks-panel .grecaptcha-badge {
    display: none !important; }
  body.page-schellville #iAtlasChatDiv {
    display: none !important; }
  @media only screen and (max-width: 40em) {
    body.page-schellville .page-element-event-calendar .meeting-calendar {
      margin: 0;
      width: 100vw; } }
  body.page-schellville .page-element-event-calendar .meeting-timeline .meeting.today {
    background: #94d4c4;
    color: inherit; }
    body.page-schellville .page-element-event-calendar .meeting-timeline .meeting.today .meeting-date .meeting-divider {
      background: #94d4c4; }
    body.page-schellville .page-element-event-calendar .meeting-timeline .meeting.today .meeting-date .meeting-date-details {
      color: inherit; }
  body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-date {
    padding: 0 1rem;
    font-size: 1rem;
    text-align: left; }
    body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-date::after {
      display: none; }
    body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-date .meeting-date-details {
      padding-top: 0; }
    body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-date .meeting-divider {
      color: #223347;
      width: auto;
      padding: 1rem 0;
      left: auto;
      right: 1rem; }
  body.page-schellville .page-element-event-calendar .meeting-timeline .meeting.hide-meeting-date .meeting-date {
    display: none; }
  body.page-schellville .page-element-event-calendar .meeting-timeline .meeting.has-divider .meeting-project {
    padding-top: 0; }
  body.page-schellville .page-element-event-calendar .meeting-timeline .meeting.has-divider .meeting-date .meeting-date-details {
    padding-top: 1rem;
    width: 100%;
    display: block;
    position: static;
    white-space: nowrap;
    color: inherit; }
  body.page-schellville .page-element-event-calendar .meeting-timeline .meeting:not(.has-divider):not(.hide-meeting-date) .meeting-date-details {
    padding: 1rem 0 0.25rem; }
  body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-project {
    width: 100%;
    margin: 0;
    border: none; }
    body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-project .meeting-project-wrapper {
      background: #18403a; }
      body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-project .meeting-project-wrapper::before {
        display: none; }
      body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-name {
        color: #fff;
        font-size: 1rem;
        white-space: wrap; }
      body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-date-time {
        color: #ffbf00;
        font-weight: bold; }
    body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-project .meeting-project-volunteers-needed {
      margin-top: 0.5rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 0.5rem;
      text-transform: uppercase;
      font-size: 0.7rem;
      color: #a0d3e8; }
    body.page-schellville .page-element-event-calendar .meeting-timeline .meeting .meeting-project .meeting-project-volunteer-progress {
      margin-top: 0;
      border-top: none;
      padding-top: 0; }
  body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row:last-child {
    border-top: none; }
    body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row:last-child .planner-week-day:not(.has-events)::after {
      content: "Closed";
      padding: 0.25rem 1rem;
      font-weight: bold; }
  body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-pad-day {
    visibility: hidden !important; }
  body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day:not(.has-events) {
    color: rgba(255, 255, 255, 0.5);
    background: gray !important; }
  body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.has-events {
    color: #073316;
    background: #6cbb92; }
    body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.has-events .planner-meeting {
      background: #18403a; }
      body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.has-events .planner-meeting a.load-event-details .meeting-name {
        color: #fff;
        font-size: 0.9rem; }
      body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.has-events .planner-meeting a.load-event-details .meeting-time {
        font-size: 0.7rem;
        color: #ffbf00;
        font-weight: bold; }
      body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.has-events .planner-meeting a.load-event-details .meeting-project-volunteers-needed {
        margin-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 0.5rem;
        padding-bottom: 0;
        color: lightblue;
        font-size: 0.7rem;
        text-transform: uppercase; }
  body.page-schellville .page-element-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-date .planner-day-date-label {
    text-align: left; }
  @media only screen and (max-width: 40em) {
    body.page-schellville .swal2-container .swal2-popup {
      top: 3.5rem; }
    body.page-schellville .swal2-container #detail_contents .event-details #rightbar > .more-actions {
      top: 0; }
    body.page-schellville .swal2-container .swal2-close-icon-mobile {
      position: absolute;
      margin: 0;
      background: rgba(34, 51, 71, 0.88);
      border: none;
      top: 0;
      right: 0;
      left: 0;
      line-height: 1;
      color: #fff; } }
  body .site-footer {
    background: #223347;
    color: rgba(255, 255, 255, 0.8);
    padding: 2rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.5); }
    body .site-footer .section-block > .section-block__div {
      max-width: 80rem;
      margin: 0 auto; }
    body .site-footer .page-element-site-links .site-links__wrapper {
      max-width: 80rem;
      margin: 0 auto 2rem; }
      @media only screen and (min-width:40.0625em) {
        body .site-footer .page-element-site-links .site-links__wrapper {
          column-count: 4;
          white-space: nowrap; } }
      body .site-footer .page-element-site-links .site-links__wrapper > ul {
        max-width: 100%;
        break-inside: avoid-column;
        margin: 0 0 1rem;
        padding: 0;
        list-style: none; }
        @media only screen and (max-width: 40em) {
          body .site-footer .page-element-site-links .site-links__wrapper > ul {
            margin: 0 0 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.25rem 1rem; } }
        body .site-footer .page-element-site-links .site-links__wrapper > ul li {
          font-size: 0.8rem; }
          body .site-footer .page-element-site-links .site-links__wrapper > ul li.site-link-list-header {
            width: 100%; }
          body .site-footer .page-element-site-links .site-links__wrapper > ul li a {
            color: rgba(255, 255, 255, 0.8); }
          body .site-footer .page-element-site-links .site-links__wrapper > ul li h4 {
            font-size: 0.8rem;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 0.25rem;
            color: #fff; }
            body .site-footer .page-element-site-links .site-links__wrapper > ul li h4 a {
              color: inherit; }
    body .site-footer #copyright p {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 0; }
      body .site-footer #copyright p strong {
        color: rgba(255, 255, 255, 0.8);
        font-weight: normal; }
    body .site-footer #copyright img {
      max-height: 50px;
      width: auto; }
  body:not(.kiosk-mode) .show-for-kiosk-only {
    display: none; }
  body.kiosk-mode #kiosk-restart-button {
    position: absolute;
    top: 0.5rem;
    left: 1rem; }
  body.kiosk-mode .page-element-account-menu,
  body.kiosk-mode .site-header .nav-bar__wrapper > .page-element-account-menu {
    display: none; }
  @media only screen and (min-width:64.0625em) {
    body.kiosk-mode #pre-nav,
    body.kiosk-mode #nav .nav-bar__links,
    body.kiosk-mode #nav .nav-bar__post-links,
    body.kiosk-mode .page-element-component[data-component-name="Sales Team Block"] .button,
    body.kiosk-mode .page-element-component[data-component-name="Included Features & Mortgage Calculator"],
    body.kiosk-mode #reserve,
    body.kiosk-mode footer.site-footer .page-element-site-links {
      display: none; } }
@media only screen and (min-width:64.0625em) and (min-width:64.0625em) {
  body.kiosk-mode #nav .nav-bar__wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80rem;
    max-width: 100%;
    flex-direction: row-reverse;
    top: 0; } }
  @media only screen and (min-width:64.0625em) {
    body.kiosk-mode #nav .nav-bar__logo {
      position: absolute;
      right: 0;
      top: -0.5rem;
      pointer-events: none; } }
  @media only screen and (min-width:64.0625em) and (min-width:64.0625em) {
    body.kiosk-mode #nav .nav-bar__logo {
      position: relative;
      right: auto;
      top: auto;
      padding: 0; }
      body.kiosk-mode #nav .nav-bar__logo a {
        padding: 1.25rem 0; } }
  @media only screen and (min-width:64.0625em) {
    body.kiosk-mode .page-element-floor-plan-cards .floor-plan-cards__header,
    body.kiosk-mode .page-element-floor-plan-cards .floor-plan-cards__content {
      max-width: calc(100vw - 2rem); }
      body.kiosk-mode .page-element-floor-plan-cards .floor-plan-cards__header .floor-plan-cards__content__card,
      body.kiosk-mode .page-element-floor-plan-cards .floor-plan-cards__content .floor-plan-cards__content__card {
        flex: 1 0 23%;
        max-width: calc(25% - 0.5rem); } }
  body.kiosk-mode #iAtlasChatDiv {
    display: none !important; }

/* Hide arttrk tracking pixel */
img[src^="https://arttrk.com"] {
  position: absolute;
  bottom: -1px;
  left: -1px; }
