@charset utf-8;

.bold{
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 700;
}
.caps{
  text-transform: uppercase;
}
.state{
		fill: none;
		stroke: #a9a9a9;
		stroke-width: 1;
	}
	.state:hover{
		fill-opacity:0.5;
	}

  .hidden {
        display: none;
  }
  div.tooltip {
    font-family: "franklin-gothic-urw", helvetica, sans serif;
    font-weight: 400;
        color: #222;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0px 0px 2px 0px #a6a6a6;
        padding: .4em;
        text-shadow: #f5f5f5 0 1px 0;
        opacity: 0.9;
        position: absolute;
        z-index: 7;
      }
#gender_map,
#race_map,
#status{
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 400;
  border:0px;
   outline:0px;
   height: 30px;
   padding: 0 10px;
}

#time_frame_map{
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 400;
  font-size: 13px;
}
#brookings-header{
  font-family: "PT Serif", serif;
}
/*# sourceMappingURL=app.css.map */
.interactive-container {
  display: flex;
  flex-wrap: wrap;
}
.tall{
  height: 400px;
}
.section {
  width: 50%;
  display: flex;
  align-items: center;
}
.title-container{
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.logo-container-map {
    width: 50%;
    position: relative;
}

.legend-container-map{
  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;
  height: 110px;
}

#time_frame_map{
  padding-right: 10px;
}

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

.source-container-map {
    width: 55%;
    font-family: "PT Serif", serif;
    font-size: 13px;
    padding: 40px 0;
}
.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;
}




.tick text{
  font-size: 14px;
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 400;
}
.tick line{
  visibility:hidden;
}

.domain{
  stroke-width: 1px;
}

.label{
  font-size: 11px;

}


.source-container-map {

  position: relative;

}

#source_content_map {
  position: absolute;
  top: 0;
}

#logo_content_map {
  position: absolute;
  bottom: 0;
  right: 0
}


#map_container{
  width: 100%;
  height: 500px;
}


.legend_map, .legend-rect{
  width: 450px;
  height: 90px;
}

#mob_legend{
  display: none;
}
/* Mobile Styles */
@media only screen and (max-width: 720px) {
  .interactive-container,
  #map_container {
    width: 400px;
    margin: 0 auto;
  }

  #map_container{
    height: 200px;
  }
.logo-container-map {
  display:none;
}
.source-container-map{
  width: 85%;
  text-align: center;
}


#time_frame_div,
.dropdown-map,
.legend-container-map{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.show{
  display:block;
  text-align:center;
  margin: 0 auto;
}
#mob_legend{
  display: block;
  font-size: 12px;
}
#full_legend{
  display: none;
}


#time_frame_map{
  padding-bottom: 15px;
  width: 100%;
}

#status{
  margin-bottom: 15px;
  width: 90%;
}
.legend_map, .legend-rect{
  width: 350px;
}
#legend_title_map{
  font-size: 12px;
}
}

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

  .interactive-container,
  #map_container {
    width: 800px;
    margin: 0 auto;
  }
  #map_container{
    height: 400px;
  }
  .search-container{
    width: 50%;
  }

  #menus_map{
    width: 100%;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
  }



  #time_frame_map{
    padding-bottom: 15px;
    width: 100%;
  }


}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .interactive-container,
  #map_container {
    width: 960px;
    margin: 0 auto;
  }

  .search-container,
  .drowpdown-container{
    width: 50%
  }

  #menus_map{
    width: 100%;
    height: 50px;
    padding-top: 10px;
    white-space: nowrap;
    text-align: center;
  }

  #menus_map * {
   display: inline;
  }



}
