/* style1.css */
html, body
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12pt;
  overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
  text-shadow: 0 0 3px #fff; /* Keeps text readable against a dark background */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

.headercontent
{
  clear: both;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #87cefa none; /* LightSkyBlue image=none */
}

.maincontent
{
  clear: both;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.footercontent
{
  clear: both;
  display: block;
  margin: 0 auto;
  width: 100%;
}

#BannerImg
{
  clear: both;
  position: relative;
  display: block;
  width: 80%;
  margin: auto;
  background: #87cefa none; /* LightSkyBlue image=none */
  border-style: outset;
  border-width: 0.25em;
  border-color: #cccc33; /* Gold */
}

.slidecontent
{
  display: block;
  margin: auto;
  padding: 0.5em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  font-size: 1em;
}

.navtoc
{
  display: block;
  margin: auto;
  padding: 0.5em;
  line-height: 1.1em;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.navbar
{
  display: block;
  margin: auto;
  padding: 1em;
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  color: #4A2169;
}

blockquote
{
  margin-left: 2em;
  margin-right: 2em;
  padding: 1em;
  font-style: italic;
  color: #2e2e2e; /* Gray18 */
  background-color: #ffffff; /* White */
}

cite
{
  font-style: normal;
  font-weight: bold;
  color: #2e2e2e; /* Gray18 */
  background-color: #ffffff; /* White */
}

img
{
  background-color: transparent;
}

a img
{
  border-width: 0;
  border-style: none;
}

a
{
  text-decoration: none;
  color: navy;
  background-color: white;
}

a:visited
{
  color: navy;
  background-color: white;
}

a:link
{
  color: navy;
  background-color: white;
}

a:hover
{
  background-color: navy;
  color: white;
  text-decoration: underline;
}

a:active
{
  background-color: navy;
  color: white;
  text-decoration: underline;
}

.CloseBtn
{
  cursor: pointer;
  font-size: 1em;
  padding: 0.5em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #e7e7e7;
  color: #05500; /* Green on Gray */
}

.BackBtn
{
  cursor: pointer;
  font-size: 1em;
  padding: 0.5em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #e7e7e7;
  color: #0000ff; /* Blue on Gray */
}

.submit
{
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  background-color: #031957;
  color: #ffffff;  /* White on midnight blue */
  border: 2px solid #f44336; /* Red */
  border-radius: 50%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.submit A:hover, .submit A:focus
{
  font-weight: bold;
  font-size: 1.1em;
  background: #b30000;  /* White on red 3 */
  box-shadow: 0px 0px 1px #777;
  border: 2px solid #f44336; /* Red */
  border-radius: 50%;
}

input [type="submit"]
{
  cursor: pointer;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #4CAF50;
  color: white;
  border: 2px solid #f44336; /* Red */
  border-radius: 50%;
}

table
{
  clear: both;
  display: block;
  margin: auto;
  width: 100%;
  color: black;
  background-color: white;
}

tr
{
  display: block;
  margin: auto;
  padding: 0.25em;
}

td, th
{
  vertical-align: top;
  text-align: left;
}

ul
{
  margin: 0.5em 1.5em 0.5em 1.5em;
  padding: 0.25em;
  list-style-type: square;
}

ul ul
{
  list-style-type: disc;
}

ul ul ul
{
  list-style-type: circle;
}

ul ul ul ul
{
  list-style-type: disc;
}

ul li
{
  margin: 0.1em 0em 0.6em 0;
  padding: 0 0 0 20px;
  list-style: none;
  line-height: 1.1em;
}

ol
{
  margin: 0.5em 1.5em 0.5em 1.5em;
  padding: 0.25em;
}

ol li
{
  margin: 0.1em 0em 0.6em 1.5em;
  padding: 0 0 0 20px;
  line-height: 1.1em;
}

li
{
  margin-left: 1.5em;
  margin-top: 0.5em;
}

li li
{
  font-size: 0.8em;
  font-style: italic;
  list-style-type: disc;
  background: transparent;
  padding: 0 0 0 0;
}

li li li
{
  font-size: 0.8em;
  font-style: normal;
  list-style-type: circle;
  background: transparent;
  padding: 0 0 0 0;
}

li li li li
{
  list-style-type: disc;
  background: transparent;
  padding: 0 0 0 0;
}

br
{
  margin-top: 0.5em;
}

.bigger
{
  line-height: 1.6em;
  font-size: 1.4em;
  font-weight: bold;
}

.smaller
{
  line-height: 1em;
  font-size: 0.8em;
  font-weight: bold;
}

#hidden-bullet
{
  visibility: hidden;
  display: none;
}

.clear
{
  clear: both;
}

.alignLeft
{
  margin: 0 2em 2em 0;
  max-width: 50%;
  height: auto;
  float: left;
}

.alignCenter
{
  margin: 2em 2em 2em 2em;
  height: auto;
  text-align: center;
  clear: both;
}

.alignRight
{
  margin: 0 0 2em 2em;
  max-width: 50%;
  height: auto;
  float: right;
  clear: both;
}

h1
{
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.6em;
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  background-color: #fffaf0; /* Floural White */
  color: #006666; /* Dark GreenBlue */
}

h2
{
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.6em;
  font-size: 1.4em;
  font-style: italic;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  background-color: #fffafa; /* snow White */
  color: #006666; /* Dark GreenBlue */
}

h3
{
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.6em;
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  text-align: left;
  background-color: #ffefd5; /* PapayaWhip */
  color: #006666; /* Dark GreenBlue */
}

h4
{
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-size: 1.3em;
  font-style: italic;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  text-align: left;
  background-color: #f5f5f5; /* WhiteSmoke */
  color: #006666; /* Dark GreenBlue */
}

h5
{
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  text-align: left;
  background-color: #f5f5f5; /* WhiteSmoke */
  color: #006666; /* Dark GreenBlue */
}

h6
{
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  text-align: left;
  background-color: #f5f5f5; /* WhiteSmoke */
  color: #006666; /* Dark GreenBlue */
}

p.author
{ 
  font-style: italic;
  font-size: 1.25em;
}

pre, code
{ 
  margin: 0;
  margin-bottom: 1em;
  background-color: white;
  color: #44aa55; /* DodgerBlue4 */
  font-weight: bold;
  font-family: "Courier New", courier, monospace;
}

@media print
{
  pre
  {
    font-size: 60%;
  }
}

hr
{
  clear: both;
  margin-top: 0.2em;
  background-color: white;
  color: #000000; /* Black */
}

hr.top
{
  clear: both;
  margin-bottom: 0.4em;
}

hr.bottom
{
  clear: both;
  margin-top: 0.4em;
}

.uparrow::after
{
  content: url(../img/arrow-up.png);
}

.downarrow::after
{
  content: url(../img/arrow-down.png);
}

details
{
  clear: both;
  display: block;
  margin-top: 0.5em;
  padding: 0.25em;
}

details[open]
{
  padding: 0.25em;
  border: 2px solid #aaa;
  border-radius: 2px;
  height: auto;
  width: 100%;
  overflow-block: visible;
}

details[open] summary
{
  margin-bottom: 0.5em;
}

summary
{
  display: inline-block !important;
  align-items: center !important;
  margin: 0.5em;
  padding: 0.25em;
  line-height: 1.6em;
  font-size: 1.4em;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: auto;
  background-color: #fffafa; /* snow White */
  color: #006666; /* Dark GreenBlue */
}

summary:hover
{
  color: #f5f5f5; /* WhiteSmoke */
  background-color: #006666; /* Dark GreenBlue */
  text-decoration: underline;
}

summary:active
{
  color: #f5f5f5; /* WhiteSmoke */
  background-color: #006666; /* Dark GreenBlue */
  text-decoration: underline;
}

.comment
{
  margin-top: 20px;
  padding: 10px;
  color: #660066; /* Dark purple */
  background-color: #ffefd5; /* PapaayaWhip */
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media print
{
  .comment
  {
    display: block;
    visibility: visible;
  }
}

textarea
{
  width: 100%;
  height: auto;
  padding: 0.5em;
  font-size: 1em;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25em;
  resize: vertical;
}

.form-group
{
  margin-bottom: 1em;
}

.LeftImg
{
  clear: left;
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  display: inline-block;
  background-color: #e7e7e7;
  color: black; /* Black on Gray */
}

.RightImg
{
  clear: right;
  float: right;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  display: inline-block;
  background-color: #e7e7e7;
  color: black; /* Black on Gray */
}

.tabs
{
  font-family: "lucida grande", sans-serif;
}

[role="tablist"]
{
  min-width: 100%;
}

[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover
{
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 2px;
  margin: 0;
  margin-top: 4px;
  padding: 3px 3px 4px;
  border: 1px solid hsl(219deg 1% 72%);
  border-bottom: 2px solid hsl(219deg 1% 72%);
  border-radius: 5px 5px 0 0;
  background: hsl(220deg 20% 94%);
  outline: none;
  font-weight: bold;
  max-width: 22%;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

[role="tab"][aria-selected="true"]
{
  padding: 2px 2px 4px;
  margin-top: 0;
  border-width: 2px;
  border-top-width: 6px;
  border-top-color: rgb(36 116 214);
  border-bottom-color: hsl(220deg 43% 99%);
  background: hsl(220deg 43% 99%);
}

[role="tab"][aria-selected="false"]
{
  border-bottom: 1px solid hsl(219deg 1% 72%);
}

[role="tab"] span.focus
{
  display: inline-block;
  margin: 2px;
  padding: 4px 6px;
}

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus
{
  padding: 2px 4px;
  border: 2px solid rgb(36 116 214);
  border-radius: 3px;
}

[role="tabpanel"]
{
  padding: 15px;
  border: 2px solid hsl(219deg 1% 72%);
  border-radius: 0 5px 5px;
  background: hsl(220deg 43% 99%);
  height: auto;
  max-width: 95%;
  text-overflow: ellipsis;
  overflow-block: visible;
}

[role="tabpanel"].is-hidden
{
  display: none;
}

[role="tabpanel"] p
{
  margin: 0;
}

/* Utility class to visually hide content but keep it accessible to screen readers */
.sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*-------------------MOBILE / SMALL DEVICES--------------------*/
@media only screen and (max-width: 53em)
{/* Unit change JCD 8/4/2021 */
  html
  {
    height: 100%;
    width: auto;
    margin: 0;
  }
}
