@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-device-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   END OF HTML5_BOILERPLATE
   ========================================================================== */
/* Silver */
/* ---------------------------------------------------------------------------------------------- */
/*	Additional Defaults
	Run Code Run Inc., Colin Foster, colin@runcode.run
	v1.8.2 2024-01-16
*/
/* ---------------------------------------------------------------------------------------------- */
:root {
  font-size: 0.625em;
}

body {
  font-size: 1.6rem;
} /* Reset to 16px. Easier to use because 16px == 1.6rem. */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td {
  vertical-align: top;
}

table td.numeric {
  text-align: right;
}

table thead td,
table tbody td.heading {
  font-weight: bold;
}

ol li {
  margin-left: 1.6rem;
  list-style-type: decimal;
  list-style-position: outside;
}

ul li {
  margin-left: 1.6rem;
  list-style-type: disc;
  list-style-position: outside;
}

blockquote {
  margin-left: 2rem;
  margin-right: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, blockquote {
  margin: 0 0 0.8em 0;
}

i {
  font-style: normal;
}

a {
  cursor: pointer;
}

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

span.nb {
  display: inline-block;
}

fieldset {
  border: 1px solid black;
}

fieldset legend {
  padding: 0 10px 0 10px;
  margin-left: 10px;
}

button {
  border: none;
  cursor: pointer;
}

input, textarea, select, button {
  padding: 2px;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

abbr, abbr[title], acronym {
  border-bottom: 1px dotted black;
  text-decoration: none;
  cursor: help;
}

header, footer, main, nav, article, section, div, iframe,
h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
}

/* ----------------------------------- */
/* Commonly used classes               */
/* ----------------------------------- */
/* Page Layout Columns */
@media screen and (min-width: 641px) {
  .cols:after, .cols_r:after {
    content: "";
    display: table;
    clear: both;
  }
  .cols > .col,
  .cols_r > .col {
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 0 20px;
  }
  /* DEBUG */
  /*
  .cols > .col,
  .cols_r > .col{ background: rgba(136, 100, 255, 0.2); }
  .cols > .col:nth-child(even),
  .cols_r > .col:nth-child(even){ background: rgba(255, 100, 255, 0.2); }
  */
  .cols_r > .col {
    float: right;
  }
  .cols > .col:first-child,
  .cols_r > .col:last-child {
    padding-left: 0;
  }
  .cols > .col:last-child,
  .cols_r > .col:first-child {
    padding-right: 0;
  }
  /* 1/2 column spacing */
  .cols_11 > .col {
    width: 50%;
  }
  /* 1/4 column spacing */
  .cols_13 > .col:last-child,
  .cols_31 > .col:first-child {
    width: calc((100% - 120px) * 0.75 + 100px);
  }
  .cols_31 > .col:last-child,
  .cols_13 > .col:first-child {
    width: calc((100% - 120px) / 4 + 20px);
  }
  .cols_121 > .col,
  .cols_211 > .col:last-child,
  .cols_112 > .col:first-child {
    width: calc((100% - 120px) / 4 + 20px);
  }
  .cols_121 > .col:nth-child(2) {
    width: calc((100% - 80px) / 2 + 60px);
  }
  .cols_211 > .col:first-child,
  .cols_112 > .col:last-child {
    width: calc((100% - 120px) / 2 + 60px);
  }
  .cols_112 > .col:nth-child(2),
  .cols_211 > .col:nth-child(2) {
    width: calc((100% - 120px) / 4 + 40px);
  }
  .cols_1111 > .col {
    width: calc((100% - 120px) / 4 + 40px);
  }
  .cols_1111 > .col:first-child,
  .cols_1111 > .col:last-child {
    width: calc((100% - 120px) / 4 + 20px);
  }
  /* 1/3 column spacing */
  .cols_111 > .col,
  .cols_12 > .col:first-child,
  .cols_21 > .col:last-child {
    width: calc((100% - 80px) / 3 + 20px);
  }
  .cols_111 > .col:nth-child(2) {
    width: calc((100% - 80px) / 3 + 40px);
  }
  .cols_12 > .col:last-child,
  .cols_21 > .col:first-child {
    width: calc((100% - 80px) * 0.6666666667 + 60px);
  }
}
/* Show/hide various elements on mobile vs desktop. */
@media screen and (max-width: 640px) {
  .desktop_inline,
  .desktop_inline_block,
  .desktop_block {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .desktop_inline {
    display: inline !important;
  }
  .desktop_inline_block {
    display: inline-block !important;
  }
  .desktop_block {
    display: block !important;
  }
  .desktop_hidden {
    display: none !important;
  }
}
/* For use with inline images */
img.left {
  float: left;
  display: inline;
  margin: 5px 10px 5px 0;
}

img.right {
  float: right;
  display: inline;
  margin: 5px 0 5px 10px;
}

.eml {
  cursor: pointer;
}

/* Screen-Reader Text */
.srt {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
}

noscript.no_js {
  width: 100%;
  padding: 10px 20px 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  text-align: center;
  color: white;
  background: #dd4444;
  z-index: 1000;
}

noscript.inline {
  display: inline-block;
  background: #dd4444;
  color: white;
}

#dev_flag,
#preview_flag {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 5px 10px;
  border-radius: 4px 0 0 0;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #0000cc;
}

#preview_flag {
  right: auto;
  left: 0;
  border-radius: 0 4px 0 0;
  background: #cc0000;
}

#dev_flag a, #preview_flag a {
  color: white;
  text-decoration: none;
}

input::-ms-clear {
  display: none;
}

.show_layout > * {
  background-color: rgba(255, 0, 0, 0.2);
}

.show_layout > * > * {
  background-color: rgba(0, 255, 0, 0.2);
}

.show_layout > * > * > * {
  background-color: rgba(0, 0, 255, 0.2);
}

.show_layout > * > * > * > * {
  background-color: rgba(255, 0, 255, 0.2);
}

.show_layout > * > * > * > * > * {
  background-color: rgba(0, 255, 255, 0.2);
}

.show_layout > * > * > * > * > * > * {
  background-color: rgba(255, 255, 0, 0.2);
}

/* ---------------------------------------------------------------------------------------------- */
/*   END OF RCR DEFAULTS                                                                          */
/* ---------------------------------------------------------------------------------------------- */
div.social a {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  background: no-repeat;
  background-size: contain;
  background-position: center center;
}

div.social a.bluesky {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA1NyIgd2lkdGg9IjkyIiBoZWlnaHQ9IjgyIj4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSIgaWQ9InNreSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzBBN0FGRiIgc3RvcC1vcGFjaXR5PSIxIj48L3N0b3A+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzU5QjlGRiIgc3RvcC1vcGFjaXR5PSIxIj48L3N0b3A+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPHBhdGggZmlsbD0idXJsKCNza3kpIiBkPSJNMTMuODczIDMuODA1QzIxLjIxIDkuMzMyIDI5LjEwMyAyMC41MzcgMzIgMjYuNTV2MTUuODgyYzAtLjMzOC0uMTMuMDQ0LS40MS44NjctMS41MTIgNC40NTYtNy40MTggMjEuODQ3LTIwLjkyMyA3Ljk0NC03LjExMS03LjMyLTMuODE5LTE0LjY0IDkuMTI1LTE2Ljg1LTcuNDA1IDEuMjY0LTE1LjczLS44MjUtMTguMDE0LTkuMDE1QzEuMTIgMjMuMDIyIDAgOC41MSAwIDYuNTUgMC0zLjI2OCA4LjU3OS0uMTgyIDEzLjg3MyAzLjgwNVpNNTAuMTI3IDMuODA1QzQyLjc5IDkuMzMyIDM0Ljg5NyAyMC41MzcgMzIgMjYuNTV2MTUuODgyYzAtLjMzOC4xMy4wNDQuNDEuODY3IDEuNTEyIDQuNDU2IDcuNDE4IDIxLjg0NyAyMC45MjMgNy45NDQgNy4xMTEtNy4zMiAzLjgxOS0xNC42NC05LjEyNS0xNi44NSA3LjQwNSAxLjI2NCAxNS43My0uODI1IDE4LjAxNC05LjAxNUM2Mi44OCAyMy4wMjIgNjQgOC41MSA2NCA2LjU1YzAtOS44MTgtOC41NzgtNi43MzItMTMuODczLTIuNzQ1WiI+PC9wYXRoPgo8L3N2Zz4=);
}

div.social a.facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBzdHlsZT0nZmlsbDogd2hpdGU7JyBkPSJNNDQ4IDU2Ljd2Mzk4LjVjMCAxMy43LTExLjEgMjQuNy0yNC43IDI0LjdIMzA5LjFWMzA2LjVoNTguMmw4LjctNjcuNmgtNjd2LTQzLjJjMC0xOS42IDUuNC0zMi45IDMzLjUtMzIuOWgzNS44di02MC41Yy02LjItLjgtMjcuNC0yLjctNTIuMi0yLjctNTEuNiAwLTg3IDMxLjUtODcgODkuNHY0OS45aC01OC40djY3LjZoNTguNFY0ODBIMjQuN0MxMS4xIDQ4MCAwIDQ2OC45IDAgNDU1LjNWNTYuN0MwIDQzLjEgMTEuMSAzMiAyNC43IDMyaDM5OC41YzEzLjcgMCAyNC44IDExLjEgMjQuOCAyNC43eiIvPjwvc3ZnPg==);
}

div.social a.instagram {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBzdHlsZT0nZmlsbDogd2hpdGU7JyBkPSJNMjI0LjEgMTQxYy02My42IDAtMTE0LjkgNTEuMy0xMTQuOSAxMTQuOXM1MS4zIDExNC45IDExNC45IDExNC45UzMzOSAzMTkuNSAzMzkgMjU1LjkgMjg3LjcgMTQxIDIyNC4xIDE0MXptMCAxODkuNmMtNDEuMSAwLTc0LjctMzMuNS03NC43LTc0LjdzMzMuNS03NC43IDc0LjctNzQuNyA3NC43IDMzLjUgNzQuNyA3NC43LTMzLjYgNzQuNy03NC43IDc0Ljd6bTE0Ni40LTE5NC4zYzAgMTQuOS0xMiAyNi44LTI2LjggMjYuOC0xNC45IDAtMjYuOC0xMi0yNi44LTI2LjhzMTItMjYuOCAyNi44LTI2LjggMjYuOCAxMiAyNi44IDI2Ljh6bTc2LjEgMjcuMmMtMS43LTM1LjktOS45LTY3LjctMzYuMi05My45LTI2LjItMjYuMi01OC0zNC40LTkzLjktMzYuMi0zNy0yLjEtMTQ3LjktMi4xLTE4NC45IDAtMzUuOCAxLjctNjcuNiA5LjktOTMuOSAzNi4xcy0zNC40IDU4LTM2LjIgOTMuOWMtMi4xIDM3LTIuMSAxNDcuOSAwIDE4NC45IDEuNyAzNS45IDkuOSA2Ny43IDM2LjIgOTMuOXM1OCAzNC40IDkzLjkgMzYuMmMzNyAyLjEgMTQ3LjkgMi4xIDE4NC45IDAgMzUuOS0xLjcgNjcuNy05LjkgOTMuOS0zNi4yIDI2LjItMjYuMiAzNC40LTU4IDM2LjItOTMuOSAyLjEtMzcgMi4xLTE0Ny44IDAtMTg0Ljh6TTM5OC44IDM4OGMtNy44IDE5LjYtMjIuOSAzNC43LTQyLjYgNDIuNi0yOS41IDExLjctOTkuNSA5LTEzMi4xIDlzLTEwMi43IDIuNi0xMzIuMS05Yy0xOS42LTcuOC0zNC43LTIyLjktNDIuNi00Mi42LTExLjctMjkuNS05LTk5LjUtOS0xMzIuMXMtMi42LTEwMi43IDktMTMyLjFjNy44LTE5LjYgMjIuOS0zNC43IDQyLjYtNDIuNiAyOS41LTExLjcgOTkuNS05IDEzMi4xLTlzMTAyLjctMi42IDEzMi4xIDljMTkuNiA3LjggMzQuNyAyMi45IDQyLjYgNDIuNiAxMS43IDI5LjUgOSA5OS41IDkgMTMyLjFzMi43IDEwMi43LTkgMTMyLjF6Ii8+PC9zdmc+);
}

div.social a.twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBzdHlsZT0nZmlsbDogd2hpdGU7JyBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHptLTQ4LjkgMTU4LjhjLjIgMi44LjIgNS43LjIgOC41IDAgODYuNy02NiAxODYuNi0xODYuNiAxODYuNi0zNy4yIDAtNzEuNy0xMC44LTEwMC43LTI5LjQgNS4zLjYgMTAuNC44IDE1LjguOCAzMC43IDAgNTguOS0xMC40IDgxLjQtMjgtMjguOC0uNi01My0xOS41LTYxLjMtNDUuNSAxMC4xIDEuNSAxOS4yIDEuNSAyOS42LTEuMi0zMC02LjEtNTIuNS0zMi41LTUyLjUtNjQuNHYtLjhjOC43IDQuOSAxOC45IDcuOSAyOS42IDguM2E2NS40NDcgNjUuNDQ3IDAgMCAxLTI5LjItNTQuNmMwLTEyLjIgMy4yLTIzLjQgOC45LTMzLjEgMzIuMyAzOS44IDgwLjggNjUuOCAxMzUuMiA2OC42LTkuMy00NC41IDI0LTgwLjYgNjQtODAuNiAxOC45IDAgMzUuOSA3LjkgNDcuOSAyMC43IDE0LjgtMi44IDI5LTguMyA0MS42LTE1LjgtNC45IDE1LjItMTUuMiAyOC0yOC44IDM2LjEgMTMuMi0xLjQgMjYtNS4xIDM3LjgtMTAuMi04LjkgMTMuMS0yMC4xIDI0LjctMzIuOSAzNHoiLz48L3N2Zz4=);
}

div.social a.youtube {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSd3aGl0ZScgZD0iTTU0OS43IDEyNC4xYy02LjMtMjMuNy0yNC44LTQyLjMtNDguMy00OC42QzQ1OC44IDY0IDI4OCA2NCAyODggNjRTMTE3LjIgNjQgNzQuNiA3NS41Yy0yMy41IDYuMy00MiAyNC45LTQ4LjMgNDguNi0xMS40IDQyLjktMTEuNCAxMzIuMy0xMS40IDEzMi4zczAgODkuNCAxMS40IDEzMi4zYzYuMyAyMy43IDI0LjggNDEuNSA0OC4zIDQ3LjhDMTE3LjIgNDQ4IDI4OCA0NDggMjg4IDQ0OHMxNzAuOCAwIDIxMy40LTExLjVjMjMuNS02LjMgNDItMjQuMiA0OC4zLTQ3LjggMTEuNC00Mi45IDExLjQtMTMyLjMgMTEuNC0xMzIuM3MwLTg5LjQtMTEuNC0xMzIuM3ptLTMxNy41IDIxMy41VjE3NS4ybDE0Mi43IDgxLjItMTQyLjcgODEuMnoiLz48L3N2Zz4=);
}

div.social a.phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjgwIDEyODAiPgogICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwNjAgMTE5OUMxMDI0IDEyMTMgOTg2IDEyMjAgOTQ4IDEyMTlDODg5IDEyMTkgODI2IDEyMDYgNzYwIDExNzhDNjkxIDExNDggNjI1IDExMTAgNTY0IDEwNjVDNDMwIDk2NyAzMTIgODQ5IDIxNCA3MTVDMTY5IDY1NCAxMzEgNTg4IDEwMSA1MTlDNzMgNDUzIDU5IDM5MCA1OSAzMzFDNTkgMjkzIDY2IDI1NSA4MCAyMTlDOTUgMTgzIDExNyAxNTEgMTQ1IDEyNEMxODEgODcgMjI0IDcwIDI2NiA3MEMyODIgNjkgMjk5IDczIDMxNCA4MEMzMjkgODcgMzQyIDk5IDM1MiAxMTNMNDg2IDMwMUM1MDYgMzI5IDUxNyAzNTQgNTE3IDM3NkM1MTYgMzkwIDUxMiA0MDQgNTA1IDQxN0M0OTUgNDMyIDQ4NSA0NDYgNDcyIDQ1OEw0MjkgNTAzQzQyMiA1MDkgNDE5IDUxNyA0MTkgNTI2QzQxOSA1MzEgNDIwIDUzNSA0MjEgNTM5QzQyMyA1NDMgNDI0IDU0NyA0MjYgNTUxQzQzNiA1NzAgNDU0IDU5NSA0NzkgNjI1QzUwNSA2NTUgNTM0IDY4NCA1NjUgNzE0QzU5NSA3NDUgNjI0IDc3NCA2NTQgODAwQzY4NCA4MjUgNzA5IDg0MyA3MjggODUzQzczMiA4NTUgNzM2IDg1NiA3NDAgODU4Qzc0NCA4NTkgNzQ4IDg2MCA3NTMgODYwQzc2MiA4NjAgNzcwIDg1NyA3NzYgODUwTDgyMSA4MDdDODMzIDc5NCA4NDcgNzg0IDg2MiA3NzRDODc1IDc2NyA4ODkgNzYzIDkwMyA3NjJDOTI1IDc2MiA5NTAgNzczIDk3OSA3OTNMMTE2NiA5MjdDMTE4MCA5MzcgMTE5MiA5NTAgMTE5OSA5NjVDMTIwNiA5ODAgMTIxMCA5OTYgMTIxMCAxMDEzQzEyMTAgMTA1NSAxMTkyIDEwOTcgMTE1NSAxMTM0QzExMjggMTE2MiAxMDk2IDExODQgMTA2MCAxMTk5WiIvPgo8L3N2Zz4K);
}

div.social a.email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjgwIDEyODAiPgogICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTY5NSA2OTlDNjgwIDcxNCA2NjAgNzIyIDY0MCA3MjJDNjE5IDcyMiA1OTkgNzE0IDU4NCA2OTlMNzQgMTg5Qzk5IDE3MyAxMjcgMTY0IDE1NiAxNjRMMTEyMyAxNjRDMTE1MiAxNjQgMTE4MCAxNzMgMTIwNSAxODlaIE0yMyAxMDU3QzE0IDEwMzcgOSAxMDE2IDEwIDk5NUwxMCAzMTFDOSAyODkgMTQgMjY4IDIzIDI0OUw0MjggNjUzWiBNNDgzIDcwOEw1MzYgNzYxQzU2MyA3ODkgNjAxIDgwNCA2NDAgODA0QzY3OCA4MDQgNzE2IDc4OSA3NDMgNzYxTDc5NiA3MDhMMTIwNSAxMTE2QzExODAgMTEzMyAxMTUyIDExNDEgMTEyMyAxMTQxTDE1NiAxMTQxQzEyNyAxMTQxIDk5IDExMzMgNzQgMTExNlogTTEyNTYgMjQ5QzEyNjUgMjY4IDEyNzAgMjg5IDEyNjkgMzExTDEyNjkgOTk1QzEyNzAgMTAxNiAxMjY1IDEwMzcgMTI1NiAxMDU3TDg1MiA2NTNaIi8+Cjwvc3ZnPgo=);
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-download a {
  color: #fff;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {}
@keyframes pulsate {}
@-moz-keyframes pulsate {}
@-o-keyframes pulsate {}
@-ms-keyframes pulsate {}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXx-p7K4KLg.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0oJC8MLnbtg.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXx-p7K4KLg.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXx-p7K4KLg.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1 {
  margin-top: 30px;
  font-size: 32px;
  font-weight: bold;
  color: rgb(40, 40, 40);
}

sup {
  display: inline-block;
  position: relative;
  top: -0.3em;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}

h1 + div.subtitle {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
}

h2 {
  margin-top: 40px;
  font-size: 28px;
  font-weight: normal;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 span {
  padding-right: 0.2em;
  font-weight: 700;
  font-style: italic;
  color: rgb(66, 66, 67);
}

/*
#main p,
#main li{
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 300;
}
*/
#main ul,
dl.features {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 300;
}

#main ul li,
#main dd {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 0.9em;
  line-height: 1.4em;
}

#main ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(66, 66, 67);
}

dl.features dt {
  font-weight: normal;
  line-height: 1.4em;
}

p {
  line-height: 1.3em;
  margin-bottom: 0.9em;
}

hr {
  height: 0;
  padding: 0;
  margin: 1.3em 0 1.3em 0;
  border-bottom: 1px solid #424243;
  border-top: none;
  clear: both;
  display: block;
}

strong {
  font-weight: 700;
}

a,
span.eml {
  color: rgb(186, 52, 48);
  text-decoration: underline;
}

a:hover,
span.eml:hover {
  text-decoration: underline;
}

span.break:after {
  content: ", ";
  display: inline-block;
}

/* Button */
button,
a.button {
  height: 32px;
  line-height: 32px;
  border: 2px solid rgb(186, 52, 48);
  border-radius: 23px;
  display: inline-block;
  padding: 4px 24px 4px 24px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: white;
  background: rgb(186, 52, 48);
}

button.light,
a.button.light {
  color: rgb(186, 52, 48);
  background: white;
}

button[disabled] {
  color: #eeeeee;
  border-color: #cccccc;
  background: #dddddd;
}

/* Content Modifiers */
div.left {
  text-align: left;
}

div.center {
  text-align: center;
}

div.right {
  text-align: right;
}

div.light {
  color: white;
}

div.light a.button,
div.light button {
  border-color: rgb(186, 52, 48);
  color: rgb(186, 52, 48);
  background: white;
}

.right {
  float: right;
  display: inline-block;
  margin: 0 0 20px 20px;
}

.left {
  float: left;
  display: inline-block;
  margin: 0 20px 20px 0;
}

ul.stats {
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 10px auto 0 auto;
  text-align: center;
}

ul.stats li {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  margin-right: 12px;
  list-style: none;
  color: #888888;
  font-size: 0.7em;
}

ul.stats i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.stats i.home {
  width: 26px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiIGQ9Ik0gMiAwIEwgMjYgMCBMIDI2IDI0IEwgMiAyNCBaIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAwMDAwIiBzdHJva2U9Im5vbmUiIGQ9Ik0gMTQuNzA3IDIuMjkyOTk5IEwgMjMuNzA3MDAxIDExLjI5MyBDIDI0LjMzNyAxMS45MjMgMjMuODkxMDAxIDEzIDIzIDEzIEwgMjIgMTMgTCAyMiAxOSBDIDIyIDIwLjY1Njg1NSAyMC42NTY4NTUgMjIgMTkgMjIgTCAxOCAyMiBMIDE4IDE1IEMgMTguMDAwMDg4IDEzLjQxMTQ0MyAxNi43NjE4MjIgMTIuMDk4MTk1IDE1LjE3NiAxMi4wMDUgTCAxNSAxMiBMIDEzIDEyIEMgMTEuMzQzMTQ1IDEyIDEwIDEzLjM0MzE0NSAxMCAxNSBMIDEwIDIyIEwgOSAyMiBDIDcuMzQzMTQ2IDIyIDYgMjAuNjU2ODU1IDYgMTkgTCA2IDEzIEwgNSAxMyBDIDQuMTEgMTMgMy42NjMgMTEuOTIzIDQuMjkzIDExLjI5MyBMIDEzLjI5MyAyLjI5Mjk5OSBDIDEzLjY4MzUgMS45MDI2MTggMTQuMzE2NSAxLjkwMjYxOCAxNC43MDcgMi4yOTI5OTkgTSAxNSAxNCBDIDE1LjU1MjI4NSAxNCAxNiAxNC40NDc3MTUgMTYgMTUgTCAxNiAyMiBMIDEyIDIyIEwgMTIgMTUgQyAxMi4wMDAwNjcgMTQuNDkzMDI1IDEyLjM3OTUwNyAxNC4wNjYzMTYgMTIuODgzIDE0LjAwNyBMIDEzIDE0IFoiLz4KICAgIDxwYXRoIGZpbGw9IiMyOTI2MjYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAwMDAwIiBkPSJNIC0wIDAuNSBMIDAgMjMuNSIvPgogICAgPHBhdGggZmlsbD0iIzI5MjYyNiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAwMDAiIGQ9Ik0gMjcgMC43NSBMIDI3IDIzLjc1Ii8+Cjwvc3ZnPgo=);
}

ul.stats i.stories {
  width: 23px;
  height: 23px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgUGl4ZWxtYXRvciBQcm8gMy43IC0tPgo8c3ZnIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggaWQ9IkxpbmUiIGZpbGw9IiMyOTI2MjYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0gMiAyMCBMIDIyIDIwIi8+CiAgICA8cGF0aCBpZD0iTGluZS1jb3B5IiBmaWxsPSIjMjkyNjI2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSI0IiBkPSJNIDIgMTIgTCAyMiAxMiIvPgogICAgPHBhdGggaWQ9IkxpbmUtY29weS0yIiBmaWxsPSIjMjkyNjI2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSI0IiBkPSJNIDExIDQgTCAyMiA0Ii8+Cjwvc3ZnPgo=);
}

ul.stats i.bed {
  width: 30px;
  height: 30px;
  top: -1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iY3VycmVudENvbG9yIj48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMyA2YTEgMSAwIDAgMSAuOTkzIC44ODNsLjAwNyAuMTE3djZoNnYtNWExIDEgMCAwIDEgLjg4MyAtLjk5M2wuMTE3IC0uMDA3aDhhMyAzIDAgMCAxIDIuOTk1IDIuODI0bC4wMDUgLjE3NnY4YTEgMSAwIDAgMSAtMS45OTMgLjExN2wtLjAwNyAtLjExN3YtM2gtMTZ2M2ExIDEgMCAwIDEgLTEuOTkzIC4xMTdsLS4wMDcgLS4xMTd2LTExYTEgMSAwIDAgMSAxIC0xeiIgLz48cGF0aCBkPSJNNyA4YTIgMiAwIDEgMSAtMS45OTUgMi4xNWwtLjAwNSAtLjE1bC4wMDUgLS4xNWEyIDIgMCAwIDEgMS45OTUgLTEuODV6IiAvPjwvc3ZnPg==);
}

ul.stats i.tub {
  width: 25px;
  height: 25px;
  top: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iY3VycmVudENvbG9yIj48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTEgMmExIDEgMCAwIDEgLjk5MyAuODgzbC4wMDcgLjExN3YyLjI1YTEgMSAwIDAgMSAtMS45OTMgLjExN2wtLjAwNyAtLjExN3YtMS4yNWgtMmExIDEgMCAwIDAgLS45OTMgLjg4M2wtLjAwNyAuMTE3djZoMTNhMiAyIDAgMCAxIDEuOTk1IDEuODVsLjAwNSAuMTV2M2MwIDEuNDc1IC0uNjM4IDIuOCAtMS42NTQgMy43MTVsLjQ4NiAuNzNhMSAxIDAgMCAxIC0xLjU5NCAxLjIwM2wtLjA3IC0uMDkzbC0uNTUgLS44MjNhNC45OCA0Ljk4IDAgMCAxIC0xLjMzNyAuMjZsLS4yODEgLjAwOGgtMTBhNC45OTQgNC45OTQgMCAwIDEgLTEuNjE5IC0uMjY4bC0uNTQ5IC44MjNhMSAxIDAgMCAxIC0xLjcyMyAtMS4wMDlsLjA1OSAtLjFsLjQ4NiAtLjczYTQuOTg3IDQuOTg3IDAgMCAxIC0xLjY0NyAtMy40NTdsLS4wMDcgLS4yNTl2LTNhMiAyIDAgMCAxIDEuODUgLTEuOTk1bC4xNSAtLjAwNWgxdi02YTMgMyAwIDAgMSAyLjgyNCAtMi45OTVsLjE3NiAtLjAwNWgzeiIgLz48L3N2Zz4=);
}

/* Mobile */
@media screen and (max-width: 640px) {
  ul.stats i.home {
    width: 22px;
    height: 20px;
    top: 0;
  }
  ul.stats i.stories {
    width: 20px;
    height: 20px;
    top: 0;
  }
  ul.stats i.bed {
    width: 25px;
    height: 25px;
    top: -3px;
  }
  ul.stats i.tub {
    width: 22px;
    height: 22px;
    top: -2px;
  }
}
/* ==== */
/* BODY */
/* ==== */
:root {
  min-width: 360px;
  font-family: "Montserrat", serif;
  line-height: normal;
  color: #424243;
  background: white;
}

html {
  overflow-y: scroll;
}

/* Page Structure */
div.content {
  max-width: 640px;
  min-width: 360px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto 0 auto;
  position: relative;
}

div.content:after {
  content: "";
  clear: both;
  display: table;
}

article {
  position: relative;
}

section.dark div.heading_area {
  padding: 32px 0 50px 0;
}

section.dark div.button_area {
  padding: 10px 0 50px 0;
}

div.section,
div.alt_section {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.alt_section {
  background: #f6f2ff;
}

div.tabs {
  overflow: hidden;
  border-bottom: 1px solid rgb(186, 52, 48);
}

div.tabs button {
  float: left;
  border-radius: 8px 8px 0 0;
  margin-right: 8px;
  border: 1px solid rgb(186, 52, 48);
  border-bottom-color: transparent;
  color: rgb(186, 52, 48);
  background: white;
}

div.tabs button.selected {
  border-bottom-color: white;
  position: relative;
  top: 1px;
  color: white;
  background: rgb(186, 52, 48);
}

div.tabs_content div.tab_content {
  display: none;
}

div.tabs_content div.tab_content.selected {
  display: block;
}

div.placeholder {
  padding: 10vw 0 10vw 0;
  text-align: center;
  font-size: 18px;
  background: #f2f2f2;
}

#pg_404 article {
  padding: 100px;
  text-align: center;
}

.gallery {
  height: 380px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#floor_plan_gallery {
  height: auto;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
}

#build_plan_gallery {
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
}

/* Mobile */
@media screen and (max-width: 640px) {
  .desktop_inline,
  .desktop_inline_block,
  .desktop_block {
    display: none !important;
  }
  a.neighbourhood {
    margin: 0 auto 0 auto;
    display: block;
    text-align: center;
  }
  a.neighbourhood img {
    width: 50%;
  }
}
/* Desktop */
@media screen and (min-width: 641px) {
  :root {
    min-width: 1080px;
  }
  body {
    padding-top: 32px;
  }
  .desktop_inline {
    display: inline !important;
  }
  .desktop_inline_block {
    display: inline-block !important;
  }
  .desktop_block {
    display: block !important;
  }
  .desktop_hidden {
    display: none !important;
  }
  span.break:after {
    content: none;
  }
  span.break {
    display: block;
  }
  div.content {
    min-width: 1080px;
    max-width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
  }
  /* Page Layout Columns */
  div.cols {
    overflow: hidden;
  }
  /* div.col and div.tile are expected to be immediately inside div.cols */
  div.cols > div.col {
    float: left;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
  }
  /* two-columns variations */
  div.cols_11 > div.col {
    width: 50%;
  }
  /* three-columns variations */
  div.cols_111 > div.col {
    width: 33%;
  }
  div.cols_12 > div.col {
    width: 66.66%;
  }
  div.cols_12 > div.col:first-child {
    width: 33.33%;
  }
  div.cols_21 > div.col {
    width: 33.33%;
  }
  div.cols_21 > div.col:first-child {
    width: 66.66%;
  }
  /* four-column variations */
  div.cols_1111 > div.col {
    width: 25%;
  }
  div.cols_112 > div.col {
    width: 25%;
  }
  div.cols_112 > div.col:last-child {
    width: 50%;
  }
  div.cols_121 > div.col {
    width: 50%;
  }
  div.cols_121 > div.col:first-child,
  div.cols_121 > div.col:last-child {
    width: 25%;
  }
  div.cols_211 > div.col {
    width: 25%;
  }
  div.cols_211 > div.col:first-child {
    width: 50%;
  }
  div.cols_13 > div.col {
    width: 75%;
  }
  div.cols_13 > div.col:first-child {
    width: 25%;
  }
  div.cols_31 > div.col {
    width: 25%;
  }
  div.cols_31 > div.col:first-child {
    width: 75%;
  }
  #rc_msg_box {
    width: 550px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 15px 0 0;
    color: #f3ab0f;
    float: right;
    text-align: center;
    background: #444444;
    display: none;
  }
  .gallery {
    grid-template-columns: repeat(9, 1fr);
  }
  #floor_plan_gallery {
    grid-template-columns: repeat(4, 1fr);
    overflow-y: hidden;
  }
  #build_plan_gallery {
    height: auto;
    grid-template-columns: repeat(8, 1fr);
    overflow-y: hidden;
  }
  a.neighbourhood.right {
    margin-right: 30px;
  }
}
/* ====== */
/* HEADER */
/* ====== */
#header {
  background: rgb(186, 52, 48);
  padding-bottom: 1px;
  border-bottom: 2px solid rgb(211, 210, 210);
}

#header div.social {
  position: absolute;
}

#header div.social a {
  margin: 0 0 0 20px;
}

#nav {
  position: relative;
  overflow: hidden;
}

#nav a.visuallyhidden:focus,
#nav a.visuallyhidden:active {
  position: absolute;
  left: 100px;
  top: 10px;
  color: black;
}

#nav li a sup {
  font-size: 0.75em;
  top: -0.3em;
}

#nav a.logo {
  width: 50%;
  margin: 8px 0 8px 0;
  display: inline-block;
  float: left;
}

/* Mobile */
@media screen and (max-width: 640px) {
  #header div.social {
    top: max(8vw, 30px);
    right: 80px;
  }
  /* Hamburger */
  button.hamburger {
    width: 40px;
    height: 38px;
    padding: 5px;
    margin: 0;
    display: inline-block;
    position: fixed;
    top: max(8vw - 3px, 27px);
    right: 20px;
    overflow: visible;
    border: none;
    border-radius: 4px;
    background: rgb(186, 52, 48);
    color: white;
    z-index: 9000;
  }
  button.hamburger span,
  button.hamburger:before,
  button.hamburger:after {
    content: "";
    height: 3px;
    width: 28px;
    overflow: visible;
    display: inline-block;
    border-radius: 2px;
    background: white;
    position: absolute;
    left: 7px;
    transition: 0.4s;
  }
  button.hamburger span {
    top: 17px;
  }
  button.hamburger:before {
    top: 7px;
  }
  button.hamburger:after {
    bottom: 7px;
  }
  button.hamburger.selected:before,
  button.hamburger.selected:after {
    top: 17px;
    bottom: auto;
    background: white;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
  }
  button.hamburger.selected:after {
    transform: rotate(-45deg);
  }
  button.hamburger.selected span {
    opacity: 0;
  }
  #nav div.dropdown {
    width: 180px;
    max-height: 0;
    overflow: hidden;
    position: fixed;
    display: block;
    right: 23px;
    top: 76px;
    text-align: right;
    background: white;
    color: rgb(186, 52, 48);
    z-index: 100;
    transition: max-height 0.4s, padding 0.4s;
  }
  #nav div.dropdown > div.content {
    min-width: 0;
    max-width: none;
  }
  #nav div.dropdown.selected {
    max-height: 400px;
    padding-bottom: 8px;
    box-shadow: -1px -1px 3px 3px rgba(0, 0, 0, 0.1);
  }
  #nav div.dropdown ul {
    padding: 10px;
    margin: 0;
  }
  #nav div.dropdown ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid white;
  }
  #nav div.dropdown li a {
    display: block;
    padding: 7px 0 5px 1px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2em;
    color: rgb(186, 52, 48);
  }
  #nav ul.menu_1 > li.selected a:after,
  #nav ul.menu_1 > li:hover a:after {
    content: "•";
    position: absolute;
    left: -12px;
    top: 7px;
    font-weight: bold;
    font-size: 24px;
    color: rgb(186, 52, 48);
  }
}
/* Desktop */
@media screen and (min-width: 641px) {
  #header div.content {
    text-align: center;
  }
  #nav a.logo {
    width: 420px;
    float: none;
    margin: 0 auto 0 auto;
  }
  #nav div.social {
    top: 70px;
    right: 40px;
  }
  #menu {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: fixed;
    border-bottom: 1px solid white;
    background: rgb(186, 52, 48);
    left: 0;
    top: 0;
    z-index: 10000;
  }
  #nav button.hamburger {
    display: none;
  }
  #menu.dropdown ul.menu_1 {
    overflow: hidden;
    padding: 0;
  }
  #menu.dropdown ul.menu_1 li,
  #menu.dropdown ul.menu_1 li a {
    margin-left: 14px;
    margin-right: 14px;
    float: left;
    display: inline-block;
  }
  #menu.dropdown ul.menu_1 li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  ul.menu_1 li:hover {
    background: white;
  }
  #menu.dropdown ul.menu_1 li:hover a {
    color: rgb(186, 52, 48);
  }
} /* Desktop */
/* ====== */
/* FOOTER */
/* ====== */
#footer {
  margin-top: 30px;
  padding: 30px 0 30px 0;
  border-top: 2px solid rgb(211, 210, 210);
  text-align: center;
  color: white;
  background: #757576;
}

#footer div.company a {
  color: white;
  text-decoration: none;
}

#footer div.company a:hover {
  color: white;
  text-decoration: underline;
}

/* Mobile */
@media screen and (max-width: 640px) {
  #footer div.social {
    margin: 20px auto 20px auto;
    text-align: center;
  }
}
/* Desktop */
@media screen and (min-width: 641px) {
  #footer div.content {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
  }
  #footer div.social {
    text-align: left;
    display: flex;
    align-items: flex-end;
  }
  #footer div.social:last-child {
    justify-content: flex-end;
  }
  #footer div.social a {
    padding: 0 10px 0 10px;
  }
}
/* ---- */
/* Home */
/* ---- */
div.intro {
  text-align: center;
}

div.intro .presents {
  font-style: italic;
  padding: 10px 0 10px 0;
}

div.title {
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 12px;
}

div.subtitle {
  font-size: 24px;
  margin-bottom: 12px;
}

div.splash img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

div.video {
  width: 800px;
  height: 450px;
  border: 3px double black;
  margin: 0 auto 0 auto;
}

#pg_photos h2 {
  margin: 30px 0 5px 0;
}

#pg_photos img {
  width: 100%;
  height: auto;
}

#pg_photos button.toggle {
  height: 30px;
  width: 30px;
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 3px;
  border: 0;
  appearance: none;
  background: none;
  font-size: 18px;
  line-height: 1em;
}

#pg_photos button.toggle:before {
  content: "❌";
}

#pg_photos button.toggle.selected:before {
  content: "✅";
}

/*
div.carrousel{
	width: 100%;
	height: 415px;
	min-width: v.$m_min;
	position: relative;
	overflow: hidden;
}

div.carrousel div.slide{
	width: 100%;
	height: 415px;
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.7s;
}

div.carrousel div.slide.selected{
	opacity: 1;
	z-index: 2
}

div.carrousel div.title{
	margin-top: 80px;
	font-size: 36px;
	font-weight: bold;
}

div.carrousel div.button_area{
	margin-top: 50px;
	text-align: center;
}

div.carrousel div.left div.button_area{ text-align: left; }
div.carrousel div.right div.button_area{ text-align: right; }
div.carrousel div.center div.button_area{ text-align: center; }

div.carrousel button.play_pause,
div.carrousel button.previous,
div.carrousel button.next{ display: none; }

div.carrousel div.controls{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 30px;
	text-align: center;
	z-index: 10;
}

div.carrousel div.slide_select button{
	color: white;
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	width: 25px;
	margin: 0 10px 0 10px;
	border: 0;
	padding: 0;
	background: white;
}

div.carrousel div.slide_select button.selected{ background: v.$accent; }
*/
/* Sponsors */
/* Desktop */
@media screen and (min-width: 641px) {
  #pg_home div.title {
    font-size: 64px;
  }
  #pg_home div.subtitle {
    font-size: 32px;
    margin-bottom: 18px;
  }
  /* Carrousel */
  /*
  	div.carrousel,
  	div.carrousel div.slide{ height: 500px; }

  	div.carrousel  div.title{ margin-top: 120px; font-size: 48px; }
  	div.carrousel  div.button_area{ margin-top: 80px; }
  */
}

/*# sourceMappingURL=ashdale.css.map */
