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

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 {

}

h2, .h2 {

}

h3, .h3 {

}

h4, .h4 {

}

h5, .h5 {

}

h6, .h6 {

}

a,
a:hover {

}

a:focus {

}

html {
    scroll-padding-top: 176px;
}

body {
    font-size: 15px;
    line-height: 1.42857;
    font-family: "Open Sans",sans-serif;
}

header {

}

.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.header-inner {
    max-width: 1170px;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.breadcrumbs {
    position: relative;
    top: 11em;
    max-width: 1170px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

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

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: ">";
}

ul.breadcrumb-list li a {
    text-decoration: none;
}

ul.breadcrumb-list li a:hover {
    text-decoration: underline;
}

main:not(.iframe-main) {
    position: relative;
    margin: 11em auto 0;
}

footer {
    margin-top: 2em;
}

.footer-social {
    max-width: 1170px;
    margin: auto;
}

.footer-social--icons {
    margin: 1em 0;
}

.footer-social--icons ul {
    list-style: none;
    padding: 1em 0;
}

.footer-social--icons li {
    display: inline;
    padding-right: 1em;
}

.footer-bottom {
    padding: 1.7em 0 1em 0;
}

.footer-bottom-info {
    max-width: 1170px;
    margin: auto;
}

.footer-address p {
    margin: 16px 0 0;
    font-weight: 300;
    font-size: 13px
}

.footer-gov-logo img {
    width: 24%;
    margin-right: 7%;
    float: right;
}

.clear {
    clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}

/* Align table cell content to top / equal table widths */

.table-text-align td {
    vertical-align: top;
}

.table-equal-width {
    width: 33%
}

/* Document specific fixes with document number to identify doc */

/* Specific fixes for proforma document */

.document7 .readdocument .data-item {
    padding: 0.5em 0;
}

.document7 .readdocument .data-item label {
    font-weight: 700;
}
