/* Our CSS */
body {
  background: #EAF2F8;
  font-family: sans-serif;
  font-size: 11pt;
  margin: 0em;
}

img, canvas {
  max-width: 100%;
  height: auto;
}

code {
  padding: 0.1em 0.2em;
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  background: #F2F2F2;
  border-radius: 0.25em;
}

pre,
pre.output {
  margin: 0.5em;
  padding: 0.5em;
  font-family: "Courier New", Courier, monospace;
  border: 0.1em solid #9999FF;
  background: #F8F8FF;
  overflow: auto;
}

a        { color: blue; text-decoration: none; }
a:hover  { text-decoration: underline; }
a:active { text-decoration: underline; color: orange; }

.user-bar {
  border: 0.1em solid #FF7A33;
  border-top: 0em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background: #FFEEE6;
  margin: 0;
  padding: 0.5em;
  font-size: 10pt;
}

.site-logo { margin: 1.5em 0 1.5em 0; }

.content,
.navigation-links-box,
.footer {
  background: white;
  border: 0.1em solid #69B5E1;
  padding: 0.5em;
  margin-bottom: 1.5em;
}

.content { padding: 1.5em; }

.navigation-collapse-button {
  border: none;
  background-color: #69B5E1;
  color: white;
}

.navigation-links .section-header { border-bottom: 0.1em solid #555555; }

.navigation-links ul {
  list-style: none;
  padding-left: 1.5em;
}

.navigation-links li            { margin: 0.3em 0; }
.navigation-links li            { border-bottom: 0.1em dotted #0071B3; }
.navigation-links li:last-child { border-bottom: none; }

.navigation-links .small-note {
  font-size: 10pt;
  font-style: italic;
  color: #FF5800;
  margin-left: 1em;
}

.pagination-button {
  padding: 0.5em;
  margin-top: 0.5em;
  background: #F2FAFF;
  border: 0.1em solid #0071B3;
  border-radius: 0.25em;
}

.pagination-section a {
  text-decoration: none;
  color: inherit;
}

.back-to-top-box {
  margin: -0.5em;
  padding: 0 1em 0.6em 1em;
  border: 0.1em solid #0071B3;
  background: #F2FAFF;
  border-width: 0em 0em 0em 0.1em;
}


/* for responsive video resizing */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;     /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-links-index {
  column-count: 2;
  margin: 0em 5em;
  line-height: 2em;
}

#privacy-notice {
  /* Starts out invisible to prevent flickering */
  opacity: 0;

  /* put in lower-right hand corner */
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;

  border: 0.1em solid #FF7A33;
  border-bottom: 0em;
  border-right: 0em;
  border-top-left-radius: 0.5em;
  background: #FFEEE6;
  margin: 0em;
  padding: 0.5em;

  font-size: 10pt;
  text-align: center;
}

#privacy-notice button {
  color: white;
  background: #FF7A33;
  border: none;
  box-shadow: none;
  border-radius: 0.15em;
  padding: 0.1em 0.4em 0.15em 0.4em;
  margin: 0.3em 0.2em;
  min-width: 4.5em;
}

.non-public {
  border: 0.1em solid rgb(160, 43, 92);
  border-radius: 0.2em;
  background: rgb(255, 207, 222);
  font-weight: bold;
  color: rgb(120, 23, 52);
}

.non-public-header {
  text-align: center;
  padding: 0.75em;
  margin: 0.5em 5em;
  border-radius: 0.5em;
}
