
html{
	font-size: 100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: .85rem;
}
.print-site-name img{
	max-width: 210px;
	float: left;
}
.print-site-name p{
	margin-top: 13px;
}
article{
	clear: both;
}
.block-field-title, .field--name-uid,.field--name-created,.layout__region--first>div,.builder-label,.toggle-indicator{
	display: none;
}
a{
	color: #666;
}
h1{
	font-size: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #000;
	margin-bottom: .35em;
}
p{
	margin-top: 0;
	margin-bottom: .35rem;
}
ol,ul{
	margin-top: 0;
	margin-bottom: .35rem;
}
h2{
	margin-top: 0;
	font-size: 1.1rem;
	margin-bottom: .35em;
}
h3{
	margin-top: 0;
	margin-bottom: .35em;
}
h4{
	margin-top: 0;
	margin-bottom: .35em;
}
h5{
	margin-top: 0;
	margin-bottom: .35em;
}
h6{
	margin-top: 0;
	margin-bottom: .35em;
}
.field--name-field-accordion-header a{
	font-size: 1rem;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

table{
	border: 2px solid #000;
	border-spacing: 0;
	border-collapse: collapse;
}

table thead th{
	background: #666;
	color: #fff;
	padding: .5rem 1.2rem;
	border-bottom: 1px solid #231f20;
}

table tbody tr:nth-child(odd){
	background: #eee;
}

table td {
  border-bottom: 1px solid #231f20;
}

table tbody td{
	padding: .25rem 1.2rem;
}

table tbody td ul,table tbody td ol{
	margin-top: 0;
	margin-bottom: 0;
}

/* General Info Pages and Landing Pages */
.print-site-name{
	white-space: nowrap;
}

.print-page.page .block-field-field-last-updated,
.print-page.landing_page .block-field-field-last-updated,
.print-page.guide .block-field-field-last-updated{
	display: block;
  position: absolute;
	top: 32px;
	left: 218px;
}

.print-page.page .field--name-field-last-updated,
.print-page.landing_page .field--name-field-last-updated,
.print-page.guide .field--name-field-last-updated{
	display: flex;
}

.print-page.page .field--name-field-last-updated > .field__label,
.print-page.landing_page .field--name-field-last-updated > .field__label,
.print-page.guide .field--name-field-last-updated > .field__label{
	padding-right: 2px;
}

.print-page.page .block-views-blockcontact-information-sidebar-contact-information,
.print-page.page .block-field-field-related-pages,
.print-page.landing_page .block-views-blockcontact-information-sidebar-contact-information,
.print-page.landing_page .block-field-field-related-pages{
	display: none;
}

.print-page.page #menu-blockfooter .layoutbuider-label{
	display: none;
}

.print-page.guide.print-guide .block-field-field-last-updated {
	display: none;
}

.print-page.guide.print-guide .block-field-field-last-updated.reveal{
	display: block;
}
