body {
  padding-bottom: 77px;
  min-height: 100vh;
  position: relative;
}

.page-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.subnav {
  color: #00437c;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Helvetica, Verdana, sans-serif;
}

a.subnav {
  color: #00437c;
  font-weight: bold;
}

a:hover.subnav {
  color: #517fa8;
  text-decoration: none;
}

.subnavon {
  color: #517fa8;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Helvetica, Verdana, sans-serif;
}

a.subnavon {
  color: #517fa8;
  font-weight: bold;
}

a:hover.subnavon {
  color: #517fa8;
  text-decoration: none;
}

.sidetext {
  color: #4e7aa7;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 18px;
  font-family: Verdana, Helvetica, Verdana, sans-serif;
}

a.sidetext {
  color: #4e7aa7;
  font-weight: normal;
  text-decoration: none;
}

a:hover.sidetext {
  color: #003366;
  text-decoration: none;
}

.text {
  color: #555555;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  line-height: 21px;
  font-family: Verdana, Helvetica, Verdana, sans-serif;
}

a.text {
  color: #90a8cd;
  font-weight: normal;
}

a:hover.text {
  color: #0dafcb;
  text-decoration: none;
}

.content {
  color: #555555;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 18px;
  font-family: Verdana, Helvetica, Verdana, sans-serif;
}

a.content {
  color: #4e7aa7;
  font-weight: normal;
}

a:hover.content {
  color: #0dafcb;
  text-decoration: none;
}

p {
  margin-top: 10;
  margin-bottom: 12;
}

H1 {
  font: 16px/16px Verdana, Helvetica, Verdana, sans-serif;
  color: #00437c;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15;
}

.pagehd {
  color: #00437c;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Helvetica, Verdana, sans-serif;
}

a.pagehd {
  color: #00437c;
  font-weight: bold;
}

a:hover.pagehd {
  color: #90a8cd;
  text-decoration: none;
}

.footer {
  color: #777777;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  font-family: Verdana, Helvetica, Verdana, sans-serif;
}

a.footer {
  color: #4e7aa7;
  font-weight: normal;
}

a:hover.footer {
  color: #0dafcb;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: grey;
}

.header-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.top-bar {
  width: 100%;
}

.heading-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.heading-text {
  font-family: "Arial Narrow Bold", "Arial Narrow";
  color: grey;
  text-transform: uppercase;
  font-size: clamp(0.688rem, 2vw + 0.18rem, 1.25rem);
  font-weight: bold;
  opacity: 0.6;
}

.logo img {
  width: 40vw;
  height: auto;
  max-width: 400px;
}

.hburger {
  height: 25px;
  width: 25px;
  display: block;
}
@media (min-width: 400px) {
  .hburger {
    display: none;
  }
}
.hburger img {
  height: 25px;
  width: 25px;
  opacity: 0.5;
}

.menu-container {
  position: relative;
}
@media (min-width: 400px) {
  .menu-container {
    display: none;
  }
}
.menu-container .menu {
  display: none;
  background: silver;
  position: absolute;
  top: auto;
}
.menu-container .menu-h {
  display: none;
  justify-contents: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  background: silver;
  position: absolute;
  top: auto;
}
@media (min-width: 400px) {
  .menu-container .menu-h {
    display: none;
    flex-direction: row;
    gap: 0px;
    background: transparent;
    position: static;
    top: auto;
  }
}

.menu-container-h {
  display: none;
}
@media (min-width: 400px) {
  .menu-container-h {
    display: flex;
    flex-direction: row;
    gap: 0px;
    background: transparent;
    position: static;
    top: auto;
  }
}

.menu-tab {
  border-right: 1px lightgrey solid;
  padding: 5px 7px;
  border-top: 1px solid lightgrey;
  font-family: Arial Narrow;
  cursor: pointer;
  background-color: aliceblue;
}
.menu-tab:hover {
  background-color: lightgrey;
}
.menu-tab:first-child {
  border-left: solid 1px lightgrey;
}
.menu-tab a {
  font-weight: bold;
  color: steelblue;
}

.menu-selected {
  background-color: lightgrey;
  /*pointer-events: none;*/
  color: greenyellow;
}

.content-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}

.sidebar {
  flex-basis: 176px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #caddf0;
  display: none;
}
@media (min-width: 400px) {
  .sidebar {
    display: block;
  }
}
.sidebar ul {
  list-style-image: url("../images/subnav_arrow.gif");
}

.content {
  width: 100%;
  padding-top: 20px;
}

.logogrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 10px;
}

.footer-wrapper {
  bottom: 0px;
  position: absolute;
  width: 100%;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
  max-width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
.footer-container > div:first-child {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 56px;
}
.footer-container > div:nth-child(2) {
  text-align: right;
}

.footer {
  color: #777777;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  font-family: Verdana, Helvetica, Verdana, sans-serif;
  display: inline;
}

/*# sourceMappingURL=style.css.map */
