/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-size: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* FONTS */
@font-face {
  font-family: HarrietDisplay-Black;
  src: url("fonts/HarrietDisplay-Black-1v6.otf") format("opentype");
}

@font-face {
  font-family: HarrietDisplay-Bold;
  src: url("fonts/HarrietDisplay-Bold-1v6.otf") format("opentype");
}

@font-face {
  font-family: HarrietDisplay-Light;
  src: url("fonts/HarrietDisplay-Light-1v6.otf") format("opentype");
}

@font-face {
  font-family: HarrietDisplay-Regular;
  src: url("fonts/HarrietDisplay-Regular-1v6.otf") format("opentype");
}

@font-face {
  font-family: SourceCodePro-Black;
  src: url("fonts/SourceCodePro-Black.otf") format("opentype");
}

@font-face {
  font-family: SourceCodePro-Light;
  src: url("fonts/SourceCodePro-Light.otf") format("opentype");
}

@font-face {
  font-family: SourceCodePro-Regular;
  src: url("fonts/SourceCodePro-Regular.otf") format("opentype");
}

@font-face {
  font-family: SourceCodePro-Semibold;
  src: url("fonts/SourceCodePro-Semibold.otf") format("opentype");
}

@font-face {
  font-family: SourceSansPro-Regular;
  src: url("fonts/SourceSansPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: SourceSansPro-Black;
  src: url("fonts/SourceSansPro-Black.otf") format("opentype");
}

@font-face {
  font-family: SourceSerifPro-Black;
  src: url("fonts/SourceSerifPro-Black.otf") format("opentype");
}


/* YOUTH PRISONS */
body {
  width: 100%;
  font-family: SourceSerifPro-Regular;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}


header {
  position: relative;
  text-align: center;
  color: #FFF;
  width: 100%;
  min-height: 600px;
  background-image: url("../media/photos/yf-photo-chap0-header.jpg");
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center center;
}

header .background {
  display: none;
}

header .logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-right: 1em;
  margin-top: 1em;
  width: 10%;
  max-width: 60px;
  min-width: 50px;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

header .hash {
  display: block;
  position: absolute;
  left: 50%;
  width: 2em;
  transform: translateY(-50%);
  bottom: 0.5em;
  opacity: 0.75;
}

header .headlines {
  position: absolute;
  top: 20%;
  left: 0;
  margin-top: 10%;
  margin-bottom: 10%;
  width: 100%;
}

header h1 {
  display: block;
  font-size: 4em;
  font-family: HarrietDisplay-Light;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 1.2em;
  text-align: left;
}

header h1 strong {
  font-family: HarrietDisplay-Black;
  font-size: 1.05em;
  top: -1em;
}

header h2 {
  display: inline-block;
  font-family: SourceCodePro-Light;
  font-size: 1.3em;
  padding-top: 1em;
  padding-left: 20%;
  padding-right: 20%;
  max-width: 650px;
  text-align: left;
}

nav {
  font-family: SourceCodePro-SemiBold;
  font-size: 0.8em;
  text-align: center;
  width: 210px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 1em;
  z-index: 4;
}

nav ul {
  text-align: left;
  height: 28px;
  margin: 0em;
  padding: 0em;
}

nav li {
  display: inline;
  height: 28px;
  margin: 0em;
  padding: 0em;
}

nav a {
  display: inline-block;
  width: 35px;
  height: 28px;
}

a#section1-link {
  background-image: url("../media/yf-nav-1.png");
}

a#section1-link.active {
  background-image: url("../media/yf-nav-1on.png");
}

a#section2-link {
  background-image: url("../media/yf-nav-2.png");
}

a#section2-link.active {
  background-image: url("../media/yf-nav-2on.png");
}

a#section3-link {
  background-image: url("../media/yf-nav-3.png");
}

a#section3-link.active {
  background-image: url("../media/yf-nav-3on.png");
}

a#section4-link {
  background-image: url("../media/yf-nav-4.png");
}

a#section4-link.active {
  background-image: url("../media/yf-nav-4on.png");
}

a#section5-link {
  background-image: url("../media/yf-nav-5.png");
}

a#section5-link.active {
  background-image: url("../media/yf-nav-5on.png");
}


#intro {
  margin-top: 2em;
}

.content {
  clear: both;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
}

.section-hash {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  height: 2em;
}

section h2 {
  font-family: HarrietDisplay-Light;
  font-size: 1.75em;
  margin-bottom: 1em;
  line-height: 1.3em;
  text-align: left;
}

section h2 strong {
  font-family: HarrietDisplay-Black;
  color: #00005F;
}

section p {
  line-height: 2.5em;
  margin-bottom: 2.5em;
}

.photo-header {
  position: relative;
  width: 100%;
  text-align: center;
  color: #FFF;
  margin-bottom: 1.5em;
}

.photo-header .background {
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: -1;
}

.photo-header-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin-top: 1em;
  margin-bottom: 10%;
  width: 100%;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
}

.photo-header-text h2 {
  display: block;
  width: auto;
  font-size: 1.4em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  text-shadow: #000 0px 0px 55px;
}

.photo-header-text strong {
  color: #FFF;
}
#race-interactive {

}

#race-interactive h3 {
  display: block;
  font-family: HarrietDisplay-Light;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #00005F;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

#race-interactive h3 strong {
  font-family: HarrietDisplay-bold;
}

#race-interactive .instructions {
  font-family: SourceCodePro-Semibold;
  font-size: 0.65em;
  line-height: .25em;
  margin-top: 0;
  margin-bottom: 1em;
}

#race-map {
  width: auto;
  max-width: 720px;
  stroke: #FFF;
  stroke-width: 1.5px;
}

#race-map .arc {
  stroke-width: 0px;
}

.race-map-key {
  display:block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#race-selection {
  clear: both;
  display: block;
  font-family: SourceCodePro-Semibold;
  font-size: 0.8em;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}

#race-back {
  color: #FF002B;
  text-decoration: none;
  background-color: #F3F3F3;
  font-family: SourceCodePro-Semibold;
  font-size: 0.9em;
  padding-left: .5em;
  padding-right: .5em;
  margin-left: .5em;
  margin-right:
}

a#race-back:hover {
  color: #F3F3F3;
  background-color: #FF002B;
}

#race-state-view {
  display: none;
  clear: both;
}

#race-state {
  clear: both;
  position: relative;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

#race-state-donut {
  max-width: 63%;
  padding: 1px;
  stroke: #FFF;
  stroke-width: 0.5px;
}

#race-state-pop-donut {
  float: left;
  margin-top: 1em;
  width: 120px;
  padding: 1px;
  stroke: #FFF;
  stroke-width: 0.5px;
}

#race-state-outline {
  position: absolute;
  display: block;
  max-width: 18%;
  max-height: 30%;
  left: 32%;
  top: 48%;
  transform: translateX(-50%) translateY(-50%);
}

#race-state-key {
  position: absolute;
  font-family: SourceSansPro-Black;
  z-index: 1;
  left: 65%;
  top: 50%;
  transform: translateY(-50%);
}

.race-key {
  clear: both;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 0.8em;
  line-height: 28px;
}

.race-state-key {
  display: block;
  height: 30px;
  margin-bottom: 0.2em;
}

#white-state-key .race-key {
  background-color: #3B76D2;
  color: #FFF;
}

#black-state-key .race-key {
  background-color: #2D0051;
  color: #FFF;
}

#hispanic-state-key .race-key {
  background-color: #311E72;
  color: #FFF;
}

#american-indian-state-key .race-key {
  background-color: #353C92;
  color: #FFF;
}

#asian-state-key .race-key {
  background-color: #3859B3;
  color: #FFF;
}

#other-state-key .race-key {
  background-color: #D9D8DC;
  color: #000;
}

#race-state-pop-key {
  float: left;
  font-family: SourceSansPro-Black;
  font-size: 0.8em;
  margin-top: 3em;
}

.race-pop-key {
  margin-bottom: 0.2em;
}

.pop-key {
  display: inline-block;
  width: 3em;
  text-align: right;
}

#white-pop-key {
  color: #3B76D2;
}

#black-state-key {
  color: #2D0051;
}

#hispanic-pop-key {
  color: #311E72;
}

#american-indian-pop-key {
  color: #353C92;
}

#asian-pop-key {
  color: #3859B3;
}

.race-label {
  font-size: 0.7em;
  margin-left: 0.6em;
  line-height: 27px;
}

#race-state-container {
  margin-top: 1em;
}

#race-state-pop {
  max-width: 260px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

#race-state-pop h3 {
  width: 100%;
  margin: 0;
  text-align: left;
}

#race-state-nav {
  clear: both;
  margin-top: 1em;
  height: 60px;
}

#race-state-prev {
  float: left;
  cursor: pointer;
  width: 130px;
  margin-left: 5px;
  margin-right: 5px;
}

#race-state-prev .race-state-arrow {
  margin-right: 10px;
}

#race-state-prev img {
  float: left;
  pointer-events: none;
}

#race-state-next {
  float: right;
  cursor: pointer;
  width: 130px;
  margin-left: 5px;
  margin-right: 5px;
}

#race-state-next .race-state-arrow {
  margin-left: 10px;
}

#race-state-next img {
  float: right;
  pointer-events: none;
}

.race-state-icon {
  max-height: 60px;
  max-width: 75px;
  pointer-events: none;
}

#cost-states {
  margin-left: auto;
  margin-right: auto;
  height: 80px;
}

.source {
  clear: both;
  background-color: #EFEBED;
  width: 100%;
  overflow: hidden;
  padding-top: 1.5em;
  margin-bottom: 1em;
}

.source-title {
  display: block;
  font-family: HarrietDisplay-Bold;
  color: #4949494;
  font-size: 1.4em;
  margin-bottom: 1em;
}

.source-text {
  display: block;
  line-height: 1.7em;
  font-family: SourceCodePro-Semibold;
  font-size: 0.65em;
}

.source-text a {
  color: #FF0048 ;
}

.pullout {
  clear: both;
  background-color: #E4E4E9;
  width: auto;
  overflow: hidden;
  padding-top: 1.5em;
  padding-top: 1.5em;
  margin-bottom: 0em;
}

.no-bar {
  background-color: #fff;
}

.pullout-title {
  display: block;
  font-family: HarrietDisplay-Bold;
  color: #171770;
  font-size: 1.4em;
  line-height: 1.4em;
  border-bottom: solid 1px #171770;
  padding-bottom: .4em;
  margin-bottom: .5em;
}

.pullout-text {
  display: block;
  line-height: 1.8em;
  font-family: SourceSerifPro-Regular;
  font-size: .9em;
  color: #00005F;
  margin-left: 0em;
  padding-bottom: 1.4em;
}

.line {
  border-top: 1px solid #171770;
  margin-top: 1em;
}
.pullout-text a {
  color: #171770;
}

.quote {
  clear: both;
  width: auto;
  overflow: hidden;
  margin-bottom: 1em;
}

.quote-text {
  display: block;
  font-family: HarrietDisplay-Regular;
  color: #171770;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

.quote-text strong {
  font-family: HarrietDisplay-Bold;
}

.quote-byline {
  display: block;
  font-family: SourceSerifPro-Regular;
  font-size: 0.8em;
  line-height: 1.3em;
  color: #000000;
}

.quote-byline a {
  color: #FF0048;
}

a.action {
  font-family: SourceSansPro-Black;
  display: inline-block;
  border: 1px solid #171770;
  color: #171770 !important;
  text-decoration: none;
  font-size: 1.25em;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: .75em;
}

a.action:hover {
  border: 1px solid #FF002C;
  color: #FF002C !important;
}

.share {
  clear: both;
  display: block;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  white-space: nowrap;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.global-share {
  margin-top: 1em;
}

.share-fb {
  width: 29px;
  border-right: 1px solid #999;
  padding: 0px 10px 0px 10px;
}

.share-tw {
  width: 29px;
  border-right: 1px solid #999;
  padding: 0px 10px 0px 10px;
}

.share-email {
  width: 29px;
  padding: 0px 10px 0px 10px;
}

.share-text {
  font-family: SourceCodePro-SemiBold;
  color: #171770;
  font-size: 0.6em;
  vertical-align: 70%;
  margin-left: 0;
}

#facilities {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  margin-bottom: 2em;
}

#facilities-controls a {
  color: #FF002B;
  text-decoration: none;
  background-color: #F3F3F3;
  font-family: SourceCodePro-Semibold;
  font-size: 0.9em;
  padding-left: .5em;
  padding-right: .5em;
  margin-left: .5em;
  margin-right:
}

#facilities-controls a:hover {
  color: #F3F3F3;
  background-color: #FF002B;
}

#facility-back {
  display: none;
}

#facility {
  margin-top: 0.5em;
  position: relative;
  width: 100%;
  height: 100%;
}

#facility-map {
  position: relative:
  z-index: 0;
  width: 100%;
  height: 100%;
}

#facility-overlay {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../media/yf-map-detailoverlay.png");
}

#facility-state {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3;
  max-height: 100px;
  max-width: 100px;
  opacity: 0.6;
}

#facility-info {
  display: none;
  padding-top: 0em;
  padding-right: 1em;
  padding-left: 1em;
}

#facility-demo {
  float: right;
  height: 30px;
}

#facility-demo p {
  float: left;
  font-family: SourceCodePro-Semibold;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 0.1em;
  margin-left: 1em;
  margin-right: 1em;
  text-align: right;
}

#facility-demo img {
  display: inline;
  float: right;
  height: 30px;
}

#facility-pre {
  clear: right;
  float: right;
  height: 30px;
}

#facility-pre p {
  float: left;
  font-family: SourceCodePro-Semibold;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 0.6em;
  margin-left: 1em;
  margin-right: 1em;
  text-align: right;
}

#facility-pre img {
  display: inline;
  float: right;
  height: 30px;
  border-top: 1px solid #FFF;
}

#facility-post {
  clear: right;
  float: right;
  height: 30px;
}

#facility-post p {
  float: left;
  font-family: SourceCodePro-Semibold;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 0.6em;
  margin-left: 1em;
  margin-right: 1em;
  text-align: right;
}

#facility-post img {
  display: inline;
  float: right;
  height: 30px;
  border-top: 1px solid #FFF;
}

#facilities h1 {
  font-family: HarrietDisplay-Light;
  font-size: 1.5em;
  padding-top: 0.3em;
  margin-bottom: 0.4em;
}

.details {
  font-family: SourceCodePro-Semibold;
  font-size: 0.8em;
  line-height: 1.1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

#facility-nav {
  clear: both;
  font-family: SourceCodePro-Semibold;
  font-size: 0.8em;
  line-height: 1em;
}

#facility-nav img {
  margin-top: 10px;
}

#facility-prev {
  float: left;
  cursor: pointer;
}

#facility-prev p {
  float: left;
  width: 200px;
  margin-left: 1em;
  padding-top: 1em;
  text-align: left;
  font-size: 0.8em;
  line-height: 0.9em;
}

#facility-prev img {
  display: inline;
  float: left;
}

#facility-next {
  float: right;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

#facility-next p {
  float: left;
  width: 200px;
  margin-right: 1em;
  padding-top: 1em;
  text-align: right;
  font-size: 0.8em;
  line-height: 0.9em;
}

#facility-next img {
  display: inline;
  float: right;
}

#facility-count {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}

.count {
  display: inline;
  float: left;
  margin-right: 4px;
  margin-bottom: 5px;
}

.slideshow {
  clear: both;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.slideshow-photos {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.slideshow-photos::after {
  padding-top: 66.6666666667%; /* percentage of containing block _width_ */
  display: block;
  content: '';
}

.slideshow-container {
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 0;  /* follow the parent's edges */
}

.slideshow-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.slideshow-nav {
  clear: both;
  margin-top: 1em;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-family: SourceCodePro-Regular;
  font-size: 0.8em;
}

#slideshow-prev {
  float: left;
  cursor: pointer;
  width: 120px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

.slideshow-button p {
  padding-top: 0.4em;
}

#slideshow-prev img {
  float: left;
  pointer-events: none;
  margin-right: 1em;
}

#slideshow-next {
  float: right;
  cursor: pointer;
  width: 120px;
  text-align: right;
  font-size: 0.9em;
  margin-left: 5px;
  margin-right: 5px;
}

#slideshow-next img {
  float: right;
  pointer-events: none;
  margin-left: 1em;
}

#slideshow-captions {
  margin-left: 1em;
  margin-right: 1em;
  float: left;
  padding-top: 0.2em;
}

#slideshow-captions p {
  display: none;
  font-size: 0.8em;
}

#cost-interactive {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

#cost-state-container {
  position: relative;
  width: 350px;
  min-height: 320px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

#cost-basics {
  position: absolute;
  bottom: -1em;
  left: 0px;
  width: 100%;
  color: #000060;
}

#cost-state-container h2 {
  text-align: center;
  font-family: HarrietDisplay-Bold;
  font-size: 1.6em;
  margin-bottom: 0.2em;
}

#cost-state-container p {
  text-align: center;
}

#cost-graph-container {
  width: 350px;
  min-height: 330px;
  margin-left: auto;
  margin-right: auto;
}

#cost-graph {
  width: 320px;
  margin-left:auto;
  margin-right: auto;
  height: 200px;
  border-bottom: 1px solid #2652AA;
}

#cost-graph-left {
  position: relative;
  float: left;
  margin-left: 15px;
  height: 200px;
  width: 140px;
}

#cost-graph-right {
  position: relative;
  float: right;
  margin-right: 15px;
  height: 200px;
  width: 140px;
}

.cost-graph-label {
  color: ;
  position: absolute;
  bottom: 195px;
  text-align: center;
  font-family: SourceCodePro-Semibold;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #320551;
}

#cost-graph-right-label {
    color: #2652AA
}

#cost-graph-left-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 140px;
  height: 190px;
  background-color: #320551;
}


#cost-graph-right-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 140px;
  height: 120px;
  background-color: #2652AA;
}

#cost-axis {
  text-align: center;
  color: #4B4B4B;
  font-family: SourceCodePro-Regular;
  font-size: 0.65em;
  margin-top: 0.2em;
}

#cost-axis-left {
  float: left;
  padding-left: 30px;
  width: 140px;
}

#cost-axis-right {
  float: right;
  margin-right: 30px;
  width: 140px;
}

#cost-info {
  clear: both;
  text-align: left;
  font-family: SourceCodePro-Semibold;
  padding-top: 1.2em;
  margin-bottom: 1em;
  font-size: 0.7em;
  line-height: 1.1em;
}

#cost-family {
  clear: both;
  font-family: SourceCodePro-Bold;
  margin-bottom: 1em;
  font-size: 0.7em;
}

#cost-family img {
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 4px;
}

#cost-family-maybe {
  clear: both;
  font-family: SourceCodePro-Bold;
  margin-bottom: 1em;
  font-size: 0.7em;
}

#cost-family-maybe img {
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 4px;
}

.cost-state {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-height: 220px;
  width: 350px;
}

.cost-state path {
  fill: #320551;
}

#cost-nav {
  clear: both;
  margin-top: 1em;
  height: 60px;
}

#cost-prev {
  float: left;
  cursor: pointer;
  width: 130px;
  margin-left: 5px;
  margin-right: 5px;
}

#cost-prev .cost-arrow {
  margin-right: 10px;
}

#cost-prev img {
  float: left;
  pointer-events: none;
  vertical-align: middle;
}

#cost-next {
  float: right;
  cursor: pointer  width: 120px;
  margin-left: 5px;
  margin-right: 5px;
  width: 130px;
}

#cost-next .cost-arrow {
  margin-left: 10px;
}

#cost-next img {
  float: right;
  pointer-events: none;
  vertical-align: middle;
}

.cost-icon {
  max-height: 60px;
  max-width: 75px;
  pointer-events: none;
}

#cost-states {
  margin-left: auto;
  margin-right: auto;
  height: 80px;
}

#cost-selection {
  display: block;
  clear: both;
  font-family: SourceCodePro-Semibold;
  font-size: 0.8em;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

#footer-nav {
  display: block;
  float: left;
  width: 130px;
}

#footer-nav a {
  font-family: SourceCodePro-SemiBold;
  font-size: 0.8em;
  text-decoration: none;
  color: #575757;
}

#footer-credits {
  display: block;
  clear: both;
  font-family: SourceSansPro-Regular;
  font-size: 0.7em;
  width: 100%;
  margin-left: 0em;
  margin-right: 0em;
  padding-top: 1.5em;
}

#footer-credits img {
  vertical-align: middle;
}

#footer-credits a {
  display: block;
  padding-top: -4px;
  color: #878787;
  text-decoration: none;
  line-height: 0;
  margin-right: 1em;
}

#credits {
  clear: both;
  margin-top: 2em;
  font-family: SourceCodePro-Regular;
  color: #000;
  font-size: 0.9em;
}

#credits p {
  line-height: 1.8em;
  margin-left: 0.5em;
  padding-left: 0;
  margin-bottom: 2em;
}

#credits strong {
  margin: 0px;
  padding: 0px;
  font-family: SourceCodePro-SemiBold;
  color: #5C5C5C;
}

#credits a {
  color: #FF0048;
  text-decoration: underline;
}


/* / breakpoint /////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
@media (min-width: 768px) {
  header {
    background-image: none;
    min-height: 0px;
  }

  header .background {
    display: block;
    position: relative;
    width: 100%;
  }

  header .hash {
    display: block;
    width: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    vertical-align: middle;
  }

  header .headlines {
    top: 0%;
  }

  header h1 {
    font-size: 5em;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }

  header h2 {
    font-size: 1em;
    line-height: 1.4em;
    padding-top: .75em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
  }

  .share {
    margin-right: 0;
  }

  section {
    margin-bottom: 0em;
  }

  section h2 {
    font-size: 3em;
  }

  .photo-header-text h2 {
    font-size: 3em;
    padding: 0;
  }

  .content p {
    padding-left: 2em;
    padding-right: 2em;
  }

  .content a {
    color: #FF0048;
  }

  #race-selection {
    float: left;
  }

  #race-interactive>h3 {
    max-width: 36%;
    float: left;
    margin-left: 1.4em;
  }

  #race-interactive .instructions {
    float: left;
    width: 54%;
  }

    #race-interactive .instructions p {
  line-height: 1.8em;
  }

  .race-map-key {
    float: right;
  }

  #race-state {
    margin-left: 0;
    margin-right: 0;
    float: left;
    min-width: 60%;
    max-width: 60%;
  }

  #race-state-pop {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .source {
    padding-bottom: 1.5em;
    width: 100%;
  }

  .source-title {
    float: left;
    width: 30%;
  }
  .source-text {
    float: left;
    width: 70%;
  }

  #facility-info {
  display: none;
  padding-top: 0em;
  padding-right: 0em;
  padding-left: 0em;
  }

  .pullout {
    padding-top: 2em;
    padding-bottom: .3em;
  }

  .pullout-title {
    margin-left: 1.5em;
    margin-bottom: .5em;

  }

  .pullout-text {
    margin-left: 2.2em;
    margin-top: .75em;
    margin-bottom: 0em;
    padding-bottom: 0em;
  }

  #cost-state-container {
    width: 340px;
    float: left;
  }

  #cost-graph-container {
    float: right;
  }

  #cost-state-container {
    max-height: 100%;
  }

  #footer-credits {
    float: left;
    width: auto;
    clear: none;
    padding-top: 0;
    margin-bottom: 10em;
  }

  #footer-credits a {
    display: inline;
  }

  #credits strong {
    display: inline;
  }

  #credits p {
    margin-bottom: 0.1em;
  }
}


@media (min-width: 820px) {
  nav {
    margin: 0;
    position: fixed;
    left: 0;
    width: 35px;
  }

  nav ul {
    width: 35px;
  }

  nav li {
    display: block;
    width: 35px;
  }
}


.clear {
  clear: both;
}
