/*! includes much of normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
html,body {
  font-family:"Open Sans",Arial,Helvetica,sans-serif;
  background: rgb(255,255,255);
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  color: #000;
  margin: 0;
  min-height: 100%;
  padding-bottom:10px !important;
}
main {
  display: block;
  padding: 2rem 1rem;
}
h1,h2,h3,h4,h5,h6 {
  display:block;
  font-weight:bold !important;
  line-height:1.2 !important;
  margin:.67rem 0 .3rem 0 !important;
}
h1 { font-size:2.5rem !important; }
h2 { font-size:2rem !important; }
h3 { font-size:1.6rem !important; }
h4 { font-size:1.4rem !important; }
h5 { font-size:1.25rem !important; }
h6 { font-size:1.1rem !important; }
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  color:#000;
  font-family: monospace,monospace;
  font-size: 1em;
  padding:0;
  margin: 0;
  padding-top:1rem;
}
code {
  color:#000;
  display: block;
  font-family: courier, monospace;
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 105%;
  white-space: pre;
  padding:1rem;
  margin:0;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,strong {
  font-weight: bolder;
}
code,kbd,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 0.55 !important;
}
:-moz-placeholder {
  color: #666 !important;
  opacity: 0.55 !important;
}
::-moz-placeholder {
  color: #666 !important;
  opacity: 0.55 !important;
}
:-ms-input-placeholder {
  color: #666 !important;
  opacity: 0.55 !important;
}
::placeholder {
  color: #666 !important;
  opacity: 0.55 !important;
}
/* END placeholder */
ul, ol {
  margin:revert;
  margin-left:revert;
  padding-left:revert;
  line-height:1.25;
}
ul {
  list-style-position: outside;
  list-style-type:disc;
}
ul ul {
  list-style-type: circle;
  margin-left:revert;
}
ul ul ul {
  list-style-type: square;
  margin-left:revert;
}
ol {
  list-style-position: outside;
  list-style-type:decimal;
}
ol ol {
  list-style: upper-alpha;
  margin-left:revert;
}
ol ol ol {
  list-style: lower-roman;
  margin-left:revert;
}
ol ol ol ol {
  list-style: lower-alpha;
  margin-left:revert;
}
li ul, li ol {
  margin: revert;
  padding:revert;
}
p {
  font-size:1rem;
  margin: 0.3rem 0 !important;
}
blockquote {
  font: italic 400 1.2rem/1.5 "Merriweather","Times New Roman",Times,serif !important;
    border-left: 0.4rem solid #039be5;
  padding: 0 1em;
  margin:2em 0 2em;
}
/* layout */
.main {
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .main {
    padding: 1.5rem 1.5rem;
  }
  .main.is-medium {
    padding: 3rem 3rem;
  }
  .main.is-large {
    padding: 6rem 6rem;
  }
}
/* forms / honey pot */
.is-viz {
  display:none;
}
label.error {
  display:block;
  font-size:70%;
  color:red;
  text-align:left;
  margin:0 0 2px 5px !important;
  line-height:1;
}

