@page {
}
html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  /*font-size: 20px;*/
}

header {
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 0.75),
    rgba(255, 165, 0, 0.75),
    rgba(255, 255, 0, 0.75),
    rgba(0, 128, 0, 0.75),
    rgba(0, 255, 255, 0.75),
    rgba(0, 0, 255, 0.75),
    rgba(238, 130, 238, 0.75)
  );
  color: transparent;
  border-bottom: solid 1px;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#headerNav {
  padding-left: 100px;
  padding-right: 100px;
  text-align: left;
  max-width: 8.5in;
  margin: auto;
  color: #006400;
}

main {
  padding-top: 5px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 60px;
  text-align: left;
  max-width: 8.5in;
  margin: auto;
}

footer {
  border-top: solid 1px;
  /*background: rgba(1, 255, 255, 0.5);*/
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 0.75),
    rgba(255, 165, 0, 0.75),
    rgba(255, 255, 0, 0.75),
    rgba(0, 128, 0, 0.75),
    rgba(0, 255, 255, 0.75),
    rgba(0, 0, 255, 0.75),
    rgba(238, 130, 238, 0.75)
  );
  width: 100%;
  height: 30px;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px #000000 /* #434343*/;
  font-weight: 500;
}

footer a,
a:visited {
  color: #ffffff;
}

footer a:visited {
  color: #ffffff;
}

footer a:hover {
  font-weight: bold;
}
/*
header a,
a:visited {
  color: #ffffff;
}

header a:visited {
  color: #ffffff;
}

header a:hover {
  font-weight: bold;
}*/

.idx {
  padding-top: 5px;
  text-align: center;
  margin: auto;
}

.white {
  color: #ffffff;
  text-shadow: 2px 2px #434343;
  font-weight: 600;
  font-size: 16pt;
}

.navi {
  text-align: left;
  margin: auto;
}

.navi a {
  color: #006400; /* rgb(9, 83, 83);*/
}

a,
a:visited {
  color: #006400;
}

a:hover {
  font-weight: bold;
}

h1 {
  clear: both;
}
.texty {
  width: 100%;
  height: 2in;
  margin-bottom: 0.25in;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  margin-top: -10px;
  padding-top: 0px;
  margin-left: 0px;
  padding-left: 12pt;
}
li {
  font-size: 12pt;
  line-height: 138%;
  font-family: Arial;
  writing-mode: horizontalmain;
  font-weight: bold;
  margin-bottom: 0.0835in;
  margin-top: 0.278in;
  font-family: Arial;
  writing-mode: horizontal-tb;
  direction: ltr;
  line-height: 138%;
  /*color: #000000;*/
  font-style: normal;
  text-decoration: none !important;
  background-color: transparent;
}
.H3 {
  font-size: 12pt;
  line-height: 138%;
  margin-bottom: 0.1in;
  margin-top: 0in;
  font-family: Arial;
  writing-mode: horizontal-tb;
  direction: ltr;
  background-color: transparent;
  padding: 0in;
  border-style: none;
  color: #000000;
  font-style: normal;
  text-decoration: none !important;
  font-weight: bold;
}
.P2 {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0.19in;
  margin-top: 0.222in;
  font-family: Arial;
  writing-mode: horizontal-tb;
  direction: ltr;
  line-height: 138%;
  background-color: transparent;
  padding: 0in;
  border-style: none;
  color: #434343;
  font-style: normal;
  text-decoration: none !important;
}
.P3 {
  font-size: 12pt;
  line-height: 138%;
  margin-bottom: 0.1in;
  margin-top: 0in;
  font-family: Arial;
  writing-mode: horizontal-tb;
  direction: ltr;
  background-color: transparent;
  padding: 0in;
  border-style: none;
  color: #000000;
  font-style: normal;
  text-decoration: none !important;
  font-weight: normal;
}
.P3Select {
  font-size: 12pt;
  line-height: 138%;
  margin-bottom: 0in;
  margin-top: 0in;
  font-family: Arial;
  writing-mode: horizontal-tb;
  direction: ltr;
  background-color: transparent;
  padding: 0in;
  border-style: 1px;
  color: #000000;
  font-style: normal;
  text-decoration: none !important;
  font-weight: normal;
}

.section {
  margin-bottom: 0.35in;
}
.lines {
  height: 400px;
  background-image: repeating-linear-gradient(
    white 0px,
    white 24px,
    black 25px
  );
}

.hidden {
  display: none;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0in;
}

#cookiesConsent {
  visibility: hidden;
  display: none;
  position: fixed;
  max-width: 8.5in;
  margin: auto;
  bottom: 0px;
  height: 150px;
  background-color: #e7eaf6;
  border: 2px solid #ad56cd;
  border-radius: 15px;
}

#noscript {
  color: red;
  font-size: 16pt;
  font-weight: bolder;
  text-align: center;
  padding-top: 10px;
}
