:root {
  --accent-sand: #aeaba3;
  --accent-offwhite: #f9f9f9;
  //--accent-blue: #4c7499;
  --accent-blue: #2b4c7e;
  --accent-blue-link: #35516a;
  --accent-blue-hover: #355d99;
  --accent-blue-active: #1f3a5c;
  --accent-light-blue: #c2d6e8;
}

body {
  text-align: left;
  /* /font-family: 'Open Sans', sans-serif; */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: #f0f0f0;
  color: #232323;
  margin: 0;
  min-height: 100dvh;      /* Takes up full viewport height */
  display: grid;
  grid-template-rows: auto 1fr auto; /* Middle row fills remaining space */

  //background: -webkit-linear-gradient(bottom, #042f11, #0c8731) fixed; /* For Safari 5.1 to 6.0 */
  //background: -o-linear-gradient(bottom, #042f11, #0c8731) fixed; /* For Opera 11.1 to 12.0 */
  //background: -ms-linear-gradient(bottom, #042f11, #0c8731) fixed;
  //background: -moz-linear-gradient(bottom, #042f11, #0c8731) fixed; /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(
      to top,
      var(--accent-sand),
      var(--accent-offwhite)
    )
    fixed; //Standard syntax (must be last) 
    */
}

/*
#content a {
  outline: none;
  padding: 2px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#content a:link {
  color: var(--accent-blue);
}

#content a:hover {
  border-radius: 2px;
  background-color: var(--accent-blue);
  color: var(--accent-offwhite);
}
*/

.prewrap {
  white-space: pre-wrap;
}

strong {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 14px;
}

* {
  text-align: left;
}

#container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#header {
  height: 120px;
}

#header img {
  position: absolute;
  top: 0em;
  width: 240px;
}

#header h1 {
  position: absolute;
  color: #333;
  font-size: 2em;
  top: 0.7em;
  left: 7.3em;
  font-style: italic;
}

#header h2 {
  position: absolute;
  color: #333;
  font-size: 18px;
}

#mainpic {
  background-image: url(images/main.jpg);
  background-repeat: no-repeat;
  width: 900px;
  height: 354px;
}

.off {
  color: #ddf7df;
}

#menu {
  position: absolute;
  top: 100px;
}

#menu ul {
  list-style: none;
  padding-left: 0px;
  overflow: hidden;
  background-color: var(--accent-blue);
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#menu ul li {
  float: left;
  border-right: 1px solid black;
}

#menu a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--accent-offwhite);
  font-weight: bold;
  font-size: 15px;
  outline: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;

  /*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all .0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}

#menu ul li:last-child {
  border-right: none;
}

#menu ul li a:hover,
#menu ul li a:focus {
  background-color: var(--accent-blue-hover);
  color: var(--accent-offwhite);
}

#menu ul li a:active {
  background-color: var(--accent-blue-active);
}


.leftmenu_container {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 100%;
}

.leftmenu {
  position: sticky;
  top: 20px;
  overflow: auto;
}

.leftmenu > .menuheader {
  color: var(--accent-offwhite);
//  background-color: #4d2a2d;
  background-color: #1F3A5C;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  border-radius: 4px;
  font-size: 120%;
}

.leftmenu a,
.leftmenu a:visited {
  border-top: 1px solid #d0d4d8;
  border-radius: 4px;
  color: #333;
  background-color: white;
  display: block;
  font-size: 15px;
  list-style: none;
  padding: 8px 12px;
  text-decoration: none;
}

.menu-section {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  font-weight: bold;
  font-style: italic;
}

.leftmenu a:hover,
.leftmenu a:focus {
    background-color: #e8eef7;
    border-color: #adb6c4;
}

.leftmenu a.active {
    background-color: #1f3a5c;
    color: white;
    border-color: #1f3a5c;
}

.content {
  margin-left: 200px;
  padding: 20px 16px;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .leftmenu {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  .leftmenu a {
    float: left;
  }
  div.content {
    margin-left: 0;
  }
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .leftmenu a {
    text-align: center;
    float: none;
  }
}

.leftmenu {
  margin-top: 35px;
  float: left;
  padding-right: 10px;
}

.leftmenu_main ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.leftmenu_main ul li a,
.leftmenu_main ul li a:visited {
  display: block;
  list-style: none;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
/*
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
*/
}

.leftmenu_main ul li a:hover,
.leftmenu_main ul li a:active,
.leftmenu_main ul li a:focus {
  background-color: var(--accent-blue);
  color: var(--accent-offwhite);
}

#content {
  display: block;
  float: left;
  height: auto;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-top: 35px;
}


#content_main p.indented {
  padding: 5px;
  margin-left: 5em;
}

#content blockquote {
  padding-top: 15px;
  margin-left: 5em;
  margin-right: 5em;
}

#content h1 {
  font-size: 40px;
}

#content h2 {
  font-size: 260%;
  margin: 0.5em auto;
}

#content h3 {
  margin: 0.5em auto;
  padding-top: 25px;
  font-size: 18px;
}

#content img.EmbeddedImage {
  float: right;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

#content img.GreyEmbeddedImage {
  float: right;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: coral;
}

#content img.EmbeddedLong {
  float: right;
  margin-left: 1em;
  margin-right: 40em;
  margin-top: 1em;
  margin-bottom: 1em;
}

table {
  margin: 1em auto;
  border-collapse: collapse;
}

table tr:nth-child(even) {
  background-color: #e2e2e2;
}


div#chart_div tr {
  background-color: var(--accent-offwhite);
}

td {
  padding: 0.75em 0.5em;
}

th {
  padding: 0.75em;
  color: var(--accent-offwhite);
  text-align: left;
}

.header {
  background-color: var(--accent-blue);
}

tr.subheader th {
  background-color: var(--accent-light-blue);
  color: #333;
}

#content p.clear {
  clear: both;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 7px;
  padding: 1px;
  border-color: #006600;
  border-style: solid;
  border-width: 1px;
}

#content p.approval {
  font-size: 70%;
  font-style: italic;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 1px;
}

img.indented {
  margin-left: 30px;
}


#content ul.SubMenu {
  padding-top: 1px;
}

#content li {
  margin-top: 5px;
}

#content_main {
  width: 689px;
  padding-left: 35px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  //background-color: var(--accent-offwhite);
  border-radius: 2px;
}

#content_main_long {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  //background-color: var(--accent-offwhite);
  border-radius: 2px;
}

html,
body {
  text-align: center;
}

p {
  text-align: left;
}

[data-tip] {
  position: relative;
}
[data-tip]:before {
  content: "";
  /* hides the tooltip when not hovered */
  display: none;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1a1a1a;
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: 30px;
  left: 0px;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: 1em;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
  display: block;
}

#content .pagination a {
  color: black;
  padding: 8px 15px;
  background-color: var(--accent-light-blue);
  margin: 5px;
  border-radius: 2px;
}

#content .pagination a.active {
  background-color: var(--accent-blue);
  color: white;
}

#content .pagination a:hover {
  background-color: var(--accent-blue);
  color: white;
  transition: all 0.3s ease;
}

.button-primary {
  background-color: var(--accent-blue) !important;
  color: var(--accent-offwhite) !important;
  padding: 1em 0.5em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  margin: auto;
}


.button-primary:hover {
    
    background-color: #444 !important;
    -webkit-transition: all ease;
    -moz-transition: all ease;
    -ms-transition: all ease;
    -o-transition: all ease;
    transition: all ease;
}

