@charset utf-8;

.bold{
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 700;
}
.caps{
  text-transform: uppercase;
}
#menus{
  width: 100%;
}
#gender,
#race{
  font-family: "franklin-gothic-urw", helvetica, sans serif;
  font-weight: 400;
  border:0px;
   outline:0px;
   height: 30px;
   padding: 0 10px;
}

#time_frame{
  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 {
    width: 50%;
    max-width: 300px;
    padding: 0 10px;
    margin-left: auto;
    margin-top: 10px;
}
.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;
  height: 150px;
}

.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 {
    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;
}




.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 {
  position: relative;
  width: 50%;
  margin-left: 30px;
}
.logo-container{
  position:relative;
  width: 50%;
  margin-left: auto;
}

#source_content {
  position: absolute;
  bottom: 0;
}
#logo-content {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
}



#menus{
  text-align: center;
  width: 100%;
}
#time_frame, #gender, #race{
  margin-bottom: 10px;
}
.graph1,
.graph2{
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

/* Mobile Styles */
@media only screen and (max-width: 720px) {
  .legend-container{
  height: 250px;
  }
  .tall{
    height: 375px;
  }
.logo-container{
display: none;
}

.info_box{
  display: block;
  margin: 0 auto;
  text-align: center;
}



.show{
  display:block;
  text-align:center;
  margin: 0 auto;
}
.source-container{
  text-align: center;
  width: 85%;
}
}

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


  .tall{
    height: 375px;
  }
  .legend-container{
  height: 250px;
  }

}

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

#menus{
  text-align: left;
}
#menus *{
  display: inline;
}
#time_frame{
  padding-right: 460px;
  padding-left: 20px;
}

}
