/*
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
*/

/* reset */
* {
  padding: 0;
  margin: 0;
}

/* container / layout */
.container {
  position: relative;
  padding-top: 0;
}

.header,
.menu,
.footer {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* sticky menu */
.menu {
  position: sticky;
  top: 0;
  color: #2aea77;
  font-family: arial, sans-serif;
  font-size: 0.7em;
  text-align: left;
  background-color: #118740;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 10px;
  margin-right: 1em;
  padding: 5px 0 30px 5px;
}

.menu.fixed {
  position: fixed;
}

/* table-ish blocks */
.table {
  padding: 0;
  padding-left: 0;
  font-family: arial, sans-serif;
  font-size: 1.0em;
}

/* dropdown */
.dropdown {
  position: absolute;
  width: 10px;
  display: inline-block;
  color: #FF0000;
  padding: 4px;
  font-size: 1.0em;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: lightgreen;
  min-width: 260px;
  box-shadow: 0px 18px 16px 0px rgba(0,0,0,0.2);
  padding: 4px 8px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* menu column lists */
.ul-menu1col {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  color: #118740;
}

.ul-menu2col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-rule: 2pt dashed #ECEEF2;
  color: #118740;
}

.ul-menu3col {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  column-rule: 2pt dashed #ECEEF2;
  color: #118740;
}

/* anchor offset for sticky headers */
.anchor {
  position: absolute;
  transform: translateY(-10vh);
}

/* multi-column lists */
.ul-2col,
.ol-2col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  font-size: 1.0em;
  font-family: arial, sans-serif;
}

/* links */
a {
  text-decoration: none;
}

/* list styles */
.ol,
.ul,
.ul-box {
  padding: 0;
  padding-left: 0;
  font-family: arial, sans-serif;
  font-size: 1.0em;
}

/* Keep numbered list markers inside the normal page margin.
   The global reset removes the browser's default OL padding,
   so we add it back only for ordered lists inside .ol blocks. */
.ol ol {
  margin-left: 0;
  padding-left: 1.6em;
  list-style-position: outside;
}

.ul ul {
  margin-left: 0;
  padding-left: 1.2em;
}

.ul-box {
  border: 1px solid black;
}

.ol li,
.ul li {
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 1.0em;
  height: auto;
}

.ul li {
  list-style-position: outside;
}

.ul_flush,
.ol_flush {
  padding: 0;
  padding-left: 10px;
  font-family: arial, sans-serif;
  font-size: 1.0em;
  margin-bottom: 0.5em;
}

/* bordered ULs */
.ul-before,
.ul-brown,
.ul-brown-inside {
  overflow: hidden;
  position: relative;
  font-family: arial, sans-serif;
  font-size: 1.0em;
  border-color: #424242;
  border-style: dotted;
  margin: 0 auto;
}

.ul-before {
  width: 95%;
  background-color: white;
}

.ul-brown {
  width: 95%;
  background-color: #FFBA10;
  padding: 10px;
  line-height: 15px;
}

.ul-brown-inside {
  width: 90%;
  background-color: #FFBA10;
}

/* checkboxes layout */
#checkboxes label {
  float: left;
}

#checkboxes ul {
  margin: 0;
  list-style: none;
  float: left;
}

/* page wrapper */
.wrapper {
  max-width: 825px;
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

.page {
  width: 97%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 20px 5px 10px 5px;
}

/* horizontal rule */
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 3px #588711;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  width: 100%;
}

/* titles */
.title {
  color: black;
  font-family: arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

.title2 {
  color: #588711;
  font-family: arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

.title-supp {
  color: #588711;
  font-family: arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
}

/* HEADINGS – unified left alignment */
h0,
h20,
h1,
h2,
h3,
h4 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: left;
  font-family: arial, sans-serif;
}

h0 {
  color: #118740;
  font-size: 0.75em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0.67em;
  padding-top: 15px;
}

h20 {
  color: #FF0000;
  font-size: 1.25em;
  font-weight: bold;
}

h1 {
  color: #118740;
  font-size: 2.4em;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  line-height: 1.1em;
}

h2 {
  color: #FF0000;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1.5em;
  line-height: 1.1em;
}

h3 {
  color: #0080ff;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

h4 {
  color: #6633ff;
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* paragraphs – NOW FLUSH LEFT */
p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;   /* FIXED */
  margin-right: 0;
  font-family: arial, sans-serif;
  font-size: 1.0em;
  line-height: 1.25em;
}

/* p2 – also fully flush-left */
p2 {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;   /* FIXED */
  margin-right: 0;
  padding: 0;       /* REMOVE side padding */
  font-family: arial, sans-serif;
  font-size: 1.0em;
}

/* footer */
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: grey;
  text-align: center;
  padding: 0;
}

/* images */
.img {
  max-width: 100%;
}

/* Memo page image handling
   Used by memo.php pages that contain the Aldridge logo and a right-side memo image.
   Add class="memo-logo" to /images/aldlogo.gif and class="memo-image" to the memo image. */
.memo-logo {
  display: block;
  width: 120px;
  max-width: 35%;
  height: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.memo-image {
  float: right;
  width: 35%;
  max-width: 420px;
  height: auto;
  margin: 0 0 20px 30px;
}

.wrapper::after,
.page::after {
  content: "";
  display: table;
  clear: both;
}
