/*
	Site specific CSS for sites.ed.gov/idea
*/
.panel-title a.accordion-toggle {
	font-size: 1.1em;
	font-weight: 700;
	display: block;
}
.p_content {
	max-width: 100%;
}
.last-updated {
	font-size: 0.8em;
	color: #666;
	font-style: italic;
}
a.btn-state {
	color: #264D73;
	text-decoration: none!important;
	background: #eef3fc;
	border: 1px solid #336699;
	border-radius: 4px;
	padding: 2px 8px;
	margin-right: 4px;
}
a.btn-state:hover {
	background: #194a7b;
	color: #fff;
}
/* Map */
.map-list-508 ul {
	height: 0;
	width: 0;
	overflow: hidden;
}
.map-list-508 .screen-reader-text:focus {
	position: absolute;
	left: 0;
	top: 40%;
	font-size: 1.8em;
	width: 100%;
	text-align: center;
}
.map-area {
	margin-bottom: 0.8em;
	position: relative;
}

.idea-map {
	margin: 0 auto;
}

.maptooltip {
	position: absolute;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #eef3fc;
	padding: 2px 10px;
	font-size: 13px;
	pointer-events: none;
	z-index: 2;
}
.idea-map, .idea-map svg {
	max-width: 100%!important;
	max-height: auto!important;
}

/* PDF preview */
.on-page-pdf-text {
	margin: 0.6em 1em;
	color: #666;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.on-page-pdf-text .action-bar {
	background: #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.2em 0.4em;
	font-size: 0.9em;
}

.on-page-pdf-text .pdf-preview {
	font-size: 0.8em;
	padding: 0.6em;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* External search */
.external-search {
	margin: 0 auto;
	background-color: #eee;
	padding: 1em 0.5em;
	margin-top: 1em;
	max-width: 395px;
}
.external-search p {
	margin-bottom:0.2em;
	margin-top:0;
	font-size: 0.88em;
	opacity: 0.9;
	line-height: 1.4em;
}
.external-search input {
	width: 100%!important;
}
.external-search input#searchsubmit{
	font-size: 0.7em;
    margin: 0.6em 0 0 0;
}
/* Searches */
.search-sections {
	font-size: 11.5px;
	margin: 0;
}
body .search-sections li>a {
	padding: 7px 10px;
	letter-spacing: -0.025em;
	text-transform: uppercase;
}
.search-pages {
	margin-bottom: 0.8em;
}
.search-pages .btn {
	margin: 0.4em 0.6em;
}
.search-box-on-page {
	margin-bottom: 0.3em;
}
.search-box-on-page input {
}
.search-box-on-page input[type="text"] {
	width: 200px!important;
}
.search-details {
	margin: 0.3em 0 0.5em 0;
	font-size: 0.8em;
	color: #444;
}
/* Statutes */
.statute-list {
	margin: 0 0 0 0.5em;
}
.statute-list li {
	list-style: none;
}
p.statutory-body-1em{
	margin-left: 1em;
	text-indent: 1em;
}

p.statutory-body-2em{
	margin-left: 2em;
	text-indent: 1em;
}

p.statutory-body-3em{
	margin-left: 3em;
	text-indent: 1em;
}

p.statutory-body-4em{
	margin-left: 4em;
	text-indent: 1em;
}

p.statutory-body-5em{
	margin-left: 5em;
	text-indent: 1em;
}
.statute-list .analysis-subhead {
	margin: 0.2em 0 0.6em 0;
}
.depth-2 .analysis {
	display: none;
}
.depth-2 .analysis, .depth-4 h4, .depth-4 p, .depth-4 div {
	/*display: none;*/
}
