/* top_bar logo and title */
.logo {
    max-width: 8em;
    /* min-height: 4em; */
    /* margin-bottom: -0.7em; */
    margin-top: .8em;
}
.title {
    margin-top: 0.25em;
    font-size: 2em;
    font-weight: 300;
    line-height: 120%;
    margin-right: .6em;
}
@media (min-width: 768px) {
  .title {
      float: right;
      margin-top: 0.6em;
      line-height: 100%;
  }
  .hrhead {
      display: none;
  }
  .news {
      text-align: right;
  }
}

.searchlink {
   float: right;
}

.searchbox {
    width: 500px;
    max-width: 90%;
}

/* Make h1 section header smaller */
.display-4 {
    font-size: 2.5rem;
}


.jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 2em;
}

.jumbotron .container {
    max-width: 40rem;
}

/* Handles the different pages to haev a coehrent heading style*/
h1, h2, h3, h4, h5 {
    padding-top: 0.3em;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 1.0rem;
}

/* Gets theLinks with a more dark blue */

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

a {
    color: #0275d8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

/* *** */

a:focus,a:hover {
    color: #014c8c;
    text-decoration: underline
}
*/

#TableOfContents {
    line-height: 1.8em;
    padding: 0em 0em 2.0em 0em;
}

body {
    line-height: 1.6em;
    letter-spacing: 0.01em;
}

.side-menu-level-0 {
    text-transform: uppercase;
    font-weight: bold;
}

.side-menu-level-1 {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

.side-menu-level-2 {
    padding-left: 3.0em;
    text-indent: -1.5em;
    font-size: 0.9em;
    display: inline-block;
}

.side-menu-level-3 {
    padding-left: 3.0em;
    text-indent: -0.5em;
    font-size: 0.9em;
    display: inline-block;
    font-style: italic;
}

.side-menu-level-4 {
    padding-left: 1.5em;
}

.side-menu-item {
    border: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

/* Do not wrap table headings */
th {
    white-space: nowrap;
}

/* Styling anchor links */
.anchor:hover {
    color: #000;
}
.anchor {
    color: #FFF;
}

/* Card layout on front page */
@media (min-width: 576px) {
  .card-columns-front {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .card-columns-front {
    column-count: 2;
  }
  .card-block-front {
    min-height: 13em;
  }
}
@media (min-width: 992px) {
  .card-columns-front {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
}

.hide-h2 + h2 {
    font-size: 0px;
    margin: 0px;
}

.hide-h2 + h2 + p {
	margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.hide-h2 + h2 + p > code {
    font-size: 1.25rem;
}

.p-half-mb + p {
	margin-bottom: 0.25rem;
}

.banner-top {
    background-color: #e9ecef;
    margin-bottom: 1em;
}
