/**
 * Content
 */
@media screen and (prefers-color-scheme: dark) {
  p {
    color: #000;
  }
}
body {
  background-color: #000;
  color: #000;
}
/* Global Link Reset: Removes underlines by default */
a {
  text-decoration: none !important;
  border-bottom: none !important;
}
/* Hover and Active State: Restores underlines */
a:hover, 
a.active, 
.page a.active,
a.current,
a.current_page_item,
.current a,
.current_page_item a {
  text-decoration: underline !important;
}
i, em { font-style: italic; }
b, strong { font-weight: bolder; }
sub, sup { position: relative; vertical-align: baseline; }
sub { top: 0.3em; }
sup { top: -0.4em; }
s { text-decoration: line-through; }
img { border: 0; padding: 0; }
ul, ol { margin: 0; padding: 0 0 0 1em; }
blockquote { margin: 0; padding: 0 0 0 2em; }
hr { background: transparent; border: 0; height: 1px; display: block; }
.content img {
  float: none;
  margin-bottom: .5em;
}
/**
 * Editor styles
 */
[data-predefined-style="true"] bodycopy {
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: 0rem;
  color: rgb(0, 0, 0);
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
  font-style: normal;
  line-height: 1.4;
}
[data-predefined-style="true"] bodycopy a {
  color: #4a4a4a;
}
[data-predefined-style="true"] h1 {
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
  padding: 0;
  margin: 0;
  color: rgb(0, 0, 0);
  font-size: 10pt;
  line-height: 1.1;
  font-style: normal;
  font-weight: normal;
}
[data-predefined-style="true"] h2 {
  font-family: "Times New Roman", Times, serif;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
}
/**
 * Breakpoints & Global Padding
 */
[data-css-preset] .content_padding {
  padding: 1.0rem !important;
}
[data-css-preset] .page {
  background-color: initial /*!page_bgcolor*/;
}
.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
  background-color: transparent /*!page_bgcolor*/;
}
[data-css-preset] .container {
  margin-top: 0.0rem;
  margin-left: -0.2rem /*!content_left*/;
  margin-right: auto;
  text-align: left;
}
[data-css-preset] body {
  background-color: #f1f1f1/*!body_bgcolor*/;
}
/* Site Menu & Footer */
#site_menu {
  font-family: sans-serif;
  background: rgba(20, 20, 20, 0.95);
  font-size: 20px;
  padding: 20px 30px 90px 30px;
}
.home-footer {
  position: fixed;
  bottom: 0;
  left: 4px;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  background: transparent;
}

img {
  content-visibility: auto;
  loading: lazy;
}
img {
  will-change: auto;
  transform: translateZ(0);
}
