@charset "UTF-8";

/* ==========================================================================
   Styling and layout for all media
   ========================================================================== */

/* Reset ========================================================================== */
/* correct display in IE 11 and Firefox. */
details, main { display: block;}

/* Add correct vertical alignment in Chrome, Edge, Firefox, and Opera. */
progress {vertical-align: baseline;}

/* Add correct display in all browsers.*/
summary {display: list-item;}

/* new code */
div#low {position: absolute;z-index: 1;margin-left: -30vw;margin-top: -30vh;width: 100vw;height: 100vh;clip-path: circle(6%);}
div#lowmed {position: absolute;z-index: 2;right: 0px;margin-right: -20vw;margin-top: -10vh;width: 100vw;height: 80vh;clip-path: circle(8%);}
div#med {position: absolute;z-index: 3;right:23%;margin-top: 20vh;width: 40vw;height: 40vh;clip-path: circle(12%);}
#low, #lowmed, #med {background: fixed url(../../images/3.jpg) center center no-repeat;background-blend-mode: lighten;mix-blend-mode: multiply;filter: saturate(1000%);}
div#up {position: absolute;z-index: 4;width: 100vw;mix-blend-mode: darken;filter: saturate(0%);}
.comRequired {color: #333; font-weight: bold;}
.comTextarea, input.comEmail, .comRequired {border: 0;background-color:rgba(255,255,255,0.15);}
body {background: fixed url(../../images/3.jpg) center center no-repeat;background-blend-mode: multiply;background-size: cover;filter: brightness(1.1);}
footer {position: fixed; z-index: 1000;bottom: 0;width: 100vw;}
.site-footer {width: 88%;max-width: 42em;margin: 0 auto;}
.site-footer {font-size: 12px;font-weight: normal;line-height: 12px;}
#field1 {opacity: 0;position: absolute;top: 0;left: 0;height: 0;width: 0;z-index: -1;}
header.site-header {margin-top: 6%;rotate: -1deg}
.site-header h2, .site-header h2 a, .site-header h3, .site-header h3 a {padding: 0;line-height: 1.4em;margin:2em 0 0 0;font-size: 1em;}
article {rotate: -1deg; color: #445;border-left: 1px dotted #999;margin-top: 5vh;}
article p {margin-left: 10px;}

/* Clearfix
   ========================================================================== */
header::after,
footer::after,
nav ul::after,
nav ol::after,
.container::after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
   Styling and layout for screen media (mobile first)
   ========================================================================== */
@media screen {

  html {-webkit-text-size-adjust: 100%;text-size-adjust: 100%;}
  body {position: relative;margin: 0;}
  .wrapper {padding: 1px 0;}
  .site-header,.site-footer,.container {width: 88%;max-width: 42em;margin: 0 auto;}
  .site-header {padding: 0;}
  .site-header h2 {margin: 0;}
  .site-header h3 {margin: 0;font-weight: normal;}
  .article {margin-bottom: 2em;word-wrap: break-word;}
  .complementary-content {margin: 2em -6% 0;padding: 0 6%;word-wrap: break-word;}
  .accessibility {position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0 0 0 0);border: 0;white-space: nowrap;}

  /* Navigation
     ========================================================================== */
  .site-navigation {}
  .site-navigation > div {display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;
    width: 88%;max-width: 42em;margin: 0 auto;}
  .site-navigation ul {display: flex;flex-wrap: wrap;margin: 0;padding: 0;list-style: none;}
  .site-navigation li {color: #000;}
  .site-navigation li:hover {background-color: rgba(255, 255, 255, 0.35);}
  .site-navigation li:active {background-color: none;box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);
color: #fff;}
  .site-navigation li.active {background-color: rgba(0, 0, 0, 0.05);box-shadow: none;border-radius: 0;color: #fff;}
  .site-navigation a {display: block;padding: 0 1em 0 0;color: #000;}
  .site-navigation a:hover, .site-navigation a:visited {text-decoration: none;color:#00;}
  .site-navigation a:active {color: #fff;text-decoration: none;}

  /* Search field in navigation. */
  .search {padding: 0em 6% 0.5em;display: none;}
  .search input[type=search] {width: 16em;height: 2em;padding-right: 0.1875em;padding-left: 2em;border-radius: 0.5em;
    background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27%3E%3Cg fill=%27%23333%27%3E%3Cpath d=%27M4,13c0-5,4-9,9-9c5,0,9,4,9,9c0,5-4,9-9,9C8,22,4,18,4,13z M13,19c3.3,0,6-2.7,6-6s-2.7-6-6-6s-6,2.7-6,6S9.7,19,13,19z%27/%3E%3Cpath d=%27M17.5,19l1.5-1.5l4.5,3L28,25c0,0,0,1.5-0.75,2.25S25,28,25,28l-4.5-4.5L17.5,19z%27/%3E%3C/g%3E%3C/svg%3E") no-repeat left center;
    background-size: 2em 2em;
  }

  /* Links
     ========================================================================== */

  a {color: #000;text-decoration: none;-webkit-text-decoration-skip: ink;text-decoration-skip-ink: auto;touch-action: manipulation;rotate: 0deg;}
  a:hover, a:active {outline: 0;text-decoration: none;}
  a:focus {outline: 1px solid #0066ff;}
article a {text-decoration: underline;}
  /* Additional styling for `h1`-`h3` heading links.*/
  h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: #000000;}
  h1 a:hover, h1 a:active,h2 a:hover,h2 a:active,h3 a:hover,h3 a:active,h4 a:hover,h4 a:active,h5 a:hover,h5 a:active,h6 a:hover,h6 a:active {color: #000000;
    -webkit-text-decoration-color: rgba(51, 51, 51, 0.5);text-decoration-color: rgba(51, 51, 51, 0.5);}

 .paginator {display: flex;justify-content: space-between;}

  .skip-link {
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    padding: 0.25em 0.5em;
    transform: translateY(-5em);
    transition: transform 0.25s ease-in-out;
    background-color: white;
    color: #333333;
    font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  .skip-link:focus, .skip-link:active {
    transform: translateY(0);
  }

  /* Typography
     ========================================================================== */

@font-face {font-family: 'Overpass Mono Reg'; src: url('../../../fonts/IBMPlexMono-Light.ttf') format('truetype'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Overpass Mono Medium'; src: url('../../../fonts/OverpassMono-Medium.ttf') format('truetype'); font-weight: normal; font-style: normal;}

  html {font-size: 1em;line-height: 1.4;}

  body {font-size:16px;
    color: #333333;
    font-family: "Overpass Mono Reg", "BarlowCondensed-Medium", PT Sans, sans-serif;
  }

  .site-navigation {
text-transform: uppercase;
    font-weight: normal;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 1em;


  /* Correct font weight in Chrome, Edge, and Safari. */
  b, strong { font-weight: bolder;}

  /* Additional styling for blockquotes. */
  blockquote {
    margin: 0.8em 0;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.4;
    text-align: center;
  }

  /**
   * 1. Remove bottom border in Chrome 57+.
   * 2. Add correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }

  /* Consistent styling for `mark` and `var` tags. */
  mark,
var {padding: 0 0.25em;border-radius: 0.25em;background: #fff9e1;color: #333333;}

  /* Harmonize size and style of computer text. */
  pre,code,kbd,samp {border-radius: 0.2857143em;background-color: #f7f7f7;color: #333333;font-family: Menlo, Consolas, Monaco, monospace;font-size: 0.875rem;line-height: 1.5;}

  code,kbd,samp {padding: 1px 0.21429em;}
  /* Additional stylng for preformatted text/code. */
  pre {padding: 0.5714286em 1.1428571em;overflow-x: auto;word-wrap: normal;-moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;}
  pre code {padding: 0;border: 0;background-color: transparent;direction: ltr;font-size: 1em;-webkit-hyphens: none;-ms-hyphens: none;hyphens: none;text-align: left;word-wrap: normal;word-break: normal;word-spacing: normal;white-space: pre;}
  /* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
  sub,sup.footnote,sup {position: relative;font-size: 0.75em;line-height: 0;vertical-align: baseline;}
  sup {top: -0.5em;}
sub {bottom: -0.25em;}
/* Harmonize size and style of small text. */
  small,figcaption,tfoot,.footnote {font-size: 0.8125rem;line-height: 1.5;}
figcaption,tfoot,.footnote {color: #585858;}
  figcaption {margin-top: 0.5em;font-style: italic;}

  /* correct box sizing in Firefox, show overflow in Edge and IE. */
  hr {box-sizing: content-box;height: 24px;margin: 1em 0;overflow: visible;border: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 240 24%27%3E%3Cpath fill=%27%23333%27 d=%27M0,0c1.742,13.61,54.74,20.912,119.995,15.279C184.922,9.679,238.594,13.024,240,24c-1.744-13.613-54.742-20.913-120.005-15.284C55.078,14.32,1.405,10.973,0,0z%27/%3E%3C/svg%3E") 50% 50% no-repeat;background-size: 240px 24px;}


  /* Embedded content ========================================================================== */
  /* Add correct display in IE 11. */
  video { display: inline-block; }
  /* Make embedded elements responsive. */
  img, video { max-width: 100%; height: auto;}

  /* Images ======================================= */
  img {
    /* 1 */
    vertical-align: middle;
  }
  img.align-left {
    margin: 1em 1em 1em 0;
    float: left;
  }
  img.align-right {
    margin: 1em 0 1em 1em;
    float: right;
  }
  img.align-center {
    display: block;
    margin: 1em auto;
  }

  /**
   * Consistent margins on `figure`.
   */
  figure {
    margin: 1em 0;
  }

  /* Tables
     ========================================================================== */
  /* Consistent tables. */
  table {
    width: 100%;
    margin-bottom: 1em;
    border-spacing: 0;
    border-collapse: collapse;
  }

  /**
   * Styling of table captions.
   */
  caption {
    margin-bottom: 0.5em;
    font-style: italic;
    text-align: left;
  }

  /**
   * Make table cells align top and left by default.
   */
  th,
td {
    padding: 0.5em;
    border: 1px solid #000;
    vertical-align: top;
    text-align: left;
  }

  /**
   * Emphasize table header.
   */
  thead tr {
    background-color: #eeeeee;
  }
  thead th,
thead td {
    border: 1px solid #000;
  }

  /**
   * 'Zebra striping' of `tbody` rows.
   */
  tbody tr:nth-child(even) {
    background-color: #f7f7f7;
  }

  tfoot th,
tfoot td {
    padding: 0.6666667em;
  }

  /**
   * Multi-row span vertical cell alignments.
   */
  [rowspan] {
    vertical-align: middle;
  }

  /* Lists
     ========================================================================== */
  /**
   * Address paddings set differently.
   */
  menu,
ol,
ul {
    padding: 0 0 0 2em;
  }

  /**
   * Remove margins from nested lists.
   */
  li > ul,
li > ol {
    margin: 0;
  }

  /**
   * CSS Lists and Counters Module Level 3 list marker styling.
   */
  li::marker {
    color: color-text-heading;
  }

  /**
   * Address margins set differently.
   */
  dd {
    margin: 0 0 0 2em;
  }

  /* Additional styling for article lists. */
  .article-list {
    margin: 0 0 2em;
    padding: 0;
    border-top: 1px solid #000;
    list-style: none;
  }
  .article-list li {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
  }

  /* Forms
     ========================================================================== */
  /**
   * 1. Address width being affected by wide descendants in Chrome, Firefox.
   * 2. Define consistent fieldset border, margin, and padding.
   */
  fieldset {
    /* 1 */
    min-width: 0;
    /* 2 */
    margin: 1em 0;
    padding: 1px 1em;
    border: 0;
  }

  /**
   * Normalize styling of `legend`.
   *
   * 1. Correct wrapping not present in IE 11 and Edge 12/13.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   * 3. Correct `color` not being inherited from fieldset in IE 11.
   */
  legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
  }

  button, input {overflow: visible; touch-action: manipulation;}
  button, input, optgroup, select, textarea {box-sizing: border-box;max-width: 88%;margin: 0;color: #000000;font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size: 1rem;line-height: 1.2;vertical-align: baseline;}

  /* Styling of form input fields. 1. Remove browser-specific default styling. */
  [type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {height: 2em;padding: 0.25em 0.1875em;border: 1px solid #000;border-radius: 0;background: #aaa; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
  [type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    border-color: #0066ff;
    outline: 1px solid transparent;
  }

  [type=checkbox],[type=radio] {padding: 0;}
  [type=checkbox] + label,[type=radio] + label {margin: 0 0.5em 0 0;}
  [type=checkbox] + label:last-of-type,[type=radio] + label:last-of-type {margin: 0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {height: auto;}
  [type=search]::-webkit-search-decoration {/* autoprefixer: off */appearance: none;}
  select {padding-right: 1.5em;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%275%27 viewBox=%270 0 17 5%27%3E%3Cpolygon fill=%27%23333%27 points=%270,0 5,5 10,0%27/%3E%3C/svg%3E") right center no-repeat;
    background-size: 1.0625em 0.3125em;text-transform: none;}
  /* Remove browser-specific `select` UI in IE 11. */
  select::-ms-expand {opacity: 0;}
  /* Override height and background set in a previous rule and allow auto height.*/
  select[size],select[multiple] {height: auto;padding-right: 0.5em;background-image: none;}
  /* Override height set in rule above and restrict to one line field. */
  select[size="0"],select[size="1"] {height: 2em;}

  /* Normalize styling of `optgroup`. */
  optgroup {font-style: normal;font-weight: bold;}

  textarea {width: 100%;height: auto;min-height: 3em;overflow: auto;vertical-align: top;resize: vertical;
  }

  /**
   * Make sure disabled elements really are disabled and styled appropriately.
   *
   * 1. Override default iOS opacity setting.
   * 2. Re-set default cursor for disabled elements.
   */
  [disabled],
[disabled] option,[disabled] optgroup,span.disabled {border-color: #d4d4d4 !important;opacity: 1;background: #eeeeee !important;box-shadow: none !important;color: #aaaaaa !important;text-shadow: none !important;cursor: default !important;}

  /* Width display options for `input` fields. Height display options for textareas. */
  .small input {width: 25%;min-width: 151px;}
  .small textarea {height: 5.5em;}
  .large input {width: 50%;min-width: 302px;}
  .large textarea {height: 9.75em;}

  /* Styling for form field validation.*/
  input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {border-color: #9d261d;box-shadow: none;}

  /* Styling for Firefox-specfic form field validation.*/
  input:-moz-ui-invalid,
select:-moz-ui-invalid,
textarea:-moz-ui-invalid {
    border-color: #9d261d;
    box-shadow: none;
  }

  /**
   * Normalize form placeholder style across browsers.
   *
   * 1. Fix placeholder font properties inheritance.
   */
  :-ms-input-placeholder {
    opacity: 1;
    color: #999999;
    /* 1 */
    font: inherit;
  }
  ::placeholder {
    opacity: 1;
    color: #999999;
    font: inherit;
  }


  .required {
    border: 0;
    color: #9d261d;
  }

  /* Buttons
     ========================================================================== */

  button {
    overflow: visible;
    text-transform: none;
  }


  button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }

  /**
   * 1. Remove browser-specific default styling.
   * 2. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button,
[type=button],
[type=reset],
[type=submit] {
    background-color: #333;
    background-image: linear-gradient(#333, #5f5f5f);
    display: inline-block;
    position: relative;
    width: auto;
    height: 2em;
    padding: 0.25em 1em;
    border: 0 solid #000;
    border-radius: 0.2em;
    background-clip: padding-box;
    box-shadow: 0 2px 0 #acacac;
    color: #fff;
    font-weight: normal;
    text-align: center;
    /* 1 */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* 2 */
    cursor: pointer;
  }
  button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
    background-color: #000;
    background-image: linear-gradient(#000, #393939);
    border-color: #000;
    color: #fff;
    text-decoration: none;
  }
  button:active,
[type=button]:active,
[type=reset]:active,
[type=submit]:active {
    top: 2px;
    border-color: #bebebe;
    box-shadow: none;
    color: #1a1a1a;
    text-decoration: none;
  }
  button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
    border-color: #0066ff;
    outline: 1px solid transparent;
  }

  /**
   * Disbaled button additional styling.
   */
  button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
    top: 2px !important;
  }

  /* Comments
     ========================================================================== */

  .comments {
    margin-bottom: 1em;
    padding: 1px 1em;
    border-radius: 0.5em;
    background: #f7f7f7;
    word-wrap: break-word;
  }
  .comments h4 .is-author {
    font-weight: normal;
  }
  .comments h4 .comment-anchor {
    float: right;
    font-weight: normal;
  }

  .comments-author {
    background: #efefef;
  }

  #cpreview {
    margin-bottom: 2px;
    padding: 1em;
    border-radius: 0.5em;
    background-color: #fff9e1;
  }

  .error_message li {
    color: #9d261d;
  }

  .comments_error {
    border-color: #9d261d;
  }


}
/* ==========================================================================
   Additional layout for screen media 576px and up
   ========================================================================== */
@media only screen and (min-width: 38em) {
  /** Desktop version of the navigation menu. Overrides mobile first version. */
  .site-navigation {

  }
  .site-navigation > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 88%;
  }
  .site-navigation ul {
    display: flex;
    flex-wrap: wrap;
    border: 0;
  }
  .site-navigation li {
  }
  .site-navigation a {
padding: 0 1em 0 0;
  }
  .search {
    margin-top: 0.2em;
    padding: 0;
    background: transparent;
  }
  .search input[type=search] {
    width: 2.125em;
    padding-right: 0;
    transition: width 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
  }
  .search input[type=search]:hover {
    background-color: #eee;
  }
  .search input[type=search]:focus {
    width: 16em;
    padding-right: 0.1875em;
    background-color: none;
    cursor: auto;
  }
}
/* ==========================================================================
   Additional layout for screen media 864px and up
   ========================================================================== */
@media only screen and (min-width: 46em) {
  html {font-size: 16px;}
}
/* Additional accessibility for screen media =========================== */
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  .search input[type=search] {
    transition-duration: 0;
  }
}
/* Styling and layout for print media.=================================== */
@media print {
html, body {display:none;}
}