:root {
    --oc-site-width: 1140px;
}

* {
  box-sizing: border-box;
}

section, article, aside, header, footer, nav, figure, figcaption, time, mark, main {
  display:block; /* legacy IE support */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, form, label, ul, ol, dl, address {

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {

}

h1, .h1 {
  padding: 10px;
  font-size: 1.6em;
  margin: 0.67em 0;
}

h2, .h2 {
  font-size: 1.3em;
  margin: 0.83em 0;
  font-weight: bold;
}

h3, .h3 {
  font-size: 1.08em;
  margin: 1em 0;
}

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6, .h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

.showhideblock h5 {
    font-size: 1.25rem;
    margin: 0.5em 0;
}


a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus {

}

html {
  font-size: 100%;
  line-height: 1.5;
}

body {
  font-family: Verdana,Geneva,'DejaVu Sans',Arial,Helvetica,sans-serif;
  line-height: 150%;
  font-size: inherit;
}

header {

}

main {
  width: 98%;
  margin: 0 auto;
}

footer {
  margin-top: 1em;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.header-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  height: 123px;
  display: flex;
}

.header-inner__logo {
  margin: auto 0px auto 10px;
  height: 85px;
}

/*.header-bottom {
  height: 50px;
}*/

.breadcrumbs {
  margin-bottom: 0.5em;
}

.breadcrumb-list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 1rem 0.5rem 0;
  list-style-type: none;
}

ul.breadcrumb-list li {
  display: inline;
}

ul.breadcrumb-list li+li:before {
  padding: 0 5px;
  content: "»";
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
  display: inline-block;
  padding-right: .25rem;
  content: "»";
}


.page-wrapper {

}

.footer-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 0 10px 17px;
}

.footer--site-links {
  font-size: 90%;
}

.footer-inner__site-links {
  text-align: center;
  margin: 1em 0;
  padding: 0;
}

.footer-inner__site-links__item {
  margin: 0;
  list-style: none;
  float: left;
  width: 12%;
}

.footer-inner__site-links__item__link {
  text-decoration: none;
}

.footer-inner__site-links__item--wide {
  width: 20%;
}

.footer--social-media {

}

.footer-inner__content__item {
  float: left;
  margin: 0 30px 0 0;
  padding: 10px;
}

.footer-inner__content {
  width: 50%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.footer-inner__content--left {
  float: left;
}

.footer-inner__content--right {
  float: right;
  text-align: right;
}

.readdocument__rep-count {
  font-weight: normal;
  font-family: Verdana,Geneva,'DejaVu Sans',Arial,Helvetica,sans-serif;
}


/* Layout tables set as divs with borders */

.table-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.table-cell-third {
    width: 34%;
    border: 1px solid #000;
    padding: 0.5em;
}

.table-cell-full-width { /* this is if you need a cell that spans the full table*/
    width: 100%;
    border: 1px solid #000;
    padding: 0.5em;
}

.table-cell-third .responsive-table-heading {
    display: none;
}

