`/*
	Site specific CSS for sites.ed.gov/idea
*/
.table {
	font-size: 14.5px;
}
.table th {
	vertical-align: bottom
}
.table p:last-child {
	margin-bottom: 0;
}
.table.blue-header tr:first-child th {
	background: #12303b;
	color: #fff;
}
.table.equal-columns {
	table-layout: fixed;
}
.tab-pane .table {
	padding: 10px;
}
.table.borderless tr, .table.borderless th, .table.borderless td {
	border: 0;
}
.table.border {
	border: 1px solid #ddd;
}
.table.letter-format th {
	padding-right: 30px;
}
.table.horizontal-lines tr {
	border-bottom: 1px solid #ddd;
}
.table.vertical-lines th:not(:last-child), .table.vertical-lines td:not(:last-child){
	border-right: 1px solid #ddd;
}
.panel-title a.accordion-toggle {
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	padding: 10px 15px;
	color: #316194;
}
.p_content {
	max-width: 100%;
}
body .text-muted {
	color: #555;
}
.text-muted a {
	color: #555;
}
.text-muted a:visited {
	color: #666;
}
.last-updated {
	font-size: 0.8em;
	color: #666;
	font-style: italic;
}
.section-warning {
	font-size: 0.85em;
}
.section-warning p:last-child {
	margin-bottom: 0;
}
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;
}
.newsletter-link {
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.collapseomatic {
	background-position: 0 7px;
}
.font__size--0 .entry-content{
	font-size: 100% !important;
}
.font__size--1 .entry-content{
	font-size: 115% !important;
}
.font__size--2 .entry-content{
	font-size: 145% !important;
}
.font__size--1 .entry-content p{
	line-height: 30px;
}
.font__size--2 .entry-content p{
	line-height: 34px;
}
#text-size-0 {
	font-weight: 700;
	text-decoration: underline;
}
.with-font-selector .entry-title {
	margin-right: 50px;
}
.font__size--0 .js--accessibility-font-size-selector span, .font__size--1 .js--accessibility-font-size-selector span, .font__size--2 .js--accessibility-font-size-selector span,
.font__size--0 .js--accessibility-font-size-selector #text-size-0, .font__size--1 .js--accessibility-font-size-selector #text-size-0, .font__size--2 .js--accessibility-font-size-selector #text-size-0 {
	font-weight: 500;
	text-decoration: none;
}
.font__size--0 .js--accessibility-font-size-selector #text-size-0,.font__size--1 .js--accessibility-font-size-selector #text-size-1,.font__size--2 .js--accessibility-font-size-selector #text-size-2{
	font-weight: 700;
	text-decoration: underline;
}
.js--accessibility-font-size-selector span {
	margin: 0 0.025em;
}
.js--accessibility-font-size-selector {
	float: right;
	background: #fff;
	border: 1px solid #1f5c99;
	padding: 0 0.3em;
	cursor: pointer;
	font-size: 18px!important;
	position: absolute;
	right: 14px;
	top: 34px;
}
body .lwptoc-light .lwptoc_i {
	background: #f5f5f5;
	color: #444;
}
body .lwptoc-light .lwptoc_i a {
	color: #316194;
}
body .lwptoc-light .lwptoc_i a:visited {
	color: #1f5c99;
}
/* 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;
}

/* IDEA Files */
#filefilter {
	display: flex;
}
#filefilter .filter-control {
	margin-right: 0.8em;
}
#filelist {
	margin-top: 0.4em;
	padding-top: 0.4em;
	border-top: 1px solid #eee;
}
.idea-file-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
.single .idea-file-list .idea-file {
	margin-bottom: 0.8em;
}
#filelist .idea-file-item {
	margin-bottom: 1em;
	box-shadow: 0 1px 3px 0px rgba(0,0,0,0.12);
	border-radius: 10px;
	padding: 0.8em 1em;
}
.idea-file-list .idea-file {
	text-align: left;
	border-radius: 8px;
  border-color: #eee;
	text-decoration: none;
	display: flex;
  align-items: center;
}
.idea-file-list .idea-file .file-title {
	font-weight: 600;
}
.idea-file-list .file-icon {
	margin-right: 0.6em;
}

/* 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;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
}
/* 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;*/
}

.menu-toggle {
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
}

.menu-toggle .glyphicon-menu-hamburger {
	opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    position: absolute;
    top: 0 !important;
    left: 0!important;
    bottom: 0!important;
    right: 8px!important;
}

.nav-tabs {
	margin-left: 0;
}

button, input, select, textarea {
	border: 1px solid #ddd;
}

.large-idea-button {
	min-height: 64px;
	display: flex;
	align-items: center;
	background: rgb(19,52,65);
	background: linear-gradient(180deg, rgba(19,52,65,1) 0%, rgba(33,117,160,1) 100%);
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 0.8em;
}

div.large-idea-button img {
	max-height: 50px;
	max-width: 50px;
	margin-right: 0.8em;
	box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
}

div.large-idea-button a {
	color: #fff;
	text-shadow: 0 -2px 5px rgba(0,0,0,0.3);
	text-decoration: none;
	display: flex;
  font-size: 0.9em;
  align-items: center;
}

input {
	padding: 0.2em 0.4em;
}

.elementor-template-full-width #main.container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.elementor .elementor-text-editor p a, .elementor .elementor-text-editor li a, .elementor .elementor-text-editor ul a {
    text-decoration: underline;
}

.hidden-synonyms {
    display: none;
}

.top-navigation .menu {
    font-size: 0.85em;
    margin: 0;
}

.top-navigation .menu li {
    border-color: #999;
}

body .panel-heading {
    padding: 0;
}

@media screen and (max-width: 992px) {

  .main-navigation li a, #mega-menu-wrap-primary #mega-menu-primary > li > a {
  	padding-left: 10px;
  	padding-right: 10px;
  	font-size: 0.9em;
  }

  .site-content {
  	padding-top: 12px;
  }

  .widget-area {
  	padding: 12px;
  }

	.main-navigation li a, #mega-menu-wrap-primary #mega-menu-primary > li > a {
  	font-size: 14px;
  }

}

@media screen and (max-width: 767px){

  h1, h2.entry-title {
  	font-size: 27px;
  	line-height: 1.4em;
  }

	#filefilter {
		flex-direction: column;
	}

	div.large-idea-button a {
		font-size: 0.8em;
	}

	div.large-idea-button img {
		max-height: 40px;
		max-width: 40px;
	}

	.with-font-selector .entry-title {
		margin-right: 0;
		margin-top: 40px;
	}

	.main-navigation .nav-menu li {
		border: none!important;
	}

	.main-navigation .nav-menu > li {
		border-bottom: 2px solid #fff!important;
	}

	.main-navigation .nav-menu > li:last-child {
		border-bottom: 0!important;
	}

  .navigation-bar .container {
  	padding: 0;
  }

	.main-navigation .nav-menu .sub-menu, .main-navigation ul ul {
		background: #1f5c99;
		box-shadow: none;
	}

  #top-secondary-navigation .menu-toggle {
  	display: none;
  }

  #menu-top-bar-menu {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
  }

  body .site-branding {
  	margin-bottom: 12px;
  }

  .header-search {
  	width: 65%;
  	float: right;
  	margin-bottom: 0;
  	margin-right: 5px;
  }

  .header-social {
  	float: left;
  	width: 33%;
  	padding: 0;
  }

  .header-social h2 {
  	display: none;
  }

  .header-social a img {
  }

  ul, ol {
  	margin-left: 1.8em;
  }

  #menu-footer li {
  	display: block;
  	margin-bottom: 1em;
  }

  html body .result a {
  	font-size: 16px;
  	display: block;
  }

  html body .result .url {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .search-details {
  	text-align: center;
  	margin-bottom: 10px;
  }

  html body .result {
      margin-bottom: 1em;
      box-shadow: 0 3px 8px 0px rgba(0,0,0,0.12);
      border-radius: 10px;
      padding: 0.8em 1em;
  }

  html body .result p {
      max-height: 80px;
      overflow: hidden;
  }

  input {
  	padding: 0.4em 0.6em;
  }

	.idea-file-list {
		grid-template-columns: 1fr;
	}

}
`

