@charset utf-8;

.bold{
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 700;
}
#school_search,
#filter{
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 400;
  border:0px;
   outline:0px;
}
#brookings-header{
  font-family: "PT Serif", serif;
}
/*# sourceMappingURL=app.css.map */
.interactive-container {
  display: flex;
  flex-wrap: wrap;
}
.tall{
  height: 400px;
}
.section {
  width: 100%;
  display: flex;
  align-items: center;
}
.title-container{
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.logo-container {
    width: 50%;
    max-width: 300px;
    padding: 0 10px;
    margin-left: auto;
}
.legend-container{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 400;
  font-size: 14px;
}

.error-box{
  margin-bottom: 10px !important;
  color: red;
}
.cat_label{
  font-size: 11px;
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 400;
}
.info-box{
  border: 1px solid black ;

}
.info_box{
  padding-top:30px;
}
.source-container {
    width: 55%;
    font-family: "PT Serif", serif;
    font-size: 13px;
}
.left-align{
  /*padding: 20px 20px;*/
  margin-right: auto;
  margin-left: 30px;
}
.right-align{
  /*padding: 20px 20px;*/
  margin-left: auto;
}
.center-align{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#info_table{
  width: 400px;
}
.number_row{
  font-weight:bold;
  font-size:20px;
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 700;

}
/*
.xaxis path, .yaxis path{
  stroke: none;
}
*/

table#info_table td {
  border:0px;
  line-height:1;
}

table#info_table td {
text-align: center;
width: 133px;
vertical-align: top;
padding:0;

}
table#info_table .cat_label td{
  padding-top:8px;
  padding-bottom: 5px;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #ddd;
}

table#info_table .number_row td{
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table#info_table {
border: 2px black solid;
border-collapse: collapse !important;
}
.tick text{
  font-size: 14px;
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 400;
}

.domain{
  stroke-width: 1px;
}

.label{
  font-size: 11px;

}


/* awesomeplete */

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
    height: 30px;
    width: 250px;
    padding: 0 10px;
}

#filter{
  height: 30px;
  padding: 0 10px;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}

	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}

	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}

	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}

		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}

		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}

		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 60px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted black !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
/* Mobile Styles */
@media only screen and (max-width: 720px) {
.logo-container,
.graph1,
.legend-container,
.dropdown {
  display:none;
}
.source-container {
    padding: 30px 20px;;
    margin: auto;
    text-align: center;
}


.info_box{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.search-container,
.dropdown,
.legend-container{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dropdown-content{
  display:none;
}
.show{
  display:block;
  text-align:center;
  margin: 0 auto;
}
}

/* Tablet Styles */
@media only screen and (min-width: 721px) and (max-width: 960px) {

  .graph1,
  .info_box{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .search-container{
    width: 50%;
  }
  #info_table{
    margin: auto;
    margin-bottom: 30px;
  }
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .interactive-container {
    width: 960px;
    margin: 0 auto;
  }
  .graph1,
  .graph2,
  .search-container,
  .drowpdown-container{
    width: 50%
  }

}
