/* Remove navigation etc */
* {
    font-family: Sans-Serif;
    font-size: 16px;
    font-size: 10pt;
    color: #333 
}

html, html body {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.hide, #site-identity, #search-box, #banner, #mobile-top-utilities, nav, #ipf-top-utilities, #left-nav, form, footer {
    display: none;  
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline;
    padding-right: 0px;
}

.container, .row, {
 overflow: visible !important;
 width: auto !important;
 height: auto !important;
}

.container {
    margin: 0 3%;   
}

.print {
    display: block; 
    margin: 1.5em 0;
}

p {
    line-height: 1.5em;
}

h1 {
    font-weight: bold;
    font-size: 16pt;
    margin: 0;
    padding: 0 0 0.5em 0;
    line-height: 1.2em;
    clear: left;
}

h2, sidebar h2 {
    font-weight: bold;
    font-size: 12pt;
    margin: 0;
    padding: 0.7em 0 0.2em 0;
    line-height: 1.2em;
}

h3, sidebar h3, #first-footer h3 {
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0 0.15em 0;
    font-size: 11pt;
    line-height: 1.2em;
}

h4, sidebar h4 {
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 0.4em 0 0 0;
}

h5, sidebar h5 {
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    padding: 0.4em 0 0 0;
}

h6, sidebar h6 {
    font-size: 10pt;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.caption {
    font-size: 9pt;
    line-height: 1.4em;
    color: #666;
}

.quote {
    font-style: italic;
    color: #666;
    padding-left: 2.188em;
}

ul, ol {
    list-style-position: outside;
    margin-left: 35px;
}


ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

ul ul ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

li {
    padding: 0.125em 0;
}

.eight li, .sixteen li, .twelve li {
    padding: 0 0;
    margin-bottom:0;
    line-height: 1.7em
}

blockquote {
    padding: 0 1.5em 0 1.5em;
    line-height: 1.25em;
}

.breadcrumbs ul {
    margin-left: 0;
}

a {
    text-decoration: underline; 
}