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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Normalize.css - END */
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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
 *
 * 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[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
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

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

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

/*
 * Clearfix: contain floats
 *
 * 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: "";
  display: table;
}

.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-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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* 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                                                                          */
/* ---------------------------------------------------------------------------------------------- */
#rc_msg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

#rc_msg div.dialog {
  width: 400px;
  max-width: 90%;
  padding: 12px 12px 12px 12px;
  margin: 0 auto 0 auto;
  position: relative;
  top: -500px;
  border-radius: 0 0 5px 5px;
  text-align: left;
  color: #444444;
  background: white;
}

#rc_msg.not_modal {
  height: auto;
  background: none;
}

#rc_msg.not_modal div.dialog {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

#rc_msg div.controls {
  text-align: right;
}

#rc_msg div.controls button.close {
  height: 20px;
  line-height: 20px;
  padding: 1px 5px 1px 5px;
  border: 1px solid #666666;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  color: #555555;
  background: #f8f8f8;
  /*	visibility: hidden; */
}

#rc_msg div.controls button.close:hover {
  background: #f0f0f0;
}

#rc_msg div.controls button.close:active {
  position: relative;
  top: 1px;
  left: 1px;
  box-shadow: none;
  background: #e0e0e0;
}

#rc_msg div.body {
  min-height: 40px;
  max-height: 400px;
  margin-bottom: 8px;
  overflow: auto;
  font-size: 16px;
}

#rc_msg div.body div.msg {
  min-height: 24px;
  padding: 5px 5px 5px 40px;
  position: relative;
}

#rc_msg div.body div.msg:nth-child(even) {
  background: #f2f2f2;
}

#rc_msg div.msg i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAADICAMAAACd6EL8AAAC7lBMVEUAAACIhFOzOh+dtJPhW1uhvo5ZfG5+ZyPTKytWdTp9AADyx1+ww5hnhD8vVZHmwWrlsC/0znORbRWtAABLZzOpyI04UnqOaxXwvULtvUrbPj6ds9B6AACVu3OdwH14o1LSERFTcTigwoFIapuFsF5KZTLfUVGlxYeGAACEr1yHZRTGBga0hxuJAADhV1earsX0zG2jqqaRbRY+WmNlkNBRgcnvuDQuSnVvl0uZrMGty5J9AADapCF1i6JAWoCrt8HgVVWdpqa0hxtpibRHYIOYchedAADxwlE0UHrssibMBASgAABtlElUc52XpKpXgr/0zW+heRjbOjrUnyBPbDXXoiHdRETfUVG4ihyaAACAotPzyWU8XIvhWVldfz7WHx98AAB9ncrbODhbhcHvujqxAADzyWZegD8zSmzyx19sj7/TERFrkMOgwoHVHBy6jBx3m9Dyx2CuucDQAQHtsiT///9/rVZHf9iCr1pOhNrutjBFfdTTDAx7p1OHsmDLAABUidvqsCPlrCLFAACLtWa+AAB3olFDes/vujnUFhbZMTHWHx9ajNxCd8ngqCKQuGxznU7YKChwmEzapCFjk95AdMXvvEA+cL9olt+oAACewX7zymalxYiTunGFquV/puS3AAB4oeNkiENWdjo9bbk4Zaw2YaXVnyCSAAByneJekN06abMyWZj0zW/yxl1cfT6yAACfAACXvHXxxFbwvkWtghovVI/xwk/bNjaVcBaJAABtmuDdRUVgg0GKZxSZAACtypKav3lsk0nPmx+0hxv2zMy8jRx5AADfTk7cPj5RbzefdxipyI3wwEqBAAA0Xp8tUIihw4NqkEf5+/zgVVWtAADLmB+lfBnAkB32+fEpSHtnjUbFlB711ooqTIKXt+mMr+ROajRLZjNIYjHIlh7t8vzP3vXD1fOnwu3w9eji7dnZ58354ava5fi0y+++1anka2vL3rq10J3slpbF2rPS4sPj7Pn78NP325n00XzlcUQcAAAAc3RSTlMACxET/i0dJCBjWzBEOy4cO+HPa7+biYl6XzTx8Z6DfHd2Zujh29LBt7WynJWOioJ0ZVhHQfzy8Ora08rIvrm4qJp2cmPu7OPg39zazMu0rqynoqGDfnliUTr78+vp493b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");
}

#rc_msg div.msg.okay i {
  background-position: left 0;
}

#rc_msg div.msg.note i {
  background-position: left -25px;
}

#rc_msg div.msg.warn i {
  background-position: left -50px;
}

#rc_msg div.msg.error i {
  background-position: left -75px;
}

#rc_msg div.msg.error {
  color: #990000;
}

/* Possible HTML structure? */
/*
<div id='rc_msg'>
	<div class='controls'>
		<button class='close'></button>
	</div>
	<div class='dialog'>
		<div class='body'>
			<div class='msg'>
				<i></i>
			</div>
		</div>
	</div> <!-- dialog -->
</div> <!-- rc_msg -->
*/
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=);
}

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 {
  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(80, 80, 80);
}

/*
#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(80, 80, 80);
}

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 #DEDEDE;
  border-top: none;
  clear: both;
  display: block;
}

strong {
  font-weight: 700;
}

a,
span.eml {
  color: black;
  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: 1em;
  border: 2px solid rgb(80, 80, 80);
  border-radius: 23px;
  display: inline-block;
  padding: 4px 16px 0 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: white;
  background: black;
}

button.light,
a.button.light {
  color: black;
  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: black;
  color: black;
  background: white;
}

/* Form */
.form div.text_field,
.form div.select_menu,
.form div.text_box {
  padding-bottom: 3px;
  margin-bottom: 14px;
}

.form label {
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding: 2px 0 0 16px;
  font-size: 15px;
  color: #555555;
}

.form label:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  overflow: visible;
  right: 10px;
  top: 0;
  transition: transform 5s linear;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.form label.changed:after {
  animation: rotate360 5s linear infinite;
  opacity: 0.5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPScjMzgyNTVlJyBkPSJNNDQ5LjkgMzkuOTZsLTQ4LjUgNDguNTNDMzYyLjUgNTMuMTkgMzExLjQgMzIgMjU2IDMyQzE2MS41IDMyIDc4LjU5IDkyLjM0IDQ5LjU4IDE4Mi4yYy01LjQzOCAxNi44MSAzLjc5NyAzNC44OCAyMC42MSA0MC4yOGMxNi45NyA1LjUgMzQuODYtMy44MTIgNDAuMy0yMC41OUMxMzAuOSAxMzguNSAxODkuNCA5NiAyNTYgOTZjMzcuOTYgMCA3MyAxNC4xOCAxMDAuMiAzNy44TDMxMS4xIDE3OEMyOTUuMSAxOTQuOCAzMDYuOCAyMjMuNCAzMzAuNCAyMjRoMTQ2LjlDNDg3LjcgMjIzLjcgNDk2IDIxNS4zIDQ5NiAyMDQuOVY1OS4wNEM0OTYgMzQuOTkgNDY2LjkgMjIuOTUgNDQ5LjkgMzkuOTZ6TTQ0MS44IDI4OS42Yy0xNi45NC01LjQzOC0zNC44OCAzLjgxMi00MC4zIDIwLjU5QzM4MS4xIDM3My41IDMyMi42IDQxNiAyNTYgNDE2Yy0zNy45NiAwLTczLTE0LjE4LTEwMC4yLTM3LjhMMjAwIDMzNEMyMTYuOSAzMTcuMiAyMDUuMiAyODguNiAxODEuNiAyODhIMzQuNjZDMjQuMzIgMjg4LjMgMTYgMjk2LjcgMTYgMzA3LjF2MTQ1LjljMCAyNC4wNCAyOS4wNyAzNi4wOCA0Ni4wNyAxOS4wN2w0OC41LTQ4LjUzQzE0OS41IDQ1OC44IDIwMC42IDQ4MCAyNTUuMSA0ODBjOTQuNDUgMCAxNzcuNC02MC4zNCAyMDYuNC0xNTAuMkM0NjcuOSAzMTMgNDU4LjYgMjk0LjEgNDQxLjggMjg5LjZ6Ii8+PC9zdmc+);
}

.form label.error:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPScjOTkwMDAwJyBkPSJNNDk3LjkgMTUwLjVjOSA5IDE0LjEgMjEuMiAxNC4xIDMzLjl2MTQzLjFjMCAxMi43LTUuMSAyNC45LTE0LjEgMzMuOUwzNjEuNSA0OTcuOWMtOSA5LTIxLjIgMTQuMS0zMy45IDE0LjFIMTg0LjVjLTEyLjcgMC0yNC45LTUuMS0zMy45LTE0LjFMMTQuMSAzNjEuNWMtOS05LTE0LjEtMjEuMi0xNC4xLTMzLjlWMTg0LjVjMC0xMi43IDUuMS0yNC45IDE0LjEtMzMuOUwxNTAuNSAxNC4xYzktOSAyMS4yLTE0LjEgMzMuOS0xNC4xaDE0My4xYzEyLjcgMCAyNC45IDUuMSAzMy45IDE0LjFsMTM2LjUgMTM2LjR6TTM3Ny42IDMzOGM0LjctNC43IDQuNy0xMi4zIDAtMTdsLTY1LTY1IDY1LjEtNjUuMWM0LjctNC43IDQuNy0xMi4zIDAtMTdMMzM4IDEzNC40Yy00LjctNC43LTEyLjMtNC43LTE3IDBsLTY1IDY1LTY1LjEtNjUuMWMtNC43LTQuNy0xMi4zLTQuNy0xNyAwTDEzNC40IDE3NGMtNC43IDQuNy00LjcgMTIuMyAwIDE3bDY1LjEgNjUuMS02NS4xIDY1LjFjLTQuNyA0LjctNC43IDEyLjMgMCAxN2wzOS42IDM5LjZjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDY1LjEtNjUuMSA2NS4xIDY1LjFjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDM5LjQtMzkuOHoiLz48L3N2Zz4=);
}

.form label.saved:after {
  opacity: 0.5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48cGF0aCBmaWxsPScjMDA4ODAwJyBkPSJNMTQ0IDQ4MEM2NC40NyA0ODAgMCA0MTUuNSAwIDMzNkMwIDI3My4yIDQwLjE3IDIxOS44IDk2LjIgMjAwLjFDOTYuMDcgMTk3LjQgOTYgMTk0LjcgOTYgMTkyQzk2IDEwMy42IDE2Ny42IDMyIDI1NiAzMkMzMTUuMyAzMiAzNjcgNjQuMjUgMzk0LjcgMTEyLjJDNDA5LjkgMTAxLjEgNDI4LjMgOTYgNDQ4IDk2QzUwMSA5NiA1NDQgMTM4LjEgNTQ0IDE5MkM1NDQgMjA0LjIgNTQxLjcgMjE1LjggNTM3LjYgMjI2LjZDNTk2IDIzOC40IDY0MCAyOTAuMSA2NDAgMzUyQzY0MCA0MjIuNyA1ODIuNyA0ODAgNTEyIDQ4MEgxNDR6TTIyMyAyNjNDMjEzLjcgMjcyLjQgMjEzLjcgMjg3LjYgMjIzIDI5Ni4xQzIzMi40IDMwNi4zIDI0Ny42IDMwNi4zIDI1Ni4xIDI5Ni4xTDI5NiAyNTcuOVYzOTJDMjk2IDQwNS4zIDMwNi43IDQxNiAzMjAgNDE2QzMzMy4zIDQxNiAzNDQgNDA1LjMgMzQ0IDM5MlYyNTcuOUwzODMgMjk2LjFDMzkyLjQgMzA2LjMgNDA3LjYgMzA2LjMgNDE2LjEgMjk2LjFDNDI2LjMgMjg3LjYgNDI2LjMgMjcyLjQgNDE2LjEgMjYzTDMzNi4xIDE4M0MzMjcuNiAxNzMuNyAzMTIuNCAxNzMuNyAzMDMgMTgzTDIyMyAyNjN6Ii8+PC9zdmc+);
}

.form input {
  width: 100%;
  height: 40px;
  padding: 3px 14px 0 14px;
  line-height: 1em;
  border: 1px solid black;
  border-radius: 20px;
  text-align: inherit;
  font-size: 18px;
}

div.button_area button {
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
}

.form label.required {
  color: #990000;
}

.form label.required:after {
  content: "*";
}

.form input.required {
  border-color: #990000;
}

.form select {
  width: 100%;
  height: 40px;
  position: relative;
  padding: 3px 28px 0 14px;
  line-height: 1em;
  border: 1px solid black;
  border-radius: 20px;
  text-align: inherit;
  font-size: 18px;
  appearance: none;
  background: none;
  color: #333333;
  background: no-repeat 90% center url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==");
  background-size: 16px 16px;
}

.form textarea {
  width: 100%;
  border-radius: 20px;
  border: 1px solid black;
  padding: 8px 14px 8px 14px;
  box-sizing: border-box;
}

.form div.error input,
.form div.error select,
.form div.error textarea,
.form div.required input,
.form div.required select,
.form div.required textarea {
  border-color: #990000;
  background-color: rgba(153, 0, 0, 0.2);
}

.form div.changed input,
.form div.changed select,
.form div.changed textarea {
  background-color: white;
}

/* ==== */
/* BODY */
/* ==== */
:root {
  min-width: 360px;
  font-family: "Neutra Text", sans-serif;
  line-height: normal;
  color: #333333;
  background: white;
}

html {
  overflow-y: scroll;
}

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

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 black;
}

div.tabs button {
  float: left;
  border-radius: 8px 8px 0 0;
  margin-right: 8px;
  border: 1px solid black;
  border-bottom-color: transparent;
  color: black;
  background: white;
}

div.tabs button.selected {
  border-bottom-color: white;
  position: relative;
  top: 1px;
  color: white;
  background: black;
}

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

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

/* Mobile */
@media screen and (max-width: 640px) {
  .desktop_inline,
  .desktop_inline_block,
  .desktop_block {
    display: none !important;
  }
}
/* Desktop */
@media screen and (min-width: 641px) {
  :root {
    min-width: 1080px;
  }
  .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 */
  .cols_11, .cols_111, .cols_12, .cols_21,
  .cols_1111, .cols_112, .cols_121, .cols_211,
  .cols_13, .cols_31 {
    display: grid;
    gap: 20px;
  }
  div.cols_11 {
    grid-template-columns: 1fr 1fr;
  }
  div.cols_111 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  div.cols_12 {
    grid-template-columns: 1fr 2fr;
  }
  div.cols_21 {
    grid-template-columns: 2fr 1fr;
  }
  div.cols_1111 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  div.cols_112 {
    grid-template-columns: 1fr 1fr 2fr;
  }
  div.cols_121 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  div.cols_211 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  div.cols_13 {
    grid-template-columns: 1fr 3fr;
  }
  div.cols_31 {
    grid-template-columns: 3fr 1fr;
  }
  #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;
  }
}
/* ======== */
/* MARKDOWN */
/* ======== */
div.markdown h1 + p > strong {
  position: relative;
  top: -1em;
}

div.markdown h2 {
  margin-top: 35px;
}

div.markdown h3 {
  margin-top: 25px;
  text-transform: none;
}

div.markdown h3 span {
  font-style: normal;
}

div.markdown h2 code,
div.markdown h3 code {
  text-transform: none;
  background: none;
}

div.markdown span.snag {
  font-weight: bold;
  color: #aa0000;
}

div.performance + table {
  width: calc(100% - 20px);
  margin: 0 auto 20px auto;
}

div.performance + table th,
div.performance + table td {
  padding: 7px 8px 7px 5px;
}

div.performance + table thead th {
  text-align: left;
  background: #e0e0e0;
}

div.performance + table tbody td:first-child {
  font-family: Courier, sans-serif;
}

div.performance + table tr:nth-child(even) td {
  background: #f0f0f0;
}

div.markdown code {
  display: inline-block;
  padding: 1px 3px 1px 3px;
  margin-bottom: 1px;
  background: #f2f2f2;
}

div.markdown h3 code {
  display: inline;
  padding: none;
  background: none;
}

div.markdown pre code {
  display: block;
  padding: 10px;
}

/* DESKTOP */
/* ====== */
/* HEADER */
/* ====== */
#header {
  background: white;
  padding-bottom: 1px;
  border-bottom: 2px solid black;
}

#header div.company {
  float: left;
  padding-left: 12px;
  margin-top: 25px;
}

#header div.company_name {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}

#header div.company_name a,
#header div.company_name a:hover {
  text-decoration: none;
}

#header div.tag_line {
  padding-left: 2px;
  font-size: 13px;
  text-transform: uppercase;
}

#nav {
  position: relative;
}

#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: 300px;
  padding: 3px;
  display: block;
  float: left;
  position: relative;
  left: -3px;
  margin-top: 5px;
}

/* --- */
/* NAV */
/* --- */
/* Mobile */
@media screen and (max-width: 640px) {
  #nav {
    height: 62px;
  }
  /* Hambuger */
  button.hamburger {
    width: 40px;
    height: 38px;
    padding: 5px;
    margin: 0;
    display: inline-block;
    position: relative;
    overflow: visible;
    border: none;
    background: none;
  }
  button.hamburger span,
  button.hamburger:before,
  button.hamburger:after {
    content: "";
    height: 3px;
    width: 28px;
    overflow: visible;
    display: inline-block;
    border-radius: 2px;
    background: black;
    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: black;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
  }
  button.hamburger.selected:after {
    transform: rotate(-45deg);
  }
  button.hamburger.selected span {
    opacity: 0;
  }
  #nav button.hamburger {
    float: right;
    margin-top: 12px;
  }
  #nav div.hamburger_menu {
    width: 200px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    display: block;
    right: 12px;
    top: 52px;
    background: white;
    color: black;
    z-index: 100;
    transition: max-height 0.4s, padding 0.4s;
  }
  #nav div.hamburger_menu.selected {
    max-height: 400px;
    padding-bottom: 8px;
    box-shadow: -1px -1px 3px 3px rgba(0, 0, 0, 0.1);
  }
  #nav ul {
    padding: 10px;
    margin: 0;
  }
  #nav ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid white;
  }
  #nav li a {
    display: block;
    padding: 7px 0 5px 1px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2em;
    color: black;
  }
  #nav li.current_page_item,
  #nav li:hover {
    border-bottom-color: black;
  }
  #nav li.current_page_item > a,
  #nav li:hover > a {
    color: black;
    font-weight: bold;
  }
} /* Mobile */
/* Desktop */
@media screen and (min-width: 641px) {
  #nav {
    width: 100%;
    overflow: auto;
    padding: 5px 0 5px 0;
  }
  #nav button.hamburger {
    display: none;
  }
  #nav div.hamburger_menu {
    display: block;
    clear: both;
    color: white;
    background: black;
  }
  div.menu-main-container {
    position: absolute;
    right: 30px;
    bottom: 8px;
  }
  #nav a.logo {
    width: 300px;
    padding: 8px;
    position: relative;
    left: -8px;
    box-sizing: border-box;
  }
  div.actions {
    position: absolute;
    top: 10px;
    right: 30px;
    line-height: 1em;
    color: black;
  }
  div.actions a {
    margin: 0 8px 0 8px;
  }
  div.actions a.profile:after {
    content: " ";
    width: 22px;
    height: 18px;
    display: inline-block;
    float: right;
    position: relative;
    top: -2px;
    background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48cGF0aCBmaWxsPScjMzcyNTVlJyBkPSJNNDI1LjEgNDgyLjZjLTIuMzAzLTEuMjUtNC41NzItMi41NTktNi44MDktMy45M2wtNy44MTggNC40OTNjLTYuMDAyIDMuNTA0LTEyLjgzIDUuMzUyLTE5Ljc1IDUuMzUyYy0xMC43MSAwLTIxLjEzLTQuNDkyLTI4Ljk3LTEyLjc1Yy0xOC40MS0yMC4wOS0zMi4yOS00NC4xNS00MC4yMi02OS45Yy01LjM1Mi0xOC4wNiAyLjM0My0zNi44NyAxNy44My00NS4yNGw4LjAxOC00LjY2OWMtLjA2NjQtMi42MjEtLjA2NjQtNS4yNDIgMC03Ljg1OWwtNy42NTUtNC40NjFjLTEyLjMtNi45NTMtMTkuNC0xOS42Ni0xOS42NC0zMy4zOEMzMDUuNiAzMDYuMyAyOTAuNCAzMDQgMjc0LjcgMzA0SDE3My4zQzc3LjYxIDMwNCAwIDM4MS43IDAgNDc3LjRDMCA0OTYuNSAxNS41MiA1MTIgMzQuNjYgNTEySDQxMy4zYzUuNzI3IDAgMTAuOS0xLjcyNyAxNS42Ni00LjE4OGMtMi4yNzEtNC45ODQtMy44Ni0xMC4zLTMuODYtMTYuMDZWNDgyLjZ6TTIyNCAyNTZjNzAuNyAwIDEyOC01Ny4zMSAxMjgtMTI4UzI5NC43IDAgMjI0IDBDMTUzLjMgMCA5NiA1Ny4zMSA5NiAxMjhTMTUzLjMgMjU2IDIyNCAyNTZ6TTYxMC41IDM3My4zYzIuNjI1LTE0IDIuNjI1LTI4LjUgMC00Mi41bDI1Ljc1LTE1YzMtMS42MjUgNC4zNzUtNS4xMjUgMy4zNzUtOC41Yy02Ljc1LTIxLjUtMTguMjUtNDEuMTMtMzMuMjUtNTcuMzhjLTIuMjUtMi41LTYtMy4xMjUtOS0xLjM3NWwtMjUuNzUgMTQuODhjLTEwLjg4LTkuMjUtMjMuMzgtMTYuNS0zNi44OC0yMS4yNVYyMTIuM2MwLTMuMzc1LTIuNS02LjM3NS01Ljc1LTdjLTIyLjI1LTUtNDUtNC44NzUtNjYuMjUgMGMtMy4yNSAuNjI1LTUuNjI1IDMuNjI1LTUuNjI1IDd2MjkuODhjLTEzLjUgNC43NS0yNiAxMi0zNi44OCAyMS4yNUwzOTQuNCAyNDguNWMtMi44NzUtMS43NS02LjYyNS0xLjEyNS05IDEuMzc1Yy0xNSAxNi4yNS0yNi41IDM1Ljg4LTMzLjEzIDU3LjM4Yy0xIDMuMzc1IC4zNzUxIDYuODc1IDMuMjUgOC41bDI1Ljc1IDE1Yy0yLjUgMTQtMi41IDI4LjUgMCA0Mi41bC0yNS43NSAxNWMtMyAxLjYyNS00LjI1IDUuMTI1LTMuMjUgOC41YzYuNjI1IDIxLjUgMTguMTMgNDEgMzMuMTMgNTcuMzhjMi4zNzUgMi41IDYgMy4xMjUgOSAxLjM3NWwyNS44OC0xNC44OGMxMC44OCA5LjI1IDIzLjM4IDE2LjUgMzYuODggMjEuMjV2MjkuODhjMCAzLjM3NSAyLjM3NSA2LjM3NSA1LjYyNSA3YzIyLjM4IDUgNDUgNC44NzUgNjYuMjUgMGMzLjI1LS42MjUgNS43NS0zLjYyNSA1Ljc1LTd2LTI5Ljg4YzEzLjUtNC43NSAyNi0xMiAzNi44OC0yMS4yNWwyNS43NSAxNC44OGMyLjg3NSAxLjc1IDYuNzUgMS4xMjUgOS0xLjM3NWMxNS0xNi4yNSAyNi41LTM1Ljg4IDMzLjI1LTU3LjM4YzEtMy4zNzUtLjM3NTEtNi44NzUtMy4zNzUtOC41TDYxMC41IDM3My4zek00OTYgNDAwLjVjLTI2Ljc1IDAtNDguNS0yMS43NS00OC41LTQ4LjVzMjEuNzUtNDguNSA0OC41LTQ4LjVjMjYuNzUgMCA0OC41IDIxLjc1IDQ4LjUgNDguNVM1MjIuOCA0MDAuNSA0OTYgNDAwLjV6Ii8+PC9zdmc+);
  }
  #nav path {
    fill: red;
  }
  #header div.company {
    margin-top: 38px;
    padding-left: 16px;
  }
  #header div.company_name {
    font-size: 26px;
  }
  #header div.tag_line {
    font-size: 18px;
  }
  #nav ul.menu_1 {
    overflow: hidden;
  }
  #nav ul.menu_1 li {
    position: relative;
    margin: 0 0 0 18px;
    float: left;
    list-style: none;
    text-align: right;
  }
  #nav ul.menu_1 li.item_home {
    display: none;
  }
  #nav ul.menu_1 li:last-child {
    margin-right: 0;
  }
  #nav div.menu-secondary-container ul.menu_1 li:last-child a {
    border-radius: 16px;
    color: white;
    background: black;
  }
  #nav ul.menu_1 li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 12px 6px 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 1em;
    color: white;
  }
  #nav ul.menu_1 li a:hover {
    border-bottom-color: white;
  }
  #nav ul.menu_1 li.item_contact a {
    height: auto;
    display: inline-block;
    padding: 10px 20px 9px 20px;
    border-radius: 23px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1em;
    font-weight: bold;
    color: white;
    background: rgb(80, 80, 80);
  }
  #nav ul.menu_1 li.selected a:after {
    content: "";
    width: calc(100% - 3vw);
    position: absolute;
    bottom: -12px;
    right: 0;
    height: 5px;
    border-radius: 3px;
    background: white;
  }
} /* Desktop */
/* ====== */
/* FOOTER */
/* ====== */
#footer {
  color: white;
  background: rgb(40, 40, 40);
  border-top: 2px solid black;
}

#footer #legal {
  height: 54px;
  line-height: 56px;
  text-align: right;
}

/* Desktop */
@media screen and (min-width: 641px) {
  #footer a.visuallyhidden,
  #footer a.visuallyhidden:focus,
  #footer a.visuallyhidden:active {
    display: none;
  }
}
/* ---- */
/* Home */
/* ---- */
div.carrousel {
  width: 100%;
  height: 415px;
  min-width: 360px;
  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: black;
}

/* Sponsors */
div.sponsors {
  padding: 10px 0 20px 0;
}

div.sponsors h2 {
  margin: 0 0 4px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

div.sponsors div.wp-block-columns {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

div.sponsors div.wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

a.sponsor_logo {
  display: block;
  opacity: 0.8;
  transition: opacity 0.4s;
}

a.sponsor_logo:hover {
  opacity: 1;
}

/* Video */
div.video figure {
  margin: 0;
}

div.video video {
  max-width: 100%;
}

/* Desktop */
@media screen and (min-width: 641px) {
  div.wp-block-columns {
    display: flex;
    flex-wrap: nowrap;
  }
  div.wp-block-column {
    flex-grow: 0;
  }
  /* 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;
  }
  /* Video */
  div.video div.text {
    padding-right: 20px;
  }
  /* tiles */
  div.tiles div.wp-block-column {
    padding-right: 20px;
  }
}

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